Changeset e8194664 in mainline for arch/ia32/src
- Timestamp:
- 2006-05-05T15:09:40Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f58af46
- Parents:
- 4c89b09
- Location:
- arch/ia32/src
- Files:
-
- 2 edited
-
drivers/vesa.c (modified) (1 diff)
-
pm.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/drivers/vesa.c
r4c89b09 re8194664 78 78 79 79 fb_init( videoram_lin_addr,vesa_width,vesa_height,vesa_bpp,vesa_scanline); 80 putchar('\n');81 80 } 82 81 -
arch/ia32/src/pm.c
r4c89b09 re8194664 69 69 { 0xffff, 0, 0, AR_PRESENT | AR_DATA | AR_WRITABLE | DPL_USER, 0xf, 0, 0, 1, 1, 0 }, 70 70 /* VESA Init descriptor */ 71 #ifdef CONFIG_FB 71 72 { 0xffff, 0, VESA_INIT_SEGMENT>>12, AR_PRESENT | AR_CODE | DPL_KERNEL, 0xf, 0, 0, 0, 0, 0 } 72 73 #endif 73 74 }; 74 75
Note:
See TracChangeset
for help on using the changeset viewer.
