Module Name: src
Committed By: skrll
Date: Mon Feb 8 08:49:57 UTC 2010
Modified Files:
src/sys/arch/hp700/conf: GENERIC
Log Message:
Add USERCONF as per all other GENERIC kernels
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/hp700/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/conf/GENERIC
diff -u src/sys/arch/hp700/conf/GENERIC:1.91 src/sys/arch/hp700/conf/GENERIC:1.92
--- src/sys/arch/hp700/conf/GENERIC:1.91 Sat Dec 5 20:11:14 2009
+++ src/sys/arch/hp700/conf/GENERIC Mon Feb 8 08:49:57 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.91 2009/12/05 20:11:14 pooka Exp $
+# $NetBSD: GENERIC,v 1.92 2010/02/08 08:49:57 skrll Exp $
#
# GENERIC machine description file
#
@@ -23,7 +23,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
-#ident "GENERIC-$Revision: 1.91 $"
+#ident "GENERIC-$Revision: 1.92 $"
maxusers 32 # estimated number of users
@@ -58,6 +58,7 @@
options SYSVSHM # System V-like memory sharing
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
+options USERCONF # userconf(4) support
# Enable experimental buffer queue strategy for better responsiveness under
# high disk I/O load. Use it with caution - it's not proven to be stable yet.