CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/06/05 18:35:00
Modified files:
sys/arch/amd64/conf: GENERIC files.amd64
sys/arch/i386/conf: GENERIC files.i386
sys/conf : files
sys/dev/pci : vga_pci.c vga_pcivar.h
Added files:
sys/arch/amd64/include: vga_post.h
sys/arch/amd64/pci: vga_post.c
sys/arch/i386/include: vga_post.h
sys/arch/i386/pci: vga_post.c
sys/dev/x86emu : x86emu.c x86emu_util.c x86emu.h x86emu_regs.h
Log message:
Add vga bios repost support. Fetched from the NetBSD tree mostly.
Tested on multiple i386 and it works, amd64 works also with a few
exceptions that will get fixed.
The initial effort of importing was done by oga@, thanks!
Lots of testing and debugging by mlarkin@ and me.
Okay deraadt@, oga@, mlar...@.