diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2009-06-06 00:35:01 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2009-06-06 00:35:01 +0000 |
commit | ae8d51383026ad58c6f4a80c429d1ea6baeef3f2 (patch) | |
tree | 30925450336d18c4ea9ec48e94ea312a02616b1b /sys/arch/i386/conf/files.i386 | |
parent | 0beb67fb1755f6972960b884f8640f623226401c (diff) |
Add vga bios repost support. Fetched from the NetBSD tree mostly.
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@.
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 354a4f0083c..ffe4ccef9e1 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.190 2009/05/12 19:49:36 mglocker Exp $ +# $OpenBSD: files.i386,v 1.191 2009/06/06 00:35:00 pirofti Exp $ # # new style config file for i386 architecture # @@ -103,6 +103,7 @@ include "../../../dev/pci/files.pci" file arch/i386/pci/pci_machdep.c pci file arch/i386/pci/pciide_machdep.c pciide file arch/i386/pci/pcic_pci_machdep.c pcic_pci +file arch/i386/pci/vga_post.c vga_pci & vga_post # PCI-Host bridge chipsets device pchb: pcibus, agpbus |