diff options
author | 2007-11-24 11:32:28 +0000 | |
---|---|---|
committer | 2007-11-24 11:32:28 +0000 | |
commit | 23362cfa9fa2d092a445f21a21f5d8910ac7fd1b (patch) | |
tree | df161960f96b6efe1daba5091bc279b0bdf94766 | |
parent | Do not mark any page as global on monoprocessor kernels if running on a (diff) | |
download | wireguard-openbsd-23362cfa9fa2d092a445f21a21f5d8910ac7fd1b.tar.xz wireguard-openbsd-23362cfa9fa2d092a445f21a21f5d8910ac7fd1b.zip |
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 |