summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2005-05-23 23:37:50 +0000
committerJason Wright <jason@cvs.openbsd.org>2005-05-23 23:37:50 +0000
commit6652a3a6d070886796d5695c44127b9d39b03b92 (patch)
tree4df2e9067fc8313e5b679015234474387fa02e52
parent59ca473987196a715760dca501f5cec70bb58d41 (diff)
add USER_PCICONF
-rw-r--r--sys/arch/amd64/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index ed7c5881f06..7f0e5295730 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.67 2005/05/17 03:11:44 brad Exp $
+# $OpenBSD: GENERIC,v 1.68 2005/05/23 23:37:49 jason Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -13,7 +13,7 @@ machine amd64
include "../../../conf/GENERIC"
maxusers 32 # estimated number of users
-#option USER_PCICONF # user-space PCI configuration
+option USER_PCICONF # user-space PCI configuration
#option VM86 # Virtual 8086 emulation
#option USER_LDT # user-settable LDT; see i386_set_ldt(2)