Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hp700/conf Add USERCONF as per all other GENERIC ke...



details:   https://anonhg.NetBSD.org/src/rev/6eb264e09593
branches:  trunk
changeset: 751911:6eb264e09593
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Feb 08 08:49:57 2010 +0000

description:
Add USERCONF as per all other GENERIC kernels

diffstat:

 sys/arch/hp700/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f7b4185492eb -r 6eb264e09593 sys/arch/hp700/conf/GENERIC
--- a/sys/arch/hp700/conf/GENERIC       Mon Feb 08 08:32:58 2010 +0000
+++ b/sys/arch/hp700/conf/GENERIC       Mon Feb 08 08:49:57 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index