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/netwinder/conf Pull up revision 1.51 (requeste...



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

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

diffs (17 lines):

diff -r 92131577ab5c -r 6e2b40d69634 sys/arch/netwinder/conf/GENERIC
--- a/sys/arch/netwinder/conf/GENERIC   Thu Jul 15 20:22:21 2004 +0000
+++ b/sys/arch/netwinder/conf/GENERIC   Thu Jul 15 20:22:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.45.2.2 2004/07/02 17:41:07 he Exp $
+# $NetBSD: GENERIC,v 1.45.2.3 2004/07/15 20:22:28 he Exp $
 #
 # GENERIC machine description file
 # 
@@ -158,6 +158,7 @@
 #options       DDB_KEYCODE=0x40
 options        USERCONF        # userconf(4) support
 #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 # Development and Debugging options
 



Home | Main Index | Thread Index | Old Index