Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1318 → Rev 1317

//kernel/trunk/arch/ia32/src/drivers/vesa.c
41,7 → 41,6
#include <typedefs.h>
#include <memstr.h>
#include <bitops.h>
#include <sysinfo/sysinfo.h>
 
__u32 vesa_ph_addr;
__u16 vesa_width;
79,8 → 78,6
PAGE_NOT_CACHEABLE);
 
fb_init(vram_lin_addr, vesa_width, vesa_height, vesa_bpp, vesa_scanline);
sysinfo_set_item_val("Framebuffer.address.physical",NULL,vesa_ph_addr);
}
 
#endif