Changeset e8194664 in mainline for arch/ia32/src


Ignore:
Timestamp:
2006-05-05T15:09:40Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f58af46
Parents:
4c89b09
Message:

VESA FB cut unwanted

Location:
arch/ia32/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/drivers/vesa.c

    r4c89b09 re8194664  
    7878       
    7979        fb_init( videoram_lin_addr,vesa_width,vesa_height,vesa_bpp,vesa_scanline);
    80         putchar('\n');
    8180}
    8281
  • arch/ia32/src/pm.c

    r4c89b09 re8194664  
    6969        { 0xffff, 0, 0, AR_PRESENT | AR_DATA | AR_WRITABLE | DPL_USER, 0xf, 0, 0, 1, 1, 0 },
    7070        /* VESA Init descriptor */
     71#ifdef CONFIG_FB
    7172        { 0xffff, 0, VESA_INIT_SEGMENT>>12, AR_PRESENT | AR_CODE | DPL_KERNEL, 0xf, 0, 0, 0, 0, 0 }
    72        
     73#endif 
    7374};
    7475
Note: See TracChangeset for help on using the changeset viewer.