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/i386/conf Pull up revision 1.30 (via patch, re...
details: https://anonhg.NetBSD.org/src/rev/e94484c15e83
branches: netbsd-2-0
changeset: 562072:e94484c15e83
user: he <he%NetBSD.org@localhost>
date: Thu Jul 15 20:27:37 2004 +0000
description:
Pull up revision 1.30 (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/i386/conf/GENERIC_PS2TINY | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 22f2b019fc38 -r e94484c15e83 sys/arch/i386/conf/GENERIC_PS2TINY
--- a/sys/arch/i386/conf/GENERIC_PS2TINY Thu Jul 15 20:26:38 2004 +0000
+++ b/sys/arch/i386/conf/GENERIC_PS2TINY Thu Jul 15 20:27:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_PS2TINY,v 1.24.2.2 2004/07/02 17:39:41 he Exp $
+# $NetBSD: GENERIC_PS2TINY,v 1.24.2.3 2004/07/15 20:27:37 he Exp $
#
# GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
# IBM PS/2 related stuff and has been generally trimmed down somewhat,
@@ -66,7 +66,8 @@
options LKM # loadable kernel modules
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
# Diagnostic/debugging support options
#options DIAGNOSTIC # expensive kernel consistency checks
Home |
Main Index |
Thread Index |
Old Index