Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Add examples for including the kernel crypto bits f...



details:   https://anonhg.NetBSD.org/src/rev/78ae1d9248e7
branches:  trunk
changeset: 474522:78ae1d9248e7
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jul 09 18:55:33 1999 +0000

description:
Add examples for including the kernel crypto bits from either crypto-us
or crypto-intl, commented out, with instructions to use only one, and
adjust the prefix as necessary.

diffstat:

 sys/arch/alpha/conf/GENERIC.v6    |  13 ++++++++++++-
 sys/arch/amiga/conf/GENERIC.v6    |  13 ++++++++++++-
 sys/arch/arm32/conf/GENERIC.v6    |  13 ++++++++++++-
 sys/arch/atari/conf/GENERIC.v6    |  13 ++++++++++++-
 sys/arch/bebox/conf/GENERIC.v6    |  13 ++++++++++++-
 sys/arch/hp300/conf/GENERIC.v6    |  13 ++++++++++++-
 sys/arch/i386/conf/GENERIC.v6     |  14 +++++++++++++-
 sys/arch/mac68k/conf/GENERIC.v6   |  13 ++++++++++++-
 sys/arch/macppc/conf/GENERIC.v6   |  13 ++++++++++++-
 sys/arch/mvme68k/conf/GENERIC.v6  |  13 ++++++++++++-
 sys/arch/newsmips/conf/GENERIC.v6 |  13 ++++++++++++-
 sys/arch/next68k/conf/GENERIC.v6  |  13 ++++++++++++-
 sys/arch/ofppc/conf/GENERIC.v6    |  13 ++++++++++++-
 sys/arch/pc532/conf/GENERIC.v6    |  13 ++++++++++++-
 sys/arch/pica/conf/GENERIC.v6     |  13 ++++++++++++-
 sys/arch/pmax/conf/GENERIC.v6     |  13 ++++++++++++-
 sys/arch/sparc/conf/GENERIC.v6    |  13 ++++++++++++-
 sys/arch/sparc64/conf/GENERIC.v6  |  13 ++++++++++++-
 sys/arch/sun3/conf/GENERIC.v6     |  13 ++++++++++++-
 sys/arch/vax/conf/GENERIC.v6      |  13 ++++++++++++-
 sys/arch/x68k/conf/GENERIC.v6     |  13 ++++++++++++-
 21 files changed, 253 insertions(+), 21 deletions(-)

diffs (truncated from 546 to 300 lines):

diff -r 36177702d429 -r 78ae1d9248e7 sys/arch/alpha/conf/GENERIC.v6
--- a/sys/arch/alpha/conf/GENERIC.v6    Fri Jul 09 18:46:09 1999 +0000
+++ b/sys/arch/alpha/conf/GENERIC.v6    Fri Jul 09 18:55:33 1999 +0000
@@ -1,10 +1,21 @@
-#      $NetBSD: GENERIC.v6,v 1.1 1999/07/01 07:00:12 itojun Exp $
+#      $NetBSD: GENERIC.v6,v 1.2 1999/07/09 18:55:33 thorpej Exp $
 #
 #      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
 #
 
 include "arch/alpha/conf/GENERIC"
 
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# 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
+
 # IPv6 options
 options        INET6           # IPV6
 options        IPSEC           # IP security
diff -r 36177702d429 -r 78ae1d9248e7 sys/arch/amiga/conf/GENERIC.v6
--- a/sys/arch/amiga/conf/GENERIC.v6    Fri Jul 09 18:46:09 1999 +0000
+++ b/sys/arch/amiga/conf/GENERIC.v6    Fri Jul 09 18:55:33 1999 +0000
@@ -1,10 +1,21 @@
-#      $NetBSD: GENERIC.v6,v 1.1 1999/07/01 07:00:13 itojun Exp $
+#      $NetBSD: GENERIC.v6,v 1.2 1999/07/09 18:55:33 thorpej Exp $
 #
 #      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
 #
 
 include "arch/amiga/conf/GENERIC"
 
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# 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
+
 # IPv6 options
 options        INET6           # IPV6
 options        IPSEC           # IP security
diff -r 36177702d429 -r 78ae1d9248e7 sys/arch/arm32/conf/GENERIC.v6
--- a/sys/arch/arm32/conf/GENERIC.v6    Fri Jul 09 18:46:09 1999 +0000
+++ b/sys/arch/arm32/conf/GENERIC.v6    Fri Jul 09 18:55:33 1999 +0000
@@ -1,10 +1,21 @@
-#      $NetBSD: GENERIC.v6,v 1.1 1999/07/01 07:00:13 itojun Exp $
+#      $NetBSD: GENERIC.v6,v 1.2 1999/07/09 18:55:34 thorpej Exp $
 #
 #      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
 #
 
 include "arch/arm32/conf/GENERIC"
 
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# 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
+
 # IPv6 options
 options        INET6           # IPV6
 options        IPSEC           # IP security
diff -r 36177702d429 -r 78ae1d9248e7 sys/arch/atari/conf/GENERIC.v6
--- a/sys/arch/atari/conf/GENERIC.v6    Fri Jul 09 18:46:09 1999 +0000
+++ b/sys/arch/atari/conf/GENERIC.v6    Fri Jul 09 18:55:33 1999 +0000
@@ -1,10 +1,21 @@
-#      $NetBSD: GENERIC.v6,v 1.1 1999/07/01 07:00:13 itojun Exp $
+#      $NetBSD: GENERIC.v6,v 1.2 1999/07/09 18:55:34 thorpej Exp $
 #
 #      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
 #
 
 include "arch/atari/conf/GENERIC"
 
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# 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
+
 # IPv6 options
 options        INET6           # IPV6
 options        IPSEC           # IP security
diff -r 36177702d429 -r 78ae1d9248e7 sys/arch/bebox/conf/GENERIC.v6
--- a/sys/arch/bebox/conf/GENERIC.v6    Fri Jul 09 18:46:09 1999 +0000
+++ b/sys/arch/bebox/conf/GENERIC.v6    Fri Jul 09 18:55:33 1999 +0000
@@ -1,10 +1,21 @@
-#      $NetBSD: GENERIC.v6,v 1.1 1999/07/01 07:00:14 itojun Exp $
+#      $NetBSD: GENERIC.v6,v 1.2 1999/07/09 18:55:34 thorpej Exp $
 #
 #      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
 #
 
 include "arch/bebox/conf/GENERIC"
 
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# 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
+
 # IPv6 options
 options        INET6           # IPV6
 options        IPSEC           # IP security
diff -r 36177702d429 -r 78ae1d9248e7 sys/arch/hp300/conf/GENERIC.v6
--- a/sys/arch/hp300/conf/GENERIC.v6    Fri Jul 09 18:46:09 1999 +0000
+++ b/sys/arch/hp300/conf/GENERIC.v6    Fri Jul 09 18:55:33 1999 +0000
@@ -1,10 +1,21 @@
-#      $NetBSD: GENERIC.v6,v 1.1 1999/07/01 07:00:14 itojun Exp $
+#      $NetBSD: GENERIC.v6,v 1.2 1999/07/09 18:55:34 thorpej Exp $
 #
 #      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
 #
 
 include "arch/hp300/conf/GENERIC"
 
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# 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
+
 # IPv6 options
 options        INET6           # IPV6
 options        IPSEC           # IP security
diff -r 36177702d429 -r 78ae1d9248e7 sys/arch/i386/conf/GENERIC.v6
--- a/sys/arch/i386/conf/GENERIC.v6     Fri Jul 09 18:46:09 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC.v6     Fri Jul 09 18:55:33 1999 +0000
@@ -1,9 +1,21 @@
-#      $NetBSD: GENERIC.v6,v 1.2 1999/07/01 07:00:14 itojun Exp $
+#      $NetBSD: GENERIC.v6,v 1.3 1999/07/09 18:55:34 thorpej Exp $
 #
 #      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
 #
 
 include "arch/i386/conf/GENERIC"
+cinclude "../crypto-intl/sys/conf/files.crypto-intl"
+
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# 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
 
 # IPv6 options
 options        INET6           # IPV6
diff -r 36177702d429 -r 78ae1d9248e7 sys/arch/mac68k/conf/GENERIC.v6
--- a/sys/arch/mac68k/conf/GENERIC.v6   Fri Jul 09 18:46:09 1999 +0000
+++ b/sys/arch/mac68k/conf/GENERIC.v6   Fri Jul 09 18:55:33 1999 +0000
@@ -1,10 +1,21 @@
-#      $NetBSD: GENERIC.v6,v 1.1 1999/07/01 07:00:14 itojun Exp $
+#      $NetBSD: GENERIC.v6,v 1.2 1999/07/09 18:55:35 thorpej Exp $
 #
 #      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
 #
 
 include "arch/mac68k/conf/GENERIC"
 
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# 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
+
 # IPv6 options
 options        INET6           # IPV6
 options        IPSEC           # IP security
diff -r 36177702d429 -r 78ae1d9248e7 sys/arch/macppc/conf/GENERIC.v6
--- a/sys/arch/macppc/conf/GENERIC.v6   Fri Jul 09 18:46:09 1999 +0000
+++ b/sys/arch/macppc/conf/GENERIC.v6   Fri Jul 09 18:55:33 1999 +0000
@@ -1,10 +1,21 @@
-#      $NetBSD: GENERIC.v6,v 1.1 1999/07/01 07:00:15 itojun Exp $
+#      $NetBSD: GENERIC.v6,v 1.2 1999/07/09 18:55:35 thorpej Exp $
 #
 #      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
 #
 
 include "arch/macppc/conf/GENERIC"
 
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# 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
+
 # IPv6 options
 options        INET6           # IPV6
 options        IPSEC           # IP security
diff -r 36177702d429 -r 78ae1d9248e7 sys/arch/mvme68k/conf/GENERIC.v6
--- a/sys/arch/mvme68k/conf/GENERIC.v6  Fri Jul 09 18:46:09 1999 +0000
+++ b/sys/arch/mvme68k/conf/GENERIC.v6  Fri Jul 09 18:55:33 1999 +0000
@@ -1,10 +1,21 @@
-#      $NetBSD: GENERIC.v6,v 1.1 1999/07/01 07:00:15 itojun Exp $
+#      $NetBSD: GENERIC.v6,v 1.2 1999/07/09 18:55:35 thorpej Exp $
 #
 #      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
 #
 
 include "arch/mvme68k/conf/GENERIC"
 
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# 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
+
 # IPv6 options
 options        INET6           # IPV6
 options        IPSEC           # IP security
diff -r 36177702d429 -r 78ae1d9248e7 sys/arch/newsmips/conf/GENERIC.v6
--- a/sys/arch/newsmips/conf/GENERIC.v6 Fri Jul 09 18:46:09 1999 +0000
+++ b/sys/arch/newsmips/conf/GENERIC.v6 Fri Jul 09 18:55:33 1999 +0000
@@ -1,10 +1,21 @@
-#      $NetBSD: GENERIC.v6,v 1.1 1999/07/01 07:00:15 itojun Exp $
+#      $NetBSD: GENERIC.v6,v 1.2 1999/07/09 18:55:35 thorpej Exp $
 #
 #      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
 #
 
 include "arch/newsmips/conf/GENERIC"
 
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# 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
+
 # IPv6 options
 options        INET6           # IPV6
 options        IPSEC           # IP security
diff -r 36177702d429 -r 78ae1d9248e7 sys/arch/next68k/conf/GENERIC.v6
--- a/sys/arch/next68k/conf/GENERIC.v6  Fri Jul 09 18:46:09 1999 +0000
+++ b/sys/arch/next68k/conf/GENERIC.v6  Fri Jul 09 18:55:33 1999 +0000
@@ -1,10 +1,21 @@
-#      $NetBSD: GENERIC.v6,v 1.1 1999/07/01 07:00:15 itojun Exp $
+#      $NetBSD: GENERIC.v6,v 1.2 1999/07/09 18:55:35 thorpej Exp $
 #
 #      GENERIC.v6 -- IPv6 variant of GENERIC.  should be in GENERIC.
 #
 
 include "arch/next68k/conf/GENERIC"
 
+# Pull in config fragments for kernel crypto.  Use only one of these,
+# and adjust the prefixes as necessary.



Home | Main Index | Thread Index | Old Index