Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Remove the obsolete config fragments for kernel cry...



details:   https://anonhg.NetBSD.org/src/rev/3206820fb5dc
branches:  trunk
changeset: 487914:3206820fb5dc
user:      veego <veego%NetBSD.org@localhost>
date:      Wed Jun 14 22:02:13 2000 +0000

description:
Remove the obsolete config fragments for kernel crypto, because the IPsec
crypto code is now in the kernel source tree.

diffstat:

 sys/arch/alpha/conf/ALPHA                   |  17 ++---------------
 sys/arch/alpha/conf/ENIWETOK                |  15 +--------------
 sys/arch/alpha/conf/FRAU-FARBISSINA         |  17 ++---------------
 sys/arch/alpha/conf/GENERIC                 |  17 ++---------------
 sys/arch/alpha/conf/TCWSCONS                |  17 ++---------------
 sys/arch/alpha/conf/YEAH-BABY               |   6 +-----
 sys/arch/amiga/conf/AMIGA                   |  17 ++---------------
 sys/arch/amiga/conf/DRACO                   |  17 ++---------------
 sys/arch/amiga/conf/GENERIC                 |  17 ++---------------
 sys/arch/arc/conf/ARCTIC                    |  15 +--------------
 sys/arch/arc/conf/GENERIC                   |  17 ++---------------
 sys/arch/arc/conf/M403                      |  15 +--------------
 sys/arch/arc/conf/P4032                     |  15 +--------------
 sys/arch/arc/conf/PICA                      |  15 +--------------
 sys/arch/arc/conf/RAMDISK                   |  15 +--------------
 sys/arch/arm26/conf/GENERIC                 |  15 +--------------
 sys/arch/arm32/conf/CATS                    |  13 +------------
 sys/arch/arm32/conf/CATSINST                |  13 +------------
 sys/arch/arm32/conf/GENERIC                 |  17 ++---------------
 sys/arch/arm32/conf/SHARK                   |  15 +--------------
 sys/arch/atari/conf/GENERIC                 |  17 ++---------------
 sys/arch/bebox/conf/GENERIC                 |  17 ++---------------
 sys/arch/cobalt/conf/GENERIC                |  17 ++---------------
 sys/arch/hp300/conf/BASALT                  |   7 +------
 sys/arch/hp300/conf/GENERIC                 |  17 ++---------------
 sys/arch/hpcmips/conf/GENERIC               |  15 ++-------------
 sys/arch/hpcmips/conf/MURUROA               |  15 ++-------------
 sys/arch/hpcmips/conf/TX3912                |  13 +------------
 sys/arch/hpcmips/conf/TX3922                |  13 +------------
 sys/arch/i386/conf/DR-EVIL                  |  15 +--------------
 sys/arch/i386/conf/GENERIC                  |  17 ++---------------
 sys/arch/i386/conf/IOPENER                  |  17 ++---------------
 sys/arch/i386/conf/SWINGER                  |  17 ++---------------
 sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS |  17 ++---------------
 sys/arch/luna68k/conf/GENERIC               |  17 ++---------------
 sys/arch/mac68k/conf/GENERIC                |  17 ++---------------
 sys/arch/macppc/conf/GENERIC                |  17 ++---------------
 sys/arch/mmeye/conf/GENERIC                 |  16 ++--------------
 sys/arch/mvme68k/conf/GENERIC               |  17 ++---------------
 sys/arch/news68k/conf/GENERIC               |  17 ++---------------
 sys/arch/news68k/conf/LIBERO                |  15 +--------------
 sys/arch/news68k/conf/NEWS1200              |  15 +--------------
 sys/arch/newsmips/conf/GENERIC              |  17 ++---------------
 sys/arch/next68k/conf/GENERIC               |  17 ++---------------
 sys/arch/ofppc/conf/GENERIC                 |  17 ++---------------
 sys/arch/pc532/conf/BULLBOX                 |   9 +--------
 sys/arch/pc532/conf/GENERIC                 |  17 ++---------------
 sys/arch/pmax/conf/GENERIC                  |  17 ++---------------
 sys/arch/pmax/conf/SULACO                   |  11 +----------
 sys/arch/prep/conf/GENERIC                  |  17 ++---------------
 sys/arch/prep/conf/NATSUMI                  |  15 +--------------
 sys/arch/sparc/conf/GENERIC                 |  17 ++---------------
 sys/arch/sparc64/conf/GENERIC               |  17 ++---------------
 sys/arch/sun3/conf/GENERIC                  |  17 ++---------------
 sys/arch/sun3/conf/GENERIC3X                |  15 +--------------
 sys/arch/vax/conf/GENERIC                   |  17 ++---------------
 sys/arch/x68k/conf/ALL                      |  17 ++---------------
 sys/arch/x68k/conf/GENERIC                  |  17 ++---------------
 sys/arch/x68k/conf/INSTALL                  |  17 ++---------------
 sys/arch/x68k/conf/INSTALL_SMALL            |  17 ++---------------
 sys/arch/x68k/conf/SMALL                    |  17 ++---------------
 sys/arch/x68k/conf/TOKOCHAN                 |  17 ++---------------
 sys/arch/x68k/conf/ZSCONS                   |  17 ++---------------
 63 files changed, 105 insertions(+), 884 deletions(-)

diffs (truncated from 2129 to 300 lines):

diff -r e0435f0d3eea -r 3206820fb5dc sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Wed Jun 14 20:22:19 2000 +0000
+++ b/sys/arch/alpha/conf/ALPHA Wed Jun 14 22:02:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.126 2000/06/01 20:30:29 thorpej Exp $
+# $NetBSD: ALPHA,v 1.127 2000/06/14 22:02:13 veego Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -6,7 +6,7 @@
 
 maxusers 32
 
-ident          "ALPHA-$Revision: 1.126 $"
+ident          "ALPHA-$Revision: 1.127 $"
 
 # CPU Support
 #options       DEC_2000_300    # "Jensen":     2000/300 (DECpc AXP 150)
@@ -62,19 +62,6 @@
 #options       FFS_EI          # FFS Endian Independant support
 #options       SOFTDEP         # FFS soft updates support.
 
-# Pull in config fragments for kernel crypto.  This is required for
-# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
-# one of these, based on whether you use crypto-us or crypto-intl, and
-# adjust the prefixes as necessary.
-
-#prefix ../crypto-us/sys
-#cinclude "conf/files.crypto-us"
-#prefix
-
-#prefix ../crypto-intl/sys
-#cinclude "conf/files.crypto-intl"
-#prefix
-
 # Networking options
 options        INET            # Internet protocol suite
 options        INET6           # IPV6
diff -r e0435f0d3eea -r 3206820fb5dc sys/arch/alpha/conf/ENIWETOK
--- a/sys/arch/alpha/conf/ENIWETOK      Wed Jun 14 20:22:19 2000 +0000
+++ b/sys/arch/alpha/conf/ENIWETOK      Wed Jun 14 22:02:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ENIWETOK,v 1.26 2000/05/31 04:57:20 mycroft Exp $
+# $NetBSD: ENIWETOK,v 1.27 2000/06/14 22:02:14 veego Exp $
 # From: GENERIC,v 1.139 2000/01/19 03:01:46 mycroft Exp
 #
 # Mycroft's AS200.
@@ -48,19 +48,6 @@
 #options       FFS_EI          # FFS Endian Independant support
 options        SOFTDEP         # FFS soft updates support.
 
-# Pull in config fragments for kernel crypto.  This is required for
-# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
-# one of these, based on whether you use crypto-us or crypto-intl, and
-# adjust the prefixes as necessary.
-
-prefix ../crypto-us/sys
-cinclude "conf/files.crypto-us"
-prefix
-
-#prefix ../crypto-intl/sys
-#cinclude "conf/files.crypto-intl"
-#prefix
-
 # Networking options
 options        INET            # Internet protocol suite
 options        INET6           # IPV6
diff -r e0435f0d3eea -r 3206820fb5dc sys/arch/alpha/conf/FRAU-FARBISSINA
--- a/sys/arch/alpha/conf/FRAU-FARBISSINA       Wed Jun 14 20:22:19 2000 +0000
+++ b/sys/arch/alpha/conf/FRAU-FARBISSINA       Wed Jun 14 22:02:13 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: FRAU-FARBISSINA,v 1.4 2000/06/08 02:20:50 thorpej Exp $
+# $NetBSD: FRAU-FARBISSINA,v 1.5 2000/06/14 22:02:14 veego Exp $
 #
 # frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
 # box
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "FRAU-FARBISSINA-$Revision: 1.4 $"
+#ident                 "FRAU-FARBISSINA-$Revision: 1.5 $"
 
 maxusers 64
 
@@ -54,19 +54,6 @@
 #options       FFS_EI          # FFS Endian Independant support
 options        SOFTDEP         # FFS soft updates support.
 
-# Pull in config fragments for kernel crypto.  This is required for
-# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
-# one of these, based on whether you use crypto-us or crypto-intl, and
-# adjust the prefixes as necessary.
-
-prefix ../crypto-us/sys
-cinclude "conf/files.crypto-us"
-prefix
-
-#prefix ../crypto-intl/sys
-#cinclude "conf/files.crypto-intl"
-#prefix
-
 # Networking options
 options        INET            # Internet protocol suite
 options        INET6           # IPV6
diff -r e0435f0d3eea -r 3206820fb5dc sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Wed Jun 14 20:22:19 2000 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Wed Jun 14 22:02:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.156 2000/06/01 20:30:30 thorpej Exp $
+# $NetBSD: GENERIC,v 1.157 2000/06/14 22:02:15 veego Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 #
@@ -6,7 +6,7 @@
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "GENERIC-$Revision: 1.156 $"
+#ident                 "GENERIC-$Revision: 1.157 $"
 
 maxusers 32
 
@@ -52,19 +52,6 @@
 #options       FFS_EI          # FFS Endian Independant support
 #options       SOFTDEP         # FFS soft updates support.
 
-# Pull in config fragments for kernel crypto.  This is required for
-# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
-# one of these, based on whether you use crypto-us or crypto-intl, and
-# adjust the prefixes as necessary.
-
-#prefix ../crypto-us/sys
-#cinclude "conf/files.crypto-us"
-#prefix
-
-#prefix ../crypto-intl/sys
-#cinclude "conf/files.crypto-intl"
-#prefix
-
 # Networking options
 options        INET            # Internet protocol suite
 options        INET6           # IPV6
diff -r e0435f0d3eea -r 3206820fb5dc sys/arch/alpha/conf/TCWSCONS
--- a/sys/arch/alpha/conf/TCWSCONS      Wed Jun 14 20:22:19 2000 +0000
+++ b/sys/arch/alpha/conf/TCWSCONS      Wed Jun 14 22:02:13 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: TCWSCONS,v 1.10 2000/06/13 06:15:51 tron Exp $
+# $NetBSD: TCWSCONS,v 1.11 2000/06/14 22:02:15 veego Exp $
 #
 # TURBOchannel Alpha DEC3000
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "GENERIC-$Revision: 1.10 $"
+#ident                 "GENERIC-$Revision: 1.11 $"
 
 maxusers 32
 
@@ -40,19 +40,6 @@
 #options       FFS_EI          # FFS Endian Independant support
 #options       SOFTDEP         # FFS soft updates support.
 
-# Pull in config fragments for kernel crypto.  This is required for
-# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
-# one of these, based on whether you use crypto-us or crypto-intl, and
-# adjust the prefixes as necessary.
-
-#prefix ../crypto-us/sys
-#cinclude "conf/files.crypto-us"
-#prefix
-
-#prefix ../crypto-intl/sys
-#cinclude "conf/files.crypto-intl"
-#prefix
-
 # Networking options
 options        INET            # Internet protocol suite
 options        INET6           # IPV6
diff -r e0435f0d3eea -r 3206820fb5dc sys/arch/alpha/conf/YEAH-BABY
--- a/sys/arch/alpha/conf/YEAH-BABY     Wed Jun 14 20:22:19 2000 +0000
+++ b/sys/arch/alpha/conf/YEAH-BABY     Wed Jun 14 22:02:13 2000 +0000
@@ -1,14 +1,10 @@
-# $NetBSD: YEAH-BABY,v 1.2 2000/05/23 02:04:31 thorpej Exp $
+# $NetBSD: YEAH-BABY,v 1.3 2000/06/14 22:02:16 veego Exp $
 #
 # yeah-baby.shagadelic.org -- thorpej's Alphastation 200 file server
 # and wireless network gateway
 
 include        "arch/alpha/conf/std.alpha"
 
-prefix ../crypto-us/sys
-cinclude "conf/files.crypto-us"
-prefix
-
 maxusers 32
 
 makeoptions    DEBUG="-g"
diff -r e0435f0d3eea -r 3206820fb5dc sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Wed Jun 14 20:22:19 2000 +0000
+++ b/sys/arch/amiga/conf/AMIGA Wed Jun 14 22:02:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: AMIGA,v 1.27 2000/03/28 20:17:14 is Exp $
+# $NetBSD: AMIGA,v 1.28 2000/06/14 22:02:17 veego Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
@@ -8,7 +8,7 @@
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.27 $"
+#ident                 "GENERIC-$Revision: 1.28 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -34,19 +34,6 @@
 options        M68020          # support for 020/851
 options        FPU_EMULATE     # FPU emulation
 
-#Pull in config fragments for kernel crypto.  This is required for
-#options IPSEC etc. to work. If you want to run with IPSEC, uncomment
-#one of these, based on whether you use crypto-us or crypto-intl, and
-#adjust the prefixes as necessary.
-
-#prefix ../crypto-us/sys
-#cinclude "conf/files.crypto-us"
-#prefix
-#prefix ../crypto-intl/sys
-#cinclude "conf/files.crypto-intl"
-#prefix
-#Networking options
-
 options        INET            # IP networking support (Required)
 options        INET6           # IPV6
 #options       IPSEC           # IP security
diff -r e0435f0d3eea -r 3206820fb5dc sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Wed Jun 14 20:22:19 2000 +0000
+++ b/sys/arch/amiga/conf/DRACO Wed Jun 14 22:02:13 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DRACO,v 1.45 2000/03/28 20:17:14 is Exp $
+# $NetBSD: DRACO,v 1.46 2000/06/14 22:02:18 veego Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
@@ -8,7 +8,7 @@
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.45 $"
+#ident                 "GENERIC-$Revision: 1.46 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -22,19 +22,6 @@
 options        M68060          # support for 060
 options        M060SP          # MC68060 software support (Required for 060)
 
-#Pull in config fragments for kernel crypto.  This is required for
-#options IPSEC etc. to work. If you want to run with IPSEC, uncomment
-#one of these, based on whether you use crypto-us or crypto-intl, and
-#adjust the prefixes as necessary.
-
-#prefix ../crypto-us/sys
-#cinclude "conf/files.crypto-us"
-#prefix
-#prefix ../crypto-intl/sys
-#cinclude "conf/files.crypto-intl"
-#prefix
-#Networking options
-
 options        INET            # IP networking support (Required)
 options        INET6           # IPV6
 #options       IPSEC           # IP security
diff -r e0435f0d3eea -r 3206820fb5dc sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Wed Jun 14 20:22:19 2000 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Wed Jun 14 22:02:13 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.142 2000/04/19 06:50:29 itojun Exp $
+#      $NetBSD: GENERIC,v 1.143 2000/06/14 22:02:18 veego Exp $
 
 #
 #if 0
@@ -16,7 +16,7 @@
 
 include "arch/amiga/conf/std.amiga"
 
-#ident                 "GENERIC-$Revision: 1.142 $"
+#ident                 "GENERIC-$Revision: 1.143 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -50,19 +50,6 @@
 options        FPU_EMULATE     # FPU emulation
 #endif
 
-# Pull in config fragments for kernel crypto.  This is required for
-# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
-# one of these, based on whether you use crypto-us or crypto-intl, and
-# adjust the prefixes as necessary.
-



Home | Main Index | Thread Index | Old Index