add PULLDOWN_TEST for all the platforms.
XXX should be moved to somewhere else when stabilized
This commit is contained in:
parent
f64eeac13d
commit
d76ae83df8
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.158 2000/06/22 20:27:49 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.159 2000/06/30 17:10:15 itojun 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.158 $"
|
||||
#ident "GENERIC-$Revision: 1.159 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -55,6 +55,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
# Networking options
|
||||
options INET # Internet protocol suite
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.144 2000/06/22 20:27:50 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.145 2000/06/30 17:10:15 itojun Exp $
|
||||
|
||||
#
|
||||
#if 0
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
include "arch/amiga/conf/std.amiga"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.144 $"
|
||||
#ident "GENERIC-$Revision: 1.145 $"
|
||||
|
||||
maxusers 8
|
||||
options RTC_OFFSET=0
|
||||
@ -55,6 +55,7 @@ options FPU_EMULATE # FPU emulation
|
||||
#
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.34 2000/06/22 20:27:50 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.35 2000/06/30 17:10:15 itojun 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.34 $"
|
||||
#ident "GENERIC-$Revision: 1.35 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -79,6 +79,7 @@ options NFSSERVER # Network File System server
|
||||
#options GATEWAY # IP packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.3 2000/06/22 20:27:50 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.4 2000/06/30 17:10:15 itojun Exp $
|
||||
|
||||
# GENERIC arm26 configuration -- everything I've implemented so far
|
||||
|
||||
@ -57,6 +57,7 @@ options EXEC_SCRIPT
|
||||
options GATEWAY # packet forwarding
|
||||
options INET # Internet protocol suite
|
||||
#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
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.68 2000/06/22 20:27:51 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.69 2000/06/30 17:10:16 itojun Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/arm32/conf/std.arm32"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.68 $"
|
||||
#ident "GENERIC-$Revision: 1.69 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -68,6 +68,7 @@ options NFSSERVER
|
||||
options GATEWAY # packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: GENERIC,v 1.67 2000/06/22 20:27:51 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.68 2000/06/30 17:10:16 itojun Exp $
|
||||
#
|
||||
# Generic atari
|
||||
#
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
include "arch/atari/conf/std.atari"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.67 $"
|
||||
#ident "GENERIC-$Revision: 1.68 $"
|
||||
|
||||
#
|
||||
# Add support for about 16 users. This variable is used to size
|
||||
@ -46,6 +46,7 @@ options FPU_EMULATE # Support for MC68881/MC68882 emulator
|
||||
#options GATEWAY # packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
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
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.29 2000/06/22 20:27:51 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.30 2000/06/30 17:10:16 itojun Exp $
|
||||
#
|
||||
# First try for BEBOX config file
|
||||
#
|
||||
|
||||
include "arch/bebox/conf/std.bebox"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.29 $"
|
||||
#ident "GENERIC-$Revision: 1.30 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -52,6 +52,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
|
||||
options INET
|
||||
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
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: GENERIC,v 1.10 2000/06/27 08:34:02 soren Exp $
|
||||
# $NetBSD: GENERIC,v 1.11 2000/06/30 17:10:16 itojun Exp $
|
||||
|
||||
include "arch/cobalt/conf/std.cobalt"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
#ident "GENERIC-$Revision: 1.11 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -65,6 +65,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
#options GATEWAY # IP packet forwarding
|
||||
options INET # Internet protocols
|
||||
#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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.56 2000/06/22 20:27:52 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.57 2000/06/30 17:10:17 itojun 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.56 $"
|
||||
#ident "GENERIC-$Revision: 1.57 $"
|
||||
|
||||
# Support for various CPU types
|
||||
options HP320
|
||||
@ -62,6 +62,7 @@ options NFS_BOOT_BOOTPARAM # use Sun bootparams for NFS boot
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
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
|
||||
|
@ -2,11 +2,11 @@
|
||||
# Distribution kernel (NEC VR based model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: GENERIC,v 1.55 2000/06/22 20:27:52 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.56 2000/06/30 17:10:17 itojun Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.55 $"
|
||||
#ident "GENERIC-$Revision: 1.56 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -69,6 +69,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
#options GATEWAY # IP packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
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
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.355 2000/06/22 20:27:52 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.356 2000/06/30 17:10:17 itojun Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/i386/conf/std.i386"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.355 $"
|
||||
#ident "GENERIC-$Revision: 1.356 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
@ -116,6 +116,7 @@ options NFSSERVER # Network File System server
|
||||
#options GATEWAY # packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
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
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: GENERIC,v 1.6 2000/06/22 20:27:53 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.7 2000/06/30 17:10:17 itojun Exp $
|
||||
#
|
||||
# GENERIC LUNA68K
|
||||
#
|
||||
include "arch/luna68k/conf/std.luna68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.6 $"
|
||||
#ident "GENERIC-$Revision: 1.7 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -64,6 +64,7 @@ options SOFTDEP # ffs soft updates support
|
||||
# Networking options
|
||||
options INET # IP prototol stack support
|
||||
#options INET6 # IPV6
|
||||
options PULLDOWN_TEST # use m_pulldown for IPv4/v6 processing
|
||||
#options IPSEC # IP security
|
||||
#options IPSEC_ESP # IP securyty (encryption part; define w/IPSEC)
|
||||
#options IPSEC_DEBUG # debug for IP security
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: GENERIC,v 1.103 2000/06/22 20:27:53 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.104 2000/06/30 17:10:18 itojun Exp $
|
||||
#
|
||||
# GENERIC
|
||||
|
||||
include "arch/mac68k/conf/std.mac68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.103 $"
|
||||
#ident "GENERIC-$Revision: 1.104 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
@ -91,6 +91,7 @@ options NFSSERVER # Network File System server
|
||||
options GATEWAY # packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
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
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.71 2000/06/22 20:27:53 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.72 2000/06/30 17:10:18 itojun Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/macppc/conf/std.macppc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.71 $"
|
||||
#ident "GENERIC-$Revision: 1.72 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -72,6 +72,7 @@ options NFS_BOOT_DHCP # Support DHCP NFS root
|
||||
#options GATEWAY # packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
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
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.15 2000/06/22 20:27:54 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.16 2000/06/30 17:10:18 itojun Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/mmeye/conf/std.mmeye"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.15 $"
|
||||
#ident "GENERIC-$Revision: 1.16 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
@ -79,6 +79,7 @@ options NFSSERVER # Network File System server
|
||||
#options GATEWAY # packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
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
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: GENERIC,v 1.9 2000/06/22 20:27:54 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.10 2000/06/30 17:10:18 itojun Exp $
|
||||
|
||||
include "arch/mvme68k/conf/std.mvme68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
|
||||
# Boards this kernel supports
|
||||
options MVME147
|
||||
@ -34,6 +34,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
# Networking options
|
||||
options INET
|
||||
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
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: GENERIC,v 1.9 2000/06/22 20:27:54 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.10 2000/06/30 17:10:19 itojun Exp $
|
||||
|
||||
# news68k GENERIC config file;
|
||||
#
|
||||
include "arch/news68k/conf/std.news68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -72,6 +72,7 @@ options SOFTDEP # ffs soft updates support
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
options INET6 # IPV6
|
||||
options PULLDOWN_TEST # use m_pulldown for IPv4/v6 processing
|
||||
#options IPSEC # IP security
|
||||
#options IPSEC_ESP # IP securyty (encryption part; define w/IPSEC)
|
||||
#options IPSEC_DEBUG # debug for IP security
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $NetBSD: GENERIC,v 1.23 2000/06/22 20:27:54 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.24 2000/06/30 17:10:19 itojun Exp $
|
||||
#
|
||||
# GENERIC kernel for RISC-NEWS
|
||||
|
||||
include "arch/newsmips/conf/std.newsmips"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.23 $"
|
||||
#ident "GENERIC-$Revision: 1.24 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
@ -65,6 +65,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.31 2000/06/22 20:27:55 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.32 2000/06/30 17:10:19 itojun Exp $
|
||||
#
|
||||
# GENERIC next68k
|
||||
#
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
include "arch/next68k/conf/std.next68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.31 $"
|
||||
#ident "GENERIC-$Revision: 1.32 $"
|
||||
|
||||
# Needs to be set per system. i.e change these as you see fit
|
||||
maxusers 16
|
||||
@ -86,6 +86,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
options GATEWAY # packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
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
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.28 2000/06/22 20:27:55 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.29 2000/06/30 17:10:19 itojun Exp $
|
||||
#
|
||||
# First try for PPC config file
|
||||
#
|
||||
|
||||
include "arch/ofppc/conf/std.ofppc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.28 $"
|
||||
#ident "GENERIC-$Revision: 1.29 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -56,6 +56,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
|
||||
options INET
|
||||
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
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.11 2000/06/22 20:27:55 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.12 2000/06/30 17:10:19 itojun Exp $
|
||||
#
|
||||
# GENERIC: generic kernel for most machines
|
||||
#
|
||||
|
||||
include "arch/pc532/conf/std.pc532"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.11 $"
|
||||
#ident "GENERIC-$Revision: 1.12 $"
|
||||
|
||||
maxusers 8 # estimated number of users
|
||||
|
||||
@ -46,6 +46,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
#options GATEWAY # packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
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
|
||||
|
@ -1,11 +1,11 @@
|
||||
#
|
||||
# $NetBSD: GENERIC,v 1.78 2000/06/22 20:27:55 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.79 2000/06/30 17:10:20 itojun Exp $
|
||||
#
|
||||
# Distribution kernel (any model) kernel config file
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.78 $"
|
||||
#ident "GENERIC-$Revision: 1.79 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
@ -75,6 +75,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
# Networking options
|
||||
options INET # Internet protocols
|
||||
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
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.9 2000/06/22 20:27:55 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.10 2000/06/30 17:10:20 itojun Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/prep/conf/std.prep"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
#ident "GENERIC-$Revision: 1.10 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -67,6 +67,7 @@ options NFSSERVER # Network File System server
|
||||
#options GATEWAY # packet forwarding
|
||||
options INET # IP + ICMP + TCP + UDP
|
||||
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
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: GENERIC,v 1.110 2000/06/22 20:27:56 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.111 2000/06/30 17:10:20 itojun Exp $
|
||||
|
||||
include "arch/sparc/conf/std.sparc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.110 $"
|
||||
#ident "GENERIC-$Revision: 1.111 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -162,6 +162,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
## Network protocol support. In most environments, INET is required.
|
||||
options INET # IP (Internet Protocol) v4
|
||||
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
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $NetBSD: GENERIC,v 1.36 2000/06/22 20:27:56 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.37 2000/06/30 17:10:20 itojun Exp $
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.36 $"
|
||||
#ident "GENERIC-$Revision: 1.37 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -164,6 +164,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
## Network protocol support. In most environments, INET is required.
|
||||
options INET # IP (Internet Protocol) v4
|
||||
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
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.69 2000/06/22 20:27:57 fvdl Exp $
|
||||
# $NetBSD: GENERIC,v 1.70 2000/06/30 17:10:21 itojun 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.69 $"
|
||||
#ident "GENERIC-$Revision: 1.70 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
options FPU_EMULATE
|
||||
@ -72,6 +72,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
# Networking options
|
||||
options INET # IP prototol stack support
|
||||
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
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $NetBSD: GENERIC,v 1.73 2000/06/27 18:50:47 ragge Exp $
|
||||
# $NetBSD: GENERIC,v 1.74 2000/06/30 17:10:21 itojun Exp $
|
||||
#
|
||||
# GENERIC VAX configuration file; all supported devices.
|
||||
#
|
||||
|
||||
include "arch/vax/conf/std.vax"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.73 $"
|
||||
#ident "GENERIC-$Revision: 1.74 $"
|
||||
|
||||
# Here are all different supported CPU types listed.
|
||||
options "VAX8600"
|
||||
@ -43,6 +43,7 @@ options SCSIVERBOSE # Verbose SCSI errors
|
||||
options NTP # NTP kernel support
|
||||
options INET # IPv4
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.48 2000/06/28 15:31:02 minoura Exp $
|
||||
# $NetBSD: GENERIC,v 1.49 2000/06/30 17:10:21 itojun Exp $
|
||||
|
||||
#
|
||||
# GENERIC
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
include "arch/x68k/conf/std.x68k"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.48 $"
|
||||
#ident "GENERIC-$Revision: 1.49 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
@ -160,6 +160,7 @@ options SOFTDEP # FFS soft updates support.
|
||||
## Network protocol support. In most environments, INET is required.
|
||||
options INET # IP (Internet Protocol) v4
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user