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/macppc/conf Pull up revision 1.180 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/b6e6dd0f2c48
branches:  netbsd-2-0
changeset: 562040:b6e6dd0f2c48
user:      he <he%NetBSD.org@localhost>
date:      Thu Jul 15 20:19:10 2004 +0000

description:
Pull up revision 1.180 (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/macppc/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 426d4dafe643 -r b6e6dd0f2c48 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Thu Jul 15 20:19:04 2004 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Thu Jul 15 20:19:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.171.2.4 2004/07/02 17:39:14 he Exp $
+# $NetBSD: GENERIC,v 1.171.2.5 2004/07/15 20:19:10 he Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.171.2.4 $"
+#ident                 "GENERIC-$Revision: 1.171.2.5 $"
 
 maxusers       32
 
@@ -50,6 +50,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