Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch Pull up revision 1.3 (requested by atatat in t...



details:   https://anonhg.NetBSD.org/src/rev/f2d9c96c7994
branches:  netbsd-2-0
changeset: 562065:f2d9c96c7994
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 15 20:22:33 2004 +0000

description:
Pull up revision 1.3 (requested by atatat in ticket #663):
        Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
        but commented out in most of them.

diffstat:

 sys/arch/hp700/conf/SMALL    |  5 +++--
 sys/arch/hpcmips/conf/LCARD  |  3 ++-
 sys/arch/sparc/conf/MRCOFFEE |  5 +++--
 3 files changed, 8 insertions(+), 5 deletions(-)

diffs (61 lines):

diff -r 6e2b40d69634 -r f2d9c96c7994 sys/arch/hp700/conf/SMALL
--- a/sys/arch/hp700/conf/SMALL Thu Jul 15 20:22:28 2004 +0000
+++ b/sys/arch/hp700/conf/SMALL Thu Jul 15 20:22:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SMALL,v 1.2 2004/03/12 11:44:13 jkunz Exp $
+# $NetBSD: SMALL,v 1.2.2.1 2004/07/15 20:22:33 he Exp $
 #
 # stripped-down GENERIC machine description file
 # 
@@ -21,8 +21,9 @@
 include        "arch/hp700/conf/std.hp700"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
+options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
-#ident                 "GENERIC-$Revision: 1.2 $"
+#ident                 "GENERIC-$Revision: 1.2.2.1 $"
 
 maxusers       32              # estimated number of users
 
diff -r 6e2b40d69634 -r f2d9c96c7994 sys/arch/hpcmips/conf/LCARD
--- a/sys/arch/hpcmips/conf/LCARD       Thu Jul 15 20:22:28 2004 +0000
+++ b/sys/arch/hpcmips/conf/LCARD       Thu Jul 15 20:22:33 2004 +0000
@@ -1,9 +1,10 @@
 #
-#      $NetBSD: LCARD,v 1.2 2003/12/29 12:51:48 igy Exp $
+#      $NetBSD: LCARD,v 1.2.2.1 2004/07/15 20:22:33 he Exp $
 #
 include                "arch/hpcmips/conf/std.lcard"
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
+#options       SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 maxusers       8
 
diff -r 6e2b40d69634 -r f2d9c96c7994 sys/arch/sparc/conf/MRCOFFEE
--- a/sys/arch/sparc/conf/MRCOFFEE      Thu Jul 15 20:22:28 2004 +0000
+++ b/sys/arch/sparc/conf/MRCOFFEE      Thu Jul 15 20:22:33 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MRCOFFEE,v 1.1 2003/12/15 19:33:01 martin Exp $
+# $NetBSD: MRCOFFEE,v 1.1.2.1 2004/07/15 20:22:33 he Exp $
 # From: NetBSD: GENERIC,v 1.148 2003/10/07 09:43:58 tron Exp
 #
 # Mr.Coffee (JavaStation 1) machine description file
@@ -12,7 +12,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "MRCOFFEE-$Revision: 1.1 $"
+#ident                 "MRCOFFEE-$Revision: 1.1.2.1 $"
 
 maxusers       32
 
@@ -73,6 +73,7 @@
 
 options        USERCONF        # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 # 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