Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/amiga/conf Pull up revision 1.146 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/21515a52f194
branches:  netbsd-1-4
changeset: 470714:21515a52f194
user:      he <he%NetBSD.org@localhost>
date:      Wed Jul 05 19:11:35 2000 +0000

description:
Pull up revision 1.146 (requested by sommerfeld):
  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 PR#10500 and PR#8994 for the gory details.

diffstat:

 sys/arch/amiga/conf/GENERIC |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b7b36af86c61 -r 21515a52f194 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Wed Jul 05 19:09:04 2000 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Wed Jul 05 19:11:35 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.119.2.6 2000/06/03 14:45:18 he Exp $
+#      $NetBSD: GENERIC,v 1.119.2.7 2000/07/05 19:11:35 he Exp $
 
 #
 #if 0
@@ -54,7 +54,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



Home | Main Index | Thread Index | Old Index