summaryrefslogtreecommitdiffstats
path: root/sys/compat/x86bios/x86bios.h
Commit message (Expand)AuthorAgeFilesLines
* Add x86bios_set_intr() to set interrupt vectors for real mode and simplifyjkim2010-08-251-0/+1
* Implement a simple native VM86 backend for X86BIOS. Now i386 uses nativejkim2010-08-051-2/+2
* Let x86bios_alloc() pass contigmalloc(9) flags. Use it to set M_WAITOKjkim2010-06-231-1/+1
* Rewrite x86bios and update its dependent drivers.jkim2009-10-191-57/+56
* Use a 2 clause BSD-style license instead of stating the code as publicdelphij2009-09-281-2/+25
* - Reduce BIOS memory mapping. We want 1MB of physical memory, not 12MB[1].jkim2009-09-251-7/+3
* - Use FreeBSD function naming convention.jkim2009-09-241-4/+4
* Move sys/dev/x86bios to sys/compat/x86bios.jkim2009-09-231-0/+138
OpenPOWER on IntegriCloud