Add pseudo-device agr to all GENERIC kernels where it might make sense
(commented out in some).
This commit is contained in:
parent
243f294f4f
commit
c2534a819b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.49 2006/11/11 18:47:08 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.50 2007/06/04 08:55:18 martin Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -260,6 +260,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device sequencer 1 # MIDI sequencer
|
||||
pseudo-device wsmux # keyboard/mouse multiplexor
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.78 2006/11/11 18:47:09 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.79 2007/06/04 08:55:19 martin 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.78 $"
|
||||
#ident "GENERIC-$Revision: 1.79 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
|
@ -333,6 +333,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
#options VND_COMPRESSION # compressed vnd(4)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.312 2007/03/14 12:27:21 drochner Exp $
|
||||
# $NetBSD: GENERIC,v 1.313 2007/06/04 08:55:19 martin Exp $
|
||||
#
|
||||
# This machine description file is used to generate the default NetBSD
|
||||
# kernel.
|
||||
|
@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
ident "GENERIC-$Revision: 1.312 $"
|
||||
ident "GENERIC-$Revision: 1.313 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -710,6 +710,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device sequencer 1 # MIDI sequencer
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#options RND_COM # use "com" randomness too
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.147 2007/06/03 19:34:07 xtraeme Exp $
|
||||
# $NetBSD: GENERIC,v 1.148 2007/06/04 08:55:19 martin 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.147 $"
|
||||
#ident "GENERIC-$Revision: 1.148 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -935,6 +935,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
# miscellaneous pseudo-devices
|
||||
pseudo-device pty # pseudo-terminals
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.244 2006/11/12 09:14:32 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.245 2007/06/04 08:55:19 martin 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.244 $"
|
||||
#ident "GENERIC-$Revision: 1.245 $"
|
||||
|
||||
|
||||
maxusers 8
|
||||
|
@ -477,6 +477,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
#pseudo-device pf # PF packet filter
|
||||
#pseudo-device pflog # PF log if
|
||||
pseudo-device fss 4 # file system snapshot device
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.145 2006/11/11 18:47:09 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.146 2007/06/04 08:55:19 martin 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.145 $"
|
||||
#ident "GENERIC-$Revision: 1.146 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -441,6 +441,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
# miscellaneous pseudo-devices
|
||||
pseudo-device pty # pseudo-terminals
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.104 2006/11/11 18:47:09 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.105 2007/06/04 08:55:20 martin 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.104 $"
|
||||
#ident "GENERIC-$Revision: 1.105 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -128,6 +128,7 @@ pseudo-device vlan # IEEE 802.1q encapsulation
|
|||
pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device raid 8 # RAIDframe disk driver
|
||||
options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.114 2007/03/14 12:27:21 drochner Exp $
|
||||
# $NetBSD: GENERIC,v 1.115 2007/06/04 08:55:20 martin Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -577,6 +577,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
# miscellaneous pseudo-devices
|
||||
pseudo-device pty # pseudo-terminals
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.107 2006/11/18 14:28:55 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.108 2007/06/04 08:55:20 martin 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.107 $"
|
||||
#ident "GENERIC-$Revision: 1.108 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -343,6 +343,7 @@ pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
|||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
# Miscellaneous pseudo-devices
|
||||
pseudo-device pty # pseudo-terminals
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.77 2007/05/13 08:26:21 he Exp $
|
||||
# $NetBSD: GENERIC,v 1.78 2007/06/04 08:55:20 martin Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -220,6 +220,7 @@ pseudo-device loop # network loopback
|
|||
#pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
#pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
#pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
# miscellaneous pseudo-devices
|
||||
pseudo-device pty # pseudo-terminals
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.17 2006/11/11 18:47:09 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.18 2007/06/04 08:55:20 martin 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.17 $"
|
||||
#ident "GENERIC-$Revision: 1.18 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
|
@ -264,6 +264,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
#pseudo-device pf # PF packet filter
|
||||
#pseudo-device pflog # PF log if
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.138 2006/11/11 18:47:09 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.139 2007/06/04 08:55:20 martin 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.138 $"
|
||||
#ident "GENERIC-$Revision: 1.139 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -280,6 +280,7 @@ pseudo-device vnd # vnode pseudo-disks
|
|||
# network pseudo-devices
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device bpfilter # Berkeley packet filter
|
||||
#pseudo-device carp # Common Address Redundancy Protocol
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.73 2007/02/01 21:09:42 skrll Exp $
|
||||
# $NetBSD: GENERIC,v 1.74 2007/06/04 08:55:21 martin 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.73 $"
|
||||
#ident "GENERIC-$Revision: 1.74 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -557,6 +557,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
# miscellaneous pseudo-devices
|
||||
pseudo-device pty # pseudo-terminals
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.195 2007/03/14 12:27:22 drochner Exp $
|
||||
# $NetBSD: GENERIC,v 1.196 2007/06/04 08:55:21 martin 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.195 $"
|
||||
#ident "GENERIC-$Revision: 1.196 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
|
@ -684,6 +684,7 @@ pseudo-device vlan
|
|||
## Simple inter-network traffic bridging
|
||||
pseudo-device bridge
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device ksyms # /dev/ksyms
|
||||
#pseudo-device pf # PF packet filter
|
||||
#pseudo-device pflog # PF log if
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.830 2007/06/01 14:26:36 blymn Exp $
|
||||
# $NetBSD: GENERIC,v 1.831 2007/06/04 08:55:21 martin 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.830 $"
|
||||
#ident "GENERIC-$Revision: 1.831 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -1409,6 +1409,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
#pseudo-device pf # PF packet filter
|
||||
#pseudo-device pflog # PF log if
|
||||
# srt is EXPERIMENTAL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.37 2007/05/12 15:11:16 abs Exp $
|
||||
# $NetBSD: GENERIC,v 1.38 2007/06/04 08:55:21 martin Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/iyonix/conf/std.iyonix"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.37 $"
|
||||
#ident "GENERIC-$Revision: 1.38 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -802,6 +802,7 @@ pseudo-device loop # network loopback
|
|||
#pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
#pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
#pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
#pseudo-device pf # PF packet filter
|
||||
#pseudo-device pflog # PF log if
|
||||
# srt is EXPERIMENTAL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.7 2007/06/01 13:20:56 uwe Exp $
|
||||
# $NetBSD: GENERIC,v 1.8 2007/06/04 08:55:21 martin Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/landisk/conf/std.landisk"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.7 $"
|
||||
#ident "GENERIC-$Revision: 1.8 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
|
@ -448,6 +448,7 @@ pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
|||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
#pseudo-device pf # PF packet filter
|
||||
#pseudo-device pflog # PF log if
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.77 2006/11/24 22:04:23 wiz Exp $
|
||||
# $NetBSD: GENERIC,v 1.78 2007/06/04 08:55:22 martin 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.77 $"
|
||||
#ident "GENERIC-$Revision: 1.78 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -197,6 +197,7 @@ pseudo-device fss 4 # file system snapshot device
|
|||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
#pseudo-device vnd # disk-like interface to files
|
||||
#options VND_COMPRESSION # compressed vnd(4)
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.180 2007/06/02 12:07:03 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.181 2007/06/04 08:55:22 martin 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.180 $"
|
||||
#ident "GENERIC-$Revision: 1.181 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
|
@ -333,6 +333,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
# miscellaneous pseudo-devices
|
||||
pseudo-device grf 2 # grf emulation for wscons
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.255 2007/03/14 12:27:24 drochner Exp $
|
||||
# $NetBSD: GENERIC,v 1.256 2007/06/04 08:55:22 martin 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.255 $"
|
||||
#ident "GENERIC-$Revision: 1.256 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -575,6 +575,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device openfirm # /dev/openfirm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.64 2006/11/11 18:47:10 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.65 2007/06/04 08:55:22 martin Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -192,6 +192,7 @@ pseudo-device fss 4 # file system snapshot device
|
|||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
|
||||
# random number generator pseudo-device
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.87 2006/11/11 18:47:11 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.88 2007/06/04 08:55:23 martin 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.87 $"
|
||||
#ident "GENERIC-$Revision: 1.88 $"
|
||||
|
||||
maxusers 16 # estimated number of users
|
||||
|
||||
|
@ -226,6 +226,7 @@ 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
|
||||
#pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device vcoda 4 # coda minicache <-> venus comm.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.70 2006/11/11 18:47:11 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.71 2007/06/04 08:55:23 martin 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.70 $"
|
||||
#ident "GENERIC-$Revision: 1.71 $"
|
||||
|
||||
# Boards this kernel supports
|
||||
options MVME147
|
||||
|
@ -139,6 +139,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device pty # pseudo-terminals
|
||||
#pseudo-device cgd 4 # cryptographic disk devices
|
||||
pseudo-device vnd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.87 2007/02/17 01:27:07 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.88 2007/06/04 08:55:23 martin 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.87 $"
|
||||
#ident "GENERIC-$Revision: 1.88 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -256,6 +256,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device rnd # /dev/random and in-kernle generator
|
||||
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.97 2006/11/11 18:47:11 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.98 2007/06/04 08:55:23 martin 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.97 $"
|
||||
#ident "GENERIC-$Revision: 1.98 $"
|
||||
|
||||
maxusers 16
|
||||
|
||||
|
@ -216,6 +216,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
#options VND_COMPRESSION # compressed vnd(4)
|
||||
pseudo-device ccd 4 # concatenated and striped disks
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.107 2006/11/11 18:47:11 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.108 2007/06/04 08:55:23 martin 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.107 $"
|
||||
#ident "GENERIC-$Revision: 1.108 $"
|
||||
|
||||
# Needs to be set per system. i.e change these as you see fit
|
||||
maxusers 16
|
||||
|
@ -248,6 +248,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
#pseudo-device wsmux # mouse & keyboard multiplexor
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.97 2006/11/11 18:47:11 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.98 2007/06/04 08:55:23 martin 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.97 $"
|
||||
#ident "GENERIC-$Revision: 1.98 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -206,6 +206,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.69 2006/11/11 18:47:11 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.70 2007/06/04 08:55:23 martin 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.69 $"
|
||||
#ident "GENERIC-$Revision: 1.70 $"
|
||||
|
||||
maxusers 8 # estimated number of users
|
||||
|
||||
|
@ -136,6 +136,7 @@ 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
|
||||
#pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device ccd 4 # Concatenated Disk Driver
|
||||
pseudo-device fss 4 # file system snapshot device
|
||||
#pseudo-device cgd 4 # cryptographic disk devices
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.151 2006/11/11 18:47:11 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.152 2007/06/04 08:55:24 martin Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.151 $"
|
||||
#ident "GENERIC-$Revision: 1.152 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -292,6 +292,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
pseudo-device vnd # virtual disk ick
|
||||
#options VND_COMPRESSION # compressed vnd(4)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.134 2007/04/26 19:44:02 garbled Exp $
|
||||
# $NetBSD: GENERIC,v 1.135 2007/06/04 08:55:24 martin Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.134 $"
|
||||
#ident "GENERIC-$Revision: 1.135 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -560,6 +560,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
# miscellaneous pseudo-devices
|
||||
pseudo-device pty # pseudo-terminals
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: GENERIC,v 1.60 2007/05/27 11:47:11 he Exp $
|
||||
# $NetBSD: GENERIC,v 1.61 2007/06/04 08:55:24 martin Exp $
|
||||
|
||||
include "arch/sbmips/conf/std.sbmips"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.60 $"
|
||||
#ident "GENERIC-$Revision: 1.61 $"
|
||||
|
||||
#options LOCKDEBUG # XXX XXX XXX XXX
|
||||
#options DEBUG # extra kernel debugging support
|
||||
|
@ -187,6 +187,7 @@ pseudo-device loop # network loopback
|
|||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
# Miscellaneous pseudo-devices
|
||||
pseudo-device pty # pseudo-terminals
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.198 2007/06/02 17:16:12 uwe Exp $
|
||||
# $NetBSD: GENERIC,v 1.199 2007/06/04 08:55:24 martin 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.198 $"
|
||||
#ident "GENERIC-$Revision: 1.199 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -607,6 +607,7 @@ pseudo-device vlan
|
|||
## Simple inter-network traffic bridging
|
||||
pseudo-device bridge
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
#### Audio and video devices
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.84 2007/04/14 19:33:27 tnn Exp $
|
||||
# $NetBSD: GENERIC,v 1.85 2007/06/04 08:55:24 martin Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.84 $"
|
||||
#ident "GENERIC-$Revision: 1.85 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
|
@ -687,6 +687,7 @@ pseudo-device vlan
|
|||
## Simple inter-network traffic bridging
|
||||
pseudo-device bridge
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
## IP Filter, used in firewall and NAT applications. See ipnat(8) for
|
||||
## one example of the use of the IP Filter.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.137 2006/11/11 18:47:12 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.138 2007/06/04 08:55:25 martin 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.137 $"
|
||||
#ident "GENERIC-$Revision: 1.138 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
options FPU_EMULATE
|
||||
|
@ -275,6 +275,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
pseudo-device pty # pseudo-terminals
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.156 2006/11/11 18:47:12 jmmv Exp $
|
||||
# $NetBSD: GENERIC,v 1.157 2007/06/04 08:55:25 martin 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.156 $"
|
||||
#ident "GENERIC-$Revision: 1.157 $"
|
||||
|
||||
# Here are all different supported CPU types listed.
|
||||
#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800
|
||||
|
@ -311,6 +311,7 @@ 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
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
pseudo-device vnd
|
||||
#options VND_COMPRESSION # compressed vnd(4)
|
||||
pseudo-device ccd 4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.133 2007/03/14 12:27:25 drochner Exp $
|
||||
# $NetBSD: GENERIC,v 1.134 2007/06/04 08:55:25 martin 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.133 $"
|
||||
#ident "GENERIC-$Revision: 1.134 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -503,6 +503,7 @@ pseudo-device vlan
|
|||
## Simple inter-network traffic bridging
|
||||
pseudo-device bridge
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
|
||||
#### Other device configuration
|
||||
|
||||
|
|
Loading…
Reference in New Issue