Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/newsmips/conf Pull up revision 1.57 (requested...



details:   https://anonhg.NetBSD.org/src/rev/f4cf5e2fe7aa
branches:  netbsd-1-6
changeset: 530391:f4cf5e2fe7aa
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Jun 19 20:05:20 2003 +0000

description:
Pull up revision 1.57 (requested by tsutsui in ticket #1285):
 Enable options NTP, DDB and SCSIVERBOSE.

diffstat:

 sys/arch/newsmips/conf/GENERIC |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r fc3742e91797 -r f4cf5e2fe7aa sys/arch/newsmips/conf/GENERIC
--- a/sys/arch/newsmips/conf/GENERIC    Thu Jun 19 14:14:27 2003 +0000
+++ b/sys/arch/newsmips/conf/GENERIC    Thu Jun 19 20:05:20 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.47.4.2 2002/10/24 09:34:34 lukem Exp $
+# $NetBSD: GENERIC,v 1.47.4.3 2003/06/19 20:05:20 msaitoh Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.47.4.2 $"
+#ident                 "GENERIC-$Revision: 1.47.4.3 $"
 
 maxusers       16
 
@@ -43,17 +43,17 @@
 options        SYSVSHM                 # System V shared memory
 #options       SHMMAXPGS=1024          # 1024 pages is the default
 options        LKM                     # loadable kernel modules
-#options       NTP                     # network time protocol
+options        NTP                     # network time protocol
 #options       UCONSOLE                # users can redirect console (unsafe)
 #options       USERCONF                # userconf(4) support
 #options       PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
 
 # Debugging options
-#options       DDB                     # kernel dynamic debugger
+options        DDB                     # kernel dynamic debugger
 #options       DDB_HISTORY_SIZE=100    # enable history editing in DDB
 #options       DEBUG                   # extra kernel debugging support
 #options       DIAGNOSTIC              # extra kernel sanity checking
-#options       SCSIVERBOSE             # Verbose SCSI errors
+options        SCSIVERBOSE             # Verbose SCSI errors
 
 # Compatibility options
 options        COMPAT_43       # compatibility with 4.3BSD binaries



Home | Main Index | Thread Index | Old Index