summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci/vga_post.c
AgeCommit message (Expand)Author
2023-01-30remove unneeded includes in arch/i386Jonathan Gray
2021-01-03Allocate address space for reposting vga devices using km_alloc(9) ratherJonathan Matthew
2015-09-01fairly simple sizes for free()Theo de Raadt
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-04-08No need for <uvm/uvm_page.h>Martin Pieuchot
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2009-06-14Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc().Miod Vallat
2009-06-06option X86EMU is how this subsystem is brought into a kernelTheo de Raadt
2009-06-06fix include pathsTheo de Raadt
2009-06-06Add vga bios repost support. Fetched from the NetBSD tree mostly.Paul Irofti