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