Changeset 35a96cf in mainline for arch/ia32/src/drivers/vesa.c
- Timestamp:
- 2006-05-13T20:11:13Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6326f5e6
- Parents:
- 2666daa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/drivers/vesa.c
r2666daa r35a96cf 42 42 #include <memstr.h> 43 43 #include <bitops.h> 44 #include <sysinfo/sysinfo.h> 44 45 45 46 __u32 vesa_ph_addr; … … 79 80 80 81 fb_init(vram_lin_addr, vesa_width, vesa_height, vesa_bpp, vesa_scanline); 82 83 sysinfo_set_item_val("Framebuffer.address.physical",NULL,vesa_ph_addr); 81 84 } 82 85
Note:
See TracChangeset
for help on using the changeset viewer.