summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-06-26 21:40:44 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-06-26 21:40:44 +0000
commit1fc26bf0caf7865b6835db4f67cd7e62fd706d23 (patch)
tree206b8764fa3eef65d1c2602542a9e9669cc2e2db
parentfb14ddbf1b8725e295e000d6934c0625f9226f6b (diff)
s/USER_PCICONFIG/USER_PCICONF
-rw-r--r--sys/arch/i386/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 2cb6eda4024..bf643d7cc40 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.266 2001/06/26 21:18:02 matthieu Exp $
+# $OpenBSD: GENERIC,v 1.267 2001/06/26 21:40:43 jason Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -16,7 +16,7 @@ option GPL_MATH_EMULATE # floating point emulation. required.
option UVM # use the UVM virtual memory system. REQUIRED
-option USER_PCICONFIG # user-space PCI configuration
+option USER_PCICONF # user-space PCI configuration
#option VM86 # Virtual 8086 emulation
#option USER_LDT # user-settable LDT; used by WINE