Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf fix comment.



details:   https://anonhg.NetBSD.org/src/rev/9c3a0ed2b14a
branches:  trunk
changeset: 485430:9c3a0ed2b14a
user:      uch <uch%NetBSD.org@localhost>
date:      Thu Apr 27 19:38:23 2000 +0000

description:
fix comment.

diffstat:

 sys/arch/hpcmips/conf/GENERIC |  7 +++----
 sys/arch/hpcmips/conf/TX3912  |  5 ++---
 sys/arch/hpcmips/conf/TX3922  |  5 ++---
 3 files changed, 7 insertions(+), 10 deletions(-)

diffs (70 lines):

diff -r 9a11aa6b1d63 -r 9c3a0ed2b14a sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Thu Apr 27 19:31:23 2000 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Thu Apr 27 19:38:23 2000 +0000
@@ -1,12 +1,12 @@
 #
-# Distribution kernel (any  model) kernel config file
+# Distribution kernel (NEC VR based model) kernel config file
 
 #
-#      $NetBSD: GENERIC,v 1.45 2000/04/25 06:20:14 uch Exp $
+#      $NetBSD: GENERIC,v 1.46 2000/04/27 19:38:23 uch Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
-#ident                 "GENERIC-$Revision: 1.45 $"
+#ident                 "GENERIC-$Revision: 1.46 $"
 
 maxusers       8
 
@@ -84,7 +84,6 @@
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/ IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security
-#options       TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
 #options       MROUTING        # Multicast routing support
 #options       ISO             # OSI networking
 #options       TPIP            # TPIP
diff -r 9a11aa6b1d63 -r 9c3a0ed2b14a sys/arch/hpcmips/conf/TX3912
--- a/sys/arch/hpcmips/conf/TX3912      Thu Apr 27 19:31:23 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3912      Thu Apr 27 19:38:23 2000 +0000
@@ -1,8 +1,8 @@
 #
-# Distribution kernel (TX3912 based model) kernel config file
+# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
 
 #
-#      $NetBSD: TX3912,v 1.17 2000/04/25 06:20:14 uch Exp $
+#      $NetBSD: TX3912,v 1.18 2000/04/27 19:38:24 uch Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -91,7 +91,6 @@
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/ IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security
-#options       TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
 #options       MROUTING        # Multicast routing support
 #options       ISO             # OSI networking
 #options       TPIP            # TPIP
diff -r 9a11aa6b1d63 -r 9c3a0ed2b14a sys/arch/hpcmips/conf/TX3922
--- a/sys/arch/hpcmips/conf/TX3922      Thu Apr 27 19:31:23 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3922      Thu Apr 27 19:38:23 2000 +0000
@@ -1,7 +1,7 @@
 #
-# Distribution kernel (TX3922 based model) kernel config file
+# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
 #
-#      $NetBSD: TX3922,v 1.16 2000/04/25 06:20:14 uch Exp $
+#      $NetBSD: TX3922,v 1.17 2000/04/27 19:38:24 uch Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -79,7 +79,6 @@
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/ IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security
-#options       TCP_COMPAT_42   # compatibility with 4.2BSD TCP/IP
 #options       MROUTING        # Multicast routing support
 #options       ISO             # OSI networking
 #options       TPIP            # TPIP



Home | Main Index | Thread Index | Old Index