Module Name:    src
Committed By:   bouyer
Date:           Sun Feb 14 13:57:11 UTC 2010

Modified Files:
        src/sys/arch/hp700/conf [netbsd-5]: GENERIC

Log Message:
Pull up following revision(s) (requested by skrll in ticket #1301):
        sys/arch/hp700/conf/GENERIC: revision 1.92
Add USERCONF as per all other GENERIC kernels


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.83.4.1 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.83 src/sys/arch/hp700/conf/GENERIC:1.83.4.1
--- src/sys/arch/hp700/conf/GENERIC:1.83	Sun Aug 10 15:31:21 2008
+++ src/sys/arch/hp700/conf/GENERIC	Sun Feb 14 13:57:11 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.83 2008/08/10 15:31:21 tls Exp $
+# $NetBSD: GENERIC,v 1.83.4.1 2010/02/14 13:57:11 bouyer 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.83 $"
+#ident 		"GENERIC-$Revision: 1.83.4.1 $"
 
 maxusers	32		# estimated number of users
 
@@ -60,6 +60,7 @@
 options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
 
 options 	LKM		# loadable kernel modules
+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.

Reply via email to