Module Name: src Committed By: roy Date: Sun Sep 27 13:48:55 UTC 2020
Modified Files: src/sys/arch/acorn32/conf: EB7500ATX GENERIC INSTALL src/sys/arch/alpha/conf: GENERIC src/sys/arch/amd64/conf: ALL GENERIC MODULAR XEN3_DOM0 XEN3_DOMU src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL src/sys/arch/amigappc/conf: GENERIC NULL src/sys/arch/arc/conf: GENERIC RAMDISK RPC44 src/sys/arch/atari/conf: GENERIC.in src/sys/arch/bebox/conf: GENERIC src/sys/arch/cats/conf: GENERIC src/sys/arch/cesfic/conf: GENERIC src/sys/arch/cobalt/conf: GENERIC INSTALL src/sys/arch/dreamcast/conf: G1IDE GENERIC src/sys/arch/emips/conf: GENERIC src/sys/arch/evbarm/conf: ARMADILLO210 ARMADILLO9 BCM5301X CP3100 CUBOX DUOVERO GENERIC.common GUMSTIX HDL_G HPT5325 INTEGRATOR INTEGRATOR_CP IYONIX MARVELL_NAS MINI2440 MMNET_GENERIC MPCSA_GENERIC MV2120 NSLU2 OPENBLOCKS_A6 OPENBLOCKS_AX3 PEPPER SHEEVAPLUG SMDK2410 SMDK2800 TWINTAIL src/sys/arch/evbmips/conf: ALCHEMY AP30 CI20 CPMBR1400 DB120 GDIUM LINKITSMART7688 LOONGSON MALTA MERAKI OCTEON RB433UAH SBMIPS WGT624V3 XLSATX ZYXELKX src/sys/arch/evbppc/conf: EXPLORA451 OPENBLOCKS266 OPENBLOCKS600 src/sys/arch/evbsh3/conf: NEXTVOD src/sys/arch/ews4800mips/conf: GENERIC RAMDISK src/sys/arch/hp300/conf: GENERIC INSTALL src/sys/arch/hppa/conf: GENERIC src/sys/arch/i386/conf: ALL GENERIC GENERIC_TINY NET4501 XEN3PAE_DOM0 XEN3PAE_DOMU src/sys/arch/ia64/conf: GENERIC.SKI src/sys/arch/iyonix/conf: GENERIC src/sys/arch/landisk/conf: GENERIC src/sys/arch/luna68k/conf: GENERIC INSTALL src/sys/arch/mac68k/conf: GENERIC SMALLRAM src/sys/arch/macppc/conf: GENERIC GENERIC_601 src/sys/arch/mipsco/conf: GENERIC src/sys/arch/mmeye/conf: GENERIC MMEYE_WLF src/sys/arch/mvme68k/conf: GENERIC src/sys/arch/mvmeppc/conf: GENERIC src/sys/arch/netwinder/conf: GENERIC src/sys/arch/news68k/conf: GENERIC GENERIC_TINY src/sys/arch/newsmips/conf: GENERIC src/sys/arch/next68k/conf: GENERIC src/sys/arch/ofppc/conf: GENERIC src/sys/arch/pmax/conf: GENERIC GENERIC64 src/sys/arch/prep/conf: GENERIC src/sys/arch/rs6000/conf: GENERIC src/sys/arch/sandpoint/conf: ENCPP1 GENERIC SANDPOINT src/sys/arch/sbmips/conf: GENERIC src/sys/arch/sgimips/conf: GENERIC32_IP12 GENERIC32_IP2x GENERIC32_IP3x INSTALL32_IP2x src/sys/arch/sparc/conf: GENERIC INSTALL src/sys/arch/sparc64/conf: GENERIC src/sys/arch/sun2/conf: GENERIC VME src/sys/arch/sun3/conf: DISKLESS GENERIC GENERIC3X src/sys/arch/vax/conf: GENERIC VAX780 src/sys/arch/x68k/conf: GENERIC Log Message: vether: Add to kernel configurations It's only enabled if the kernel enabled bridge AND tap. Otherwise it's commented out. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/arch/acorn32/conf/EB7500ATX cvs rdiff -u -r1.133 -r1.134 src/sys/arch/acorn32/conf/GENERIC cvs rdiff -u -r1.86 -r1.87 src/sys/arch/acorn32/conf/INSTALL cvs rdiff -u -r1.407 -r1.408 src/sys/arch/alpha/conf/GENERIC cvs rdiff -u -r1.163 -r1.164 src/sys/arch/amd64/conf/ALL cvs rdiff -u -r1.579 -r1.580 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/conf/MODULAR cvs rdiff -u -r1.184 -r1.185 src/sys/arch/amd64/conf/XEN3_DOM0 cvs rdiff -u -r1.95 -r1.96 src/sys/arch/amd64/conf/XEN3_DOMU cvs rdiff -u -r1.194 -r1.195 src/sys/arch/amiga/conf/DRACO cvs rdiff -u -r1.329 -r1.330 src/sys/arch/amiga/conf/GENERIC cvs rdiff -u -r1.145 -r1.146 src/sys/arch/amiga/conf/GENERIC.in cvs rdiff -u -r1.135 -r1.136 src/sys/arch/amiga/conf/INSTALL cvs rdiff -u -r1.39 -r1.40 src/sys/arch/amigappc/conf/GENERIC cvs rdiff -u -r1.58 -r1.59 src/sys/arch/amigappc/conf/NULL cvs rdiff -u -r1.199 -r1.200 src/sys/arch/arc/conf/GENERIC cvs rdiff -u -r1.83 -r1.84 src/sys/arch/arc/conf/RAMDISK cvs rdiff -u -r1.56 -r1.57 src/sys/arch/arc/conf/RPC44 cvs rdiff -u -r1.119 -r1.120 src/sys/arch/atari/conf/GENERIC.in cvs rdiff -u -r1.163 -r1.164 src/sys/arch/bebox/conf/GENERIC cvs rdiff -u -r1.182 -r1.183 src/sys/arch/cats/conf/GENERIC cvs rdiff -u -r1.74 -r1.75 src/sys/arch/cesfic/conf/GENERIC cvs rdiff -u -r1.169 -r1.170 src/sys/arch/cobalt/conf/GENERIC cvs rdiff -u -r1.75 -r1.76 src/sys/arch/cobalt/conf/INSTALL cvs rdiff -u -r1.8 -r1.9 src/sys/arch/dreamcast/conf/G1IDE cvs rdiff -u -r1.133 -r1.134 src/sys/arch/dreamcast/conf/GENERIC cvs rdiff -u -r1.23 -r1.24 src/sys/arch/emips/conf/GENERIC cvs rdiff -u -r1.46 -r1.47 src/sys/arch/evbarm/conf/ARMADILLO210 cvs rdiff -u -r1.64 -r1.65 src/sys/arch/evbarm/conf/ARMADILLO9 \ src/sys/arch/evbarm/conf/SMDK2800 cvs rdiff -u -r1.36 -r1.37 src/sys/arch/evbarm/conf/BCM5301X cvs rdiff -u -r1.50 -r1.51 src/sys/arch/evbarm/conf/CP3100 cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/CUBOX \ src/sys/arch/evbarm/conf/PEPPER cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbarm/conf/DUOVERO cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbarm/conf/GENERIC.common cvs rdiff -u -r1.106 -r1.107 src/sys/arch/evbarm/conf/GUMSTIX cvs rdiff -u -r1.63 -r1.64 src/sys/arch/evbarm/conf/HDL_G cvs rdiff -u -r1.49 -r1.50 src/sys/arch/evbarm/conf/HPT5325 cvs rdiff -u -r1.84 -r1.85 src/sys/arch/evbarm/conf/INTEGRATOR cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/conf/INTEGRATOR_CP cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/IYONIX cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbarm/conf/MARVELL_NAS cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbarm/conf/MINI2440 cvs rdiff -u -r1.52 -r1.53 src/sys/arch/evbarm/conf/MMNET_GENERIC cvs rdiff -u -r1.73 -r1.74 src/sys/arch/evbarm/conf/MPCSA_GENERIC cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbarm/conf/MV2120 cvs rdiff -u -r1.48 -r1.49 src/sys/arch/evbarm/conf/NSLU2 cvs rdiff -u -r1.41 -r1.42 src/sys/arch/evbarm/conf/OPENBLOCKS_A6 cvs rdiff -u -r1.33 -r1.34 src/sys/arch/evbarm/conf/OPENBLOCKS_AX3 cvs rdiff -u -r1.71 -r1.72 src/sys/arch/evbarm/conf/SHEEVAPLUG cvs rdiff -u -r1.76 -r1.77 src/sys/arch/evbarm/conf/SMDK2410 cvs rdiff -u -r1.82 -r1.83 src/sys/arch/evbarm/conf/TWINTAIL cvs rdiff -u -r1.69 -r1.70 src/sys/arch/evbmips/conf/ALCHEMY cvs rdiff -u -r1.40 -r1.41 src/sys/arch/evbmips/conf/AP30 cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbmips/conf/CI20 \ src/sys/arch/evbmips/conf/WGT624V3 src/sys/arch/evbmips/conf/XLSATX cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbmips/conf/CPMBR1400 cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbmips/conf/DB120 cvs rdiff -u -r1.38 -r1.39 src/sys/arch/evbmips/conf/GDIUM cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbmips/conf/LINKITSMART7688 cvs rdiff -u -r1.44 -r1.45 src/sys/arch/evbmips/conf/LOONGSON cvs rdiff -u -r1.101 -r1.102 src/sys/arch/evbmips/conf/MALTA cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbmips/conf/MERAKI cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbmips/conf/OCTEON cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbmips/conf/RB433UAH cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbmips/conf/SBMIPS cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbmips/conf/ZYXELKX cvs rdiff -u -r1.67 -r1.68 src/sys/arch/evbppc/conf/EXPLORA451 cvs rdiff -u -r1.77 -r1.78 src/sys/arch/evbppc/conf/OPENBLOCKS266 cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbppc/conf/OPENBLOCKS600 cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbsh3/conf/NEXTVOD cvs rdiff -u -r1.61 -r1.62 src/sys/arch/ews4800mips/conf/GENERIC cvs rdiff -u -r1.32 -r1.33 src/sys/arch/ews4800mips/conf/RAMDISK cvs rdiff -u -r1.205 -r1.206 src/sys/arch/hp300/conf/GENERIC cvs rdiff -u -r1.64 -r1.65 src/sys/arch/hp300/conf/INSTALL cvs rdiff -u -r1.35 -r1.36 src/sys/arch/hppa/conf/GENERIC cvs rdiff -u -r1.496 -r1.497 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.1232 -r1.1233 src/sys/arch/i386/conf/GENERIC cvs rdiff -u -r1.168 -r1.169 src/sys/arch/i386/conf/GENERIC_TINY cvs rdiff -u -r1.103 -r1.104 src/sys/arch/i386/conf/NET4501 cvs rdiff -u -r1.32 -r1.33 src/sys/arch/i386/conf/XEN3PAE_DOM0 cvs rdiff -u -r1.15 -r1.16 src/sys/arch/i386/conf/XEN3PAE_DOMU cvs rdiff -u -r1.17 -r1.18 src/sys/arch/ia64/conf/GENERIC.SKI cvs rdiff -u -r1.112 -r1.113 src/sys/arch/iyonix/conf/GENERIC cvs rdiff -u -r1.68 -r1.69 src/sys/arch/landisk/conf/GENERIC cvs rdiff -u -r1.129 -r1.130 src/sys/arch/luna68k/conf/GENERIC cvs rdiff -u -r1.30 -r1.31 src/sys/arch/luna68k/conf/INSTALL cvs rdiff -u -r1.231 -r1.232 src/sys/arch/mac68k/conf/GENERIC cvs rdiff -u -r1.43 -r1.44 src/sys/arch/mac68k/conf/SMALLRAM cvs rdiff -u -r1.370 -r1.371 src/sys/arch/macppc/conf/GENERIC cvs rdiff -u -r1.27 -r1.28 src/sys/arch/macppc/conf/GENERIC_601 cvs rdiff -u -r1.96 -r1.97 src/sys/arch/mipsco/conf/GENERIC cvs rdiff -u -r1.128 -r1.129 src/sys/arch/mmeye/conf/GENERIC cvs rdiff -u -r1.30 -r1.31 src/sys/arch/mmeye/conf/MMEYE_WLF cvs rdiff -u -r1.101 -r1.102 src/sys/arch/mvme68k/conf/GENERIC cvs rdiff -u -r1.29 -r1.30 src/sys/arch/mvmeppc/conf/GENERIC cvs rdiff -u -r1.141 -r1.142 src/sys/arch/netwinder/conf/GENERIC cvs rdiff -u -r1.136 -r1.137 src/sys/arch/news68k/conf/GENERIC cvs rdiff -u -r1.90 -r1.91 src/sys/arch/news68k/conf/GENERIC_TINY cvs rdiff -u -r1.139 -r1.140 src/sys/arch/newsmips/conf/GENERIC cvs rdiff -u -r1.150 -r1.151 src/sys/arch/next68k/conf/GENERIC cvs rdiff -u -r1.172 -r1.173 src/sys/arch/ofppc/conf/GENERIC cvs rdiff -u -r1.203 -r1.204 src/sys/arch/pmax/conf/GENERIC cvs rdiff -u -r1.34 -r1.35 src/sys/arch/pmax/conf/GENERIC64 cvs rdiff -u -r1.193 -r1.194 src/sys/arch/prep/conf/GENERIC cvs rdiff -u -r1.43 -r1.44 src/sys/arch/rs6000/conf/GENERIC cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sandpoint/conf/ENCPP1 cvs rdiff -u -r1.105 -r1.106 src/sys/arch/sandpoint/conf/GENERIC cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sandpoint/conf/SANDPOINT cvs rdiff -u -r1.110 -r1.111 src/sys/arch/sbmips/conf/GENERIC cvs rdiff -u -r1.38 -r1.39 src/sys/arch/sgimips/conf/GENERIC32_IP12 cvs rdiff -u -r1.120 -r1.121 src/sys/arch/sgimips/conf/GENERIC32_IP2x cvs rdiff -u -r1.132 -r1.133 src/sys/arch/sgimips/conf/GENERIC32_IP3x cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sgimips/conf/INSTALL32_IP2x cvs rdiff -u -r1.269 -r1.270 src/sys/arch/sparc/conf/GENERIC cvs rdiff -u -r1.104 -r1.105 src/sys/arch/sparc/conf/INSTALL cvs rdiff -u -r1.229 -r1.230 src/sys/arch/sparc64/conf/GENERIC cvs rdiff -u -r1.107 -r1.108 src/sys/arch/sun2/conf/GENERIC cvs rdiff -u -r1.52 -r1.53 src/sys/arch/sun2/conf/VME cvs rdiff -u -r1.78 -r1.79 src/sys/arch/sun3/conf/DISKLESS cvs rdiff -u -r1.185 -r1.186 src/sys/arch/sun3/conf/GENERIC cvs rdiff -u -r1.137 -r1.138 src/sys/arch/sun3/conf/GENERIC3X cvs rdiff -u -r1.213 -r1.214 src/sys/arch/vax/conf/GENERIC cvs rdiff -u -r1.31 -r1.32 src/sys/arch/vax/conf/VAX780 cvs rdiff -u -r1.201 -r1.202 src/sys/arch/x68k/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/acorn32/conf/EB7500ATX diff -u src/sys/arch/acorn32/conf/EB7500ATX:1.72 src/sys/arch/acorn32/conf/EB7500ATX:1.73 --- src/sys/arch/acorn32/conf/EB7500ATX:1.72 Sat Aug 1 08:20:47 2020 +++ src/sys/arch/acorn32/conf/EB7500ATX Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: EB7500ATX,v 1.72 2020/08/01 08:20:47 maxv Exp $ +# $NetBSD: EB7500ATX,v 1.73 2020/09/27 13:48:49 roy 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.72 $" +#ident "EB7500ATX-$Revision: 1.73 $" # estimated number of users maxusers 32 @@ -239,6 +239,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device pty # pseudo-terminals pseudo-device vnd # disk-like interface to files pseudo-device ccd # concatenated disk devices Index: src/sys/arch/acorn32/conf/GENERIC diff -u src/sys/arch/acorn32/conf/GENERIC:1.133 src/sys/arch/acorn32/conf/GENERIC:1.134 --- src/sys/arch/acorn32/conf/GENERIC:1.133 Mon Sep 7 07:08:34 2020 +++ src/sys/arch/acorn32/conf/GENERIC Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.133 2020/09/07 07:08:34 mrg Exp $ +# $NetBSD: GENERIC,v 1.134 2020/09/27 13:48:49 roy 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.133 $" +#ident "GENERIC-$Revision: 1.134 $" # estimated number of users maxusers 32 @@ -298,6 +298,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device pty # pseudo-terminals pseudo-device vnd # disk-like interface to files Index: src/sys/arch/acorn32/conf/INSTALL diff -u src/sys/arch/acorn32/conf/INSTALL:1.86 src/sys/arch/acorn32/conf/INSTALL:1.87 --- src/sys/arch/acorn32/conf/INSTALL:1.86 Mon Sep 7 07:08:34 2020 +++ src/sys/arch/acorn32/conf/INSTALL Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.86 2020/09/07 07:08:34 mrg Exp $ +# $NetBSD: INSTALL,v 1.87 2020/09/27 13:48:49 roy Exp $ # # INSTALL -- NetBSD/acorn32 install configuration # @@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "INSTALL-$Revision: 1.86 $" +#ident "INSTALL-$Revision: 1.87 $" # estimated number of users maxusers 32 @@ -292,6 +292,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device pty # pseudo-terminals pseudo-device vnd # disk-like interface to files pseudo-device ccd # concatenated disk devices Index: src/sys/arch/alpha/conf/GENERIC diff -u src/sys/arch/alpha/conf/GENERIC:1.407 src/sys/arch/alpha/conf/GENERIC:1.408 --- src/sys/arch/alpha/conf/GENERIC:1.407 Sat Sep 5 01:28:18 2020 +++ src/sys/arch/alpha/conf/GENERIC Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.407 2020/09/05 01:28:18 thorpej Exp $ +# $NetBSD: GENERIC,v 1.408 2020/09/27 13:48:49 roy 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.407 $" +ident "GENERIC-$Revision: 1.408 $" maxusers 32 @@ -733,7 +733,8 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging -pseudo-device agr # IEEE 802.3ad link aggregation +pseudo-device vether # Virtual Ethernet for bridge +seudo-device agr # IEEE 802.3ad link aggregation pseudo-device sequencer # MIDI sequencer #options RND_COM # use "com" randomness too # a pseudo device needed for Coda # also needs CODA (above) Index: src/sys/arch/amd64/conf/ALL diff -u src/sys/arch/amd64/conf/ALL:1.163 src/sys/arch/amd64/conf/ALL:1.164 --- src/sys/arch/amd64/conf/ALL:1.163 Tue Sep 8 10:05:47 2020 +++ src/sys/arch/amd64/conf/ALL Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.163 2020/09/08 10:05:47 yamaguchi Exp $ +# $NetBSD: ALL,v 1.164 2020/09/27 13:48:49 roy Exp $ # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp # # ALL machine description file @@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ALL-$Revision: 1.163 $" +#ident "ALL-$Revision: 1.164 $" maxusers 64 # estimated number of users @@ -1633,6 +1633,7 @@ pseudo-device faith # IPv[46] tcp rela pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device l2tp # L2TPv3 interface #pseudo-device pf # PF packet filter Index: src/sys/arch/amd64/conf/GENERIC diff -u src/sys/arch/amd64/conf/GENERIC:1.579 src/sys/arch/amd64/conf/GENERIC:1.580 --- src/sys/arch/amd64/conf/GENERIC:1.579 Tue Sep 8 10:05:47 2020 +++ src/sys/arch/amd64/conf/GENERIC Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.579 2020/09/08 10:05:47 yamaguchi Exp $ +# $NetBSD: GENERIC,v 1.580 2020/09/27 13:48:49 roy 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.579 $" +#ident "GENERIC-$Revision: 1.580 $" maxusers 64 # estimated number of users @@ -1168,6 +1168,7 @@ pseudo-device ipsecif # tunnel interfa pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device l2tp # L2TPv3 interface pseudo-device npf # NPF packet filter Index: src/sys/arch/amd64/conf/MODULAR diff -u src/sys/arch/amd64/conf/MODULAR:1.16 src/sys/arch/amd64/conf/MODULAR:1.17 --- src/sys/arch/amd64/conf/MODULAR:1.16 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/amd64/conf/MODULAR Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: MODULAR,v 1.16 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: MODULAR,v 1.17 2020/09/27 13:48:49 roy Exp $ # # Try to exclude all the drivers in GENERIC that have been modularized # XXX: incomplete @@ -137,6 +137,8 @@ options MODULAR_DEFAULT_AUTOLOAD -no pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) -no pseudo-device faith # IPv[46] tcp relay translation i/f -no pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation + +-no pseudo-device vether # Virtual Ethernet for bridge -no pseudo-device vlan # IEEE 802.1q encapsulation -no pseudo-device agr # IEEE 802.3ad link aggregation -no pseudo-device l2tp # L2TPv3 interface Index: src/sys/arch/amd64/conf/XEN3_DOM0 diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.184 src/sys/arch/amd64/conf/XEN3_DOM0:1.185 --- src/sys/arch/amd64/conf/XEN3_DOM0:1.184 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/amd64/conf/XEN3_DOM0 Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOM0,v 1.184 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: XEN3_DOM0,v 1.185 2020/09/27 13:48:49 roy Exp $ include "arch/amd64/conf/std.xen" @@ -12,7 +12,7 @@ options INCLUDE_CONFIG_FILE # embed con #options UVMHIST_PRINT #options SYSCALL_DEBUG -#ident "XEN3_DOM0-$Revision: 1.184 $" +#ident "XEN3_DOM0-$Revision: 1.185 $" maxusers 32 # estimated number of users @@ -841,6 +841,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device l2tp # L2TPv3 interface pseudo-device npf # NPF packet filter Index: src/sys/arch/amd64/conf/XEN3_DOMU diff -u src/sys/arch/amd64/conf/XEN3_DOMU:1.95 src/sys/arch/amd64/conf/XEN3_DOMU:1.96 --- src/sys/arch/amd64/conf/XEN3_DOMU:1.95 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/amd64/conf/XEN3_DOMU Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOMU,v 1.95 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: XEN3_DOMU,v 1.96 2020/09/27 13:48:49 roy Exp $ include "arch/amd64/conf/std.xen" @@ -11,7 +11,7 @@ options INCLUDE_CONFIG_FILE # embed con #options UVMHIST_PRINT #options SYSCALL_DEBUG -#ident "XEN3_DOMU-$Revision: 1.95 $" +#ident "XEN3_DOMU-$Revision: 1.96 $" maxusers 32 # estimated number of users @@ -191,6 +191,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device l2tp # L2TPv3 interface pseudo-device npf # NPF packet filter Index: src/sys/arch/amiga/conf/DRACO diff -u src/sys/arch/amiga/conf/DRACO:1.194 src/sys/arch/amiga/conf/DRACO:1.195 --- src/sys/arch/amiga/conf/DRACO:1.194 Mon Aug 10 06:33:45 2020 +++ src/sys/arch/amiga/conf/DRACO Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: DRACO,v 1.194 2020/08/10 06:33:45 rin Exp $ +# $NetBSD: DRACO,v 1.195 2020/09/27 13:48:49 roy Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. @@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.194 $" +#ident "GENERIC-$Revision: 1.195 $" makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for @@ -314,6 +314,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device fss # file system snapshot device pseudo-device putter # for puffs and pud Index: src/sys/arch/amiga/conf/GENERIC diff -u src/sys/arch/amiga/conf/GENERIC:1.329 src/sys/arch/amiga/conf/GENERIC:1.330 --- src/sys/arch/amiga/conf/GENERIC:1.329 Mon Aug 10 06:33:45 2020 +++ src/sys/arch/amiga/conf/GENERIC Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.329 2020/08/10 06:33:45 rin Exp $ +# $NetBSD: GENERIC,v 1.330 2020/09/27 13:48:49 roy Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. @@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.329 $" +#ident "GENERIC-$Revision: 1.330 $" makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for @@ -560,6 +560,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device fss # file system snapshot device pseudo-device putter # for puffs and pud Index: src/sys/arch/amiga/conf/GENERIC.in diff -u src/sys/arch/amiga/conf/GENERIC.in:1.145 src/sys/arch/amiga/conf/GENERIC.in:1.146 --- src/sys/arch/amiga/conf/GENERIC.in:1.145 Mon Aug 10 06:32:57 2020 +++ src/sys/arch/amiga/conf/GENERIC.in Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC.in,v 1.145 2020/08/10 06:32:57 rin Exp $ +# $NetBSD: GENERIC.in,v 1.146 2020/09/27 13:48:49 roy Exp $ # ## # GENERIC machine description file @@ -52,7 +52,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.145 $" +#ident "GENERIC-$Revision: 1.146 $" m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl makeoptions COPTS="-Os -fno-omit-frame-pointer" @@ -653,6 +653,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl #pseudo-device fss # file system snapshot device Index: src/sys/arch/amiga/conf/INSTALL diff -u src/sys/arch/amiga/conf/INSTALL:1.135 src/sys/arch/amiga/conf/INSTALL:1.136 --- src/sys/arch/amiga/conf/INSTALL:1.135 Mon Aug 10 06:33:46 2020 +++ src/sys/arch/amiga/conf/INSTALL Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.135 2020/08/10 06:33:46 rin Exp $ +# $NetBSD: INSTALL,v 1.136 2020/09/27 13:48:49 roy Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. @@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.135 $" +#ident "GENERIC-$Revision: 1.136 $" makeoptions COPTS="-Os -fno-omit-frame-pointer" @@ -504,6 +504,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation #pseudo-device fss # file system snapshot device #pseudo-device putter # for puffs and pud Index: src/sys/arch/amigappc/conf/GENERIC diff -u src/sys/arch/amigappc/conf/GENERIC:1.39 src/sys/arch/amigappc/conf/GENERIC:1.40 --- src/sys/arch/amigappc/conf/GENERIC:1.39 Sat Aug 1 08:20:47 2020 +++ src/sys/arch/amigappc/conf/GENERIC Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.39 2020/08/01 08:20:47 maxv Exp $ +# $NetBSD: GENERIC,v 1.40 2020/09/27 13:48:49 roy Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/amigappc/conf/std.amigappc options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.39 $" +#ident "GENERIC-$Revision: 1.40 $" maxusers 8 @@ -398,6 +398,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device fss # file system snapshot device Index: src/sys/arch/amigappc/conf/NULL diff -u src/sys/arch/amigappc/conf/NULL:1.58 src/sys/arch/amigappc/conf/NULL:1.59 --- src/sys/arch/amigappc/conf/NULL:1.58 Sat Aug 1 08:20:47 2020 +++ src/sys/arch/amigappc/conf/NULL Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: NULL,v 1.58 2020/08/01 08:20:47 maxv Exp $ +# $NetBSD: NULL,v 1.59 2020/09/27 13:48:49 roy Exp $ # # NULL machine description file # @@ -7,7 +7,7 @@ include "arch/amigappc/conf/std.amigappc #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.58 $" +#ident "GENERIC-$Revision: 1.59 $" maxusers 8 @@ -380,6 +380,7 @@ pseudo-device loop # loopback network #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation #pseudo-device fss # file system snapshot device Index: src/sys/arch/arc/conf/GENERIC diff -u src/sys/arch/arc/conf/GENERIC:1.199 src/sys/arch/arc/conf/GENERIC:1.200 --- src/sys/arch/arc/conf/GENERIC:1.199 Sat Aug 1 08:20:47 2020 +++ src/sys/arch/arc/conf/GENERIC Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.199 2020/08/01 08:20:47 maxv Exp $ +# $NetBSD: GENERIC,v 1.200 2020/09/27 13:48:49 roy 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.199 $" +#ident "GENERIC-$Revision: 1.200 $" maxusers 32 # estimated number of users @@ -457,6 +457,7 @@ pseudo-device tap # virtual Ethernet #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # Index: src/sys/arch/arc/conf/RAMDISK diff -u src/sys/arch/arc/conf/RAMDISK:1.83 src/sys/arch/arc/conf/RAMDISK:1.84 --- src/sys/arch/arc/conf/RAMDISK:1.83 Fri May 29 23:24:39 2020 +++ src/sys/arch/arc/conf/RAMDISK Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.83 2020/05/29 23:24:39 tsutsui Exp $ +# $NetBSD: RAMDISK,v 1.84 2020/09/27 13:48:49 roy Exp $ # # memory disk based configuration file for MIPS R4x00 ARC Systems # @@ -133,6 +133,7 @@ no pseudo-device tap #no pseudo-device stf no pseudo-device vlan no pseudo-device bridge +no pseudo-device vether #no pseudo-device agr no pseudo-device clockctl Index: src/sys/arch/arc/conf/RPC44 diff -u src/sys/arch/arc/conf/RPC44:1.56 src/sys/arch/arc/conf/RPC44:1.57 --- src/sys/arch/arc/conf/RPC44:1.56 Sun Jan 19 01:25:04 2020 +++ src/sys/arch/arc/conf/RPC44 Sun Sep 27 13:48:49 2020 @@ -1,4 +1,4 @@ -# $NetBSD: RPC44,v 1.56 2020/01/19 01:25:04 thorpej Exp $ +# $NetBSD: RPC44,v 1.57 2020/09/27 13:48:49 roy 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.56 $" +#ident "GENERIC-$Revision: 1.57 $" maxusers 32 # estimated number of users @@ -272,6 +272,7 @@ pseudo-device tun # network tunneling #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/atari/conf/GENERIC.in diff -u src/sys/arch/atari/conf/GENERIC.in:1.119 src/sys/arch/atari/conf/GENERIC.in:1.120 --- src/sys/arch/atari/conf/GENERIC.in:1.119 Mon Aug 10 06:32:58 2020 +++ src/sys/arch/atari/conf/GENERIC.in Sun Sep 27 13:48:49 2020 @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC.in,v 1.119 2020/08/10 06:32:58 rin Exp $ +# $NetBSD: GENERIC.in,v 1.120 2020/09/27 13:48:49 roy Exp $ # # Generic atari # @@ -264,6 +264,7 @@ pseudo-device stf # 6to4 IPv6 over IPv #if !defined(NO_PHYS_NETWORK) #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation #endif /* NO_PHYS_NETWORK */ #pseudo-device ccd # concatenating disk driver Index: src/sys/arch/bebox/conf/GENERIC diff -u src/sys/arch/bebox/conf/GENERIC:1.163 src/sys/arch/bebox/conf/GENERIC:1.164 --- src/sys/arch/bebox/conf/GENERIC:1.163 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/bebox/conf/GENERIC Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.163 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: GENERIC,v 1.164 2020/09/27 13:48:50 roy 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.163 $" +#ident "GENERIC-$Revision: 1.164 $" maxusers 32 @@ -286,6 +286,7 @@ pseudo-device tun # network tunneling #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # srt is EXPERIMENTAL #pseudo-device srt # source-address-based routing Index: src/sys/arch/cats/conf/GENERIC diff -u src/sys/arch/cats/conf/GENERIC:1.182 src/sys/arch/cats/conf/GENERIC:1.183 --- src/sys/arch/cats/conf/GENERIC:1.182 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/cats/conf/GENERIC Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.182 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: GENERIC,v 1.183 2020/09/27 13:48:50 roy Exp $ # # GENERIC machine description file # @@ -541,6 +541,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation # Index: src/sys/arch/cesfic/conf/GENERIC diff -u src/sys/arch/cesfic/conf/GENERIC:1.74 src/sys/arch/cesfic/conf/GENERIC:1.75 --- src/sys/arch/cesfic/conf/GENERIC:1.74 Mon Aug 10 06:32:58 2020 +++ src/sys/arch/cesfic/conf/GENERIC Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.74 2020/08/10 06:32:58 rin Exp $ +# $NetBSD: GENERIC,v 1.75 2020/09/27 13:48:50 roy Exp $ # # GENERIC machine description file # @@ -125,6 +125,7 @@ pseudo-device pty # pseudo ptys #pseudo-device bpfilter # Berkeley packet filter pseudo-device carp # Common Address Redundancy Protocol #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device vnd # vnode pseudo-disks #options VND_COMPRESSION # compressed vnd(4) #pseudo-device ccd # concatenated disk devices Index: src/sys/arch/cobalt/conf/GENERIC diff -u src/sys/arch/cobalt/conf/GENERIC:1.169 src/sys/arch/cobalt/conf/GENERIC:1.170 --- src/sys/arch/cobalt/conf/GENERIC:1.169 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/cobalt/conf/GENERIC Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.169 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: GENERIC,v 1.170 2020/09/27 13:48:50 roy 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.169 $" +#ident "GENERIC-$Revision: 1.170 $" maxusers 32 @@ -322,6 +322,7 @@ pseudo-device pppoe # PPP over Ethern #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation # Index: src/sys/arch/cobalt/conf/INSTALL diff -u src/sys/arch/cobalt/conf/INSTALL:1.75 src/sys/arch/cobalt/conf/INSTALL:1.76 --- src/sys/arch/cobalt/conf/INSTALL:1.75 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/cobalt/conf/INSTALL Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.75 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: INSTALL,v 1.76 2020/09/27 13:48:50 roy Exp $ # # INSTALL -- installation and rescue kernel. # @@ -10,7 +10,7 @@ include "arch/cobalt/conf/std.cobalt" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "INSTALL-$Revision: 1.75 $" +#ident "INSTALL-$Revision: 1.76 $" makeoptions COPTS="-Os -mmemcpy" makeoptions CPUFLAGS="-march=vr5000 -mabi=32" @@ -301,6 +301,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # Miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/dreamcast/conf/G1IDE diff -u src/sys/arch/dreamcast/conf/G1IDE:1.8 src/sys/arch/dreamcast/conf/G1IDE:1.9 --- src/sys/arch/dreamcast/conf/G1IDE:1.8 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/dreamcast/conf/G1IDE Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: G1IDE,v 1.8 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: G1IDE,v 1.9 2020/09/27 13:48:50 roy Exp $ include "arch/dreamcast/conf/std.dreamcast" @@ -204,6 +204,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # Index: src/sys/arch/dreamcast/conf/GENERIC diff -u src/sys/arch/dreamcast/conf/GENERIC:1.133 src/sys/arch/dreamcast/conf/GENERIC:1.134 --- src/sys/arch/dreamcast/conf/GENERIC:1.133 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/dreamcast/conf/GENERIC Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.133 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: GENERIC,v 1.134 2020/09/27 13:48:50 roy Exp $ # # GENERIC machine description file # @@ -204,6 +204,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # Index: src/sys/arch/emips/conf/GENERIC diff -u src/sys/arch/emips/conf/GENERIC:1.23 src/sys/arch/emips/conf/GENERIC:1.24 --- src/sys/arch/emips/conf/GENERIC:1.23 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/emips/conf/GENERIC Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.23 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: GENERIC,v 1.24 2020/09/27 13:48:50 roy Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/emips/conf/std.emips" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.23 $" +#ident "GENERIC-$Revision: 1.24 $" maxusers 64 @@ -186,6 +186,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device vnd # virtual disk ick Index: src/sys/arch/evbarm/conf/ARMADILLO210 diff -u src/sys/arch/evbarm/conf/ARMADILLO210:1.46 src/sys/arch/evbarm/conf/ARMADILLO210:1.47 --- src/sys/arch/evbarm/conf/ARMADILLO210:1.46 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbarm/conf/ARMADILLO210 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: ARMADILLO210,v 1.46 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: ARMADILLO210,v 1.47 2020/09/27 13:48:50 roy Exp $ # # ARMADILLO210 -- Atmark Techno, Armadillo-210 # @@ -183,6 +183,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device kttcp # network loopback # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/ARMADILLO9 diff -u src/sys/arch/evbarm/conf/ARMADILLO9:1.64 src/sys/arch/evbarm/conf/ARMADILLO9:1.65 --- src/sys/arch/evbarm/conf/ARMADILLO9:1.64 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/evbarm/conf/ARMADILLO9 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: ARMADILLO9,v 1.64 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: ARMADILLO9,v 1.65 2020/09/27 13:48:50 roy Exp $ # # ARMADILLO9 -- Atmark Techno, Armadillo-9 # @@ -269,6 +269,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device kttcp # network loopback # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/SMDK2800 diff -u src/sys/arch/evbarm/conf/SMDK2800:1.64 src/sys/arch/evbarm/conf/SMDK2800:1.65 --- src/sys/arch/evbarm/conf/SMDK2800:1.64 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbarm/conf/SMDK2800 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: SMDK2800,v 1.64 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: SMDK2800,v 1.65 2020/09/27 13:48:50 roy Exp $ # # SMDK2800 -- Samsung's S3C2800 evaluation board. # @@ -220,6 +220,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbarm/conf/BCM5301X diff -u src/sys/arch/evbarm/conf/BCM5301X:1.36 src/sys/arch/evbarm/conf/BCM5301X:1.37 --- src/sys/arch/evbarm/conf/BCM5301X:1.36 Sat Jun 13 16:51:25 2020 +++ src/sys/arch/evbarm/conf/BCM5301X Sun Sep 27 13:48:50 2020 @@ -1,5 +1,5 @@ # -# $NetBSD: BCM5301X,v 1.36 2020/06/13 16:51:25 ad Exp $ +# $NetBSD: BCM5301X,v 1.37 2020/09/27 13:48:50 roy Exp $ # # BCM5301X -- Broadcom BCM5301X Eval Board Kernel # @@ -263,6 +263,7 @@ pseudo-device loop # network loopback #pseudo-device kttcp # network loopback pseudo-device vlan pseudo-device bridge +#pseudo-device vether # Virtual Ethernet for bridge # miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbarm/conf/CP3100 diff -u src/sys/arch/evbarm/conf/CP3100:1.50 src/sys/arch/evbarm/conf/CP3100:1.51 --- src/sys/arch/evbarm/conf/CP3100:1.50 Sat Apr 18 11:00:38 2020 +++ src/sys/arch/evbarm/conf/CP3100 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CP3100,v 1.50 2020/04/18 11:00:38 skrll Exp $ +# $NetBSD: CP3100,v 1.51 2020/09/27 13:48:50 roy Exp $ # # CP3100 -- Certance CP3100 Kernel # @@ -214,6 +214,7 @@ pseudo-device loop # network loopback #pseudo-device tun # network tunneling over tty #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbarm/conf/CUBOX diff -u src/sys/arch/evbarm/conf/CUBOX:1.18 src/sys/arch/evbarm/conf/CUBOX:1.19 --- src/sys/arch/evbarm/conf/CUBOX:1.18 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbarm/conf/CUBOX Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CUBOX,v 1.18 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: CUBOX,v 1.19 2020/09/27 13:48:50 roy Exp $ # # CUBOX -- SolidRun Ltd. Cubox kernel # @@ -335,6 +335,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation #pseudo-device npf # NPF packet filter Index: src/sys/arch/evbarm/conf/PEPPER diff -u src/sys/arch/evbarm/conf/PEPPER:1.18 src/sys/arch/evbarm/conf/PEPPER:1.19 --- src/sys/arch/evbarm/conf/PEPPER:1.18 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/evbarm/conf/PEPPER Sun Sep 27 13:48:50 2020 @@ -1,5 +1,5 @@ # -# $NetBSD: PEPPER,v 1.18 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: PEPPER,v 1.19 2020/09/27 13:48:50 roy Exp $ # # PEPPER -- Gumstix. Inc. Pepper Single Board Computer platforms kernel # @@ -328,6 +328,7 @@ pseudo-device tap # virtual Ethernet #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/DUOVERO diff -u src/sys/arch/evbarm/conf/DUOVERO:1.20 src/sys/arch/evbarm/conf/DUOVERO:1.21 --- src/sys/arch/evbarm/conf/DUOVERO:1.20 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/evbarm/conf/DUOVERO Sun Sep 27 13:48:50 2020 @@ -1,5 +1,5 @@ # -# $NetBSD: DUOVERO,v 1.20 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: DUOVERO,v 1.21 2020/09/27 13:48:50 roy Exp $ # # DUOOVERO -- Gumstix. Inc. DuoVero COMS platforms kernel # @@ -266,6 +266,7 @@ pseudo-device tap # virtual Ethernet #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/GENERIC.common diff -u src/sys/arch/evbarm/conf/GENERIC.common:1.38 src/sys/arch/evbarm/conf/GENERIC.common:1.39 --- src/sys/arch/evbarm/conf/GENERIC.common:1.38 Mon Aug 17 09:03:03 2020 +++ src/sys/arch/evbarm/conf/GENERIC.common Sun Sep 27 13:48:50 2020 @@ -1,5 +1,5 @@ # -# $NetBSD: GENERIC.common,v 1.38 2020/08/17 09:03:03 mrg Exp $ +# $NetBSD: GENERIC.common,v 1.39 2020/09/27 13:48:50 roy Exp $ # # GENERIC evbarm kernel config (template) # @@ -148,6 +148,7 @@ pseudo-device bpfilter # Berkeley packe pseudo-device carp # Common Address Redundancy Protocol pseudo-device loop # network loopback pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device ppp # Point-to-Point Protocol pseudo-device pppoe # PPP over Ethernet (RFC 2516) Index: src/sys/arch/evbarm/conf/GUMSTIX diff -u src/sys/arch/evbarm/conf/GUMSTIX:1.106 src/sys/arch/evbarm/conf/GUMSTIX:1.107 --- src/sys/arch/evbarm/conf/GUMSTIX:1.106 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/evbarm/conf/GUMSTIX Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GUMSTIX,v 1.106 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: GUMSTIX,v 1.107 2020/09/27 13:48:50 roy Exp $ # # GUMSTIX -- Gumstix. Inc. gumstix platforms kernel # @@ -362,6 +362,7 @@ pseudo-device tap # virtual Ethernet #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/HDL_G diff -u src/sys/arch/evbarm/conf/HDL_G:1.63 src/sys/arch/evbarm/conf/HDL_G:1.64 --- src/sys/arch/evbarm/conf/HDL_G:1.63 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbarm/conf/HDL_G Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: HDL_G,v 1.63 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: HDL_G,v 1.64 2020/09/27 13:48:50 roy Exp $ # # HDL_G -- I-O DATA HDL-G Kernel # @@ -396,6 +396,7 @@ pseudo-device faith # IPv[46] tcp rela pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge #pseudo-device kttcp # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/HPT5325 diff -u src/sys/arch/evbarm/conf/HPT5325:1.49 src/sys/arch/evbarm/conf/HPT5325:1.50 --- src/sys/arch/evbarm/conf/HPT5325:1.49 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/evbarm/conf/HPT5325 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: HPT5325,v 1.49 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: HPT5325,v 1.50 2020/09/27 13:48:50 roy Exp $ # # This configuration supports for HP T5325 Thin Client # @@ -458,6 +458,7 @@ pseudo-device tap # virtual Ethernet pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/INTEGRATOR diff -u src/sys/arch/evbarm/conf/INTEGRATOR:1.84 src/sys/arch/evbarm/conf/INTEGRATOR:1.85 --- src/sys/arch/evbarm/conf/INTEGRATOR:1.84 Sat Apr 18 11:00:38 2020 +++ src/sys/arch/evbarm/conf/INTEGRATOR Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: INTEGRATOR,v 1.84 2020/04/18 11:00:38 skrll Exp $ +# $NetBSD: INTEGRATOR,v 1.85 2020/09/27 13:48:50 roy Exp $ # # GENERIC -- ARM Integrator board Generic kernel # @@ -222,6 +222,7 @@ pseudo-device vnd # disk-like interfac # network pseudo-devices #pseudo-device bpfilter # Berkeley packet filter #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device loop # network loopback # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/INTEGRATOR_CP diff -u src/sys/arch/evbarm/conf/INTEGRATOR_CP:1.15 src/sys/arch/evbarm/conf/INTEGRATOR_CP:1.16 --- src/sys/arch/evbarm/conf/INTEGRATOR_CP:1.15 Sat Apr 18 11:00:38 2020 +++ src/sys/arch/evbarm/conf/INTEGRATOR_CP Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: INTEGRATOR_CP,v 1.15 2020/04/18 11:00:38 skrll Exp $ +# $NetBSD: INTEGRATOR_CP,v 1.16 2020/09/27 13:48:50 roy Exp $ # # INTEGRATOR_CP -- ARM Integrator CP kernel # @@ -166,6 +166,7 @@ ukphy* at mii? phy ? # network pseudo-devices pseudo-device bpfilter # Berkeley packet filter #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device loop # network loopback # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/IYONIX diff -u src/sys/arch/evbarm/conf/IYONIX:1.7 src/sys/arch/evbarm/conf/IYONIX:1.8 --- src/sys/arch/evbarm/conf/IYONIX:1.7 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbarm/conf/IYONIX Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: IYONIX,v 1.7 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: IYONIX,v 1.8 2020/09/27 13:48:50 roy Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.iyonix" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.7 $" +#ident "GENERIC-$Revision: 1.8 $" maxusers 32 # estimated number of users @@ -384,6 +384,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # srt is EXPERIMENTAL #pseudo-device srt # source-address-based routing Index: src/sys/arch/evbarm/conf/MARVELL_NAS diff -u src/sys/arch/evbarm/conf/MARVELL_NAS:1.40 src/sys/arch/evbarm/conf/MARVELL_NAS:1.41 --- src/sys/arch/evbarm/conf/MARVELL_NAS:1.40 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/evbarm/conf/MARVELL_NAS Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: MARVELL_NAS,v 1.40 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: MARVELL_NAS,v 1.41 2020/09/27 13:48:50 roy Exp $ # # This configuration supports for generically Marvell NAS. @@ -278,6 +278,7 @@ pseudo-device tun # network tunneling #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device npf # NPF packet filter Index: src/sys/arch/evbarm/conf/MINI2440 diff -u src/sys/arch/evbarm/conf/MINI2440:1.31 src/sys/arch/evbarm/conf/MINI2440:1.32 --- src/sys/arch/evbarm/conf/MINI2440:1.31 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbarm/conf/MINI2440 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: MINI2440,v 1.31 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: MINI2440,v 1.32 2020/09/27 13:48:50 roy Exp $ # # MINI2440 -- Friendly ARM evaluation board based on Samsung S3C2440 # @@ -365,6 +365,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbarm/conf/MMNET_GENERIC diff -u src/sys/arch/evbarm/conf/MMNET_GENERIC:1.52 src/sys/arch/evbarm/conf/MMNET_GENERIC:1.53 --- src/sys/arch/evbarm/conf/MMNET_GENERIC:1.52 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbarm/conf/MMNET_GENERIC Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: MMNET_GENERIC,v 1.52 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: MMNET_GENERIC,v 1.53 2020/09/27 13:48:50 roy Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mmnet" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.52 $" +#ident "GENERIC-$Revision: 1.53 $" maxusers 32 # estimated number of users @@ -558,6 +558,7 @@ pseudo-device tun # network tunneling #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # srt is EXPERIMENTAL #pseudo-device srt # source-address-based routing Index: src/sys/arch/evbarm/conf/MPCSA_GENERIC diff -u src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.73 src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.74 --- src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.73 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbarm/conf/MPCSA_GENERIC Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: MPCSA_GENERIC,v 1.73 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: MPCSA_GENERIC,v 1.74 2020/09/27 13:48:50 roy Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mpcsa" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.73 $" +#ident "GENERIC-$Revision: 1.74 $" maxusers 32 # estimated number of users @@ -623,6 +623,7 @@ pseudo-device tun # network tunneling #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # srt is EXPERIMENTAL #pseudo-device srt # source-address-based routing Index: src/sys/arch/evbarm/conf/MV2120 diff -u src/sys/arch/evbarm/conf/MV2120:1.44 src/sys/arch/evbarm/conf/MV2120:1.45 --- src/sys/arch/evbarm/conf/MV2120:1.44 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/evbarm/conf/MV2120 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: MV2120,v 1.44 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: MV2120,v 1.45 2020/09/27 13:48:50 roy Exp $ # # This configuration supports for HP MV2120/MV5140/MV5150. @@ -277,6 +277,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/NSLU2 diff -u src/sys/arch/evbarm/conf/NSLU2:1.48 src/sys/arch/evbarm/conf/NSLU2:1.49 --- src/sys/arch/evbarm/conf/NSLU2:1.48 Sat Apr 18 11:00:38 2020 +++ src/sys/arch/evbarm/conf/NSLU2 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: NSLU2,v 1.48 2020/04/18 11:00:38 skrll Exp $ +# $NetBSD: NSLU2,v 1.49 2020/09/27 13:48:50 roy Exp $ # # Linksys NSLU2 "Slug" NAS Device # @@ -223,6 +223,7 @@ pseudo-device loop # network loopback #pseudo-device tun # network tunneling over tty #pseudo-device vlan #pseudo-device bridge +#pseudo-device vether # Virtual Ethernet for bridge # miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbarm/conf/OPENBLOCKS_A6 diff -u src/sys/arch/evbarm/conf/OPENBLOCKS_A6:1.41 src/sys/arch/evbarm/conf/OPENBLOCKS_A6:1.42 --- src/sys/arch/evbarm/conf/OPENBLOCKS_A6:1.41 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/evbarm/conf/OPENBLOCKS_A6 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: OPENBLOCKS_A6,v 1.41 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: OPENBLOCKS_A6,v 1.42 2020/09/27 13:48:50 roy Exp $ # # OPENBLOCKS_A6 -- Plat'Home. OpenBlockS A6 kernel # @@ -350,6 +350,8 @@ pseudo-device faith # IPv[46] TCP rela pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge + pseudo-device agr # IEEE 802.3ad link aggregation # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/OPENBLOCKS_AX3 diff -u src/sys/arch/evbarm/conf/OPENBLOCKS_AX3:1.33 src/sys/arch/evbarm/conf/OPENBLOCKS_AX3:1.34 --- src/sys/arch/evbarm/conf/OPENBLOCKS_AX3:1.33 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/evbarm/conf/OPENBLOCKS_AX3 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: OPENBLOCKS_AX3,v 1.33 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: OPENBLOCKS_AX3,v 1.34 2020/09/27 13:48:50 roy Exp $ # # OPENBLOCKS_AX3 -- Plat'Home. OpenBlockS AX3 kernel # @@ -287,6 +287,7 @@ pseudo-device faith # IPv[46] TCP rela pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/SHEEVAPLUG diff -u src/sys/arch/evbarm/conf/SHEEVAPLUG:1.71 src/sys/arch/evbarm/conf/SHEEVAPLUG:1.72 --- src/sys/arch/evbarm/conf/SHEEVAPLUG:1.71 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/evbarm/conf/SHEEVAPLUG Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: SHEEVAPLUG,v 1.71 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: SHEEVAPLUG,v 1.72 2020/09/27 13:48:50 roy Exp $ # # This configuration supports for generically Marvell SheevaPlug # @@ -456,6 +456,7 @@ pseudo-device tap # virtual Ethernet pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # miscellaneous pseudo-devices Index: src/sys/arch/evbarm/conf/SMDK2410 diff -u src/sys/arch/evbarm/conf/SMDK2410:1.76 src/sys/arch/evbarm/conf/SMDK2410:1.77 --- src/sys/arch/evbarm/conf/SMDK2410:1.76 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbarm/conf/SMDK2410 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: SMDK2410,v 1.76 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: SMDK2410,v 1.77 2020/09/27 13:48:50 roy Exp $ # # SMDK2410 -- Samsung's S3C2410 evaluation board. # @@ -340,6 +340,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbarm/conf/TWINTAIL diff -u src/sys/arch/evbarm/conf/TWINTAIL:1.82 src/sys/arch/evbarm/conf/TWINTAIL:1.83 --- src/sys/arch/evbarm/conf/TWINTAIL:1.82 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbarm/conf/TWINTAIL Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: TWINTAIL,v 1.82 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: TWINTAIL,v 1.83 2020/09/27 13:48:50 roy Exp $ # # TWINTAIL -- Genetec corp. G4255EB-X002 Evaluation Board Kernel # @@ -369,6 +369,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbmips/conf/ALCHEMY diff -u src/sys/arch/evbmips/conf/ALCHEMY:1.69 src/sys/arch/evbmips/conf/ALCHEMY:1.70 --- src/sys/arch/evbmips/conf/ALCHEMY:1.69 Mon May 4 12:15:43 2020 +++ src/sys/arch/evbmips/conf/ALCHEMY Sun Sep 27 13:48:50 2020 @@ -1,11 +1,11 @@ -# $NetBSD: ALCHEMY,v 1.69 2020/05/04 12:15:43 simonb Exp $ +# $NetBSD: ALCHEMY,v 1.70 2020/09/27 13:48:50 roy Exp $ # # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500, # DBAu1000 and DBAu1500 evaluation boards. include "arch/evbmips/conf/std.alchemy" -#ident "ALCHEMY-$Revision: 1.69 $" +#ident "ALCHEMY-$Revision: 1.70 $" maxusers 32 @@ -246,6 +246,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # Miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbmips/conf/AP30 diff -u src/sys/arch/evbmips/conf/AP30:1.40 src/sys/arch/evbmips/conf/AP30:1.41 --- src/sys/arch/evbmips/conf/AP30:1.40 Sun Jan 19 01:25:05 2020 +++ src/sys/arch/evbmips/conf/AP30 Sun Sep 27 13:48:50 2020 @@ -1,10 +1,10 @@ -# $NetBSD: AP30,v 1.40 2020/01/19 01:25:05 thorpej Exp $ +# $NetBSD: AP30,v 1.41 2020/09/27 13:48:50 roy Exp $ include "arch/evbmips/conf/std.atheros" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "AP30-$Revision: 1.40 $" +#ident "AP30-$Revision: 1.41 $" maxusers 32 @@ -179,6 +179,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # Miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbmips/conf/CI20 diff -u src/sys/arch/evbmips/conf/CI20:1.30 src/sys/arch/evbmips/conf/CI20:1.31 --- src/sys/arch/evbmips/conf/CI20:1.30 Thu Apr 2 13:03:53 2020 +++ src/sys/arch/evbmips/conf/CI20 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CI20,v 1.30 2020/04/02 13:03:53 nisimura Exp $ +# $NetBSD: CI20,v 1.31 2020/09/27 13:48:50 roy Exp $ # # MIPS Creator CI20 # @@ -7,7 +7,7 @@ include "arch/evbmips/conf/std.ingenic" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "CI20-$Revision: 1.30 $" +#ident "CI20-$Revision: 1.31 $" maxusers 32 @@ -261,6 +261,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # Miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbmips/conf/WGT624V3 diff -u src/sys/arch/evbmips/conf/WGT624V3:1.30 src/sys/arch/evbmips/conf/WGT624V3:1.31 --- src/sys/arch/evbmips/conf/WGT624V3:1.30 Sun Jan 19 01:25:05 2020 +++ src/sys/arch/evbmips/conf/WGT624V3 Sun Sep 27 13:48:50 2020 @@ -1,10 +1,10 @@ -# $NetBSD: WGT624V3,v 1.30 2020/01/19 01:25:05 thorpej Exp $ +# $NetBSD: WGT624V3,v 1.31 2020/09/27 13:48:50 roy Exp $ include "arch/evbmips/conf/std.atheros" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "WGT624V3-$Revision: 1.30 $" +#ident "WGT624V3-$Revision: 1.31 $" maxusers 32 @@ -165,6 +165,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # Miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbmips/conf/XLSATX diff -u src/sys/arch/evbmips/conf/XLSATX:1.30 src/sys/arch/evbmips/conf/XLSATX:1.31 --- src/sys/arch/evbmips/conf/XLSATX:1.30 Sun Jan 19 01:25:05 2020 +++ src/sys/arch/evbmips/conf/XLSATX Sun Sep 27 13:48:50 2020 @@ -1,8 +1,8 @@ -# $NetBSD: XLSATX,v 1.30 2020/01/19 01:25:05 thorpej Exp $ +# $NetBSD: XLSATX,v 1.31 2020/09/27 13:48:50 roy Exp $ include "arch/evbmips/conf/std.rmixl" -#ident "XLSATX-$Revision: 1.30 $" +#ident "XLSATX-$Revision: 1.31 $" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary @@ -199,6 +199,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device kttcp # kernel ttcp # Miscellaneous pseudo-devices Index: src/sys/arch/evbmips/conf/CPMBR1400 diff -u src/sys/arch/evbmips/conf/CPMBR1400:1.32 src/sys/arch/evbmips/conf/CPMBR1400:1.33 --- src/sys/arch/evbmips/conf/CPMBR1400:1.32 Wed Mar 25 17:06:18 2020 +++ src/sys/arch/evbmips/conf/CPMBR1400 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CPMBR1400,v 1.32 2020/03/25 17:06:18 jdolecek Exp $ +# $NetBSD: CPMBR1400,v 1.33 2020/09/27 13:48:50 roy Exp $ include "arch/evbmips/conf/std.rasoc" @@ -222,6 +222,7 @@ ukphy* at mii? phy ? # generic unknown pseudo-device bpfilter # Berkeley packet filter pseudo-device carp # Common Address Redundancy Protocol pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device loop # network loopback pseudo-device tap # virtual Ethernet pseudo-device npf # NPF packet filter Index: src/sys/arch/evbmips/conf/DB120 diff -u src/sys/arch/evbmips/conf/DB120:1.23 src/sys/arch/evbmips/conf/DB120:1.24 --- src/sys/arch/evbmips/conf/DB120:1.23 Sun Jan 19 01:25:05 2020 +++ src/sys/arch/evbmips/conf/DB120 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: DB120,v 1.23 2020/01/19 01:25:05 thorpej Exp $ +# $NetBSD: DB120,v 1.24 2020/09/27 13:48:50 roy Exp $ # # Qualcomm Atheros AR9344 DB120 evaluation board. # @@ -7,7 +7,7 @@ include "arch/evbmips/conf/std.atheros" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "DB120-$Revision: 1.23 $" +#ident "DB120-$Revision: 1.24 $" maxusers 32 @@ -199,6 +199,8 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge + # Miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbmips/conf/GDIUM diff -u src/sys/arch/evbmips/conf/GDIUM:1.38 src/sys/arch/evbmips/conf/GDIUM:1.39 --- src/sys/arch/evbmips/conf/GDIUM:1.38 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbmips/conf/GDIUM Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GDIUM,v 1.38 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: GDIUM,v 1.39 2020/09/27 13:48:50 roy Exp $ # # GDIUM machine description file # @@ -22,7 +22,7 @@ include "arch/evbmips/conf/std.gdium" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GDIUM-$Revision: 1.38 $" +#ident "GDIUM-$Revision: 1.39 $" maxusers 16 @@ -260,6 +260,7 @@ pseudo-device vlan ## Simple inter-network traffic bridging pseudo-device bridge +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device ksyms # /dev/ksyms Index: src/sys/arch/evbmips/conf/LINKITSMART7688 diff -u src/sys/arch/evbmips/conf/LINKITSMART7688:1.14 src/sys/arch/evbmips/conf/LINKITSMART7688:1.15 --- src/sys/arch/evbmips/conf/LINKITSMART7688:1.14 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbmips/conf/LINKITSMART7688 Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: LINKITSMART7688,v 1.14 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: LINKITSMART7688,v 1.15 2020/09/27 13:48:50 roy Exp $ # # MediaTek MT7688 # @@ -250,6 +250,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device npf # NPF packet filter #pseudo-device l2tp # L2TPv3 interface Index: src/sys/arch/evbmips/conf/LOONGSON diff -u src/sys/arch/evbmips/conf/LOONGSON:1.44 src/sys/arch/evbmips/conf/LOONGSON:1.45 --- src/sys/arch/evbmips/conf/LOONGSON:1.44 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbmips/conf/LOONGSON Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: LOONGSON,v 1.44 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: LOONGSON,v 1.45 2020/09/27 13:48:50 roy Exp $ # # LOONGSON machine description file # @@ -22,7 +22,7 @@ include "arch/evbmips/conf/std.loongson options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "LOONGSON-$Revision: 1.44 $" +#ident "LOONGSON-$Revision: 1.45 $" maxusers 16 @@ -296,6 +296,7 @@ pseudo-device vlan ## Simple inter-network traffic bridging pseudo-device bridge +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device ksyms # /dev/ksyms pseudo-device drvctl # driver control Index: src/sys/arch/evbmips/conf/MALTA diff -u src/sys/arch/evbmips/conf/MALTA:1.101 src/sys/arch/evbmips/conf/MALTA:1.102 --- src/sys/arch/evbmips/conf/MALTA:1.101 Mon May 4 12:15:43 2020 +++ src/sys/arch/evbmips/conf/MALTA Sun Sep 27 13:48:50 2020 @@ -1,10 +1,10 @@ -# $NetBSD: MALTA,v 1.101 2020/05/04 12:15:43 simonb Exp $ +# $NetBSD: MALTA,v 1.102 2020/09/27 13:48:50 roy Exp $ include "arch/evbmips/conf/std.malta" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "MALTA-$Revision: 1.101 $" +#ident "MALTA-$Revision: 1.102 $" maxusers 32 @@ -306,6 +306,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # Miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbmips/conf/MERAKI diff -u src/sys/arch/evbmips/conf/MERAKI:1.34 src/sys/arch/evbmips/conf/MERAKI:1.35 --- src/sys/arch/evbmips/conf/MERAKI:1.34 Sun Jan 19 01:25:05 2020 +++ src/sys/arch/evbmips/conf/MERAKI Sun Sep 27 13:48:50 2020 @@ -1,10 +1,10 @@ -# $NetBSD: MERAKI,v 1.34 2020/01/19 01:25:05 thorpej Exp $ +# $NetBSD: MERAKI,v 1.35 2020/09/27 13:48:50 roy Exp $ include "arch/evbmips/conf/std.meraki" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "MERAKI-$Revision: 1.34 $" +#ident "MERAKI-$Revision: 1.35 $" maxusers 32 @@ -186,6 +186,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # Miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbmips/conf/OCTEON diff -u src/sys/arch/evbmips/conf/OCTEON:1.8 src/sys/arch/evbmips/conf/OCTEON:1.9 --- src/sys/arch/evbmips/conf/OCTEON:1.8 Fri Jul 24 12:07:09 2020 +++ src/sys/arch/evbmips/conf/OCTEON Sun Sep 27 13:48:50 2020 @@ -1,11 +1,11 @@ -# $NetBSD: OCTEON,v 1.8 2020/07/24 12:07:09 jmcneill Exp $ +# $NetBSD: OCTEON,v 1.9 2020/09/27 13:48:50 roy Exp $ include "arch/mips/conf/std.octeon" include "arch/evbmips/conf/files.octeon" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "OCTEON-$Revision: 1.8 $" +#ident "OCTEON-$Revision: 1.9 $" maxusers 32 @@ -181,6 +181,7 @@ pseudo-device gif # RFC1933 tunnel #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge # Miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbmips/conf/RB433UAH diff -u src/sys/arch/evbmips/conf/RB433UAH:1.20 src/sys/arch/evbmips/conf/RB433UAH:1.21 --- src/sys/arch/evbmips/conf/RB433UAH:1.20 Sun Jan 19 01:25:05 2020 +++ src/sys/arch/evbmips/conf/RB433UAH Sun Sep 27 13:48:50 2020 @@ -1,10 +1,10 @@ -# $NetBSD: RB433UAH,v 1.20 2020/01/19 01:25:05 thorpej Exp $ +# $NetBSD: RB433UAH,v 1.21 2020/09/27 13:48:50 roy Exp $ include "arch/evbmips/conf/std.atheros" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "RB433UAH-$Revision: 1.20 $" +#ident "RB433UAH-$Revision: 1.21 $" maxusers 32 @@ -189,6 +189,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # Miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbmips/conf/SBMIPS diff -u src/sys/arch/evbmips/conf/SBMIPS:1.11 src/sys/arch/evbmips/conf/SBMIPS:1.12 --- src/sys/arch/evbmips/conf/SBMIPS:1.11 Sat Aug 1 08:20:48 2020 +++ src/sys/arch/evbmips/conf/SBMIPS Sun Sep 27 13:48:50 2020 @@ -1,10 +1,10 @@ -# $NetBSD: SBMIPS,v 1.11 2020/08/01 08:20:48 maxv Exp $ +# $NetBSD: SBMIPS,v 1.12 2020/09/27 13:48:50 roy Exp $ include "arch/evbmips/conf/std.sbmips" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.11 $" +#ident "GENERIC-$Revision: 1.12 $" #options LOCKDEBUG # XXX XXX XXX XXX #options DEBUG # extra kernel debugging support @@ -189,6 +189,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation # Index: src/sys/arch/evbmips/conf/ZYXELKX diff -u src/sys/arch/evbmips/conf/ZYXELKX:1.17 src/sys/arch/evbmips/conf/ZYXELKX:1.18 --- src/sys/arch/evbmips/conf/ZYXELKX:1.17 Wed Mar 25 17:06:18 2020 +++ src/sys/arch/evbmips/conf/ZYXELKX Sun Sep 27 13:48:50 2020 @@ -1,4 +1,4 @@ -# $NetBSD: ZYXELKX,v 1.17 2020/03/25 17:06:18 jdolecek Exp $ +# $NetBSD: ZYXELKX,v 1.18 2020/09/27 13:48:50 roy Exp $ include "arch/evbmips/conf/std.rasoc" @@ -226,6 +226,7 @@ ukphy* at mii? phy ? # generic unknown pseudo-device bpfilter # Berkeley packet filter pseudo-device carp # Common Address Redundancy Protocol pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device loop # network loopback pseudo-device tap # virtual Ethernet pseudo-device npf # NPF packet filter Index: src/sys/arch/evbppc/conf/EXPLORA451 diff -u src/sys/arch/evbppc/conf/EXPLORA451:1.67 src/sys/arch/evbppc/conf/EXPLORA451:1.68 --- src/sys/arch/evbppc/conf/EXPLORA451:1.67 Sat Aug 1 08:20:49 2020 +++ src/sys/arch/evbppc/conf/EXPLORA451 Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: EXPLORA451,v 1.67 2020/08/01 08:20:49 maxv Exp $ +# $NetBSD: EXPLORA451,v 1.68 2020/09/27 13:48:51 roy Exp $ # # GENERIC -- everything that's currently supported # @@ -166,6 +166,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge # miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/evbppc/conf/OPENBLOCKS266 diff -u src/sys/arch/evbppc/conf/OPENBLOCKS266:1.77 src/sys/arch/evbppc/conf/OPENBLOCKS266:1.78 --- src/sys/arch/evbppc/conf/OPENBLOCKS266:1.77 Sat Aug 1 08:20:49 2020 +++ src/sys/arch/evbppc/conf/OPENBLOCKS266 Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: OPENBLOCKS266,v 1.77 2020/08/01 08:20:49 maxv Exp $ +# $NetBSD: OPENBLOCKS266,v 1.78 2020/09/27 13:48:51 roy Exp $ # # GENERIC -- everything that's currently supported # @@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs266" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "OPENBLOCKS266-$Revision: 1.77 $" +#ident "OPENBLOCKS266-$Revision: 1.78 $" maxusers 32 @@ -195,6 +195,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation # miscellaneous pseudo-devices Index: src/sys/arch/evbppc/conf/OPENBLOCKS600 diff -u src/sys/arch/evbppc/conf/OPENBLOCKS600:1.29 src/sys/arch/evbppc/conf/OPENBLOCKS600:1.30 --- src/sys/arch/evbppc/conf/OPENBLOCKS600:1.29 Sat Aug 1 08:20:49 2020 +++ src/sys/arch/evbppc/conf/OPENBLOCKS600 Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: OPENBLOCKS600,v 1.29 2020/08/01 08:20:49 maxv Exp $ +# $NetBSD: OPENBLOCKS600,v 1.30 2020/09/27 13:48:51 roy Exp $ # # GENERIC -- everything that's currently supported # @@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs600" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "OPENBLOCKS600-$Revision: 1.29 $" +#ident "OPENBLOCKS600-$Revision: 1.30 $" maxusers 32 @@ -198,6 +198,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation # miscellaneous pseudo-devices Index: src/sys/arch/evbsh3/conf/NEXTVOD diff -u src/sys/arch/evbsh3/conf/NEXTVOD:1.3 src/sys/arch/evbsh3/conf/NEXTVOD:1.4 --- src/sys/arch/evbsh3/conf/NEXTVOD:1.3 Sat Aug 1 08:20:49 2020 +++ src/sys/arch/evbsh3/conf/NEXTVOD Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: NEXTVOD,v 1.3 2020/08/01 08:20:49 maxv Exp $ +# $NetBSD: NEXTVOD,v 1.4 2020/09/27 13:48:51 roy Exp $ # This config and related files are placeholders/boilerplate for work # in progress. Not expected to compile. @@ -6,7 +6,7 @@ include "arch/evbsh3/conf/std.nextvod" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "NEXTVOD-$Revision: 1.3 $" +#ident "NEXTVOD-$Revision: 1.4 $" maxusers 32 # estimated number of users @@ -152,6 +152,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation #pseudo-device l2tp # L2TPv3 interface #pseudo-device npf # NPF packet filter Index: src/sys/arch/ews4800mips/conf/GENERIC diff -u src/sys/arch/ews4800mips/conf/GENERIC:1.61 src/sys/arch/ews4800mips/conf/GENERIC:1.62 --- src/sys/arch/ews4800mips/conf/GENERIC:1.61 Sat Aug 1 08:20:49 2020 +++ src/sys/arch/ews4800mips/conf/GENERIC Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.61 2020/08/01 08:20:49 maxv Exp $ +# $NetBSD: GENERIC,v 1.62 2020/09/27 13:48:51 roy 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.ews4 options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.61 $" +#ident "GENERIC-$Revision: 1.62 $" maxusers 16 @@ -242,6 +242,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation # Index: src/sys/arch/ews4800mips/conf/RAMDISK diff -u src/sys/arch/ews4800mips/conf/RAMDISK:1.32 src/sys/arch/ews4800mips/conf/RAMDISK:1.33 --- src/sys/arch/ews4800mips/conf/RAMDISK:1.32 Sun Jun 14 04:51:09 2020 +++ src/sys/arch/ews4800mips/conf/RAMDISK Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.32 2020/06/14 04:51:09 tsutsui Exp $ +# $NetBSD: RAMDISK,v 1.33 2020/09/27 13:48:51 roy Exp $ # # kernel config file with memory disk for installation # @@ -84,6 +84,7 @@ no pseudo-device gif no pseudo-device stf no pseudo-device vlan no pseudo-device bridge +no pseudo-device vether no pseudo-device agr no pseudo-device accf_data no pseudo-device accf_http Index: src/sys/arch/hp300/conf/GENERIC diff -u src/sys/arch/hp300/conf/GENERIC:1.205 src/sys/arch/hp300/conf/GENERIC:1.206 --- src/sys/arch/hp300/conf/GENERIC:1.205 Mon Aug 10 06:32:58 2020 +++ src/sys/arch/hp300/conf/GENERIC Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.205 2020/08/10 06:32:58 rin Exp $ +# $NetBSD: GENERIC,v 1.206 2020/09/27 13:48:51 roy 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.205 $" +#ident "GENERIC-$Revision: 1.206 $" makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for @@ -290,6 +290,7 @@ pseudo-device vnd # vnode pseudo-disks # network pseudo-devices pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device bpfilter # Berkeley packet filter pseudo-device carp # Common Address Redundancy Protocol Index: src/sys/arch/hp300/conf/INSTALL diff -u src/sys/arch/hp300/conf/INSTALL:1.64 src/sys/arch/hp300/conf/INSTALL:1.65 --- src/sys/arch/hp300/conf/INSTALL:1.64 Thu Mar 14 16:59:09 2019 +++ src/sys/arch/hp300/conf/INSTALL Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.64 2019/03/14 16:59:09 thorpej Exp $ +# $NetBSD: INSTALL,v 1.65 2020/09/27 13:48:51 roy Exp $ # # INSTALL machine description file # @@ -232,4 +232,5 @@ pseudo-device loop # loopback network #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device wsmux # mouse & keyboard multiplexor Index: src/sys/arch/hppa/conf/GENERIC diff -u src/sys/arch/hppa/conf/GENERIC:1.35 src/sys/arch/hppa/conf/GENERIC:1.36 --- src/sys/arch/hppa/conf/GENERIC:1.35 Sat Aug 1 08:20:49 2020 +++ src/sys/arch/hppa/conf/GENERIC Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.35 2020/08/01 08:20:49 maxv Exp $ +# $NetBSD: GENERIC,v 1.36 2020/09/27 13:48:51 roy Exp $ # # GENERIC machine description file # @@ -23,7 +23,7 @@ include "arch/hppa/conf/std.hppa" options INCLUDE_CONFIG_FILE # embed config file in kernel binary options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -#ident "GENERIC-$Revision: 1.35 $" +#ident "GENERIC-$Revision: 1.36 $" maxusers 32 # estimated number of users @@ -729,6 +729,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation # Index: src/sys/arch/i386/conf/ALL diff -u src/sys/arch/i386/conf/ALL:1.496 src/sys/arch/i386/conf/ALL:1.497 --- src/sys/arch/i386/conf/ALL:1.496 Tue Sep 8 10:05:47 2020 +++ src/sys/arch/i386/conf/ALL Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.496 2020/09/08 10:05:47 yamaguchi Exp $ +# $NetBSD: ALL,v 1.497 2020/09/27 13:48:51 roy Exp $ # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp # # ALL machine description file @@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ALL-$Revision: 1.496 $" +#ident "ALL-$Revision: 1.497 $" maxusers 64 # estimated number of users @@ -1749,6 +1749,7 @@ pseudo-device faith # IPv[46] tcp rela pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device pf # PF packet filter pseudo-device pflog # PF log if Index: src/sys/arch/i386/conf/GENERIC diff -u src/sys/arch/i386/conf/GENERIC:1.1232 src/sys/arch/i386/conf/GENERIC:1.1233 --- src/sys/arch/i386/conf/GENERIC:1.1232 Tue Sep 8 10:05:47 2020 +++ src/sys/arch/i386/conf/GENERIC Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.1232 2020/09/08 10:05:47 yamaguchi Exp $ +# $NetBSD: GENERIC,v 1.1233 2020/09/27 13:48:51 roy 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.1232 $" +#ident "GENERIC-$Revision: 1.1233 $" maxusers 64 # estimated number of users @@ -1468,6 +1468,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device l2tp # L2TPv3 interface pseudo-device npf # NPF packet filter Index: src/sys/arch/i386/conf/GENERIC_TINY diff -u src/sys/arch/i386/conf/GENERIC_TINY:1.168 src/sys/arch/i386/conf/GENERIC_TINY:1.169 --- src/sys/arch/i386/conf/GENERIC_TINY:1.168 Sat May 16 13:46:11 2020 +++ src/sys/arch/i386/conf/GENERIC_TINY Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_TINY,v 1.168 2020/05/16 13:46:11 maya Exp $ +# $NetBSD: GENERIC_TINY,v 1.169 2020/09/27 13:48:51 roy Exp $ # # GENERIC_TINY -- suitable default for 4M machines # No EISA, PCI, or SCSI. @@ -508,6 +508,7 @@ pseudo-device vnd # disk-like interfac # network pseudo-devices pseudo-device bpfilter # Berkeley packet filter pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device npf # NPF packet filter pseudo-device loop # network loopback pseudo-device ppp # Point-to-Point Protocol Index: src/sys/arch/i386/conf/NET4501 diff -u src/sys/arch/i386/conf/NET4501:1.103 src/sys/arch/i386/conf/NET4501:1.104 --- src/sys/arch/i386/conf/NET4501:1.103 Sun Jan 19 01:25:05 2020 +++ src/sys/arch/i386/conf/NET4501 Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: NET4501,v 1.103 2020/01/19 01:25:05 thorpej Exp $ +# $NetBSD: NET4501,v 1.104 2020/09/27 13:48:51 roy Exp $ # # NET4501 -- kernel configuration for a Soekris Engineering net4501 # single-board computer. @@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "NET4501-$Revision: 1.103 $" +#ident "NET4501-$Revision: 1.104 $" maxusers 32 # estimated number of users @@ -252,6 +252,7 @@ pseudo-device faith # IPv[46] TCP rela pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge # miscellaneous pseudo-devices pseudo-device pty # pseudo-terminals Index: src/sys/arch/i386/conf/XEN3PAE_DOM0 diff -u src/sys/arch/i386/conf/XEN3PAE_DOM0:1.32 src/sys/arch/i386/conf/XEN3PAE_DOM0:1.33 --- src/sys/arch/i386/conf/XEN3PAE_DOM0:1.32 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/i386/conf/XEN3PAE_DOM0 Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3PAE_DOM0,v 1.32 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: XEN3PAE_DOM0,v 1.33 2020/09/27 13:48:51 roy Exp $ # # XEN3_0: Xen 3.0 domain0 kernel @@ -816,6 +816,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device l2tp # L2TPv3 interface pseudo-device npf # NPF packet filter Index: src/sys/arch/i386/conf/XEN3PAE_DOMU diff -u src/sys/arch/i386/conf/XEN3PAE_DOMU:1.15 src/sys/arch/i386/conf/XEN3PAE_DOMU:1.16 --- src/sys/arch/i386/conf/XEN3PAE_DOMU:1.15 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/i386/conf/XEN3PAE_DOMU Sun Sep 27 13:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3PAE_DOMU,v 1.15 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: XEN3PAE_DOMU,v 1.16 2020/09/27 13:48:51 roy Exp $ include "arch/i386/conf/std.xen" @@ -206,6 +206,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device l2tp # L2TPv3 interface pseudo-device npf # NPF packet filter Index: src/sys/arch/ia64/conf/GENERIC.SKI diff -u src/sys/arch/ia64/conf/GENERIC.SKI:1.17 src/sys/arch/ia64/conf/GENERIC.SKI:1.18 --- src/sys/arch/ia64/conf/GENERIC.SKI:1.17 Sat Aug 1 08:20:49 2020 +++ src/sys/arch/ia64/conf/GENERIC.SKI Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC.SKI,v 1.17 2020/08/01 08:20:49 maxv Exp $ +# $NetBSD: GENERIC.SKI,v 1.18 2020/09/27 13:48:52 roy Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/ia64/conf/std.ia64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.17 $" +#ident "GENERIC-$Revision: 1.18 $" maxusers 32 # estimated number of users @@ -146,6 +146,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation #pseudo-device npf # NPF packet filter #pseudo-device l2tp # L2TPv3 interface Index: src/sys/arch/iyonix/conf/GENERIC diff -u src/sys/arch/iyonix/conf/GENERIC:1.112 src/sys/arch/iyonix/conf/GENERIC:1.113 --- src/sys/arch/iyonix/conf/GENERIC:1.112 Sat Aug 1 08:20:50 2020 +++ src/sys/arch/iyonix/conf/GENERIC Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.112 2020/08/01 08:20:50 maxv Exp $ +# $NetBSD: GENERIC,v 1.113 2020/09/27 13:48:52 roy 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.112 $" +#ident "GENERIC-$Revision: 1.113 $" maxusers 32 # estimated number of users @@ -384,6 +384,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # srt is EXPERIMENTAL #pseudo-device srt # source-address-based routing Index: src/sys/arch/landisk/conf/GENERIC diff -u src/sys/arch/landisk/conf/GENERIC:1.68 src/sys/arch/landisk/conf/GENERIC:1.69 --- src/sys/arch/landisk/conf/GENERIC:1.68 Sat Aug 1 08:20:50 2020 +++ src/sys/arch/landisk/conf/GENERIC Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.68 2020/08/01 08:20:50 maxv Exp $ +# $NetBSD: GENERIC,v 1.69 2020/09/27 13:48:52 roy 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.68 $" +#ident "GENERIC-$Revision: 1.69 $" maxusers 16 # estimated number of users @@ -439,6 +439,7 @@ pseudo-device gif # IPv[46] over IPv[4 #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation # miscellaneous pseudo-devices Index: src/sys/arch/luna68k/conf/GENERIC diff -u src/sys/arch/luna68k/conf/GENERIC:1.129 src/sys/arch/luna68k/conf/GENERIC:1.130 --- src/sys/arch/luna68k/conf/GENERIC:1.129 Mon Aug 10 06:32:58 2020 +++ src/sys/arch/luna68k/conf/GENERIC Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.129 2020/08/10 06:32:58 rin Exp $ +# $NetBSD: GENERIC,v 1.130 2020/09/27 13:48:52 roy 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.129 $" +#ident "GENERIC-$Revision: 1.130 $" makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for @@ -195,6 +195,7 @@ pseudo-device fss # file system snapsh #pseudo-device tap # virtual Ethernet pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation #pseudo-device vnd # disk-like interface to files #options VND_COMPRESSION # compressed vnd(4) Index: src/sys/arch/luna68k/conf/INSTALL diff -u src/sys/arch/luna68k/conf/INSTALL:1.30 src/sys/arch/luna68k/conf/INSTALL:1.31 --- src/sys/arch/luna68k/conf/INSTALL:1.30 Sat Aug 1 08:20:50 2020 +++ src/sys/arch/luna68k/conf/INSTALL Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.30 2020/08/01 08:20:50 maxv Exp $ +# $NetBSD: INSTALL,v 1.31 2020/09/27 13:48:52 roy Exp $ # # config for installation ramdisk kernel # @@ -170,6 +170,7 @@ pseudo-device pty # pseudo-terminals #pseudo-device tap # virtual Ethernet #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation #pseudo-device vnd # disk-like interface to files #options VND_COMPRESSION # compressed vnd(4) Index: src/sys/arch/mac68k/conf/GENERIC diff -u src/sys/arch/mac68k/conf/GENERIC:1.231 src/sys/arch/mac68k/conf/GENERIC:1.232 --- src/sys/arch/mac68k/conf/GENERIC:1.231 Mon Aug 10 06:32:58 2020 +++ src/sys/arch/mac68k/conf/GENERIC Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.231 2020/08/10 06:32:58 rin Exp $ +# $NetBSD: GENERIC,v 1.232 2020/09/27 13:48:52 roy 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.231 $" +#ident "GENERIC-$Revision: 1.232 $" makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for @@ -319,6 +319,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation # Index: src/sys/arch/mac68k/conf/SMALLRAM diff -u src/sys/arch/mac68k/conf/SMALLRAM:1.43 src/sys/arch/mac68k/conf/SMALLRAM:1.44 --- src/sys/arch/mac68k/conf/SMALLRAM:1.43 Thu Sep 14 07:58:41 2017 +++ src/sys/arch/mac68k/conf/SMALLRAM Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: SMALLRAM,v 1.43 2017/09/14 07:58:41 mrg Exp $ +# $NetBSD: SMALLRAM,v 1.44 2020/09/27 13:48:52 roy Exp $ # # This is an example of how to configure a small, efficient kernel for # a system with limited RAM. Even so it's capable of doing quite a @@ -117,6 +117,7 @@ no pseudo-device gif no pseudo-device stf no pseudo-device vlan no pseudo-device bridge +no pseudo-device vether no pseudo-device agr no pseudo-device accf_data no pseudo-device accf_http Index: src/sys/arch/macppc/conf/GENERIC diff -u src/sys/arch/macppc/conf/GENERIC:1.370 src/sys/arch/macppc/conf/GENERIC:1.371 --- src/sys/arch/macppc/conf/GENERIC:1.370 Sat Aug 8 22:41:14 2020 +++ src/sys/arch/macppc/conf/GENERIC Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.370 2020/08/08 22:41:14 macallan Exp $ +# $NetBSD: GENERIC,v 1.371 2020/09/27 13:48:52 roy 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.370 $" +#ident "GENERIC-$Revision: 1.371 $" maxusers 32 @@ -551,6 +551,7 @@ pseudo-device ipsecif # tunnel interfa pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device pty # pseudo-terminals pseudo-device openfirm # /dev/openfirm Index: src/sys/arch/macppc/conf/GENERIC_601 diff -u src/sys/arch/macppc/conf/GENERIC_601:1.27 src/sys/arch/macppc/conf/GENERIC_601:1.28 --- src/sys/arch/macppc/conf/GENERIC_601:1.27 Sat Aug 1 08:20:50 2020 +++ src/sys/arch/macppc/conf/GENERIC_601 Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_601,v 1.27 2020/08/01 08:20:50 maxv Exp $ +# $NetBSD: GENERIC_601,v 1.28 2020/09/27 13:48:52 roy Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/macppc/conf/std.macppc.60 options INCLUDE_CONFIG_FILE # embed config file in kernel binary -ident "GENERIC-$Revision: 1.27 $" +ident "GENERIC-$Revision: 1.28 $" maxusers 32 @@ -341,6 +341,7 @@ pseudo-device bpfilter # packet filter #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device pty # pseudo-terminals pseudo-device openfirm # /dev/openfirm Index: src/sys/arch/mipsco/conf/GENERIC diff -u src/sys/arch/mipsco/conf/GENERIC:1.96 src/sys/arch/mipsco/conf/GENERIC:1.97 --- src/sys/arch/mipsco/conf/GENERIC:1.96 Sat Aug 1 08:20:50 2020 +++ src/sys/arch/mipsco/conf/GENERIC Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.96 2020/08/01 08:20:50 maxv Exp $ +# $NetBSD: GENERIC,v 1.97 2020/09/27 13:48:52 roy Exp $ # # GENERIC machine description file # @@ -172,6 +172,7 @@ pseudo-device fss # file system snapsh #pseudo-device npf # NPF packet filter pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device clockctl # user control of clock subsystem Index: src/sys/arch/mmeye/conf/GENERIC diff -u src/sys/arch/mmeye/conf/GENERIC:1.128 src/sys/arch/mmeye/conf/GENERIC:1.129 --- src/sys/arch/mmeye/conf/GENERIC:1.128 Sat Aug 1 08:20:50 2020 +++ src/sys/arch/mmeye/conf/GENERIC Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.128 2020/08/01 08:20:50 maxv Exp $ +# $NetBSD: GENERIC,v 1.129 2020/09/27 13:48:52 roy 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.128 $" +#ident "GENERIC-$Revision: 1.129 $" maxusers 16 # estimated number of users @@ -211,6 +211,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device pty # pseudo-terminals pseudo-device vcoda # coda minicache <-> venus comm. Index: src/sys/arch/mmeye/conf/MMEYE_WLF diff -u src/sys/arch/mmeye/conf/MMEYE_WLF:1.30 src/sys/arch/mmeye/conf/MMEYE_WLF:1.31 --- src/sys/arch/mmeye/conf/MMEYE_WLF:1.30 Sat Aug 1 08:20:50 2020 +++ src/sys/arch/mmeye/conf/MMEYE_WLF Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: MMEYE_WLF,v 1.30 2020/08/01 08:20:50 maxv Exp $ +# $NetBSD: MMEYE_WLF,v 1.31 2020/09/27 13:48:52 roy Exp $ # # MMEYE_WLF -- Brains Inc. MMEYE-WLF platforms kernel # @@ -22,7 +22,7 @@ include "arch/mmeye/conf/std.mmeye" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.30 $" +#ident "GENERIC-$Revision: 1.31 $" maxusers 16 # estimated number of users @@ -243,6 +243,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device pty # pseudo-terminals pseudo-device vcoda # coda minicache <-> venus comm. Index: src/sys/arch/mvme68k/conf/GENERIC diff -u src/sys/arch/mvme68k/conf/GENERIC:1.101 src/sys/arch/mvme68k/conf/GENERIC:1.102 --- src/sys/arch/mvme68k/conf/GENERIC:1.101 Sat Aug 1 08:20:50 2020 +++ src/sys/arch/mvme68k/conf/GENERIC Sun Sep 27 13:48:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.101 2020/08/01 08:20:50 maxv Exp $ +# $NetBSD: GENERIC,v 1.102 2020/09/27 13:48:52 roy 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.101 $" +#ident "GENERIC-$Revision: 1.102 $" makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -128,6 +128,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device pty # pseudo-terminals #pseudo-device cgd # cryptographic disk devices Index: src/sys/arch/mvmeppc/conf/GENERIC diff -u src/sys/arch/mvmeppc/conf/GENERIC:1.29 src/sys/arch/mvmeppc/conf/GENERIC:1.30 --- src/sys/arch/mvmeppc/conf/GENERIC:1.29 Sun Jan 19 01:25:06 2020 +++ src/sys/arch/mvmeppc/conf/GENERIC Sun Sep 27 13:48:53 2020 @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.29 2020/01/19 01:25:06 thorpej Exp $ +# $NetBSD: GENERIC,v 1.30 2020/09/27 13:48:53 roy Exp $ # include "arch/mvmeppc/conf/std.mvmeppc" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -ident "GENERIC-$Revision: 1.29 $" +ident "GENERIC-$Revision: 1.30 $" maxusers 8 @@ -235,6 +235,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge # # accept filters Index: src/sys/arch/netwinder/conf/GENERIC diff -u src/sys/arch/netwinder/conf/GENERIC:1.141 src/sys/arch/netwinder/conf/GENERIC:1.142 --- src/sys/arch/netwinder/conf/GENERIC:1.141 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/netwinder/conf/GENERIC Sun Sep 27 13:48:53 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.141 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: GENERIC,v 1.142 2020/09/27 13:48:53 roy Exp $ # # GENERIC machine description file # @@ -275,6 +275,7 @@ pseudo-device bpfilter # Berkeley packe pseudo-device carp # Common Address Redundancy Protocol pseudo-device pppoe # PPP over Ethernet (RFC 2516) pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device loop # network loopback # Index: src/sys/arch/news68k/conf/GENERIC diff -u src/sys/arch/news68k/conf/GENERIC:1.136 src/sys/arch/news68k/conf/GENERIC:1.137 --- src/sys/arch/news68k/conf/GENERIC:1.136 Mon Aug 10 06:32:58 2020 +++ src/sys/arch/news68k/conf/GENERIC Sun Sep 27 13:48:53 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.136 2020/08/10 06:32:58 rin Exp $ +# $NetBSD: GENERIC,v 1.137 2020/09/27 13:48:53 roy 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.136 $" +#ident "GENERIC-$Revision: 1.137 $" makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for @@ -244,6 +244,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation #pseudo-device vcoda # coda minicache <-> venus comm. pseudo-device clockctl # user control of clock subsystem Index: src/sys/arch/news68k/conf/GENERIC_TINY diff -u src/sys/arch/news68k/conf/GENERIC_TINY:1.90 src/sys/arch/news68k/conf/GENERIC_TINY:1.91 --- src/sys/arch/news68k/conf/GENERIC_TINY:1.90 Sat Aug 1 08:20:51 2020 +++ src/sys/arch/news68k/conf/GENERIC_TINY Sun Sep 27 13:48:53 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_TINY,v 1.90 2020/08/01 08:20:51 maxv Exp $ +# $NetBSD: GENERIC_TINY,v 1.91 2020/09/27 13:48:53 roy 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.90 $" +#ident "GENERIC_TINY-$Revision: 1.91 $" makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk @@ -209,6 +209,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge #pseudo-device vcoda # coda minicache <-> venus comm. pseudo-device clockctl # user control of clock subsystem pseudo-device ksyms # /dev/ksyms Index: src/sys/arch/newsmips/conf/GENERIC diff -u src/sys/arch/newsmips/conf/GENERIC:1.139 src/sys/arch/newsmips/conf/GENERIC:1.140 --- src/sys/arch/newsmips/conf/GENERIC:1.139 Sat Aug 1 08:20:51 2020 +++ src/sys/arch/newsmips/conf/GENERIC Sun Sep 27 13:48:53 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.139 2020/08/01 08:20:51 maxv Exp $ +# $NetBSD: GENERIC,v 1.140 2020/09/27 13:48:53 roy Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/newsmips/conf/std.newsmip options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.139 $" +#ident "GENERIC-$Revision: 1.140 $" maxusers 16 @@ -202,6 +202,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device vnd # disk-like interface to files #options VND_COMPRESSION # compressed vnd(4) Index: src/sys/arch/next68k/conf/GENERIC diff -u src/sys/arch/next68k/conf/GENERIC:1.150 src/sys/arch/next68k/conf/GENERIC:1.151 --- src/sys/arch/next68k/conf/GENERIC:1.150 Mon Aug 10 06:32:58 2020 +++ src/sys/arch/next68k/conf/GENERIC Sun Sep 27 13:48:53 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.150 2020/08/10 06:32:58 rin Exp $ +# $NetBSD: GENERIC,v 1.151 2020/09/27 13:48:53 roy 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.150 $" +#ident "GENERIC-$Revision: 1.151 $" makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for @@ -233,6 +233,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation #pseudo-device wsmux # mouse & keyboard multiplexor Index: src/sys/arch/ofppc/conf/GENERIC diff -u src/sys/arch/ofppc/conf/GENERIC:1.172 src/sys/arch/ofppc/conf/GENERIC:1.173 --- src/sys/arch/ofppc/conf/GENERIC:1.172 Sat Aug 1 08:20:51 2020 +++ src/sys/arch/ofppc/conf/GENERIC Sun Sep 27 13:48:53 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.172 2020/08/01 08:20:51 maxv Exp $ +# $NetBSD: GENERIC,v 1.173 2020/09/27 13:48:53 roy 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.172 $" +#ident "GENERIC-$Revision: 1.173 $" maxusers 32 @@ -430,6 +430,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device pty # pseudo-terminals pseudo-device clockctl # user control of clock subsystem Index: src/sys/arch/pmax/conf/GENERIC diff -u src/sys/arch/pmax/conf/GENERIC:1.203 src/sys/arch/pmax/conf/GENERIC:1.204 --- src/sys/arch/pmax/conf/GENERIC:1.203 Sun Aug 30 07:09:02 2020 +++ src/sys/arch/pmax/conf/GENERIC Sun Sep 27 13:48:53 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.203 2020/08/30 07:09:02 skrll Exp $ +# $NetBSD: GENERIC,v 1.204 2020/09/27 13:48:53 roy 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.203 $" +#ident "GENERIC-$Revision: 1.204 $" maxusers 64 @@ -280,6 +280,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device vnd # virtual disk ick Index: src/sys/arch/pmax/conf/GENERIC64 diff -u src/sys/arch/pmax/conf/GENERIC64:1.34 src/sys/arch/pmax/conf/GENERIC64:1.35 --- src/sys/arch/pmax/conf/GENERIC64:1.34 Sat Aug 1 08:20:51 2020 +++ src/sys/arch/pmax/conf/GENERIC64 Sun Sep 27 13:48:53 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC64,v 1.34 2020/08/01 08:20:51 maxv Exp $ +# $NetBSD: GENERIC64,v 1.35 2020/09/27 13:48:53 roy Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.34 $" +#ident "GENERIC-$Revision: 1.35 $" maxusers 64 @@ -262,6 +262,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device vnd # virtual disk ick Index: src/sys/arch/prep/conf/GENERIC diff -u src/sys/arch/prep/conf/GENERIC:1.193 src/sys/arch/prep/conf/GENERIC:1.194 --- src/sys/arch/prep/conf/GENERIC:1.193 Sat Aug 1 08:20:51 2020 +++ src/sys/arch/prep/conf/GENERIC Sun Sep 27 13:48:53 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.193 2020/08/01 08:20:51 maxv Exp $ +# $NetBSD: GENERIC,v 1.194 2020/09/27 13:48:53 roy 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.193 $" +#ident "GENERIC-$Revision: 1.194 $" maxusers 32 @@ -543,6 +543,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation # Index: src/sys/arch/rs6000/conf/GENERIC diff -u src/sys/arch/rs6000/conf/GENERIC:1.43 src/sys/arch/rs6000/conf/GENERIC:1.44 --- src/sys/arch/rs6000/conf/GENERIC:1.43 Sat Aug 1 08:20:51 2020 +++ src/sys/arch/rs6000/conf/GENERIC Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.43 2020/08/01 08:20:51 maxv Exp $ +# $NetBSD: GENERIC,v 1.44 2020/09/27 13:48:54 roy Exp $ # # GENERIC machine description file # @@ -24,7 +24,7 @@ options INCLUDE_CONFIG_FILE # embed con #makeoptions COPTS="-O2 -mno-powerpc -mno-power" # wheeee -#ident "GENERIC-$Revision: 1.43 $" +#ident "GENERIC-$Revision: 1.44 $" maxusers 32 @@ -230,6 +230,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge # # accept filters Index: src/sys/arch/sandpoint/conf/ENCPP1 diff -u src/sys/arch/sandpoint/conf/ENCPP1:1.23 src/sys/arch/sandpoint/conf/ENCPP1:1.24 --- src/sys/arch/sandpoint/conf/ENCPP1:1.23 Sat Aug 1 08:20:51 2020 +++ src/sys/arch/sandpoint/conf/ENCPP1 Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: ENCPP1,v 1.23 2020/08/01 08:20:51 maxv Exp $ +# $NetBSD: ENCPP1,v 1.24 2020/09/27 13:48:54 roy Exp $ # # Ampro EnCorePP1 machine description file # @@ -23,7 +23,7 @@ options PIC_I8259 options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ENCPP1-$Revision: 1.23 $" +#ident "ENCPP1-$Revision: 1.24 $" maxusers 32 @@ -89,6 +89,7 @@ pseudo-device bpfilter # packet filter pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device pppoe # PPP over Ethernet (RFC 2516) #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device npf # NPF packet filter pseudo-device loop Index: src/sys/arch/sandpoint/conf/GENERIC diff -u src/sys/arch/sandpoint/conf/GENERIC:1.105 src/sys/arch/sandpoint/conf/GENERIC:1.106 --- src/sys/arch/sandpoint/conf/GENERIC:1.105 Sat Aug 1 08:20:51 2020 +++ src/sys/arch/sandpoint/conf/GENERIC Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.105 2020/08/01 08:20:51 maxv Exp $ +# $NetBSD: GENERIC,v 1.106 2020/09/27 13:48:54 roy Exp $ # # machine description file for GENERIC NAS # @@ -22,7 +22,7 @@ include "arch/sandpoint/conf/std.sandpo options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.105 $" +#ident "GENERIC-$Revision: 1.106 $" maxusers 32 @@ -308,6 +308,7 @@ pseudo-device carp # Common Address Re #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation # Index: src/sys/arch/sandpoint/conf/SANDPOINT diff -u src/sys/arch/sandpoint/conf/SANDPOINT:1.18 src/sys/arch/sandpoint/conf/SANDPOINT:1.19 --- src/sys/arch/sandpoint/conf/SANDPOINT:1.18 Sat Aug 1 08:20:51 2020 +++ src/sys/arch/sandpoint/conf/SANDPOINT Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: SANDPOINT,v 1.18 2020/08/01 08:20:51 maxv Exp $ +# $NetBSD: SANDPOINT,v 1.19 2020/09/27 13:48:54 roy Exp $ # # Sandpoint X3/X2 machine description file # @@ -23,7 +23,7 @@ options PIC_I8259 options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "SANDPOINT-$Revision: 1.18 $" +#ident "SANDPOINT-$Revision: 1.19 $" maxusers 32 @@ -91,6 +91,7 @@ pseudo-device bpfilter # packet filter pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device pppoe # PPP over Ethernet (RFC 2516) #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device npf # NPF packet filter pseudo-device loop Index: src/sys/arch/sbmips/conf/GENERIC diff -u src/sys/arch/sbmips/conf/GENERIC:1.110 src/sys/arch/sbmips/conf/GENERIC:1.111 --- src/sys/arch/sbmips/conf/GENERIC:1.110 Sat Aug 1 08:20:52 2020 +++ src/sys/arch/sbmips/conf/GENERIC Sun Sep 27 13:48:54 2020 @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC,v 1.110 2020/08/01 08:20:52 maxv Exp $ +# $NetBSD: GENERIC,v 1.111 2020/09/27 13:48:54 roy Exp $ include "arch/sbmips/conf/std.sbmips" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.110 $" +#ident "GENERIC-$Revision: 1.111 $" #options LOCKDEBUG # XXX XXX XXX XXX #options DEBUG # extra kernel debugging support @@ -187,6 +187,7 @@ pseudo-device loop # network loopback #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation # Index: src/sys/arch/sgimips/conf/GENERIC32_IP12 diff -u src/sys/arch/sgimips/conf/GENERIC32_IP12:1.38 src/sys/arch/sgimips/conf/GENERIC32_IP12:1.39 --- src/sys/arch/sgimips/conf/GENERIC32_IP12:1.38 Sat Aug 1 08:20:52 2020 +++ src/sys/arch/sgimips/conf/GENERIC32_IP12 Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC32_IP12,v 1.38 2020/08/01 08:20:52 maxv Exp $ +# $NetBSD: GENERIC32_IP12,v 1.39 2020/09/27 13:48:54 roy Exp $ # # GENERIC32_IP12 machine description file # @@ -32,7 +32,7 @@ makeoptions TEXTADDR=0x80002000 # entry options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC32-IP2x-$Revision: 1.38 $" +#ident "GENERIC32-IP2x-$Revision: 1.39 $" maxusers 32 @@ -231,6 +231,7 @@ pseudo-device gif # IPv[46] over IPv[4 #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation #pseudo-device accf_data # "dataready" accept filter #pseudo-device accf_http # "httpready" accept filter Index: src/sys/arch/sgimips/conf/GENERIC32_IP2x diff -u src/sys/arch/sgimips/conf/GENERIC32_IP2x:1.120 src/sys/arch/sgimips/conf/GENERIC32_IP2x:1.121 --- src/sys/arch/sgimips/conf/GENERIC32_IP2x:1.120 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/sgimips/conf/GENERIC32_IP2x Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC32_IP2x,v 1.120 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: GENERIC32_IP2x,v 1.121 2020/09/27 13:48:54 roy Exp $ # # GENERIC32_IP2x machine description file # @@ -29,7 +29,7 @@ makeoptions TEXTADDR=0x88069000 # entry options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC32-IP2x-$Revision: 1.120 $" +#ident "GENERIC32-IP2x-$Revision: 1.121 $" maxusers 32 @@ -274,6 +274,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device accf_data # "dataready" accept filter pseudo-device accf_http # "httpready" accept filter Index: src/sys/arch/sgimips/conf/GENERIC32_IP3x diff -u src/sys/arch/sgimips/conf/GENERIC32_IP3x:1.132 src/sys/arch/sgimips/conf/GENERIC32_IP3x:1.133 --- src/sys/arch/sgimips/conf/GENERIC32_IP3x:1.132 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/sgimips/conf/GENERIC32_IP3x Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC32_IP3x,v 1.132 2020/08/16 10:27:47 jdolecek Exp $ +# $NetBSD: GENERIC32_IP3x,v 1.133 2020/09/27 13:48:54 roy Exp $ # # GENERIC32_IP3x machine description file # @@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entr options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC32_IP3x-$Revision: 1.132 $" +#ident "GENERIC32_IP3x-$Revision: 1.133 $" maxusers 32 @@ -311,6 +311,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device accf_data # "dataready" accept filter pseudo-device accf_http # "httpready" accept filter Index: src/sys/arch/sgimips/conf/INSTALL32_IP2x diff -u src/sys/arch/sgimips/conf/INSTALL32_IP2x:1.13 src/sys/arch/sgimips/conf/INSTALL32_IP2x:1.14 --- src/sys/arch/sgimips/conf/INSTALL32_IP2x:1.13 Sun Aug 16 10:27:47 2020 +++ src/sys/arch/sgimips/conf/INSTALL32_IP2x Sun Sep 27 13:48:54 2020 @@ -64,6 +64,7 @@ no pseudo-device ccd no pseudo-device fss no pseudo-device npf no pseudo-device bridge +no pseudo-device vether no pseudo-device accf_data no pseudo-device accf_http no pseudo-device sequencer Index: src/sys/arch/sparc/conf/GENERIC diff -u src/sys/arch/sparc/conf/GENERIC:1.269 src/sys/arch/sparc/conf/GENERIC:1.270 --- src/sys/arch/sparc/conf/GENERIC:1.269 Sat Aug 1 08:20:52 2020 +++ src/sys/arch/sparc/conf/GENERIC Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.269 2020/08/01 08:20:52 maxv Exp $ +# $NetBSD: GENERIC,v 1.270 2020/09/27 13:48:54 roy 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.269 $" +#ident "GENERIC-$Revision: 1.270 $" maxusers 32 @@ -588,6 +588,7 @@ pseudo-device vlan ## Simple inter-network traffic bridging pseudo-device bridge +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation ## accept filters Index: src/sys/arch/sparc/conf/INSTALL diff -u src/sys/arch/sparc/conf/INSTALL:1.104 src/sys/arch/sparc/conf/INSTALL:1.105 --- src/sys/arch/sparc/conf/INSTALL:1.104 Sun Apr 12 06:05:34 2020 +++ src/sys/arch/sparc/conf/INSTALL Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.104 2020/04/12 06:05:34 mrg Exp $ +# $NetBSD: INSTALL,v 1.105 2020/09/27 13:48:54 roy Exp $ # # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp # @@ -85,6 +85,7 @@ no pseudo-device gif # IPv[46] over IP no pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation no pseudo-device vlan no pseudo-device bridge +no pseudo-device vether # Virtual Ethernet for bridge no pseudo-device agr # IEEE 802.3ad link aggregation no pseudo-device accf_data # "dataready" accept filter no pseudo-device accf_http # "httpready" accept filter Index: src/sys/arch/sparc64/conf/GENERIC diff -u src/sys/arch/sparc64/conf/GENERIC:1.229 src/sys/arch/sparc64/conf/GENERIC:1.230 --- src/sys/arch/sparc64/conf/GENERIC:1.229 Sat Aug 1 08:20:52 2020 +++ src/sys/arch/sparc64/conf/GENERIC Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.229 2020/08/01 08:20:52 maxv Exp $ +# $NetBSD: GENERIC,v 1.230 2020/09/27 13:48:54 roy 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.229 $" +#ident "GENERIC-$Revision: 1.230 $" maxusers 64 @@ -598,6 +598,7 @@ pseudo-device vlan ## Simple inter-network traffic bridging pseudo-device bridge +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device npf # NPF packet filter Index: src/sys/arch/sun2/conf/GENERIC diff -u src/sys/arch/sun2/conf/GENERIC:1.107 src/sys/arch/sun2/conf/GENERIC:1.108 --- src/sys/arch/sun2/conf/GENERIC:1.107 Mon Aug 10 06:29:49 2020 +++ src/sys/arch/sun2/conf/GENERIC Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.107 2020/08/10 06:29:49 rin Exp $ +# $NetBSD: GENERIC,v 1.108 2020/09/27 13:48:54 roy Exp $ # # GENERIC machine description file # @@ -29,7 +29,7 @@ options INSECURE # allow modload(8) in #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.107 $" +#ident "GENERIC-$Revision: 1.108 $" # Bootloader has size limit (~2MB). Kernel should be smaller than this # hard limit. Otherwise, it freezes before adding swap even with 7MB @@ -263,6 +263,7 @@ pseudo-device loop # network loopback #pseudo-device bpfilter # packet filter #pseudo-device carp # Common Address Redundancy Protocol #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device sl # CSLIP #pseudo-device ppp # PPP #pseudo-device pppoe # PPP over Ethernet (RFC 2516) Index: src/sys/arch/sun2/conf/VME diff -u src/sys/arch/sun2/conf/VME:1.52 src/sys/arch/sun2/conf/VME:1.53 --- src/sys/arch/sun2/conf/VME:1.52 Wed Aug 1 20:04:14 2018 +++ src/sys/arch/sun2/conf/VME Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: VME,v 1.52 2018/08/01 20:04:14 maxv Exp $ +# $NetBSD: VME,v 1.53 2020/09/27 13:48:54 roy Exp $ # VME Sun2 (2/50, 2/130, 2/160...) # Supports root on: ie0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "VME-$Revision: 1.52 $" +#ident "VME-$Revision: 1.53 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -211,6 +211,7 @@ pcons0 at mainbus0 # PROM console pseudo-device loop # network loopback #pseudo-device bpfilter # packet filter #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device sl # CSLIP #pseudo-device ppp # PPP #pseudo-device tun # network tunneling over tty Index: src/sys/arch/sun3/conf/DISKLESS diff -u src/sys/arch/sun3/conf/DISKLESS:1.78 src/sys/arch/sun3/conf/DISKLESS:1.79 --- src/sys/arch/sun3/conf/DISKLESS:1.78 Sat Aug 1 08:20:52 2020 +++ src/sys/arch/sun3/conf/DISKLESS Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.78 2020/08/01 08:20:52 maxv Exp $ +# $NetBSD: DISKLESS,v 1.79 2020/09/27 13:48:54 roy Exp $ # DISKLESS - Root and swap on NFS # Desktop machines only (3/50, 3/60, 3/110) @@ -157,6 +157,7 @@ pseudo-device ppp # PPP #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device pty # pseudo-terminals Index: src/sys/arch/sun3/conf/GENERIC diff -u src/sys/arch/sun3/conf/GENERIC:1.185 src/sys/arch/sun3/conf/GENERIC:1.186 --- src/sys/arch/sun3/conf/GENERIC:1.185 Thu Sep 10 02:06:25 2020 +++ src/sys/arch/sun3/conf/GENERIC Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.185 2020/09/10 02:06:25 rin Exp $ +# $NetBSD: GENERIC,v 1.186 2020/09/27 13:48:54 roy 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.185 $" +#ident "GENERIC-$Revision: 1.186 $" makeoptions COPTS="-Os -fno-unwind-tables -fno-omit-frame-pointer" # Bootloader has size limit (~2MB). -fno-omit-frame-pointer is @@ -267,6 +267,7 @@ pseudo-device ppp # PPP #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device pty # pseudo-terminals Index: src/sys/arch/sun3/conf/GENERIC3X diff -u src/sys/arch/sun3/conf/GENERIC3X:1.137 src/sys/arch/sun3/conf/GENERIC3X:1.138 --- src/sys/arch/sun3/conf/GENERIC3X:1.137 Mon Aug 10 06:32:58 2020 +++ src/sys/arch/sun3/conf/GENERIC3X Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC3X,v 1.137 2020/08/10 06:32:58 rin Exp $ +# $NetBSD: GENERIC3X,v 1.138 2020/09/27 13:48:54 roy 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.137 $" +#ident "GENERIC3X-$Revision: 1.138 $" makeoptions COPTS="-Os -fno-unwind-tables -fno-omit-frame-pointer" # Bootloader has size limit (~2MB). -fno-omit-frame-pointer is @@ -253,6 +253,7 @@ pseudo-device ppp # PPP #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device pty # pseudo-terminals Index: src/sys/arch/vax/conf/GENERIC diff -u src/sys/arch/vax/conf/GENERIC:1.213 src/sys/arch/vax/conf/GENERIC:1.214 --- src/sys/arch/vax/conf/GENERIC:1.213 Sat Aug 1 08:20:52 2020 +++ src/sys/arch/vax/conf/GENERIC Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.213 2020/08/01 08:20:52 maxv Exp $ +# $NetBSD: GENERIC,v 1.214 2020/09/27 13:48:54 roy 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.213 $" +#ident "GENERIC-$Revision: 1.214 $" # Here are all different supported CPU types listed. #options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800 @@ -300,6 +300,7 @@ pseudo-device gif # IPv[46] over IPv[4 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging +pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation pseudo-device vnd #options VND_COMPRESSION # compressed vnd(4) Index: src/sys/arch/vax/conf/VAX780 diff -u src/sys/arch/vax/conf/VAX780:1.31 src/sys/arch/vax/conf/VAX780:1.32 --- src/sys/arch/vax/conf/VAX780:1.31 Sat Aug 1 08:20:52 2020 +++ src/sys/arch/vax/conf/VAX780 Sun Sep 27 13:48:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: VAX780,v 1.31 2020/08/01 08:20:52 maxv Exp $ +# $NetBSD: VAX780,v 1.32 2020/09/27 13:48:54 roy Exp $ # # 11/780,750,730 machine description file # @@ -281,6 +281,7 @@ pseudo-device pty # pseudo-terminals #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging +#pseudo-device vether # Virtual Ethernet for bridge #pseudo-device agr # IEEE 802.3ad link aggregation #pseudo-device vnd #options VND_COMPRESSION # compressed vnd(4) Index: src/sys/arch/x68k/conf/GENERIC diff -u src/sys/arch/x68k/conf/GENERIC:1.201 src/sys/arch/x68k/conf/GENERIC:1.202 --- src/sys/arch/x68k/conf/GENERIC:1.201 Mon Aug 10 06:32:59 2020 +++ src/sys/arch/x68k/conf/GENERIC Sun Sep 27 13:48:55 2020 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.201 2020/08/10 06:32:59 rin Exp $ +# $NetBSD: GENERIC,v 1.202 2020/09/27 13:48:55 roy 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.201 $" +#ident "GENERIC-$Revision: 1.202 $" makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for @@ -482,6 +482,7 @@ pseudo-device vlan ## Simple inter-network traffic bridging pseudo-device bridge +#pseudo-device vether # Virtual Ethernet for bridge pseudo-device agr # IEEE 802.3ad link aggregation #### Other device configuration