summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/amd64/conf/GENERIC4
-rw-r--r--sys/arch/i386/conf/GENERIC4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index e17944de883..2e8ac085a2d 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.210 2007/12/31 19:29:09 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.211 2007/12/31 19:29:46 deraadt Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -11,7 +11,7 @@
machine amd64
include "../../../conf/GENERIC"
-maxusers 32 # estimated number of users
+maxusers 40 # estimated number of users
option USER_PCICONF # user-space PCI configuration
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index afdda90298d..a173dc48816 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.598 2007/12/31 19:29:11 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.599 2007/12/31 19:29:46 deraadt Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -11,7 +11,7 @@
machine i386
include "../../../conf/GENERIC"
-maxusers 32 # estimated number of users
+maxusers 40 # estimated number of users
option USER_PCICONF # user-space PCI configuration