Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch Comment out EON ISO-over-ip tunneling pseudo-d...



details:   https://anonhg.NetBSD.org/src/rev/e32914629c59
branches:  netbsd-1-5
changeset: 488443:e32914629c59
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Thu Jul 06 14:10:33 2000 +0000

description:
Comment out EON ISO-over-ip tunneling pseudo-driver, and document as
broken/fragile.  Unlikely to be of much use, and confuses new users
when their system crashes when they, or their dhclient stumble over
it.  See kern/10500, kern/8994 for the gory details.
[pull up approved by thorpej]

diffstat:

 sys/arch/amiga/conf/GENERIC     |  6 +++---
 sys/arch/arc/conf/GENERIC       |  6 +++---
 sys/arch/arc/conf/PCCONS        |  4 ++--
 sys/arch/arm32/conf/GENERIC     |  6 +++---
 sys/arch/i386/conf/CARDBUS      |  4 ++--
 sys/arch/i386/conf/DISKLESS     |  4 ++--
 sys/arch/i386/conf/GENERIC      |  6 +++---
 sys/arch/mac68k/conf/GENERIC    |  6 +++---
 sys/arch/sparc/conf/GENERIC     |  6 +++---
 sys/arch/sparc64/conf/GENERIC   |  6 +++---
 sys/arch/sparc64/conf/NONPLUS   |  4 ++--
 sys/arch/sparc64/conf/NONPLUS64 |  4 ++--
 12 files changed, 31 insertions(+), 31 deletions(-)

diffs (267 lines):

diff -r 3de555d2c4fa -r e32914629c59 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Thu Jul 06 11:35:18 2000 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Thu Jul 06 14:10:33 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.143.2.1 2000/06/23 14:36:06 fvdl Exp $
+#      $NetBSD: GENERIC,v 1.143.2.2 2000/07/06 14:10:33 sommerfeld Exp $
 
 #
 #if 0
@@ -16,7 +16,7 @@
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.143.2.1 $"
+#ident                 "GENERIC-$Revision: 1.143.2.2 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -66,7 +66,7 @@
 options        NS              # XNS
 #options       NSIP            # XNS tunneling over IP
 options        ISO,TPIP        # OSI
-options        EON             # OSI tunneling over IP
+#options       EON             # OSI tunneling over IP
 options        CCITT,LLC,HDLC  # X.25
 options        NETATALK        # AppleTalk networking protocols
 #endif
diff -r 3de555d2c4fa -r e32914629c59 sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Thu Jul 06 11:35:18 2000 +0000
+++ b/sys/arch/arc/conf/GENERIC Thu Jul 06 14:10:33 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.33.2.1 2000/06/23 14:36:07 fvdl Exp $
+#      $NetBSD: GENERIC,v 1.33.2.2 2000/07/06 14:10:34 sommerfeld Exp $
 #      $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
 #
 #      GENERIC -- everything that's currently supported
@@ -6,7 +6,7 @@
 
 include                "arch/arc/conf/std.arc"
 
-#ident         "GENERIC-$Revision: 1.33.2.1 $"
+#ident         "GENERIC-$Revision: 1.33.2.2 $"
 
 maxusers       32              # estimated number of users
 
@@ -86,7 +86,7 @@
 options        NS              # XNS
 #options       NSIP            # XNS tunneling over IP
 options        ISO,TPIP        # OSI networking
-options        EON             # OSI tunneling over IP
+#options       EON             # OSI tunneling over IP
 options        CCITT,LLC,HDLC  # X.25
 options        NETATALK        # AppleTalk networking protocols
 options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
diff -r 3de555d2c4fa -r e32914629c59 sys/arch/arc/conf/PCCONS
--- a/sys/arch/arc/conf/PCCONS  Thu Jul 06 11:35:18 2000 +0000
+++ b/sys/arch/arc/conf/PCCONS  Thu Jul 06 14:10:33 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PCCONS,v 1.1 2000/06/17 07:29:07 soda Exp $
+#      $NetBSD: PCCONS,v 1.1.2.1 2000/07/06 14:10:34 sommerfeld Exp $
 #      $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
 #
 #      PCCONS -- generic but pccons rather than wscons
@@ -84,7 +84,7 @@
 options        NS              # XNS
 #options       NSIP            # XNS tunneling over IP
 options        ISO,TPIP        # OSI networking
-options        EON             # OSI tunneling over IP
+#options       EON             # OSI tunneling over IP
 options        CCITT,LLC,HDLC  # X.25
 options        NETATALK        # AppleTalk networking protocols
 options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
diff -r 3de555d2c4fa -r e32914629c59 sys/arch/arm32/conf/GENERIC
--- a/sys/arch/arm32/conf/GENERIC       Thu Jul 06 11:35:18 2000 +0000
+++ b/sys/arch/arm32/conf/GENERIC       Thu Jul 06 14:10:33 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.67.2.1 2000/06/23 14:36:07 fvdl Exp $
+#      $NetBSD: GENERIC,v 1.67.2.2 2000/07/06 14:10:34 sommerfeld Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include        "arch/arm32/conf/std.arm32"
 
-#ident                 "GENERIC-$Revision: 1.67.2.1 $"
+#ident                 "GENERIC-$Revision: 1.67.2.2 $"
 
 # estimated number of users
 maxusers       32
@@ -75,7 +75,7 @@
 options        NS              # XNS
 #options       NSIP            # XNS tunneling over IP
 options        ISO,TPIP        # OSI
-options        EON             # OSI tunneling over IP
+#options       EON             # OSI tunneling over IP
 options        CCITT,LLC,HDLC  # X.25
 options        NETATALK        # AppleTalk networking
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
diff -r 3de555d2c4fa -r e32914629c59 sys/arch/i386/conf/CARDBUS
--- a/sys/arch/i386/conf/CARDBUS        Thu Jul 06 11:35:18 2000 +0000
+++ b/sys/arch/i386/conf/CARDBUS        Thu Jul 06 14:10:33 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CARDBUS,v 1.14 2000/06/11 02:41:10 mycroft Exp $
+#      $NetBSD: CARDBUS,v 1.14.2.1 2000/07/06 14:10:34 sommerfeld Exp $
 #
 #      CARDBUS -- GENERIC + CardBus support
 #
@@ -116,7 +116,7 @@
 options        NS              # XNS
 #options       NSIP            # XNS tunneling over IP
 options        ISO,TPIP        # OSI
-options        EON             # OSI tunneling over IP
+#options       EON             # OSI tunneling over IP
 options        CCITT,LLC,HDLC  # X.25
 options        NETATALK        # AppleTalk networking protocols
 #options       PPP_BSDCOMP     # BSD-Compress compression support for PPP
diff -r 3de555d2c4fa -r e32914629c59 sys/arch/i386/conf/DISKLESS
--- a/sys/arch/i386/conf/DISKLESS       Thu Jul 06 11:35:18 2000 +0000
+++ b/sys/arch/i386/conf/DISKLESS       Thu Jul 06 14:10:33 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DISKLESS,v 1.72 2000/06/15 18:16:10 abs Exp $
+#      $NetBSD: DISKLESS,v 1.72.2.1 2000/07/06 14:10:34 sommerfeld Exp $
 #
 # DISKLESS -- Generic machine setup for diskless boot.
 # This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@@ -88,7 +88,7 @@
 options        NS              # XNS
 #options       NSIP            # XNS tunneling over IP
 options        ISO,TPIP        # OSI
-options        EON             # OSI tunneling over IP
+#options       EON             # OSI tunneling over IP
 options        CCITT,LLC,HDLC  # X.25
 #options       PFIL_HOOKS      # pfil(9) packet filter hooks
 
diff -r 3de555d2c4fa -r e32914629c59 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Jul 06 11:35:18 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Jul 06 14:10:33 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.354.2.1 2000/06/23 14:36:09 fvdl Exp $
+#      $NetBSD: GENERIC,v 1.354.2.2 2000/07/06 14:10:34 sommerfeld Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.354.2.1 $"
+#ident                 "GENERIC-$Revision: 1.354.2.2 $"
 
 maxusers       32              # estimated number of users
 
@@ -123,7 +123,7 @@
 options        NS              # XNS
 #options       NSIP            # XNS tunneling over IP
 options        ISO,TPIP        # OSI
-options        EON             # OSI tunneling over IP
+#options       EON             # OSI tunneling over IP
 options        CCITT,LLC,HDLC  # X.25
 options        NETATALK        # AppleTalk networking protocols
 options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
diff -r 3de555d2c4fa -r e32914629c59 sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC      Thu Jul 06 11:35:18 2000 +0000
+++ b/sys/arch/mac68k/conf/GENERIC      Thu Jul 06 14:10:33 2000 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC,v 1.102.2.1 2000/06/23 14:36:10 fvdl Exp $
+#      $NetBSD: GENERIC,v 1.102.2.2 2000/07/06 14:10:35 sommerfeld Exp $
 #
 # GENERIC
 
 include        "arch/mac68k/conf/std.mac68k"
 
-#ident                 "GENERIC-$Revision: 1.102.2.1 $"
+#ident                 "GENERIC-$Revision: 1.102.2.2 $"
 
 maxusers       16              # estimated number of users
 
@@ -98,7 +98,7 @@
 options        NS              # XNS
 #options       NSIP            # XNS tunneling over IP
 options        ISO,TPIP        # OSI
-options        EON             # OSI tunneling over IP
+#options       EON             # OSI tunneling over IP
 options        CCITT,LLC,HDLC  # X.25
 options        NETATALK        # AppleTalk networking protocols
 options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
diff -r 3de555d2c4fa -r e32914629c59 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Thu Jul 06 11:35:18 2000 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Thu Jul 06 14:10:33 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: GENERIC,v 1.107.2.1 2000/06/23 14:36:14 fvdl Exp $
+#      $NetBSD: GENERIC,v 1.107.2.2 2000/07/06 14:10:35 sommerfeld Exp $
 
 include "arch/sparc/conf/std.sparc"
 
-#ident                 "GENERIC-$Revision: 1.107.2.1 $"
+#ident                 "GENERIC-$Revision: 1.107.2.2 $"
 
 maxusers       32
 
@@ -171,7 +171,7 @@
 options        NS              # Xerox NS networking
 #options       NSIP            # Xerox NS tunneling over IP
 options        ISO,TPIP        # OSI networking
-options        EON             # OSI tunneling over IP
+#options       EON             # OSI tunneling over IP
 #options       CCITT,LLC,HDLC  # X.25 packet switched protocol
 #options       NETATALK        # AppleTalk (over Ethernet) protocol
 options        NTP             # Network Time Protocol in-kernel support
diff -r 3de555d2c4fa -r e32914629c59 sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Thu Jul 06 11:35:18 2000 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Thu Jul 06 14:10:33 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: GENERIC,v 1.35.2.1 2000/06/23 14:36:14 fvdl Exp $
+#      $NetBSD: GENERIC,v 1.35.2.2 2000/07/06 14:10:36 sommerfeld Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
-#ident                 "GENERIC-$Revision: 1.35.2.1 $"
+#ident                 "GENERIC-$Revision: 1.35.2.2 $"
 
 maxusers       32
 
@@ -174,7 +174,7 @@
 options        NS              # Xerox NS networking
 #options       NSIP            # Xerox NS tunneling over IP
 options        ISO,TPIP        # OSI networking
-options        EON             # OSI tunneling over IP
+#options       EON             # OSI tunneling over IP
 #options       CCITT,LLC,HDLC  # X.25 packet switched protocol
 options        NETATALK        # AppleTalk (over Ethernet) protocol
 options        NTP             # Network Time Protocol in-kernel support
diff -r 3de555d2c4fa -r e32914629c59 sys/arch/sparc64/conf/NONPLUS
--- a/sys/arch/sparc64/conf/NONPLUS     Thu Jul 06 11:35:18 2000 +0000
+++ b/sys/arch/sparc64/conf/NONPLUS     Thu Jul 06 14:10:33 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NONPLUS,v 1.19 1999/11/20 18:09:52 eeh Exp $
+#      $NetBSD: NONPLUS,v 1.19.4.1 2000/07/06 14:10:36 sommerfeld Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
@@ -167,7 +167,7 @@
 #options       NS              # Xerox NS networking
 #options       NSIP            # Xerox NS tunneling over IP
 options        ISO,TPIP        # OSI networking
-options        EON             # OSI tunneling over IP
+#options       EON             # OSI tunneling over IP
 #options       CCITT,LLC,HDLC  # X.25 packet switched protocol
 options        NETATALK        # AppleTalk (over Ethernet) protocol
 #options       NTP             # Network Time Protocol in-kernel support
diff -r 3de555d2c4fa -r e32914629c59 sys/arch/sparc64/conf/NONPLUS64
--- a/sys/arch/sparc64/conf/NONPLUS64   Thu Jul 06 11:35:18 2000 +0000
+++ b/sys/arch/sparc64/conf/NONPLUS64   Thu Jul 06 14:10:33 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NONPLUS64,v 1.13 2000/06/19 23:30:32 eeh Exp $
+#      $NetBSD: NONPLUS64,v 1.13.2.1 2000/07/06 14:10:36 sommerfeld Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
@@ -166,7 +166,7 @@
 #options       NS              # Xerox NS networking
 #options       NSIP            # Xerox NS tunneling over IP
 options        ISO,TPIP        # OSI networking
-options        EON             # OSI tunneling over IP
+#options       EON             # OSI tunneling over IP
 #options       CCITT,LLC,HDLC  # X.25 packet switched protocol
 options        NETATALK        # AppleTalk (over Ethernet) protocol
 #options       NTP             # Network Time Protocol in-kernel support



Home | Main Index | Thread Index | Old Index