Remove the obsolete config fragments for kernel crypto, because the IPsec

crypto code is now in the kernel source tree.
This commit is contained in:
veego 2000-06-14 22:02:13 +00:00
parent 60dec93655
commit 223d7455c7
63 changed files with 105 additions and 884 deletions

View File

@ -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 @@ include "arch/alpha/conf/std.alpha"
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 NFSSERVER # Sun NFS-compatible file system server
#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

View File

@ -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 NFSSERVER # Sun NFS-compatible file system server
#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

View File

@ -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 NFSSERVER # Sun NFS-compatible file system server
#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

View File

@ -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 NFSSERVER # Sun NFS-compatible file system server
#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

View File

@ -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 NFSSERVER # Sun NFS-compatible file system server
#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

View File

@ -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"

View File

@ -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 M68030 # support for 030
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

View File

@ -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 DRACO
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

View File

@ -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 M68020 # support for 020/851
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.
#prefix ../crypto-us/sys
#cinclude "conf/files.crypto-us"
#prefix
#prefix ../crypto-intl/sys
#cinclude "conf/files.crypto-intl"
#prefix
#
# Networking options
#

View File

@ -1,4 +1,4 @@
# $NetBSD: ARCTIC,v 1.5 2000/03/22 00:58:18 cgd Exp $
# $NetBSD: ARCTIC,v 1.6 2000/06/14 22:02:19 veego Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@ -77,19 +77,6 @@ options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # IP packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp $
# $NetBSD: GENERIC,v 1.32 2000/06/14 22:02:19 veego Exp $
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
#
# GENERIC -- everything that's currently supported
@ -6,7 +6,7 @@
include "arch/arc/conf/std.arc"
#ident "GENERIC-$Revision: 1.31 $"
#ident "GENERIC-$Revision: 1.32 $"
maxusers 32 # estimated number of users
@ -75,19 +75,6 @@ options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # IP packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,4 +1,4 @@
# $NetBSD: M403,v 1.6 2000/06/09 05:33:02 soda Exp $
# $NetBSD: M403,v 1.7 2000/06/14 22:02:19 veego Exp $
#
# configuration file for MIPS Magnum 4000 system
#
@ -75,19 +75,6 @@ options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # IP packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.6 2000/05/27 02:19:35 soren Exp $
# $NetBSD: P4032,v 1.7 2000/06/14 22:02:19 veego Exp $
# $OpenBSD: P4032,v 1.5 1998/03/16 09:38:36 pefo Exp $
#
# configuration file for Algorithmics P4032 board
@ -73,19 +73,6 @@ options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # IP packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,4 +1,4 @@
# $NetBSD: PICA,v 1.19 2000/03/22 00:58:18 cgd Exp $
# $NetBSD: PICA,v 1.20 2000/06/14 22:02:19 veego Exp $
#
# configuration file for ACER PICA system
#
@ -72,19 +72,6 @@ options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # IP packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.7 2000/05/27 02:19:35 soren Exp $
# $NetBSD: RAMDISK,v 1.8 2000/06/14 22:02:20 veego Exp $
# $OpenBSD: RAMDISK,v 1.9 1999/08/29 12:14:03 niklas Exp $
#
# memory disk based configuration file for MIPS R4x00 ARC Systems
@ -81,19 +81,6 @@ options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # IP packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.1 2000/05/09 21:55:58 bjh21 Exp $
# $NetBSD: GENERIC,v 1.2 2000/06/14 22:02:20 veego Exp $
# GENERIC arm26 configuration -- everything I've implemented so far
@ -48,19 +48,6 @@ file-system FDESC # /dev/fd
#options FFS_EI # FFS endianness-independence 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
# Executable format options
#options EXEC_AOUT
options EXEC_ELF32

View File

@ -1,4 +1,4 @@
# $NetBSD: CATS,v 1.34 2000/05/26 19:01:22 tsutsui Exp $
# $NetBSD: CATS,v 1.35 2000/06/14 22:02:20 veego Exp $
#
# CATS -- CHALTECH CATS Development kernel
#
@ -72,17 +72,6 @@ options NFSSERVER
# Networking options
# 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
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
options INET6 # IPV6

View File

@ -1,4 +1,4 @@
# $NetBSD: CATSINST,v 1.18 2000/05/26 19:01:22 tsutsui Exp $
# $NetBSD: CATSINST,v 1.19 2000/06/14 22:02:21 veego Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@ -72,17 +72,6 @@ file-system KERNFS # /kern
# Networking options
# 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
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options INET6 # IPV6

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.66 2000/04/19 06:50:29 itojun Exp $
# $NetBSD: GENERIC,v 1.67 2000/06/14 22:02:21 veego Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/arm32/conf/std.arm32"
#ident "GENERIC-$Revision: 1.66 $"
#ident "GENERIC-$Revision: 1.67 $"
# estimated number of users
maxusers 32
@ -63,19 +63,6 @@ options QUOTA # UFS quotas
#options SOFTDEP # FFS soft updates support.
options NFSSERVER
# 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 GATEWAY # packet forwarding

View File

@ -1,4 +1,4 @@
# $NetBSD: SHARK,v 1.33 2000/06/07 04:36:06 matt Exp $
# $NetBSD: SHARK,v 1.34 2000/06/14 22:02:21 veego Exp $
# From: NetBSD: GENERIC,v 1.61 2000/01/20 19:12:29 wrstuden Exp
#
# SHARK
@ -63,19 +63,6 @@ file-system KERNFS # /kern
#options SOFTDEP # FFS soft updates support.
#options NFSSERVER
# 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 GATEWAY # packet forwarding

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC,v 1.65 2000/04/19 06:50:30 itojun Exp $
# $NetBSD: GENERIC,v 1.66 2000/06/14 22:02:22 veego Exp $
#
# Generic atari
#
@ -8,7 +8,7 @@
include "arch/atari/conf/std.atari"
#ident "GENERIC-$Revision: 1.65 $"
#ident "GENERIC-$Revision: 1.66 $"
#
# Add support for about 16 users. This variable is used to size
@ -40,19 +40,6 @@ options INSECURE # disable kernel security levels
options FPU_EMULATE # Support for MC68881/MC68882 emulator
#options FPSP # 68040 Floatingpoint 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
#

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.27 2000/04/19 06:50:30 itojun Exp $
# $NetBSD: GENERIC,v 1.28 2000/06/14 22:02:23 veego Exp $
#
# First try for BEBOX config file
#
include "arch/bebox/conf/std.bebox"
#ident "GENERIC-$Revision: 1.27 $"
#ident "GENERIC-$Revision: 1.28 $"
maxusers 32
@ -50,19 +50,6 @@ file-system UNION
#options SOFTDEP # FFS soft updates support.
#options NFSSERVER
# 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
options INET
options INET6 # IPV6
#options IPSEC # IP security

View File

@ -1,8 +1,8 @@
# $NetBSD: GENERIC,v 1.7 2000/06/01 14:31:26 soren Exp $
# $NetBSD: GENERIC,v 1.8 2000/06/14 22:02:23 veego Exp $
include "arch/cobalt/conf/std.cobalt"
#ident "GENERIC-$Revision: 1.7 $"
#ident "GENERIC-$Revision: 1.8 $"
maxusers 32
@ -61,19 +61,6 @@ options QUOTA # FFS quotas
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # IP packet forwarding
options INET # Internet protocols

View File

@ -1,4 +1,4 @@
# $NetBSD: BASALT,v 1.35 2000/02/12 03:32:47 thorpej Exp $
# $NetBSD: BASALT,v 1.36 2000/06/14 22:02:24 veego Exp $
#
# Kernel for basalt.og.org - thorpej's HP380 workstation.
#
@ -6,11 +6,6 @@
# Include attributes common to all hp300s
include "arch/hp300/conf/std.hp300"
# Pull in US crypto bits
prefix ../crypto-us/sys
cinclude "conf/files.crypto-us"
prefix
# Support for various CPU types
options HP380
options HP385

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.54 2000/04/19 06:50:31 itojun Exp $
# $NetBSD: GENERIC,v 1.55 2000/06/14 22:02:24 veego Exp $
#
# Generic kernel - one size fits all.
#
@ -6,7 +6,7 @@
# Include attributes common to all hp300s
include "arch/hp300/conf/std.hp300"
#ident "GENERIC-$Revision: 1.54 $"
#ident "GENERIC-$Revision: 1.55 $"
# Support for various CPU types
options HP320
@ -59,19 +59,6 @@ options QUOTA # User and group quotas in FFS
options NFSSERVER # Network filesystem server
options NFS_BOOT_BOOTPARAM # use Sun bootparams for NFS boot
# 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 protocols
options INET6 # IPV6

View File

@ -2,11 +2,11 @@
# Distribution kernel (NEC VR based model) kernel config file
#
# $NetBSD: GENERIC,v 1.52 2000/06/03 08:00:42 takemura Exp $
# $NetBSD: GENERIC,v 1.53 2000/06/14 22:02:24 veego Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
#ident "GENERIC-$Revision: 1.52 $"
#ident "GENERIC-$Revision: 1.53 $"
maxusers 8
@ -65,17 +65,6 @@ file-system UNION
#options SOFTDEP # FFS soft updates support.
options QUOTA # UFS quotas
# 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
# Networking options
#options GATEWAY # IP packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -2,12 +2,12 @@
# Mycroft's WorkPad z50
#
# $NetBSD: MURUROA,v 1.8 2000/03/26 21:35:48 mycroft Exp $
# $NetBSD: MURUROA,v 1.9 2000/06/14 22:02:25 veego Exp $
# From: GENERIC,v 1.29 2000/02/12 03:21:06 shin Exp
#
include "arch/hpcmips/conf/std.hpcmips"
#ident "MURUROA-$Revision: 1.8 $"
#ident "MURUROA-$Revision: 1.9 $"
maxusers 8
@ -68,17 +68,6 @@ file-system MSDOSFS # MS-DOS file system
#options SOFTDEP # FFS soft updates support.
#options QUOTA # UFS quotas
# 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
# Networking options
#options GATEWAY # IP packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -2,7 +2,7 @@
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
#
# $NetBSD: TX3912,v 1.21 2000/05/08 21:57:59 uch Exp $
# $NetBSD: TX3912,v 1.22 2000/06/14 22:02:25 veego Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -73,17 +73,6 @@ file-system PROCFS # /proc
file-system UNION # union file system
#file-system CODA # Coda File System; also needs vcoda (below)
# 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
# Networking options
#options GATEWAY # IP packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
# $NetBSD: TX3922,v 1.21 2000/05/08 21:57:59 uch Exp $
# $NetBSD: TX3922,v 1.22 2000/06/14 22:02:26 veego Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -62,17 +62,6 @@ file-system PROCFS # /proc
file-system UNION # union file system
#file-system CODA # Coda File System; also needs vcoda (below)
# 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
# Networking options
#options GATEWAY # IP packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,4 +1,4 @@
# $NetBSD: DR-EVIL,v 1.19 2000/06/11 02:41:10 mycroft Exp $
# $NetBSD: DR-EVIL,v 1.20 2000/06/14 22:02:27 veego Exp $
#
# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej@netbsd.org
#
@ -119,19 +119,6 @@ options SOFTDEP # Soft dependencies for FFS
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.352 2000/06/11 02:41:10 mycroft Exp $
# $NetBSD: GENERIC,v 1.353 2000/06/14 22:02:27 veego Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
#ident "GENERIC-$Revision: 1.352 $"
#ident "GENERIC-$Revision: 1.353 $"
maxusers 32 # estimated number of users
@ -112,19 +112,6 @@ options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,11 +1,11 @@
# $NetBSD: IOPENER,v 1.2 2000/04/14 23:14:25 tsarna Exp $
# $NetBSD: IOPENER,v 1.3 2000/06/14 22:02:28 veego Exp $
#
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
#
include "arch/i386/conf/std.i386"
#ident "IOPENER-$Revision: 1.2 $"
#ident "IOPENER-$Revision: 1.3 $"
maxusers 32 # estimated number of users
@ -103,19 +103,6 @@ file-system KERNFS # /kern
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,4 +1,4 @@
# $NetBSD: SWINGER,v 1.7 2000/06/11 02:41:11 mycroft Exp $
# $NetBSD: SWINGER,v 1.8 2000/06/14 22:02:28 veego Exp $
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
#
# SWINGER -- thorpej's Abit BP6+dual Celeron
@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
#ident "SWINGER-$Revision: 1.7 $"
#ident "SWINGER-$Revision: 1.8 $"
maxusers 64 # estimated number of users
@ -117,19 +117,6 @@ options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,4 +1,4 @@
# $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.31 2000/06/11 02:41:11 mycroft Exp $
# $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.32 2000/06/14 22:02:28 veego Exp $
# From: GENERIC,v 1.299 2000/02/03 20:31:42 dante Exp
#
# GENERIC -- everything that's currently supported
@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
#ident "GENERIC-$Revision: 1.31 $"
#ident "GENERIC-$Revision: 1.32 $"
maxusers 32 # estimated number of users
@ -117,19 +117,6 @@ options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.4 2000/02/12 03:33:30 thorpej Exp $
# $NetBSD: GENERIC,v 1.5 2000/06/14 22:02:29 veego Exp $
#
# GENERIC LUNA68K
#
include "arch/luna68k/conf/std.luna68k"
#ident "GENERIC-$Revision: 1.4 $"
#ident "GENERIC-$Revision: 1.5 $"
maxusers 8
@ -61,19 +61,6 @@ file-system NULLFS # loopback file system
#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 # IP prototol stack support
#options INET6 # IPV6

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.101 2000/06/11 18:09:34 fredb Exp $
# $NetBSD: GENERIC,v 1.102 2000/06/14 22:02:30 veego Exp $
#
# GENERIC
include "arch/mac68k/conf/std.mac68k"
#ident "GENERIC-$Revision: 1.101 $"
#ident "GENERIC-$Revision: 1.102 $"
maxusers 16 # estimated number of users
@ -87,19 +87,6 @@ options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.69 2000/06/11 10:56:16 tsubai Exp $
# $NetBSD: GENERIC,v 1.70 2000/06/14 22:02:30 veego Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/macppc/conf/std.macppc"
#ident "GENERIC-$Revision: 1.69 $"
#ident "GENERIC-$Revision: 1.70 $"
maxusers 32
@ -68,19 +68,6 @@ options NFSSERVER # Network File System server
options NFS_BOOT_DHCP # Support DHCP NFS root
# 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 GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.13 2000/04/19 06:50:33 itojun Exp $
# $NetBSD: GENERIC,v 1.14 2000/06/14 22:02:31 veego Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/mmeye/conf/std.mmeye"
#ident "GENERIC-$Revision: 1.13 $"
#ident "GENERIC-$Revision: 1.14 $"
maxusers 16 # estimated number of users
@ -74,18 +74,6 @@ file-system CODA # Coda File System; also needs vcoda (below)
options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # packet forwarding

View File

@ -1,8 +1,8 @@
# $NetBSD: GENERIC,v 1.7 2000/04/19 06:50:33 itojun Exp $
# $NetBSD: GENERIC,v 1.8 2000/06/14 22:02:31 veego Exp $
include "arch/mvme68k/conf/std.mvme68k"
#ident "GENERIC-$Revision: 1.7 $"
#ident "GENERIC-$Revision: 1.8 $"
# Boards this kernel supports
options MVME147
@ -31,19 +31,6 @@ options NFSSERVER
#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
options INET6 # IPV6

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.7 2000/04/19 06:50:33 itojun Exp $
# $NetBSD: GENERIC,v 1.8 2000/06/14 22:02:32 veego Exp $
# news68k GENERIC config file;
#
include "arch/news68k/conf/std.news68k"
#ident "GENERIC-$Revision: 1.7 $"
#ident "GENERIC-$Revision: 1.8 $"
maxusers 8
@ -69,19 +69,6 @@ options QUOTA # ffs quotas
#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 protocols
options INET6 # IPV6

View File

@ -1,4 +1,4 @@
# $NetBSD: LIBERO,v 1.4 2000/02/12 08:52:11 tsutsui Exp $
# $NetBSD: LIBERO,v 1.5 2000/06/14 22:02:32 veego Exp $
# NEWS1750 config file;
#
@ -53,19 +53,6 @@ options NFSSERVER # nfs server support
#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 protocols
options INET6 # IPv6

View File

@ -1,4 +1,4 @@
# $NetBSD: NEWS1200,v 1.3 2000/02/12 08:52:11 tsutsui Exp $
# $NetBSD: NEWS1200,v 1.4 2000/06/14 22:02:32 veego Exp $
# news1200 config file
#
@ -66,19 +66,6 @@ file-system NULLFS # loopback file system
#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 protocols
options INET6 # IPV6

View File

@ -1,10 +1,10 @@
# $NetBSD: GENERIC,v 1.21 2000/04/19 06:50:33 itojun Exp $
# $NetBSD: GENERIC,v 1.22 2000/06/14 22:02:33 veego Exp $
#
# GENERIC kernel for RISC-NEWS
include "arch/newsmips/conf/std.newsmips"
#ident "GENERIC-$Revision: 1.21 $"
#ident "GENERIC-$Revision: 1.22 $"
maxusers 16
@ -62,19 +62,6 @@ options QUOTA # FFS quotas
#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 protocols
options INET6 # IPV6

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.29 2000/04/19 06:50:34 itojun Exp $
# $NetBSD: GENERIC,v 1.30 2000/06/14 22:02:33 veego Exp $
#
# GENERIC next68k
#
@ -6,7 +6,7 @@
include "arch/next68k/conf/std.next68k"
#ident "GENERIC-$Revision: 1.29 $"
#ident "GENERIC-$Revision: 1.30 $"
# Needs to be set per system. i.e change these as you see fit
maxusers 16
@ -82,19 +82,6 @@ options QUOTA # FFS quotas
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.26 2000/04/19 06:50:34 itojun Exp $
# $NetBSD: GENERIC,v 1.27 2000/06/14 22:02:34 veego Exp $
#
# First try for PPC config file
#
include "arch/ofppc/conf/std.ofppc"
#ident "GENERIC-$Revision: 1.26 $"
#ident "GENERIC-$Revision: 1.27 $"
maxusers 32
@ -54,19 +54,6 @@ options NFSSERVER
#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
options INET
options INET6 # IPV6
#options IPSEC # IP security

View File

@ -1,4 +1,4 @@
# $NetBSD: BULLBOX,v 1.5 1999/12/08 04:46:40 jonb Exp $
# $NetBSD: BULLBOX,v 1.6 2000/06/14 22:02:34 veego Exp $
#
# BULLBOX: Kernel for Jon Buller's machine
#
@ -42,13 +42,6 @@ options NFSSERVER # Network File System server
#options QUOTA # file system quotas
options SOFTDEP # FFS soft updates support.
# Pull in config fragments for kernel crypto. This is required for
# options IPSEC etc. to work.
prefix ../domestic/sys
cinclude "conf/files.crypto-us"
prefix
# networking options
options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.9 2000/04/19 06:50:34 itojun Exp $
# $NetBSD: GENERIC,v 1.10 2000/06/14 22:02:34 veego Exp $
#
# GENERIC: generic kernel for most machines
#
include "arch/pc532/conf/std.pc532"
#ident "GENERIC-$Revision: 1.9 $"
#ident "GENERIC-$Revision: 1.10 $"
maxusers 8 # estimated number of users
@ -42,19 +42,6 @@ options NFSSERVER # Network File System server
#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 GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,11 +1,11 @@
#
# $NetBSD: GENERIC,v 1.76 2000/06/02 20:23:13 mhitch Exp $
# $NetBSD: GENERIC,v 1.77 2000/06/14 22:02:35 veego Exp $
#
# Distribution kernel (any model) kernel config file
#
include "arch/pmax/conf/std.pmax"
#ident "GENERIC-$Revision: 1.76 $"
#ident "GENERIC-$Revision: 1.77 $"
maxusers 64
@ -72,19 +72,6 @@ options QUOTA # UFS quotas
#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 protocols
options INET6 # IPV6

View File

@ -1,18 +1,9 @@
# $NetBSD: SULACO,v 1.5 2000/05/28 06:02:13 gmcgarry Exp $
# $NetBSD: SULACO,v 1.6 2000/06/14 22:02:35 veego Exp $
#
# sulaco.nas.nasa.gov - thorpej's DECstation 5000/200
#
include "arch/pmax/conf/std.pmax"
# 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
maxusers 64
makeoptions DEBUG="-g"

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.7 2000/06/08 13:16:55 nonaka Exp $
# $NetBSD: GENERIC,v 1.8 2000/06/14 22:02:36 veego Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/prep/conf/std.prep"
#ident "GENERIC-$Revision: 1.7 $"
#ident "GENERIC-$Revision: 1.8 $"
maxusers 32
@ -63,19 +63,6 @@ options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,4 +1,4 @@
# $NetBSD: NATSUMI,v 1.3 2000/05/27 02:19:34 soren Exp $
# $NetBSD: NATSUMI,v 1.4 2000/06/14 22:02:36 veego Exp $
#
# for IBM 6050/6070
#
@ -65,19 +65,6 @@ options NFSSERVER # Network File System server
#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
# immutable) behave as system flags.
# 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 GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP

View File

@ -1,8 +1,8 @@
# $NetBSD: GENERIC,v 1.106 2000/05/27 20:56:51 matt Exp $
# $NetBSD: GENERIC,v 1.107 2000/06/14 22:02:36 veego Exp $
include "arch/sparc/conf/std.sparc"
#ident "GENERIC-$Revision: 1.106 $"
#ident "GENERIC-$Revision: 1.107 $"
maxusers 32
@ -159,19 +159,6 @@ options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independent 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
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
options INET6 # IPV6

View File

@ -1,8 +1,8 @@
# $NetBSD: GENERIC,v 1.33 2000/05/19 05:28:47 eeh Exp $
# $NetBSD: GENERIC,v 1.34 2000/06/14 22:02:37 veego Exp $
include "arch/sparc64/conf/std.sparc64"
#ident "GENERIC-$Revision: 1.33 $"
#ident "GENERIC-$Revision: 1.34 $"
maxusers 32
@ -161,19 +161,6 @@ options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independent 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
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
options INET6 # IPV6

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.67 2000/06/09 13:16:00 tsutsui Exp $
# $NetBSD: GENERIC,v 1.68 2000/06/14 22:02:38 veego Exp $
# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
# Supports root on: ie0, le0, sd*, ...
include "arch/sun3/conf/std.sun3"
#ident "GENERIC-$Revision: 1.67 $"
#ident "GENERIC-$Revision: 1.68 $"
# Machines to be supported by this kernel
options FPU_EMULATE
@ -69,19 +69,6 @@ options QUOTA # FFS quotas
#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 # IP prototol stack support
options INET6 # IPV6

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC3X,v 1.31 2000/06/09 13:18:14 tsutsui Exp $
# $NetBSD: GENERIC3X,v 1.32 2000/06/14 22:02:41 veego Exp $
# GENERIC Sun3X (3/80, 3/470)
# Supports root on: ie0, le0, sd*, ...
@ -68,19 +68,6 @@ options QUOTA # FFS quotas
#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 # IP prototol stack support
options INET6 # IPV6

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.69 2000/06/04 06:16:53 matt Exp $
# $NetBSD: GENERIC,v 1.70 2000/06/14 22:02:42 veego Exp $
#
# GENERIC VAX configuration file; all supported devices.
#
include "arch/vax/conf/std.vax"
#ident "GENERIC-$Revision: 1.69 $"
#ident "GENERIC-$Revision: 1.70 $"
# Here are all different supported CPU types listed.
options "VAX8600"
@ -38,19 +38,6 @@ options KTRACE
options SCSIVERBOSE # Verbose SCSI errors
# 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
# Network support
#options GATEWAY
options NTP # NTP kernel support

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.35 2000/04/16 14:17:59 minoura Exp $
# $NetBSD: ALL,v 1.36 2000/06/14 22:02:42 veego Exp $
#
# ALL -- everything that's currently supported
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "ALL-$Revision: 1.35 $"
#ident "ALL-$Revision: 1.36 $"
maxusers 32
@ -157,19 +157,6 @@ options QUOTA # FFS quotas
options FFS_EI # FFS Endian Independent 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
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
options INET6 # IPV6

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.45 2000/04/19 06:50:37 itojun Exp $
# $NetBSD: GENERIC,v 1.46 2000/06/14 22:02:43 veego Exp $
#
# GENERIC
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "GENERIC-$Revision: 1.45 $"
#ident "GENERIC-$Revision: 1.46 $"
maxusers 32
@ -157,19 +157,6 @@ options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independent 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
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
options INET6 # IPV6

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.24 2000/04/16 14:17:59 minoura Exp $
# $NetBSD: INSTALL,v 1.25 2000/06/14 22:02:43 veego Exp $
#
# INSTALL -- installation kernel.
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "INSTALL-$Revision: 1.24 $"
#ident "INSTALL-$Revision: 1.25 $"
maxusers 8
@ -166,19 +166,6 @@ file-system MSDOSFS # MS-DOS FAT filesystem(s).
#options FFS_EI # FFS Endian Independent 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
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
#options INET6 # IPV6

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_SMALL,v 1.3 2000/04/16 14:17:59 minoura Exp $
# $NetBSD: INSTALL_SMALL,v 1.4 2000/06/14 22:02:43 veego Exp $
#
# INSTALL_SMALL -- `small' installation kernel.
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "INSTALL_SMALL-$Revision: 1.3 $"
#ident "INSTALL_SMALL-$Revision: 1.4 $"
maxusers 8
@ -167,19 +167,6 @@ file-system MSDOSFS # MS-DOS FAT filesystem(s).
#options FFS_EI # FFS Endian Independent 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
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
#options INET6 # IPV6

View File

@ -1,4 +1,4 @@
# $NetBSD: SMALL,v 1.23 2000/04/16 14:17:59 minoura Exp $
# $NetBSD: SMALL,v 1.24 2000/06/14 22:02:44 veego Exp $
#
# SMALL -- works with a small memory, e.g. 4MB
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "SMALL-$Revision: 1.23 $"
#ident "SMALL-$Revision: 1.24 $"
maxusers 8
@ -158,19 +158,6 @@ file-system MSDOSFS # MS-DOS FAT filesystem(s).
#options FFS_EI # FFS Endian Independent 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
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
#options INET6 # IPV6

View File

@ -1,4 +1,4 @@
# $NetBSD: TOKOCHAN,v 1.13 2000/04/16 14:17:59 minoura Exp $
# $NetBSD: TOKOCHAN,v 1.14 2000/06/14 22:02:44 veego Exp $
#
# TOKOCHAN -- Believe in the BSD power; Toko to issyo-ni make all!
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "TOKOCHAN-$Revision: 1.13 $"
#ident "TOKOCHAN-$Revision: 1.14 $"
maxusers 10
@ -158,19 +158,6 @@ options NFSSERVER # Sun NFS-compatible filesystem server
#options FFS_EI # FFS Endian Independent 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
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
options INET6 # IPV6

View File

@ -1,4 +1,4 @@
# $NetBSD: ZSCONS,v 1.12 2000/04/16 14:17:59 minoura Exp $
# $NetBSD: ZSCONS,v 1.13 2000/06/14 22:02:44 veego Exp $
#
# ZSCONS -- like GENERIC, but use zs console.
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "ZSCONS-$Revision: 1.12 $"
#ident "ZSCONS-$Revision: 1.13 $"
maxusers 32
@ -157,19 +157,6 @@ options QUOTA # FFS quotas
#options FFS_EI # FFS Endian Independent 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
## Network protocol support. In most environments, INET is required.
options INET # IP (Internet Protocol) v4
options INET6 # IPV6