Add stf to all kernel configs which have INET6 and gif, except the INSTALL
ones and those for specific machines of developers. PR 32304. OK'ed by rpaulo. N.B. stf is a cloning device, so it still must be enabled by "ifconfig stf0 create".
This commit is contained in:
parent
4f42a7f631
commit
dc1372c547
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.42 2006/02/05 05:01:48 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.43 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -255,6 +255,7 @@ pseudo-device vnd
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: EB7500ATX,v 1.24 2006/02/05 05:01:48 cube Exp $
|
||||
# $NetBSD: EB7500ATX,v 1.25 2006/03/28 20:58:39 pavel 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.24 $"
|
||||
#ident "EB7500ATX-$Revision: 1.25 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
|
@ -278,7 +278,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device ipfilter 1 # ip filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
#pseudo-device strip # STarmode Radio IP (Metricon Ricochet)
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.68 2006/02/05 05:01:48 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.69 2006/03/28 20:58:39 pavel 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.68 $"
|
||||
#ident "GENERIC-$Revision: 1.69 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
|
@ -347,7 +347,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device ipfilter 1 # ip filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
#pseudo-device strip # STarmode Radio IP (Metricon Ricochet)
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: RPC_WSCONS,v 1.45 2006/02/05 05:01:48 cube Exp $
|
||||
# $NetBSD: RPC_WSCONS,v 1.46 2006/03/28 20:58:39 pavel 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.45 $"
|
||||
#ident "GENERIC-$Revision: 1.46 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
|
@ -323,7 +323,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device ipfilter 1 # ip filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
#pseudo-device strip # STarmode Radio IP (Metricon Ricochet)
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P4032,v 1.40 2006/02/05 05:01:48 cube Exp $
|
||||
# $NetBSD: P4032,v 1.41 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# Algorithmics P-4032 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P4032-$Revision: 1.40 $"
|
||||
#ident "P4032-$Revision: 1.41 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -323,7 +323,7 @@ pseudo-device vnd
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device sequencer 1 # MIDI sequencer
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P5064,v 1.46 2006/02/05 05:01:48 cube Exp $
|
||||
# $NetBSD: P5064,v 1.47 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# Algorithmics P-5064 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P5064-$Revision: 1.46 $"
|
||||
#ident "P5064-$Revision: 1.47 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -387,7 +387,7 @@ pseudo-device vnd
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device sequencer 1 # MIDI sequencer
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P6032,v 1.40 2006/02/05 05:01:48 cube Exp $
|
||||
# $NetBSD: P6032,v 1.41 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# Algorithmics P-6032 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P6032-$Revision: 1.40 $"
|
||||
#ident "P6032-$Revision: 1.41 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -392,7 +392,7 @@ pseudo-device vnd
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device sequencer 1 # MIDI sequencer
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ALPHA,v 1.215 2006/02/05 05:01:48 cube Exp $
|
||||
# $NetBSD: ALPHA,v 1.216 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# Alpha kernel with all the options you'd want, and more.
|
||||
|
||||
|
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
ident "ALPHA-$Revision: 1.215 $"
|
||||
ident "ALPHA-$Revision: 1.216 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -606,7 +606,7 @@ pseudo-device vnd
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -22,7 +22,7 @@ include "arch/alpha/conf/std.alpha"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.285 $"
|
||||
#ident "GENERIC-$Revision: 1.286 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -641,7 +641,7 @@ pseudo-device vnd
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.89 2006/03/25 17:40:02 xtraeme Exp $
|
||||
# $NetBSD: GENERIC,v 1.90 2006/03/28 20:58:39 pavel 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.89 $"
|
||||
#ident "GENERIC-$Revision: 1.90 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -858,7 +858,7 @@ pseudo-device tap # virtual Ethernet
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC.in,v 1.51 2006/02/05 05:01:49 cube Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.52 2006/03/28 20:58:39 pavel 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.51 $"
|
||||
#ident "GENERIC-$Revision: 1.52 $"
|
||||
|
||||
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
|
||||
makeoptions COPTS="-Os"
|
||||
|
@ -581,7 +581,7 @@ pseudo-device bpfilter # Berkeley packet filter
|
|||
pseudo-device ipfilter # IP Filter package
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ARCTIC,v 1.43 2006/02/05 05:01:49 cube Exp $
|
||||
# $NetBSD: ARCTIC,v 1.44 2006/03/28 20:58:39 pavel Exp $
|
||||
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# configuration file for DeskStation
|
||||
|
@ -260,7 +260,7 @@ pseudo-device tun # network tunneling over tty
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
|
||||
# miscellaneous pseudo-devices
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.134 2006/02/05 05:01:49 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.135 2006/03/28 20:58:39 pavel 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.134 $"
|
||||
#ident "GENERIC-$Revision: 1.135 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -433,7 +433,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: M403,v 1.40 2006/02/05 05:01:49 cube Exp $
|
||||
# $NetBSD: M403,v 1.41 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# configuration file for MIPS Magnum 4000 system
|
||||
#
|
||||
|
@ -209,7 +209,7 @@ pseudo-device tun # network tunneling over tty
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
|
||||
# miscellaneous pseudo-devices
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: PCCONS,v 1.53 2006/02/05 05:01:49 cube Exp $
|
||||
# $NetBSD: PCCONS,v 1.54 2006/03/28 20:58:39 pavel Exp $
|
||||
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
|
||||
#
|
||||
# PCCONS -- generic but pccons rather than wscons
|
||||
|
@ -355,7 +355,7 @@ pseudo-device tun # network tunneling over tty
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
|
||||
# miscellaneous pseudo-devices
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: PICA,v 1.56 2006/02/05 05:01:49 cube Exp $
|
||||
# $NetBSD: PICA,v 1.57 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# configuration file for ACER PICA system
|
||||
#
|
||||
|
@ -212,7 +212,7 @@ pseudo-device tun # network tunneling over tty
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
|
||||
# miscellaneous pseudo-devices
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: GENERIC.in,v 1.60 2006/02/05 05:01:49 cube Exp $
|
||||
# $NetBSD: GENERIC.in,v 1.61 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# Generic atari
|
||||
#
|
||||
|
@ -256,7 +256,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
#ifndef NO_PHYS_NETWORK
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.97 2006/02/05 05:01:49 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.98 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.97 $"
|
||||
#ident "GENERIC-$Revision: 1.98 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -121,7 +121,7 @@ pseudo-device loop
|
|||
pseudo-device bpfilter # packet filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.102 2006/02/22 10:41:35 hira Exp $
|
||||
# $NetBSD: GENERIC,v 1.103 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -581,7 +581,7 @@ pseudo-device tap # virtual Ethernet
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: EXPLORA451,v 1.23 2006/03/15 08:47:43 he Exp $
|
||||
# $NetBSD: EXPLORA451,v 1.24 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -188,7 +188,7 @@ pseudo-device tap # virtual Ethernet
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: OPENBLOCKS200,v 1.12 2006/03/14 21:59:12 shige Exp $
|
||||
# $NetBSD: OPENBLOCKS200,v 1.13 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -225,7 +225,7 @@ pseudo-device tun # network tunneling over tty
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: OPENBLOCKS266,v 1.30 2006/03/13 16:20:58 shige Exp $
|
||||
# $NetBSD: OPENBLOCKS266,v 1.31 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs405"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "OPENBLOCKS266-$Revision: 1.30 $"
|
||||
#ident "OPENBLOCKS266-$Revision: 1.31 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -217,7 +217,7 @@ pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IPv[46] pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: WALNUT,v 1.29 2006/02/05 05:01:50 cube Exp $
|
||||
# $NetBSD: WALNUT,v 1.30 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -271,7 +271,7 @@ pseudo-device tun # network tunneling over tty
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.8 2006/02/25 01:31:02 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.9 2006/03/28 20:58:39 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
# This machine description file is used to generate the default NetBSD
|
||||
|
@ -25,7 +25,7 @@ include "arch/ews4800mips/conf/std.ews4800mips"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.8 $"
|
||||
#ident "GENERIC-$Revision: 1.9 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
|
@ -259,7 +259,7 @@ pseudo-device tun # network tunneling over tty
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.129 2006/02/05 05:01:50 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.130 2006/03/28 20:58:39 pavel 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.129 $"
|
||||
#ident "GENERIC-$Revision: 1.130 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -289,7 +289,7 @@ pseudo-device loop # loopback network interface
|
|||
pseudo-device ppp # PPP network interfaces
|
||||
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device sl # SLIP network interfaces
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device tun # network tunneling over tty
|
||||
pseudo-device tap # virtual Ethernet
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.63 2006/02/05 05:01:50 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.64 2006/03/28 20:58:40 pavel 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.63 $"
|
||||
#ident "GENERIC-$Revision: 1.64 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -557,7 +557,7 @@ pseudo-device tap # virtual Ethernet
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: IPAQ,v 1.45 2006/02/05 05:01:50 cube Exp $
|
||||
# $NetBSD: IPAQ,v 1.46 2006/03/28 20:58:40 pavel Exp $
|
||||
#
|
||||
# iPAQ H3600 -- Windows-CE based PDA
|
||||
#
|
||||
|
@ -200,7 +200,7 @@ pseudo-device tun # network tunneling over tty
|
|||
#pseudo-device ipfilter 1 # ip filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
#pseudo-device strip # STarmode Radio IP (Metricon Ricochet)
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: JORNADA720,v 1.56 2006/03/04 15:19:47 peter Exp $
|
||||
# $NetBSD: JORNADA720,v 1.57 2006/03/28 20:58:40 pavel 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.56 $"
|
||||
#ident "GENERIC-$Revision: 1.57 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
|
@ -257,7 +257,7 @@ pseudo-device tun # network tunneling over tty
|
|||
#pseudo-device ipfilter 1 # ip filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
#pseudo-device strip # STarmode Radio IP (Metricon Ricochet)
|
||||
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.185 2006/03/28 14:26:56 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.186 2006/03/28 20:58:40 pavel 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.185 $"
|
||||
#ident "GENERIC-$Revision: 1.186 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
|
@ -677,7 +677,7 @@ pseudo-device wsmux # mouse & keyboard multiplexor
|
|||
# for IPv6
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
||||
## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
|
||||
pseudo-device vlan
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: LROUTER,v 1.32 2006/02/05 05:01:50 cube Exp $
|
||||
# $NetBSD: LROUTER,v 1.33 2006/03/28 20:58:40 pavel Exp $
|
||||
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
|
||||
#
|
||||
# Kernel configuration file for LASER5 L-Router
|
||||
|
@ -190,7 +190,7 @@ pseudo-device md 1 # memory disk device (ramdisk)
|
|||
# for IPv6
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
||||
## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
|
||||
pseudo-device vlan
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: MPC303,v 1.43 2006/03/28 14:26:56 tsutsui Exp $
|
||||
# $NetBSD: MPC303,v 1.44 2006/03/28 20:58:40 pavel 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.43 $"
|
||||
#ident "GENERIC-$Revision: 1.44 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
|
@ -496,7 +496,7 @@ pseudo-device md 1 # memory disk device (ramdisk)
|
|||
# for IPv6
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
||||
## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
|
||||
pseudo-device vlan
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: TX3912,v 1.65 2006/02/05 05:01:50 cube Exp $
|
||||
# $NetBSD: TX3912,v 1.66 2006/03/28 20:58:40 pavel Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
|
@ -288,3 +288,4 @@ pseudo-device clockctl # user control of clock subsystem
|
|||
# for IPv6
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
|
||||
#
|
||||
# $NetBSD: TX3922,v 1.74 2006/02/22 10:41:35 hira Exp $
|
||||
# $NetBSD: TX3922,v 1.75 2006/03/28 20:58:40 pavel Exp $
|
||||
#
|
||||
include "arch/hpcmips/conf/std.hpcmips"
|
||||
|
||||
|
@ -363,3 +363,4 @@ pseudo-device clockctl # user control of clock subsystem
|
|||
# for IPv6
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: VR41XX,v 1.37 2006/03/28 14:26:56 tsutsui Exp $
|
||||
# $NetBSD: VR41XX,v 1.38 2006/03/28 20:58:40 pavel 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.37 $"
|
||||
#ident "GENERIC-$Revision: 1.38 $"
|
||||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
|
@ -528,7 +528,7 @@ pseudo-device wsmux # mouse & keyboard multiplexor
|
|||
# for IPv6
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
||||
## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
|
||||
pseudo-device vlan
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.736 2006/03/25 17:44:29 xtraeme Exp $
|
||||
# $NetBSD: GENERIC,v 1.737 2006/03/28 20:58:40 pavel 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.736 $"
|
||||
#ident "GENERIC-$Revision: 1.737 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -1299,7 +1299,7 @@ pseudo-device tun # network tunneling over tty
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_LAPTOP,v 1.178 2006/03/17 12:43:35 gdt Exp $
|
||||
# $NetBSD: GENERIC_LAPTOP,v 1.179 2006/03/28 20:58:40 pavel 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.178 $"
|
||||
#ident "GENERIC-$Revision: 1.179 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -902,7 +902,7 @@ pseudo-device tap # virtual Ethernet
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: LAMB,v 1.61 2006/02/05 05:01:55 cube Exp $
|
||||
# $NetBSD: LAMB,v 1.62 2006/03/28 20:58:40 pavel Exp $
|
||||
#
|
||||
# LAMB - a complete kernel for wildlab LAMB, http://www.wildlab.com/
|
||||
#
|
||||
|
@ -387,7 +387,7 @@ pseudo-device tap # virtual Ethernet
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: VIRTUALPC,v 1.38 2006/02/25 01:33:15 christos Exp $
|
||||
# $NetBSD: VIRTUALPC,v 1.39 2006/03/28 20:58:40 pavel 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.38 $"
|
||||
#ident "VIRTUALPC-$Revision: 1.39 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -618,7 +618,7 @@ pseudo-device tun # network tunneling over tty
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
#pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: XEN0,v 1.35 2006/03/12 22:57:01 chs Exp $
|
||||
# $NetBSD: XEN0,v 1.36 2006/03/28 20:58:40 pavel Exp $
|
||||
|
||||
include "arch/xen/conf/std.xen"
|
||||
|
||||
|
@ -676,7 +676,7 @@ pseudo-device tun # network tunneling over tty
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: XEN3_U,v 1.2 2006/03/19 00:39:36 bouyer Exp $
|
||||
# $NetBSD: XEN3_U,v 1.3 2006/03/28 20:58:40 pavel Exp $
|
||||
|
||||
include "arch/xen/conf/std.xen"
|
||||
|
||||
|
@ -221,7 +221,7 @@ pseudo-device tun # network tunneling over tty
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: XENU,v 1.18 2006/03/01 19:41:12 bouyer Exp $
|
||||
# $NetBSD: XENU,v 1.19 2006/03/28 20:58:40 pavel Exp $
|
||||
|
||||
include "arch/xen/conf/std.xen"
|
||||
|
||||
|
@ -216,7 +216,7 @@ pseudo-device tun # network tunneling over tty
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.171 2006/02/05 05:01:56 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.172 2006/03/28 20:58:40 pavel 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.171 $"
|
||||
#ident "GENERIC-$Revision: 1.172 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
|
@ -331,7 +331,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERICSBC,v 1.52 2006/02/05 05:01:56 cube Exp $
|
||||
# $NetBSD: GENERICSBC,v 1.53 2006/03/28 20:58:40 pavel 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.52 $"
|
||||
#ident "GENERICSBC-$Revision: 1.53 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
|
@ -307,7 +307,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.228 2006/02/16 02:18:50 macallan Exp $
|
||||
# $NetBSD: GENERIC,v 1.229 2006/03/28 20:58:40 pavel 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.228 $"
|
||||
#ident "GENERIC-$Revision: 1.229 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -541,7 +541,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $NetBSD: RC3230,v 1.30 2006/02/05 05:01:56 cube Exp $
|
||||
# $NetBSD: RC3230,v 1.31 2006/03/28 20:58:40 pavel Exp $
|
||||
#
|
||||
include "arch/mipsco/conf/std.mipsco"
|
||||
|
||||
|
@ -154,3 +154,4 @@ pseudo-device clockctl # user control of clock subsystem
|
|||
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.79 2006/02/05 05:01:56 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.80 2006/03/28 20:58:40 pavel 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.79 $"
|
||||
#ident "GENERIC-$Revision: 1.80 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
|
@ -220,7 +220,7 @@ pseudo-device tap # virtual Ethernet
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.65 2006/02/05 05:01:56 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.66 2006/03/28 20:58:40 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/mvme68k/conf/std.mvme68k"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.65 $"
|
||||
#ident "GENERIC-$Revision: 1.66 $"
|
||||
|
||||
# Boards this kernel supports
|
||||
options MVME147
|
||||
|
@ -134,7 +134,7 @@ pseudo-device loop
|
|||
pseudo-device bpfilter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.77 2006/02/05 05:01:56 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.78 2006/03/28 20:58:40 pavel 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.77 $"
|
||||
#ident "GENERIC-$Revision: 1.78 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -253,7 +253,7 @@ pseudo-device ipfilter # ip filter
|
|||
pseudo-device strip # Starmode Radio IP (Metricom)
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC_TINY,v 1.49 2006/02/05 05:01:56 cube Exp $
|
||||
# $NetBSD: GENERIC_TINY,v 1.50 2006/03/28 20:58:40 pavel 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.49 $"
|
||||
#ident "GENERIC_TINY-$Revision: 1.50 $"
|
||||
|
||||
maxusers 4
|
||||
|
||||
|
@ -236,7 +236,7 @@ pseudo-device bpfilter # Berkeley Packet Filter
|
|||
#pseudo-device strip # Starmode Radio IP (Metricom)
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
#pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: LIBERO,v 1.38 2006/02/05 05:01:56 cube Exp $
|
||||
# $NetBSD: LIBERO,v 1.39 2006/03/28 20:58:40 pavel Exp $
|
||||
|
||||
# NEWS1750 config file;
|
||||
#
|
||||
|
@ -170,6 +170,7 @@ pseudo-device bpfilter # Berkeley Packet Filter
|
|||
#pseudo-device strip # Starmode Radio IP (Metricom)
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device rnd # /dev/random and in-kernle generator
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device wsmux
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.90 2006/02/05 05:01:56 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.91 2006/03/28 20:58:40 pavel 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.90 $"
|
||||
#ident "GENERIC-$Revision: 1.91 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
|
@ -212,7 +212,7 @@ pseudo-device tap # virtual Ethernet
|
|||
pseudo-device bpfilter # Berkeley Packet Filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.101 2006/02/05 05:02:01 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.102 2006/03/28 20:58:40 pavel 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.101 $"
|
||||
#ident "GENERIC-$Revision: 1.102 $"
|
||||
|
||||
# Needs to be set per system. i.e change these as you see fit
|
||||
maxusers 16
|
||||
|
@ -246,7 +246,7 @@ pseudo-device tap # virtual Ethernet
|
|||
pseudo-device ipfilter # ip filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: BRIQ,v 1.26 2006/02/05 05:02:01 cube Exp $
|
||||
# $NetBSD: BRIQ,v 1.27 2006/03/28 20:58:40 pavel Exp $
|
||||
#
|
||||
# BRIQ -- Total Impact briQ -- http://www.totalimpact.com
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/ofppc/conf/std.ofppc"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.26 $"
|
||||
#ident "GENERIC-$Revision: 1.27 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -161,7 +161,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
#pseudo-device bridge # simple inter-network bridging
|
||||
pseudo-device pty # pseudo-terminals
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.90 2006/02/05 05:02:01 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.91 2006/03/28 20:58:40 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/ofppc/conf/std.ofppc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.90 $"
|
||||
#ident "GENERIC-$Revision: 1.91 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -202,7 +202,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.61 2006/02/05 05:02:01 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.62 2006/03/28 20:58:40 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/pc532/conf/std.pc532"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.61 $"
|
||||
#ident "GENERIC-$Revision: 1.62 $"
|
||||
|
||||
maxusers 8 # estimated number of users
|
||||
|
||||
|
@ -126,7 +126,7 @@ pseudo-device tun # network tunneling
|
|||
pseudo-device tap # virtual Ethernet
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# deafult config file.
|
||||
#
|
||||
# $NetBSD: config.playstation2,v 1.18 2006/02/05 05:02:01 cube Exp $
|
||||
# $NetBSD: config.playstation2,v 1.19 2006/03/28 20:58:40 pavel Exp $
|
||||
#
|
||||
|
||||
maxusers 16
|
||||
|
@ -83,6 +83,7 @@ pseudo-device rnd # /dev/random and in-kernel generator
|
|||
pseudo-device clockctl # user control of clock subsystem
|
||||
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
||||
pseudo-device wsmux # mouse & keyboard multiplexor
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.143 2006/02/05 05:02:02 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.144 2006/03/28 20:58:40 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -23,7 +23,7 @@ include "arch/pmax/conf/files.pmax_rcons"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.143 $"
|
||||
#ident "GENERIC-$Revision: 1.144 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -249,7 +249,7 @@ pseudo-device ipfilter # IP filter, NAT
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: WSCONS,v 1.22 2006/02/05 05:02:02 cube Exp $
|
||||
# $NetBSD: WSCONS,v 1.23 2006/03/28 20:58:40 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -33,7 +33,7 @@ options WSCONS
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.22 $"
|
||||
#ident "GENERIC-$Revision: 1.23 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -296,7 +296,7 @@ pseudo-device ipfilter # IP filter, NAT
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: PMPPC,v 1.36 2006/02/05 05:02:02 cube Exp $
|
||||
# $NetBSD: PMPPC,v 1.37 2006/03/28 20:58:41 pavel Exp $
|
||||
#
|
||||
# PMPPC
|
||||
#
|
||||
|
@ -442,7 +442,7 @@ pseudo-device tun # network tunneling over tty
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.115 2006/03/16 17:43:34 garbled Exp $
|
||||
# $NetBSD: GENERIC,v 1.116 2006/03/28 20:58:41 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -24,7 +24,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
|||
|
||||
makeoptions COPTS="-Os -mmultiple" # -Os -mmultiple to reduce size.
|
||||
|
||||
#ident "GENERIC-$Revision: 1.115 $"
|
||||
#ident "GENERIC-$Revision: 1.116 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -546,7 +546,7 @@ pseudo-device tap # virtual Ethernet
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC32_IP2x,v 1.46 2006/02/05 05:02:02 cube Exp $
|
||||
# $NetBSD: GENERIC32_IP2x,v 1.47 2006/03/28 20:58:41 pavel Exp $
|
||||
#
|
||||
# GENERIC32_IP2x machine description file
|
||||
#
|
||||
|
@ -29,7 +29,7 @@ makeoptions TEXTADDR=0x88069000 # entry point
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC32-IP2x-$Revision: 1.46 $"
|
||||
#ident "GENERIC32-IP2x-$Revision: 1.47 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -295,7 +295,7 @@ pseudo-device tap # virtual Ethernet
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC32_IP3x,v 1.47 2006/02/05 05:02:02 cube Exp $
|
||||
# $NetBSD: GENERIC32_IP3x,v 1.48 2006/03/28 20:58:41 pavel Exp $
|
||||
#
|
||||
# GENERIC32_IP3x machine description file
|
||||
#
|
||||
|
@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC32_IP3x-$Revision: 1.47 $"
|
||||
#ident "GENERIC32_IP3x-$Revision: 1.48 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -429,7 +429,7 @@ pseudo-device tap # virtual Ethernet
|
|||
pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.59 2006/02/05 05:02:02 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.60 2006/03/28 20:58:41 pavel Exp $
|
||||
#
|
||||
# Generic Shark configuration.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/shark/conf/std.shark"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.59 $"
|
||||
#ident "GENERIC-$Revision: 1.60 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
|
@ -295,7 +295,7 @@ pseudo-device bpfilter # packet filter
|
|||
#pseudo-device ipfilter 1 # ip filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
#pseudo-device strip # STarmode Radio IP (Metricon Ricochet)
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.186 2006/03/09 20:58:40 macallan Exp $
|
||||
# $NetBSD: GENERIC,v 1.187 2006/03/28 20:58:41 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/sparc/conf/std.sparc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.186 $"
|
||||
#ident "GENERIC-$Revision: 1.187 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -595,7 +595,7 @@ pseudo-device ipfilter
|
|||
## for IPv6
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
||||
## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
|
||||
pseudo-device vlan
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: GENERIC32,v 1.134 2006/03/09 11:38:15 hubertf Exp $
|
||||
# $NetBSD: GENERIC32,v 1.135 2006/03/28 20:58:41 pavel Exp $
|
||||
|
||||
include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.134 $"
|
||||
#ident "GENERIC-$Revision: 1.135 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -673,7 +673,7 @@ pseudo-device ipfilter
|
|||
## for IPv6
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
||||
|
||||
#### CardBus and PCMCIA devices
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.130 2006/02/05 05:02:06 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.131 2006/03/28 20:58:41 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -25,7 +25,7 @@ include "arch/sun3/conf/std.sun3"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.130 $"
|
||||
#ident "GENERIC-$Revision: 1.131 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
options FPU_EMULATE
|
||||
|
@ -270,7 +270,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device ipfilter # ip filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC3X,v 1.87 2006/02/05 05:02:06 cube Exp $
|
||||
# $NetBSD: GENERIC3X,v 1.88 2006/03/28 20:58:41 pavel Exp $
|
||||
|
||||
# GENERIC Sun3X (3/80, 3/470)
|
||||
# Supports root on: ie0, le0, sd*, ...
|
||||
|
@ -7,7 +7,7 @@ include "arch/sun3/conf/std.sun3x"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC3X-$Revision: 1.87 $"
|
||||
#ident "GENERIC3X-$Revision: 1.88 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
#options FPU_EMULATE # XXX - Ever needed?
|
||||
|
@ -258,7 +258,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device ipfilter # ip filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.150 2006/02/05 05:02:06 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.151 2006/03/28 20:58:41 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/vax/conf/std.vax"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.150 $"
|
||||
#ident "GENERIC-$Revision: 1.151 $"
|
||||
|
||||
# Here are all different supported CPU types listed.
|
||||
#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800
|
||||
|
@ -306,7 +306,7 @@ pseudo-device tap # virtual Ethernet
|
|||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.125 2006/02/05 05:02:06 cube Exp $
|
||||
# $NetBSD: GENERIC,v 1.126 2006/03/28 20:58:41 pavel Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/x68k/conf/std.x68k"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.125 $"
|
||||
#ident "GENERIC-$Revision: 1.126 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -495,7 +495,7 @@ pseudo-device bpfilter
|
|||
## for IPv6
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
||||
## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
|
||||
pseudo-device vlan
|
||||
|
|
Loading…
Reference in New Issue