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 regenerated files (requeste...



details:   https://anonhg.NetBSD.org/src/rev/28a80cf8b63a
branches:  netbsd-1-4
changeset: 470715:28a80cf8b63a
user:      he <he%NetBSD.org@localhost>
date:      Wed Jul 05 19:12:09 2000 +0000

description:
Pull up regenerated files (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/AMIGA |   8 ++++----
 sys/arch/amiga/conf/DRACO |  11 +++++++----
 2 files changed, 11 insertions(+), 8 deletions(-)

diffs (83 lines):

diff -r 21515a52f194 -r 28a80cf8b63a sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Wed Jul 05 19:11:35 2000 +0000
+++ b/sys/arch/amiga/conf/AMIGA Wed Jul 05 19:12:09 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: AMIGA,v 1.13.2.4 2000/02/04 23:19:51 he Exp $
+# $NetBSD: AMIGA,v 1.13.2.5 2000/07/05 19:12:09 he Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
 # Created from: 
-#$ NetBSD: GENERIC,v 1.119.2.4 2000/01/15 16:39:59 he Exp $
+#$ NetBSD: GENERIC,v 1.119.2.6 2000/06/03 14:45:18 he Exp $
 
 include "arch/amiga/conf/std.amiga"
 
@@ -41,7 +41,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
@@ -64,7 +64,7 @@
 #file-system   PORTAL          # Portal filesystem
 file-system    PROCFS          # /proc filesystem
 file-system    UMAPFS          # NULLFS + uid and gid remapping
-file-system    UNION           # union filesystem
+#file-system   UNION           # union filesystem
 
 #Filesystem options
 options        NFSSERVER       # Network File System server side code
diff -r 21515a52f194 -r 28a80cf8b63a sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Wed Jul 05 19:11:35 2000 +0000
+++ b/sys/arch/amiga/conf/DRACO Wed Jul 05 19:12:09 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: DRACO,v 1.32.2.3 1999/06/18 17:35:28 perry Exp $
+# $NetBSD: DRACO,v 1.32.2.4 2000/07/05 19:12:10 he Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
 # Created from: 
-#$ NetBSD: GENERIC,v 1.124 1999/05/17 19:42:56 is Exp $
+#$ NetBSD: GENERIC,v 1.119.2.6 2000/06/03 14:45:18 he Exp $
 
 include "arch/amiga/conf/std.amiga"
 
@@ -29,7 +29,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
@@ -40,6 +40,7 @@
 
 file-system    FFS             # Berkeley fast file system
 #file-system   LFS             # log-structured filesystem (experimental)
+#file-system   EXT2FS          # second extended file system (linux)
 file-system    MFS             # Memory based filesystem
 file-system    NFS             # Network File System client side code
 file-system    ADOSFS          # AmigaDOS file system
@@ -51,12 +52,14 @@
 #file-system   PORTAL          # Portal filesystem
 file-system    PROCFS          # /proc filesystem
 file-system    UMAPFS          # NULLFS + uid and gid remapping
-file-system    UNION           # union filesystem
+#file-system   UNION           # union filesystem
 
 #Filesystem options
 options        NFSSERVER       # Network File System server side code
 options        QUOTA           # User and group quotas in FFS
 #options       FFS_EI          # FFS Endian Independant support
+#options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
+                               # immutable) behave as system flags.
 
 #Compatability options for various existing systems
 



Home | Main Index | Thread Index | Old Index