summaryrefslogtreecommitdiffstats
path: root/sys/dev/x86emu/x86emu_util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* KNF, okay deraadt@.pirofti2009-06-181-83/+89
|
* bring back the indians for pirofti -- handle unaligned access and put aderaadt2009-06-061-9/+53
| | | | | good estimate at the required byte swapping, bit of help from drahn ok pirofti mlarkin
* option X86EMU is how this subsystem is brought into a kernelderaadt2009-06-061-15/+15
|
* fix include pathsderaadt2009-06-061-2/+2
|
* Add vga bios repost support. Fetched from the NetBSD tree mostly.pirofti2009-06-061-0/+158
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@.