Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | x86bios: spelling fix in a comment. | Pedro F. Giffuni | 2016-04-30 | 1 | -1/+1 |
* | Add x86bios_set_intr() to set interrupt vectors for real mode and simplify | Jung-uk Kim | 2010-08-25 | 1 | -0/+1 |
* | Implement a simple native VM86 backend for X86BIOS. Now i386 uses native | Jung-uk Kim | 2010-08-05 | 1 | -2/+2 |
* | Let x86bios_alloc() pass contigmalloc(9) flags. Use it to set M_WAITOK | Jung-uk Kim | 2010-06-23 | 1 | -1/+1 |
* | Rewrite x86bios and update its dependent drivers. | Jung-uk Kim | 2009-10-19 | 1 | -57/+56 |
* | Use a 2 clause BSD-style license instead of stating the code as public | Xin LI | 2009-09-28 | 1 | -2/+25 |
* | - Reduce BIOS memory mapping. We want 1MB of physical memory, not 12MB[1]. | Jung-uk Kim | 2009-09-25 | 1 | -7/+3 |
* | - Use FreeBSD function naming convention. | Jung-uk Kim | 2009-09-24 | 1 | -4/+4 |
* | Move sys/dev/x86bios to sys/compat/x86bios. | Jung-uk Kim | 2009-09-23 | 1 | -0/+138 |