Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | KNF, okay deraadt@. | 2009-06-18 | 1 | -83/+89 | |
| | |||||
* | bring back the indians for pirofti -- handle unaligned access and put a | 2009-06-06 | 1 | -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 kernel | 2009-06-06 | 1 | -15/+15 | |
| | |||||
* | fix include paths | 2009-06-06 | 1 | -2/+2 | |
| | |||||
* | Add vga bios repost support. Fetched from the NetBSD tree mostly. | 2009-06-06 | 1 | -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@. |