diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 9ca965319d26..b83d4be053cd 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.174 2000/12/14 18:28:30 mycroft Exp $ +# $NetBSD: GENERIC,v 1.175 2000/12/19 10:42:02 bouyer Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. # @@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha" -#ident "GENERIC-$Revision: 1.174 $" +#ident "GENERIC-$Revision: 1.175 $" maxusers 32 @@ -440,6 +440,7 @@ pseudo-device vnd 4 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 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 #options RND_COM # use "com" randomness too diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index 3ad942ffa88a..1723191626bd 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.151 2000/10/04 20:38:11 is Exp $ +# $NetBSD: GENERIC,v 1.152 2000/12/19 10:42:02 bouyer Exp $ # #if 0 @@ -16,7 +16,7 @@ include "arch/amiga/conf/std.amiga" -#ident "GENERIC-$Revision: 1.151 $" +#ident "GENERIC-$Revision: 1.152 $" #ifdef INSTALL_CONFIGURATION makeoptions COPTS="-Os" @@ -443,6 +443,7 @@ pseudo-device ipfilter # IP Filter package pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device view 4 # views (needed for grfcc) pseudo-device pty # pseudo-terminals diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index 54b667c1d51b..8f3ee3dfe906 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.39 2000/09/24 15:59:28 jdolecek Exp $ +# $NetBSD: GENERIC,v 1.40 2000/12/19 10:42:03 bouyer Exp $ # $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $ # # GENERIC -- everything that's currently supported @@ -6,7 +6,7 @@ include "arch/arc/conf/std.arc" -#ident "GENERIC-$Revision: 1.39 $" +#ident "GENERIC-$Revision: 1.40 $" maxusers 32 # estimated number of users @@ -317,6 +317,7 @@ pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation # miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals diff --git a/sys/arch/arm26/conf/GENERIC b/sys/arch/arm26/conf/GENERIC index 143364e0b55c..5f672fba5403 100644 --- a/sys/arch/arm26/conf/GENERIC +++ b/sys/arch/arm26/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.13 2000/10/14 23:46:40 bjh21 Exp $ +# $NetBSD: GENERIC,v 1.14 2000/12/19 10:42:03 bouyer Exp $ # GENERIC arm26 configuration -- everything I've implemented so far @@ -171,6 +171,7 @@ pseudo-device vnd 4 pseudo-device gre 2 # generic L3 over IP tunnel pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) pseudo-device faith 1 # IPv[46] tcp relay translation i/f +pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device sequencer 1 # MIDI sequencer pseudo-device wsmux 2 # keyboard/mouse multiplexor diff --git a/sys/arch/arm32/conf/GENERIC b/sys/arch/arm32/conf/GENERIC index c19bd8e3f097..42bf0077129f 100644 --- a/sys/arch/arm32/conf/GENERIC +++ b/sys/arch/arm32/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.74 2000/09/24 15:59:29 jdolecek Exp $ +# $NetBSD: GENERIC,v 1.75 2000/12/19 10:42:03 bouyer Exp $ # # GENERIC -- everything that's currently supported # include "arch/arm32/conf/std.arm32" -#ident "GENERIC-$Revision: 1.74 $" +#ident "GENERIC-$Revision: 1.75 $" # estimated number of users maxusers 32 @@ -269,6 +269,7 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation #pseudo-device strip 4 # STarmode Radio IP (Metricon Ricochet) +pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device pty # pseudo-terminals pseudo-device tb 1 # tablet line discipline pseudo-device vnd 4 # disk-like interface to files diff --git a/sys/arch/atari/conf/GENERIC b/sys/arch/atari/conf/GENERIC index 48d805b1242e..cf450d4addd0 100644 --- a/sys/arch/atari/conf/GENERIC +++ b/sys/arch/atari/conf/GENERIC @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC,v 1.73 2000/10/04 03:35:55 itojun Exp $ +# $NetBSD: GENERIC,v 1.74 2000/12/19 10:42:03 bouyer Exp $ # # Generic atari # @@ -8,7 +8,7 @@ include "arch/atari/conf/std.atari" -#ident "GENERIC-$Revision: 1.73 $" +#ident "GENERIC-$Revision: 1.74 $" # # Add support for about 16 users. This variable is used to size @@ -168,6 +168,7 @@ pseudo-device tun 2 # network tunnel pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device ccd 4 # concatenating disk driver #pseudo-device raid 4 # RAIDframe disk driver #options RAID_AUTOCONFIG # auto-configuration of RAID components diff --git a/sys/arch/bebox/conf/GENERIC b/sys/arch/bebox/conf/GENERIC index b26eada13931..d5804218bfe8 100644 --- a/sys/arch/bebox/conf/GENERIC +++ b/sys/arch/bebox/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.34 2000/10/04 22:26:49 itojun Exp $ +# $NetBSD: GENERIC,v 1.35 2000/12/19 10:42:03 bouyer Exp $ # # First try for BEBOX config file # include "arch/bebox/conf/std.bebox" -#ident "GENERIC-$Revision: 1.34 $" +#ident "GENERIC-$Revision: 1.35 $" maxusers 32 @@ -66,6 +66,7 @@ pseudo-device bpfilter 8 # packet filter pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device pty # pseudo-terminals #pseudo-device raid 4 # RAIDframe disk driver #options RAID_AUTOCONFIG # auto-configuration of RAID components diff --git a/sys/arch/cobalt/conf/GENERIC b/sys/arch/cobalt/conf/GENERIC index 8777e1455378..97df4e89cd08 100644 --- a/sys/arch/cobalt/conf/GENERIC +++ b/sys/arch/cobalt/conf/GENERIC @@ -1,8 +1,8 @@ -# $NetBSD: GENERIC,v 1.13 2000/09/24 15:59:31 jdolecek Exp $ +# $NetBSD: GENERIC,v 1.14 2000/12/19 10:42:04 bouyer Exp $ include "arch/cobalt/conf/std.cobalt" -#ident "GENERIC-$Revision: 1.13 $" +#ident "GENERIC-$Revision: 1.14 $" maxusers 32 @@ -233,6 +233,7 @@ pseudo-device loop # network loopback #pseudo-device gif 4 # RFC1933 tunnel #pseudo-device faith 1 # IPv[46] tcp relay translation #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation # Miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index eafa5a920e1d..b857aa752eae 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.61 2000/10/04 03:35:55 itojun Exp $ +# $NetBSD: GENERIC,v 1.62 2000/12/19 10:42:04 bouyer Exp $ # # Generic kernel - one size fits all. # @@ -6,7 +6,7 @@ # Include attributes common to all hp300s include "arch/hp300/conf/std.hp300" -#ident "GENERIC-$Revision: 1.61 $" +#ident "GENERIC-$Revision: 1.62 $" # Support for various CPU types options HP320 @@ -190,5 +190,6 @@ pseudo-device ipfilter # IP Filter package pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation # rnd is EXPERIMENTAL pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/hpcmips/conf/GENERIC b/sys/arch/hpcmips/conf/GENERIC index 499907e7edea..76acd37c60cf 100644 --- a/sys/arch/hpcmips/conf/GENERIC +++ b/sys/arch/hpcmips/conf/GENERIC @@ -2,11 +2,11 @@ # Distribution kernel (NEC VR based model) kernel config file # -# $NetBSD: GENERIC,v 1.72 2000/12/03 12:29:28 takemura Exp $ +# $NetBSD: GENERIC,v 1.73 2000/12/19 10:42:04 bouyer Exp $ # include "arch/hpcmips/conf/std.hpcmips" -#ident "GENERIC-$Revision: 1.72 $" +#ident "GENERIC-$Revision: 1.73 $" maxusers 8 @@ -352,3 +352,4 @@ pseudo-device wsmux 2 # mouse & keyboard multiplexor pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation diff --git a/sys/arch/luna68k/conf/GENERIC b/sys/arch/luna68k/conf/GENERIC index b06801c491fb..2a90b24536b3 100644 --- a/sys/arch/luna68k/conf/GENERIC +++ b/sys/arch/luna68k/conf/GENERIC @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.13 2000/10/19 10:36:32 nisimura Exp $ +# $NetBSD: GENERIC,v 1.14 2000/12/19 10:42:04 bouyer Exp $ # # GENERIC LUNA68K # include "arch/luna68k/conf/std.luna68k" -#ident "GENERIC-$Revision: 1.13 $" +#ident "GENERIC-$Revision: 1.14 $" maxusers 8 @@ -131,6 +131,7 @@ pseudo-device pty # pseudo-terminals #pseudo-device raid 2 # RAIDframe disk driver #pseudo-device sl 1 # SLIP interfaces #pseudo-device tun 2 # Network "tunnel" device +pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device vnd 2 # disk-like interface to files # rnd is EXPERIMENTAL diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 337843104464..fc7e56538e8c 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.108 2000/09/24 15:59:34 jdolecek Exp $ +# $NetBSD: GENERIC,v 1.109 2000/12/19 10:42:04 bouyer Exp $ # # GENERIC include "arch/mac68k/conf/std.mac68k" -#ident "GENERIC-$Revision: 1.108 $" +#ident "GENERIC-$Revision: 1.109 $" maxusers 16 # estimated number of users @@ -252,6 +252,7 @@ pseudo-device tun 2 # network tunneling over tty pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation # miscellaneous pseudo-devices pseudo-device grf 2 # grf emulation for wscons diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index dfa937b1c59e..94ee6fec78cf 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.86 2000/12/09 08:06:31 mjacob Exp $ +# $NetBSD: GENERIC,v 1.87 2000/12/19 10:42:05 bouyer Exp $ # # GENERIC -- everything that's currently supported # include "arch/macppc/conf/std.macppc" -#ident "GENERIC-$Revision: 1.86 $" +#ident "GENERIC-$Revision: 1.87 $" maxusers 32 @@ -329,6 +329,7 @@ pseudo-device tun 4 # network tunneling over tty pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 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 pseudo-device openfirm # /dev/openfirm diff --git a/sys/arch/mipsco/conf/GENERIC b/sys/arch/mipsco/conf/GENERIC index 6f1c46114924..c0aebc2aebff 100644 --- a/sys/arch/mipsco/conf/GENERIC +++ b/sys/arch/mipsco/conf/GENERIC @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC,v 1.3 2000/10/04 22:26:50 itojun Exp $ +# $NetBSD: GENERIC,v 1.4 2000/12/19 10:42:05 bouyer Exp $ # include "arch/mipsco/conf/std.mipsco" @@ -116,6 +116,7 @@ pseudo-device bpfilter 16 # Berkeley Packet Filter #pseudo-device raid 4 # RAIDframe disk driver #pseudo-device strip 1 # radio clock #pseudo-device ipfilter # ip filter +pseudo-device vlan # IEEE 802.1q encapsulation # random number generator pseudo-device pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/mmeye/conf/GENERIC b/sys/arch/mmeye/conf/GENERIC index ba52ab19a3e7..cdc28f23454a 100644 --- a/sys/arch/mmeye/conf/GENERIC +++ b/sys/arch/mmeye/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.20 2000/10/17 10:02:11 msaitoh Exp $ +# $NetBSD: GENERIC,v 1.21 2000/12/19 10:42:05 bouyer Exp $ # # GENERIC -- everything that's currently supported # include "arch/mmeye/conf/std.mmeye" -#ident "GENERIC-$Revision: 1.20 $" +#ident "GENERIC-$Revision: 1.21 $" maxusers 16 # estimated number of users @@ -159,6 +159,7 @@ pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 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 pseudo-device vcoda 4 # coda minicache <-> venus comm. diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC index 937f37a94dea..8eb05d4737cd 100644 --- a/sys/arch/mvme68k/conf/GENERIC +++ b/sys/arch/mvme68k/conf/GENERIC @@ -1,8 +1,8 @@ -# $NetBSD: GENERIC,v 1.22 2000/12/09 21:02:09 scw Exp $ +# $NetBSD: GENERIC,v 1.23 2000/12/19 10:42:05 bouyer Exp $ include "arch/mvme68k/conf/std.mvme68k" -#ident "GENERIC-$Revision: 1.22 $" +#ident "GENERIC-$Revision: 1.23 $" # Boards this kernel supports options MVME147 @@ -72,6 +72,7 @@ pseudo-device bpfilter pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device pty # pseudo-terminals pseudo-device vnd 2 diff --git a/sys/arch/news68k/conf/GENERIC b/sys/arch/news68k/conf/GENERIC index eff09abcad0f..8b67a3b55ca4 100644 --- a/sys/arch/news68k/conf/GENERIC +++ b/sys/arch/news68k/conf/GENERIC @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.15 2000/11/24 12:58:17 tsutsui Exp $ +# $NetBSD: GENERIC,v 1.16 2000/12/19 10:42:05 bouyer Exp $ # news68k GENERIC config file; # include "arch/news68k/conf/std.news68k" -#ident "GENERIC-$Revision: 1.15 $" +#ident "GENERIC-$Revision: 1.16 $" maxusers 8 @@ -174,5 +174,6 @@ pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device rnd # /dev/random and in-kernle generator #pseudo-device vcoda 4 # coda minicache <-> venus comm. diff --git a/sys/arch/newsmips/conf/GENERIC b/sys/arch/newsmips/conf/GENERIC index a275cce67ddc..4d535c46974e 100644 --- a/sys/arch/newsmips/conf/GENERIC +++ b/sys/arch/newsmips/conf/GENERIC @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.33 2000/11/15 14:29:40 tsubai Exp $ +# $NetBSD: GENERIC,v 1.34 2000/12/19 10:42:05 bouyer Exp $ # # GENERIC kernel for RISC-NEWS include "arch/newsmips/conf/std.newsmips" -#ident "GENERIC-$Revision: 1.33 $" +#ident "GENERIC-$Revision: 1.34 $" maxusers 16 @@ -155,6 +155,7 @@ pseudo-device bpfilter 16 # Berkeley Packet Filter pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device vnd 4 # disk-like interface to files pseudo-device ccd 4 # concatenated and striped disks #pseudo-device raid 4 # RAIDframe disk driver diff --git a/sys/arch/next68k/conf/GENERIC b/sys/arch/next68k/conf/GENERIC index e46849ef5eb6..d78201aef815 100644 --- a/sys/arch/next68k/conf/GENERIC +++ b/sys/arch/next68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.36 2000/10/04 03:35:55 itojun Exp $ +# $NetBSD: GENERIC,v 1.37 2000/12/19 10:42:06 bouyer Exp $ # # GENERIC next68k # @@ -6,7 +6,7 @@ include "arch/next68k/conf/std.next68k" -#ident "GENERIC-$Revision: 1.36 $" +#ident "GENERIC-$Revision: 1.37 $" # Needs to be set per system. i.e change these as you see fit maxusers 16 @@ -188,6 +188,7 @@ pseudo-device ipfilter # ip filter pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation # rnd is EXPERIMENTAL pseudo-device rnd # /dev/random and in-kernel generator #pseudo-device wsmux 2 # mouse & keyboard multiplexor diff --git a/sys/arch/ofppc/conf/GENERIC b/sys/arch/ofppc/conf/GENERIC index 2912a2b71103..9d8f8850f04d 100644 --- a/sys/arch/ofppc/conf/GENERIC +++ b/sys/arch/ofppc/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.34 2000/11/14 06:01:09 thorpej Exp $ +# $NetBSD: GENERIC,v 1.35 2000/12/19 10:42:06 bouyer Exp $ # # GENERIC -- everything that's currently supported # include "arch/ofppc/conf/std.ofppc" -#ident "GENERIC-$Revision: 1.34 $" +#ident "GENERIC-$Revision: 1.35 $" maxusers 32 @@ -136,5 +136,6 @@ pseudo-device tun 4 # network tunneling over tty 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 pty # pseudo-terminals pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/pc532/conf/GENERIC b/sys/arch/pc532/conf/GENERIC index 2b7dedc9643b..aaef88c0bb63 100644 --- a/sys/arch/pc532/conf/GENERIC +++ b/sys/arch/pc532/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.15 2000/09/24 15:59:36 jdolecek Exp $ +# $NetBSD: GENERIC,v 1.16 2000/12/19 10:42:06 bouyer Exp $ # # GENERIC: generic kernel for most machines # include "arch/pc532/conf/std.pc532" -#ident "GENERIC-$Revision: 1.15 $" +#ident "GENERIC-$Revision: 1.16 $" maxusers 8 # estimated number of users @@ -74,5 +74,6 @@ pseudo-device tun 1 # network tunneling pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device ccd 4 # Concatenated Disk Driver pseudo-device rnd # kernel random number generator diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index d632c1f1698b..fdd2563c3b40 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -1,11 +1,11 @@ # -# $NetBSD: GENERIC,v 1.85 2000/09/24 15:59:36 jdolecek Exp $ +# $NetBSD: GENERIC,v 1.86 2000/12/19 10:42:06 bouyer Exp $ # # Distribution kernel (any model) kernel config file # include "arch/pmax/conf/std.pmax" -#ident "GENERIC-$Revision: 1.85 $" +#ident "GENERIC-$Revision: 1.86 $" maxusers 64 @@ -203,6 +203,7 @@ pseudo-device ipfilter # IP filter, NAT pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device vnd 4 # virtual disk ick pseudo-device ccd 4 # concatenated disks diff --git a/sys/arch/prep/conf/GENERIC b/sys/arch/prep/conf/GENERIC index 1bc3e5dd8ca7..4008d836879e 100644 --- a/sys/arch/prep/conf/GENERIC +++ b/sys/arch/prep/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.14 2000/11/22 16:15:44 nonaka Exp $ +# $NetBSD: GENERIC,v 1.15 2000/12/19 10:42:06 bouyer Exp $ # # GENERIC -- everything that's currently supported # include "arch/prep/conf/std.prep" -#ident "GENERIC-$Revision: 1.14 $" +#ident "GENERIC-$Revision: 1.15 $" maxusers 32 @@ -385,6 +385,7 @@ pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 2 # IPv[46] tcp relay translation i/f #pseudo-device stf 2 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation # miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index a4dd0f9f83f3..e9f12f831738 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,8 +1,8 @@ -# $NetBSD: GENERIC,v 1.118 2000/10/16 01:29:06 mjacob Exp $ +# $NetBSD: GENERIC,v 1.119 2000/12/19 10:42:06 bouyer Exp $ include "arch/sparc/conf/std.sparc" -#ident "GENERIC-$Revision: 1.118 $" +#ident "GENERIC-$Revision: 1.119 $" maxusers 32 @@ -499,6 +499,7 @@ pseudo-device ipfilter pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation #### Audio and video devices diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index 45378b187d77..0d4f55da7350 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.74 2000/10/04 03:35:56 itojun Exp $ +# $NetBSD: GENERIC,v 1.75 2000/12/19 10:42:07 bouyer Exp $ # GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E) # Supports root on: ie0, le0, sd*, ... include "arch/sun3/conf/std.sun3" -#ident "GENERIC-$Revision: 1.74 $" +#ident "GENERIC-$Revision: 1.75 $" # Machines to be supported by this kernel options FPU_EMULATE @@ -211,6 +211,7 @@ pseudo-device tun 2 # network tunneling over tty pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation # rnd is EXPERIMENTAL pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index 4df4f79a8c55..5d52ee23f19e 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.82 2000/12/02 17:18:54 ragge Exp $ +# $NetBSD: GENERIC,v 1.83 2000/12/19 10:42:07 bouyer Exp $ # # GENERIC VAX configuration file; all supported devices. # include "arch/vax/conf/std.vax" -#ident "GENERIC-$Revision: 1.82 $" +#ident "GENERIC-$Revision: 1.83 $" # Here are all different supported CPU types listed. #options "VAX8800" # VAX 8500, 8530, 8550, 8700, 8800 @@ -222,6 +222,7 @@ pseudo-device tun 2 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device tb 1 pseudo-device vnd 4 pseudo-device ccd 4 diff --git a/sys/arch/x68k/conf/GENERIC b/sys/arch/x68k/conf/GENERIC index 1b1ae53dd1b9..e26571b3c08d 100644 --- a/sys/arch/x68k/conf/GENERIC +++ b/sys/arch/x68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.53 2000/10/04 03:35:56 itojun Exp $ +# $NetBSD: GENERIC,v 1.54 2000/12/19 10:42:07 bouyer Exp $ # # GENERIC @@ -6,7 +6,7 @@ include "arch/x68k/conf/std.x68k" -#ident "GENERIC-$Revision: 1.53 $" +#ident "GENERIC-$Revision: 1.54 $" maxusers 8 @@ -300,6 +300,7 @@ pseudo-device bpfilter 4 pseudo-device gif 1 # IPv[46] over IPv[46] tunnel (RFC1933) #pseudo-device faith 1 # IPv[46] tcp relay translation i/f #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation +pseudo-device vlan # IEEE 802.1q encapsulation #### Other device configuration