diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-11-24 11:32:29 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-11-24 11:32:29 +0000 |
commit | fa66082b4c7064c8867c09b84695adad2454d0e2 (patch) | |
tree | 5b29418e013cc048e813210c9ec65c2d1085aa1b | |
parent | 3d988f7694a760da57147f55faa77d3ef494fe18 (diff) |
enable PCIAGP on amd64, tested for some time now by various people
ok tedu@ oga@
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 7b94eff17f7..62ca3cf117d 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.203 2007/11/15 22:21:31 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.204 2007/11/24 11:32:28 reyk Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -237,7 +237,7 @@ pms* at pckbc? # PS/2 mouse for wsmouse pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse vga0 at isa? vga* at pci? -#option PCIAGP +option PCIAGP wsdisplay* at vga? wskbd* at pckbd? mux 1 wsmouse* at pms? mux 0 |