Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf regenerate



details:   https://anonhg.NetBSD.org/src/rev/900d47141ac4
branches:  trunk
changeset: 494291:900d47141ac4
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Wed Jul 05 04:10:15 2000 +0000

description:
regenerate

diffstat:

 sys/arch/amiga/conf/AMIGA |  17 +++++++++++------
 sys/arch/amiga/conf/DRACO |  17 +++++++++++------
 2 files changed, 22 insertions(+), 12 deletions(-)

diffs (140 lines):

diff -r 8e50ab0d77fe -r 900d47141ac4 sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Wed Jul 05 04:07:22 2000 +0000
+++ b/sys/arch/amiga/conf/AMIGA Wed Jul 05 04:10:15 2000 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: AMIGA,v 1.28 2000/06/14 22:02:17 veego Exp $
+# $NetBSD: AMIGA,v 1.29 2000/07/05 04:10:15 sommerfeld Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
 # Created from: 
-#$ NetBSD: GENERIC,v 1.140 2000/03/23 22:44:42 is Exp $
+#$ NetBSD: GENERIC,v 1.146 2000/07/05 04:07:24 sommerfeld Exp $
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.28 $"
+#ident                 "GENERIC-$Revision: 1.29 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -34,8 +34,11 @@
 options        M68020          # support for 020/851
 options        FPU_EMULATE     # FPU emulation
 
+#Networking options
+
 options        INET            # IP networking support (Required)
 options        INET6           # IPV6
+options        PULLDOWN_TEST   # use m_pulldown for IPv4/v6 processing
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security
@@ -46,7 +49,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
 
@@ -82,7 +85,7 @@
 #options       FFS_EI          # FFS Endian Independant support
 
 options        QUOTA           # User and group quotas in FFS
-#options       SOFTDEP         # FFS soft updates support.
+options        SOFTDEP         # FFS soft updates support.
 options        NFSSERVER       # Network File System server side code
 
 #options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
@@ -343,8 +346,9 @@
 sd*    at scsibus? target ? lun ?      # scsi disks
 st*    at scsibus? target ? lun ?      # scsi tapes
 cd*    at scsibus? target ? lun ?      # scsi cds
+ch*    at scsibus? target ? lun ?      # scsi autochangers
+
 ss*    at scsibus? target ? lun ?      # scsi scanner
-ch*    at scsibus? target ? lun ?      # scsi autochangers
 uk*    at scsibus? target ? lun ?      # scsi unknown
 
 pseudo-device  loop                    # loopback network interface
@@ -357,6 +361,7 @@
 pseudo-device  ipfilter                # IP Filter package
 pseudo-device  gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
 #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
+#pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty             16      # pseudo ptys
diff -r 8e50ab0d77fe -r 900d47141ac4 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Wed Jul 05 04:07:22 2000 +0000
+++ b/sys/arch/amiga/conf/DRACO Wed Jul 05 04:10:15 2000 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: DRACO,v 1.46 2000/06/14 22:02:18 veego Exp $
+# $NetBSD: DRACO,v 1.47 2000/07/05 04:10:15 sommerfeld Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
 # Created from: 
-#$ NetBSD: GENERIC,v 1.140 2000/03/23 22:44:42 is Exp $
+#$ NetBSD: GENERIC,v 1.146 2000/07/05 04:07:24 sommerfeld Exp $
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.46 $"
+#ident                 "GENERIC-$Revision: 1.47 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -22,8 +22,11 @@
 options        M68060          # support for 060
 options        M060SP          # MC68060 software support (Required for 060)
 
+#Networking options
+
 options        INET            # IP networking support (Required)
 options        INET6           # IPV6
+options        PULLDOWN_TEST   # use m_pulldown for IPv4/v6 processing
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security
@@ -34,7 +37,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
 
@@ -70,7 +73,7 @@
 #options       FFS_EI          # FFS Endian Independant support
 
 options        QUOTA           # User and group quotas in FFS
-#options       SOFTDEP         # FFS soft updates support.
+options        SOFTDEP         # FFS soft updates support.
 options        NFSSERVER       # Network File System server side code
 
 #options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
@@ -214,8 +217,9 @@
 sd*    at scsibus? target ? lun ?      # scsi disks
 st*    at scsibus? target ? lun ?      # scsi tapes
 cd*    at scsibus? target ? lun ?      # scsi cds
+ch*    at scsibus? target ? lun ?      # scsi autochangers
+
 ss*    at scsibus? target ? lun ?      # scsi scanner
-ch*    at scsibus? target ? lun ?      # scsi autochangers
 uk*    at scsibus? target ? lun ?      # scsi unknown
 
 pseudo-device  loop                    # loopback network interface
@@ -228,6 +232,7 @@
 pseudo-device  ipfilter                # IP Filter package
 pseudo-device  gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
 #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
+#pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 
 pseudo-device  view            4       # views (needed for grfcc)
 pseudo-device  pty             16      # pseudo ptys



Home | Main Index | Thread Index | Old Index