aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/x86bios/x86bios.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* x86bios: spelling fix in a comment.Pedro F. Giffuni2016-04-301-1/+1
* Add x86bios_set_intr() to set interrupt vectors for real mode and simplifyJung-uk Kim2010-08-251-0/+1
* Implement a simple native VM86 backend for X86BIOS. Now i386 uses nativeJung-uk Kim2010-08-051-2/+2
* Let x86bios_alloc() pass contigmalloc(9) flags. Use it to set M_WAITOKJung-uk Kim2010-06-231-1/+1
* Rewrite x86bios and update its dependent drivers.Jung-uk Kim2009-10-191-57/+56
* Use a 2 clause BSD-style license instead of stating the code as publicXin LI2009-09-281-2/+25
* - Reduce BIOS memory mapping. We want 1MB of physical memory, not 12MB[1].Jung-uk Kim2009-09-251-7/+3
* - Use FreeBSD function naming convention.Jung-uk Kim2009-09-241-4/+4
* Move sys/dev/x86bios to sys/compat/x86bios.Jung-uk Kim2009-09-231-0/+138