IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on

tech-net@
This commit is contained in:
manu 2004-09-04 23:29:44 +00:00
parent 35053e0e8d
commit 6e3c639957
143 changed files with 2275 additions and 467 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: FOURMEG,v 1.14 2004/07/15 03:53:44 atatat Exp $
# $NetBSD: FOURMEG,v 1.15 2004/09/04 23:29:44 manu Exp $
# FOURMEG arm26 configuration -- something small
@ -66,6 +66,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.22 2004/07/15 03:53:44 atatat Exp $
# $NetBSD: GENERIC,v 1.23 2004/09/04 23:29:44 manu Exp $
#
# GENERIC machine description file
#
@ -79,6 +79,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.6 2003/10/08 10:59:55 bouyer Exp $
# $NetBSD: INSTALL,v 1.7 2004/09/04 23:29:44 manu Exp $
# INSTALL configuration, used to generate installation media
@ -64,6 +64,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: EB7500ATX,v 1.6 2004/07/15 03:53:44 atatat Exp $
# $NetBSD: EB7500ATX,v 1.7 2004/09/04 23:29:44 manu Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "EB7500ATX-$Revision: 1.6 $"
#ident "EB7500ATX-$Revision: 1.7 $"
# estimated number of users
maxusers 32
@ -75,6 +75,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.43 2004/07/15 03:53:44 atatat Exp $
# $NetBSD: GENERIC,v 1.44 2004/09/04 23:29:44 manu Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.43 $"
#ident "GENERIC-$Revision: 1.44 $"
# estimated number of users
maxusers 32
@ -80,6 +80,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.24 2004/07/15 03:53:44 atatat Exp $
# $NetBSD: INSTALL,v 1.25 2004/09/04 23:29:44 manu Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.24 $"
#ident "INSTALL-$Revision: 1.25 $"
# estimated number of users
maxusers 32
@ -82,6 +82,7 @@ options INET # IP + ICMP + TCP + UDP
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: LOWMEM_WSCONS,v 1.25 2004/07/15 03:53:44 atatat Exp $
# $NetBSD: LOWMEM_WSCONS,v 1.26 2004/09/04 23:29:44 manu Exp $
#
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
#
@ -65,6 +65,7 @@ options INET # IP + ICMP + TCP + UDP
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: NC,v 1.26 2004/08/20 15:15:26 thorpej Exp $
# $NetBSD: NC,v 1.27 2004/09/04 23:29:44 manu Exp $
#
# NC - with vidcconsole
#
@ -62,6 +62,7 @@ file-system PROCFS # /proc
#options IPSEC_DEBUG # debug for IP security
options INET # IP + ICMP + TCP + UDP
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: NC_WSCONS,v 1.30 2004/07/15 03:53:44 atatat Exp $
# $NetBSD: NC_WSCONS,v 1.31 2004/09/04 23:29:44 manu Exp $
#
# NC - with wscons
#
@ -63,6 +63,7 @@ file-system PROCFS # /proc
#options IPSEC_DEBUG # debug for IP security
options INET # IP + ICMP + TCP + UDP
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: RPC_WSCONS,v 1.29 2004/07/15 03:53:44 atatat Exp $
# $NetBSD: RPC_WSCONS,v 1.30 2004/09/04 23:29:44 manu Exp $
#
# RPC_WSCONS -- Full RiscPC config with wscons
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.29 $"
#ident "GENERIC-$Revision: 1.30 $"
# estimated number of users
maxusers 32
@ -80,6 +80,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.250 2004/08/09 19:04:32 mycroft Exp $
# $NetBSD: GENERIC,v 1.251 2004/09/04 23:29:44 manu Exp $
#
# GENERIC machine description file
#
@ -25,7 +25,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.250 $"
#ident "GENERIC-$Revision: 1.251 $"
maxusers 32
@ -95,6 +95,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.28 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: GENERIC,v 1.29 2004/09/04 23:29:45 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.28 $"
#ident "GENERIC-$Revision: 1.29 $"
maxusers 32 # estimated number of users
@ -134,6 +134,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.16 2004/06/22 15:31:38 toshii Exp $
# $NetBSD: INSTALL,v 1.17 2004/09/04 23:29:45 manu Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
#ident "INSTALL-$Revision: 1.16 $"
#ident "INSTALL-$Revision: 1.17 $"
maxusers 32 # estimated number of users
@ -101,6 +101,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NETATALK # AppleTalk networking protocols
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_ACPI,v 1.8 2004/02/16 02:43:53 thorpej Exp $
# $NetBSD: INSTALL_ACPI,v 1.9 2004/09/04 23:29:45 manu Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
#ident "INSTALL-$Revision: 1.8 $"
#ident "INSTALL-$Revision: 1.9 $"
maxusers 32 # estimated number of users
@ -101,6 +101,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NETATALK # AppleTalk networking protocols
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP

View File

@ -1,4 +1,4 @@
# $NetBSD: SIMICS,v 1.8 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: SIMICS,v 1.9 2004/09/04 23:29:45 manu Exp $
#
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
#
@ -111,6 +111,7 @@ file-system FFS # UFS
options INET # IP + ICMP + TCP + UDP
options INET6
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: AMIGA,v 1.68 2004/06/28 21:09:22 bouyer Exp $
# $NetBSD: AMIGA,v 1.69 2004/09/04 23:29:45 manu Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.68 $"
#ident "GENERIC-$Revision: 1.69 $"
maxusers 8
@ -67,6 +67,7 @@ options INET6 # IPV6
#options DIRECTED_BROADCAST # Broadcast across subnets
#options MROUTING # Multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: DRACO,v 1.84 2004/06/28 21:09:22 bouyer Exp $
# $NetBSD: DRACO,v 1.85 2004/09/04 23:29:46 manu Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.84 $"
#ident "GENERIC-$Revision: 1.85 $"
maxusers 8
@ -56,6 +56,7 @@ options INET6 # IPV6
#options DIRECTED_BROADCAST # Broadcast across subnets
#options MROUTING # Multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.204 2004/06/28 21:09:22 bouyer Exp $
# $NetBSD: GENERIC,v 1.205 2004/09/04 23:29:46 manu Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.204 $"
#ident "GENERIC-$Revision: 1.205 $"
maxusers 8
@ -68,6 +68,7 @@ options INET6 # IPV6
#options DIRECTED_BROADCAST # Broadcast across subnets
#options MROUTING # Multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC.in,v 1.24 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: GENERIC.in,v 1.25 2004/09/04 23:29:46 manu Exp $
#
# GENERIC machine description file
#
@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.24 $"
#ident "GENERIC-$Revision: 1.25 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@ -106,6 +106,7 @@ options INET6 # IPV6
m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
#options MROUTING # Multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: WSCONS,v 1.22 2004/06/28 21:09:22 bouyer Exp $
# $NetBSD: WSCONS,v 1.23 2004/09/04 23:29:46 manu Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.22 $"
#ident "GENERIC-$Revision: 1.23 $"
maxusers 8
@ -68,6 +68,7 @@ options INET6 # IPV6
#options DIRECTED_BROADCAST # Broadcast across subnets
#options MROUTING # Multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: NULL,v 1.14 2003/09/27 20:51:54 is Exp $
# $NetBSD: NULL,v 1.15 2004/09/04 23:29:46 manu Exp $
#
# This file was automatically created. Changes will be
# lost when running make in this directory.
@ -42,6 +42,7 @@ options PPC603E
#options GATEWAY # Packet forwarding
#options DIRECTED_BROADCAST # Broadcast across subnets
#options MROUTING # Multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: ARCTIC,v 1.27 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: ARCTIC,v 1.28 2004/09/04 23:29:46 manu Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@ -97,6 +97,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI networking

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.104 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: GENERIC,v 1.105 2004/09/04 23:29:46 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.104 $"
#ident "GENERIC-$Revision: 1.105 $"
maxusers 32 # estimated number of users
@ -129,6 +129,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI networking

View File

@ -1,4 +1,4 @@
# $NetBSD: M403,v 1.25 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: M403,v 1.26 2004/09/04 23:29:46 manu Exp $
#
# configuration file for MIPS Magnum 4000 system
#
@ -90,6 +90,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI networking

View File

@ -1,4 +1,4 @@
# $NetBSD: MIMORI,v 1.27 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: MIMORI,v 1.28 2004/09/04 23:29:46 manu Exp $
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
#
# MIMORI -- My NEC RISCstation 2250 (ur)
@ -92,6 +92,7 @@ options IPSEC # IP security
options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI networking

View File

@ -1,4 +1,4 @@
# $NetBSD: PCCONS,v 1.35 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: PCCONS,v 1.36 2004/09/04 23:29:46 manu Exp $
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
#
# PCCONS -- generic but pccons rather than wscons
@ -101,6 +101,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI networking

View File

@ -1,4 +1,4 @@
# $NetBSD: PICA,v 1.40 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: PICA,v 1.41 2004/09/04 23:29:46 manu Exp $
#
# configuration file for ACER PICA system
#
@ -91,6 +91,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI networking

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.48 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: RAMDISK,v 1.49 2004/09/04 23:29:46 manu Exp $
#
# memory disk based configuration file for MIPS R4x00 ARC Systems
#
@ -7,7 +7,7 @@ include "arch/arc/conf/std.arc"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.48 $"
#ident "GENERIC-$Revision: 1.49 $"
maxusers 32 # estimated number of users
@ -113,6 +113,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI networking

View File

@ -1,4 +1,4 @@
# $NetBSD: RPC44,v 1.7 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: RPC44,v 1.8 2004/09/04 23:29:46 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.7 $"
#ident "GENERIC-$Revision: 1.8 $"
maxusers 32 # estimated number of users
@ -117,6 +117,7 @@ options INET # IP + ICMP + TCP + UDP
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI networking

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC.in,v 1.39 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: GENERIC.in,v 1.40 2004/09/04 23:29:46 manu Exp $
#
# Generic atari
#
@ -59,6 +59,7 @@ options INET6 # IPV6
#options IPSEC_DEBUG # debug for IP security
#options GATEWAY # packet forwarding
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.67 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: GENERIC,v 1.68 2004/09/04 23:29:46 manu Exp $
#
# GENERIC machine description file
#
@ -86,6 +86,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.38 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: INSTALL,v 1.39 2004/09/04 23:29:46 manu Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@ -64,6 +64,7 @@ options INET # IP + ICMP + TCP + UDP
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.26 2004/07/15 03:53:45 atatat Exp $
# $NetBSD: GENERIC,v 1.27 2004/09/04 23:29:46 manu Exp $
#
# GENERIC machine description file
#
@ -82,6 +82,7 @@ options FIFO # POSIX fifo support (in all filesystems)
options INET # Internet protocols
#options GATEWAY # IP forwarding + larger mb_map
#options MROUTING # Multicast routing
#options PIM # Protocol Independent Multicast
#options PFIL_HOOKS # packet filter hooks
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.61 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: GENERIC,v 1.62 2004/09/04 23:29:46 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.61 $"
#ident "GENERIC-$Revision: 1.62 $"
maxusers 32
@ -103,6 +103,7 @@ options INET # Internet protocols
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # packet forwarding of multicast packets
#options PIM # Protocol Independent Multicast
#options NS # Xerox NS networking
#options NSIP # Xerox NS tunneling over IP
#options ISO,TPIP # OSI networking

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.44 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: GENERIC,v 1.45 2004/09/04 23:29:46 manu Exp $
#
# GENERIC machine description file
#
@ -101,6 +101,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: ADI_BRH,v 1.19 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: ADI_BRH,v 1.20 2004/09/04 23:29:46 manu Exp $
#
# ADI_BRH -- ADI Engineering "Big Red Head" i80200 Evaluation Board
#
@ -59,6 +59,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: INTEGRATOR,v 1.29 2004/08/07 11:00:06 rearnsha Exp $
# $NetBSD: INTEGRATOR,v 1.30 2004/09/04 23:29:46 manu Exp $
#
# GENERIC -- ARM Integrator board Generic kernel
#
@ -62,6 +62,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ31244,v 1.15 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: IQ31244,v 1.16 2004/09/04 23:29:46 manu Exp $
#
# IQ31244 -- Intel IQ31244 Evaluation Board Kernel
#
@ -59,6 +59,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ80310,v 1.37 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: IQ80310,v 1.38 2004/09/04 23:29:46 manu Exp $
#
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
#
@ -59,6 +59,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ80321,v 1.32 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: IQ80321,v 1.33 2004/09/04 23:29:46 manu Exp $
#
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
#
@ -59,6 +59,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: IXDP425,v 1.5 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: IXDP425,v 1.6 2004/09/04 23:29:46 manu Exp $
#
# IXDP425 -- Intel IXDP425/IXCDP1100 Development Platform
#
@ -63,6 +63,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: IXM1200,v 1.9 2004/08/07 10:47:19 rearnsha Exp $
# $NetBSD: IXM1200,v 1.10 2004/09/04 23:29:46 manu Exp $
#
# IXM1200 -- Intel IXM1200 Evaluation Board Kernel
#
@ -58,6 +58,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -57,6 +57,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: NAPPI,v 1.11 2004/08/07 10:47:19 rearnsha Exp $
# $NetBSD: NAPPI,v 1.12 2004/09/04 23:29:47 manu Exp $
#
# NAPPI -- Netwise APlication Platform Board Kernel
#
@ -58,6 +58,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2410,v 1.10 2004/08/07 10:47:19 rearnsha Exp $
# $NetBSD: SMDK2410,v 1.11 2004/09/04 23:29:47 manu Exp $
#
# SMDK2410 -- Samsung's S3C2410 evaluation board.
#
@ -70,6 +70,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: SMDK2800,v 1.15 2004/08/07 10:47:19 rearnsha Exp $
# $NetBSD: SMDK2800,v 1.16 2004/09/04 23:29:47 manu Exp $
#
# SMDK2800 -- Samsung's S3C2800 evaluation board.
#
@ -66,6 +66,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: TEAMASA_NPWR,v 1.34 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: TEAMASA_NPWR,v 1.35 2004/09/04 23:29:47 manu Exp $
#
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
# server appliance.
@ -62,6 +62,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: TEAMASA_NPWR_FC,v 1.2 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: TEAMASA_NPWR_FC,v 1.3 2004/09/04 23:29:47 manu Exp $
#
# TeamASA NPWR-FC, i80321-based SBC
#
@ -60,6 +60,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: ZAO425,v 1.13 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: ZAO425,v 1.14 2004/09/04 23:29:47 manu Exp $
#
# ZAO425 -- Intel IXP425
#
@ -63,6 +63,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,10 +1,10 @@
# $NetBSD: MALTA,v 1.21 2004/08/13 15:42:02 simonb Exp $
# $NetBSD: MALTA,v 1.22 2004/09/04 23:29:47 manu Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MALTA-$Revision: 1.21 $"
#ident "MALTA-$Revision: 1.22 $"
maxusers 32
@ -86,6 +86,7 @@ options INET # Internet protocols
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # packet forwarding of multicast packets
#options PIM # Protocol Independent Multicast
#options NS # Xerox NS networking
#options NSIP # Xerox NS tunneling over IP
#options ISO,TPIP # OSI networking

View File

@ -1,11 +1,11 @@
# $NetBSD: PB1000,v 1.11 2004/08/13 15:42:02 simonb Exp $
# $NetBSD: PB1000,v 1.12 2004/09/04 23:29:47 manu Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.pb1000"
#ident "PB1000-$Revision: 1.11 $"
#ident "PB1000-$Revision: 1.12 $"
maxusers 32
@ -87,6 +87,7 @@ options INET # Internet protocols
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # packet forwarding of multicast packets
#options PIM # Protocol Independent Multicast
#options NS # Xerox NS networking
#options NSIP # Xerox NS tunneling over IP
#options ISO,TPIP # OSI networking

View File

@ -1,4 +1,4 @@
# $NetBSD: EV64260,v 1.13 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: EV64260,v 1.14 2004/09/04 23:29:47 manu Exp $
#
# MVP -- Motorola's Multiprocessing Verification Platform
#
@ -110,6 +110,7 @@ options INET # IP + ICMP + TCP + UDP
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options DIRECTED_BROADCAST # allow broadcasts through routers
#options NS # XNS
#options NSIP # XNS tunneling over IP

View File

@ -1,4 +1,4 @@
# $NetBSD: EXPLORA451,v 1.5 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: EXPLORA451,v 1.6 2004/09/04 23:29:47 manu Exp $
#
# GENERIC -- everything that's currently supported
#
@ -105,6 +105,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: OPENBLOCKS266,v 1.9 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: OPENBLOCKS266,v 1.10 2004/09/04 23:29:47 manu Exp $
#
# GENERIC -- everything that's currently supported
#
@ -93,6 +93,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options DIRECTED_BROADCAST # allow broadcasts through routers
#options NS # XNS
#options NSIP # XNS tunneling over IP

View File

@ -1,4 +1,4 @@
# $NetBSD: WALNUT,v 1.12 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: WALNUT,v 1.13 2004/09/04 23:29:47 manu Exp $
#
# GENERIC -- everything that's currently supported
#
@ -93,6 +93,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options DIRECTED_BROADCAST # allow broadcasts through routers
#options NS # XNS
#options NSIP # XNS tunneling over IP

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.105 2004/08/28 17:45:24 thorpej Exp $
# $NetBSD: GENERIC,v 1.106 2004/09/04 23:29:47 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/hp300/conf/std.hp300"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.105 $"
#ident "GENERIC-$Revision: 1.106 $"
maxusers 32 # estimated number of users
@ -130,6 +130,7 @@ options INET6 # IPV6
#options IPSEC_DEBUG # debug for IP security
options GATEWAY # IP forwarding + larger mb_map
options MROUTING # Multicast routing
options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.17 2004/08/28 17:45:24 thorpej Exp $
# $NetBSD: INSTALL,v 1.18 2004/09/04 23:29:47 manu Exp $
#
# INSTALL machine description file
#
@ -91,6 +91,7 @@ options INET # Internet protocols
#options IPSEC_DEBUG # debug for IP security
#options GATEWAY # IP forwarding + larger mb_map
#options MROUTING # Multicast routing
#options PIM # Protocol Independent Multicast
#options PFIL_HOOKS # packet filter hooks
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.30 2004/08/26 16:48:06 jkunz Exp $
# $NetBSD: GENERIC,v 1.31 2004/09/04 23:29:47 manu Exp $
#
# GENERIC machine description file
#
@ -23,7 +23,7 @@ include "arch/hp700/conf/std.hp700"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
#ident "GENERIC-$Revision: 1.30 $"
#ident "GENERIC-$Revision: 1.31 $"
maxusers 32 # estimated number of users
@ -123,6 +123,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: IPAQ,v 1.29 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: IPAQ,v 1.30 2004/09/04 23:29:47 manu Exp $
#
# iPAQ H3600 -- Windows-CE based PDA
#
@ -60,6 +60,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: JORNADA720,v 1.35 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: JORNADA720,v 1.36 2004/09/04 23:29:47 manu Exp $
#
# JORNADA -- Windows-CE based jornada 720
#
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.hpcarm"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.35 $"
#ident "GENERIC-$Revision: 1.36 $"
# estimated number of users
maxusers 32
@ -62,6 +62,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.157 2004/08/13 15:55:14 uch Exp $
# $NetBSD: GENERIC,v 1.158 2004/09/04 23:29:47 manu Exp $
#
# GENERIC machine description file
#
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.157 $"
#ident "GENERIC-$Revision: 1.158 $"
maxusers 16
@ -102,6 +102,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # Multicast routing support
#options PIM # Protocol Independent Multicast
#options ISO # OSI networking
#options TPIP # TPIP
#options EON # OSI tunneling over IP

View File

@ -1,5 +1,5 @@
#
# $NetBSD: LROUTER,v 1.19 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: LROUTER,v 1.20 2004/09/04 23:29:48 manu Exp $
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
#
# Kernel configuration file for LASER5 L-Router
@ -87,6 +87,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # Multicast routing support
#options PIM # Protocol Independent Multicast
#options ISO # OSI networking
#options TPIP # TPIP
#options EON # OSI tunneling over IP

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MPC303,v 1.27 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: MPC303,v 1.28 2004/09/04 23:29:48 manu Exp $
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
#
# Kernel configuration file for Victor MP-C303; enami's test machine.
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.27 $"
#ident "GENERIC-$Revision: 1.28 $"
maxusers 16
@ -84,6 +84,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # Multicast routing support
#options PIM # Protocol Independent Multicast
#options ISO # OSI networking
#options TPIP # TPIP
#options EON # OSI tunneling over IP

View File

@ -2,7 +2,7 @@
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
#
# $NetBSD: TX3912,v 1.53 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: TX3912,v 1.54 2004/09/04 23:29:48 manu Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -83,6 +83,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # Multicast routing support
#options PIM # Protocol Independent Multicast
#options ISO # OSI networking
#options TPIP # TPIP
#options EON # OSI tunneling over IP

View File

@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
# $NetBSD: TX3922,v 1.57 2004/08/13 15:55:14 uch Exp $
# $NetBSD: TX3922,v 1.58 2004/09/04 23:29:48 manu Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -72,6 +72,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # Multicast routing support
#options PIM # Protocol Independent Multicast
#options ISO # OSI networking
#options TPIP # TPIP
#options EON # OSI tunneling over IP

View File

@ -1,4 +1,4 @@
# $NetBSD: VR41XX,v 1.19 2004/07/15 03:53:46 atatat Exp $
# $NetBSD: VR41XX,v 1.20 2004/09/04 23:29:48 manu Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/hpcmips/conf/std.hpcmips"
include "arch/hpcmips/conf/std.hpcmips.vr41"
#ident "GENERIC-$Revision: 1.19 $"
#ident "GENERIC-$Revision: 1.20 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@ -97,6 +97,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # Multicast routing support
#options PIM # Protocol Independent Multicast
#options ISO # OSI networking
#options TPIP # TPIP
#options EON # OSI tunneling over IP

View File

@ -1,4 +1,4 @@
# $NetBSD: DELPHI,v 1.39 2004/07/29 22:29:35 jmmv Exp $
# $NetBSD: DELPHI,v 1.40 2004/09/04 23:29:48 manu Exp $
#
# DELPHI -- one of thorpej@zembu.com's devel machines
#
@ -7,7 +7,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "DELPHI-$Revision: 1.39 $"
ident "DELPHI-$Revision: 1.40 $"
maxusers 64 # estimated number of users
@ -127,6 +127,7 @@ options IPSEC # IP security
options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
options MROUTING # IP multicast routing
options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.98 2004/07/15 03:53:47 atatat Exp $
# $NetBSD: DISKLESS,v 1.99 2004/09/04 23:29:48 manu Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@ -91,6 +91,7 @@ file-system UNION # union file system
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.629 2004/08/26 14:33:01 itohy Exp $
# $NetBSD: GENERIC,v 1.630 2004/09/04 23:29:48 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.629 $"
#ident "GENERIC-$Revision: 1.630 $"
maxusers 32 # estimated number of users
@ -176,6 +176,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC.MPACPI,v 1.5 2004/08/10 20:50:11 mycroft Exp $
# $NetBSD: GENERIC.MPACPI,v 1.6 2004/09/04 23:29:48 manu Exp $
#
# GENERIC.MPACPI -- Generic, plus ACPI Multiprocessor support
#
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.5 $"
#ident "GENERIC-$Revision: 1.6 $"
maxusers 32 # estimated number of users
@ -165,6 +165,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_LAPTOP,v 1.114 2004/08/26 14:33:03 itohy Exp $
# $NetBSD: GENERIC_LAPTOP,v 1.115 2004/09/04 23:29:48 manu Exp $
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
#
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.114 $"
#ident "GENERIC-$Revision: 1.115 $"
maxusers 32 # estimated number of users
@ -144,6 +144,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_PS2TINY,v 1.30 2004/07/15 03:53:47 atatat Exp $
# $NetBSD: GENERIC_PS2TINY,v 1.31 2004/09/04 23:29:49 manu Exp $
#
# GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
# IBM PS/2 related stuff and has been generally trimmed down somewhat,
@ -115,6 +115,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.72 2004/07/31 17:35:19 mrg Exp $
# $NetBSD: GENERIC_TINY,v 1.73 2004/09/04 23:29:49 manu Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@ -121,6 +121,7 @@ options VNODE_OP_NOINLINE # don't inline vnode op calls
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.249 2004/08/10 20:50:11 mycroft Exp $
# $NetBSD: INSTALL,v 1.250 2004/09/04 23:29:49 manu Exp $
#
# INSTALL - Installation kernel.
#
@ -130,6 +130,7 @@ options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
options INET # IP + ICMP + TCP + UDP
options INET6 # IPv6
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_LAPTOP,v 1.69 2004/08/23 14:04:45 lukem Exp $
# $NetBSD: INSTALL_LAPTOP,v 1.70 2004/09/04 23:29:49 manu Exp $
#
# INSTALL - Installation kernel.
#
@ -129,6 +129,7 @@ options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
options INET # IP + ICMP + TCP + UDP
options INET6 # IPv6
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_SMALL,v 1.106 2004/07/15 03:53:49 atatat Exp $
# $NetBSD: INSTALL_SMALL,v 1.107 2004/09/04 23:29:49 manu Exp $
#
# INSTALL_SMALL - Small Installation kernel.
#
@ -128,6 +128,7 @@ options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_TINY,v 1.80 2004/07/15 03:53:49 atatat Exp $
# $NetBSD: INSTALL_TINY,v 1.81 2004/09/04 23:29:49 manu Exp $
#
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
#
@ -128,6 +128,7 @@ options VNODE_OP_NOINLINE # Not inlining vnode op calls saves mem
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: IOPENER,v 1.48 2004/07/29 22:29:37 jmmv Exp $
# $NetBSD: IOPENER,v 1.49 2004/09/04 23:29:49 manu Exp $
#
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "IOPENER-$Revision: 1.48 $"
#ident "IOPENER-$Revision: 1.49 $"
maxusers 32 # estimated number of users
@ -113,6 +113,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: LAMB,v 1.39 2004/07/29 22:29:37 jmmv Exp $
# $NetBSD: LAMB,v 1.40 2004/09/04 23:29:49 manu Exp $
#
# LAMB - a complete kernel for wildlab LAMB, http://www.wildlab.com/
#
@ -138,6 +138,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: NET4501,v 1.26 2004/07/15 03:53:49 atatat Exp $
# $NetBSD: NET4501,v 1.27 2004/09/04 23:29:49 manu Exp $
#
# NET4501 -- kernel configuration for a Soekris Engineering net4501
# single-board computer.
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "NET4501-$Revision: 1.26 $"
#ident "NET4501-$Revision: 1.27 $"
maxusers 32 # estimated number of users
@ -144,6 +144,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
options MROUTING # IP multicast routing
options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: SWINGER,v 1.52 2004/07/29 22:29:37 jmmv Exp $
# $NetBSD: SWINGER,v 1.53 2004/09/04 23:29:50 manu Exp $
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
#
# SWINGER -- thorpej's Abit BP6+dual Celeron
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "SWINGER-$Revision: 1.52 $"
#ident "SWINGER-$Revision: 1.53 $"
maxusers 64 # estimated number of users
@ -125,6 +125,7 @@ options IPSEC # IP security
options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: VIRTUALPC,v 1.9 2004/07/29 22:29:37 jmmv Exp $
# $NetBSD: VIRTUALPC,v 1.10 2004/09/04 23:29:50 manu Exp $
#
# VIRTUALPC machine description file --
#
@ -11,7 +11,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "VIRTUALPC-$Revision: 1.9 $"
#ident "VIRTUALPC-$Revision: 1.10 $"
maxusers 32 # estimated number of users
@ -161,6 +161,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.48 2004/07/15 03:53:49 atatat Exp $
# $NetBSD: GENERIC,v 1.49 2004/09/04 23:29:50 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/luna68k/conf/std.luna68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.48 $"
#ident "GENERIC-$Revision: 1.49 $"
maxusers 8
@ -104,6 +104,7 @@ options INET # IP prototol stack support
#options IPSEC_DEBUG # debug for IP security
#options GATEWAY # IP packet forwarding
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.147 2004/07/15 03:53:49 atatat Exp $
# $NetBSD: GENERIC,v 1.148 2004/09/04 23:29:50 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mac68k/conf/std.mac68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.147 $"
#ident "GENERIC-$Revision: 1.148 $"
maxusers 16 # estimated number of users
@ -132,6 +132,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERICSBC,v 1.32 2004/07/15 03:53:49 atatat Exp $
# $NetBSD: GENERICSBC,v 1.33 2004/09/04 23:29:50 manu Exp $
#
# GENERICSBC
@ -6,7 +6,7 @@ include "arch/mac68k/conf/std.mac68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERICSBC-$Revision: 1.32 $"
#ident "GENERICSBC-$Revision: 1.33 $"
maxusers 16 # estimated number of users
@ -111,6 +111,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: SMALLRAM,v 1.9 2004/07/15 03:53:49 atatat Exp $
# $NetBSD: SMALLRAM,v 1.10 2004/09/04 23:29:50 manu Exp $
#
# This is an example of how to configure a small, efficient kernel for a
# system with limited RAM. Even so it's capable of doing quite a bit. The
@ -13,7 +13,7 @@ include "arch/mac68k/conf/std.mac68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "SMALLRAM-$Revision: 1.9 $"
#ident "SMALLRAM-$Revision: 1.10 $"
maxusers 8
@ -119,6 +119,7 @@ options INET # IP + ICMP + TCP + UDP
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
options MROUTING # IP multicast routing
options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.180 2004/07/15 03:53:49 atatat Exp $
# $NetBSD: GENERIC,v 1.181 2004/09/04 23:29:50 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.180 $"
#ident "GENERIC-$Revision: 1.181 $"
maxusers 32
@ -122,6 +122,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.37 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: GENERIC,v 1.38 2004/09/04 23:29:50 manu Exp $
#
# GENERIC machine description file
#
@ -96,6 +96,7 @@ options QUOTA # FFS quotas
options INET # Internet protocols
#options GATEWAY # IP packet forwarding
#options MROUTING # packet forwarding of multicast packets
#options PIM # Protocol Independent Multicast
#options NS # Xerox NS networking
#options NSIP # Xerox NS tunneling over IP
#options ISO,TPIP # OSI networking

View File

@ -1,5 +1,5 @@
#
# $NetBSD: RC3230,v 1.16 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: RC3230,v 1.17 2004/09/04 23:29:50 manu Exp $
#
include "arch/mipsco/conf/std.mipsco"
@ -72,6 +72,7 @@ options IPSEC # Internet protocols
options IPSEC_ESP # Internet protocols
#options GATEWAY # IP packet forwarding
#options MROUTING # packet forwarding of multicast packets
#options PIM # Protocol Independent Multicast
#options NS # Xerox NS networking
#options NSIP # Xerox NS tunneling over IP
#options ISO,TPIP # OSI networking

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.58 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: GENERIC,v 1.59 2004/09/04 23:29:50 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mmeye/conf/std.mmeye"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.58 $"
#ident "GENERIC-$Revision: 1.59 $"
maxusers 16 # estimated number of users
@ -112,6 +112,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTA,v 1.23 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: MMTA,v 1.24 2004/09/04 23:29:50 manu Exp $
#
# GENERIC -- everything that's currently supported
#
@ -86,6 +86,7 @@ options NFSSERVER # Network File System server
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTAICE,v 1.24 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: MMTAICE,v 1.25 2004/09/04 23:29:50 manu Exp $
#
# GENERIC -- everything that's currently supported
#
@ -117,6 +117,7 @@ options NFSSERVER # Network File System server
#options GATEWAY # packet forwarding
options INET # IP + ICMP + TCP + UDP
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTAROMNEW,v 1.24 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: MMTAROMNEW,v 1.25 2004/09/04 23:29:50 manu Exp $
#
# GENERIC -- everything that's currently supported
#
@ -96,6 +96,7 @@ file-system UMAPFS # NULLFS + uid and gid remapping
#options GATEWAY # packet forwarding
#options INET # IP + ICMP + TCP + UDP
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,11 +1,11 @@
# $NetBSD: MVME1600,v 1.11 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: MVME1600,v 1.12 2004/09/04 23:29:50 manu Exp $
#
include "arch/mvmeppc/conf/std.mvmeppc"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MVME1600-$Revision: 1.11 $"
#ident "MVME1600-$Revision: 1.12 $"
maxusers 8
@ -74,6 +74,7 @@ options INET # IP + ICMP + TCP + UDP
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NETATALK # AppleTalk networking protocols
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
#options PPP_DEFLATE # Deflate compression support for PPP

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.52 2004/07/25 03:55:38 thorpej Exp $
# $NetBSD: GENERIC,v 1.53 2004/09/04 23:29:56 manu Exp $
#
# GENERIC machine description file
#
@ -83,6 +83,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/ IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.54 2004/07/18 05:41:51 tsutsui Exp $
# $NetBSD: GENERIC,v 1.55 2004/09/04 23:29:56 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/news68k/conf/std.news68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.54 $"
#ident "GENERIC-$Revision: 1.55 $"
maxusers 8
@ -110,6 +110,7 @@ options INET6 # IPV6
#options IPSEC_DEBUG # debug for IP security
#options GATEWAY # IP packet forwarding
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.28 2004/07/18 05:54:43 tsutsui Exp $
# $NetBSD: GENERIC_TINY,v 1.29 2004/09/04 23:29:56 manu Exp $
# news68k GENERIC config file for low memory machines;
#
@ -6,7 +6,7 @@ include "arch/news68k/conf/std.news68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC_TINY-$Revision: 1.28 $"
#ident "GENERIC_TINY-$Revision: 1.29 $"
maxusers 4
@ -96,6 +96,7 @@ options INET6 # IPV6
#options IPSEC_DEBUG # debug for IP security
#options GATEWAY # IP packet forwarding
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: NEWS1200,v 1.24 2004/07/18 05:41:51 tsutsui Exp $
# $NetBSD: NEWS1200,v 1.25 2004/09/04 23:29:56 manu Exp $
# news1200 config file
#
@ -81,6 +81,7 @@ options INET6 # IPV6
#options IPSEC_DEBUG # debug for IP security
#options GATEWAY # IP packet forwarding
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.68 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: GENERIC,v 1.69 2004/09/04 23:29:56 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/newsmips/conf/std.newsmips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.68 $"
#ident "GENERIC-$Revision: 1.69 $"
maxusers 16
@ -102,6 +102,7 @@ options INET6 # IPV6
#options IPSEC_DEBUG # debug for IP security
#options GATEWAY # IP packet forwarding
#options MROUTING # packet forwarding of multicast packets
#options PIM # Protocol Independent Multicast
options NS # Xerox NS networking
#options NSIP # Xerox NS tunneling over IP
#options ISO,TPIP # OSI networking

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.78 2004/07/15 03:53:50 atatat Exp $
# $NetBSD: GENERIC,v 1.79 2004/09/04 23:29:56 manu Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/next68k/conf/std.next68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.78 $"
#ident "GENERIC-$Revision: 1.79 $"
# Needs to be set per system. i.e change these as you see fit
maxusers 16
@ -123,6 +123,7 @@ options INET6 # IPV6
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
#options IPSEC_DEBUG # debug for IP security
#options MROUTING # IP multicast routing
#options PIM # Protocol Independent Multicast
#options NS # XNS
#options NSIP # XNS tunneling over IP
#options ISO,TPIP # OSI

Some files were not shown because too many files have changed in this diff Show More