diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-07-12 20:56:05 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-07-12 20:56:05 +0000 |
commit | 494ace79b1344bcabc0ae5394cd19bf1f15c42a6 (patch) | |
tree | bac64821dfe60044ee56fc49d7b66a79303a3f87 /sys/arch/i386 | |
parent | b4960b50c2e62a0c67d2682a92f36ee7567d0fec (diff) |
pciagp option
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 006a62c2711..2ef203a61a7 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.310 2002/07/09 19:28:01 nate Exp $ +# $OpenBSD: GENERIC,v 1.311 2002/07/12 20:56:04 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -144,6 +144,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 PCIAGP vga* at pci? dev ? function ? pcdisplay0 at isa? # CGA, MDA, EGA, HGA wsdisplay* at vga? console ? |