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/amd64/conf | |
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/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/files.amd64 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 25a3c1bac64..10ffde59e04 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.267 2009/06/03 07:13:48 pirofti Exp $ +# $OpenBSD: GENERIC,v 1.268 2009/06/06 00:35:00 pirofti Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -275,6 +275,7 @@ pckbd* at pckbc? # PC keyboard pms* at pckbc? # PS/2 mouse for wsmouse pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse vga0 at isa? +option VGA_POST # we can repost video cards vga* at pci? wsdisplay* at vga? wskbd* at pckbd? mux 1 diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64 index d60980af530..ef617ff155b 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.49 2009/05/31 03:20:10 matthieu Exp $ +# $OpenBSD: files.amd64,v 1.50 2009/06/06 00:35:00 pirofti Exp $ maxpartitions 16 maxusers 2 16 128 @@ -109,6 +109,7 @@ include "dev/pci/files.pci" file arch/amd64/pci/pci_machdep.c pci file arch/amd64/pci/iommu.c pci file arch/amd64/pci/pciide_machdep.c pciide +file arch/amd64/pci/vga_post.c vga_pci & vga_post include "dev/puc/files.puc" |