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/sparc/conf Pull up revision 1.161 (via patch, ...



details:   https://anonhg.NetBSD.org/src/rev/d56746b5792e
branches:  netbsd-2-0
changeset: 562078:d56746b5792e
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 15 20:31:06 2004 +0000

description:
Pull up revision 1.161 (via patch, 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/sparc/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 29dba8c843f9 -r d56746b5792e sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Thu Jul 15 20:30:36 2004 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Thu Jul 15 20:31:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.149.2.3 2004/07/02 17:41:00 he Exp $
+# $NetBSD: GENERIC,v 1.149.2.4 2004/07/15 20:31:06 he Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.149.2.3 $"
+#ident                 "GENERIC-$Revision: 1.149.2.4 $"
 
 maxusers       32
 
@@ -85,7 +85,8 @@
 options        LKM
 
 options        USERCONF        # userconf(4) support
-#options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+#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