summaryrefslogtreecommitdiffstats
path: root/sys/dev/x86emu/x86emu_regs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix RCSIdsmatthieu2009-06-061-1/+1
|
* Add vga bios repost support. Fetched from the NetBSD tree mostly.pirofti2009-06-061-0/+170
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@, mlarkin@.