Add pseudo-device agr to more kernels
This commit is contained in:
parent
0cfdef558a
commit
fda9709385
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC32_IP2x,v 1.65 2007/02/20 22:21:26 rumble Exp $
|
||||
# $NetBSD: GENERIC32_IP2x,v 1.66 2007/06/06 08:19:10 martin Exp $
|
||||
#
|
||||
# GENERIC32_IP2x machine description file
|
||||
#
|
||||
@ -29,7 +29,7 @@ makeoptions TEXTADDR=0x88069000 # entry point
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC32-IP2x-$Revision: 1.65 $"
|
||||
#ident "GENERIC32-IP2x-$Revision: 1.66 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -308,6 +308,7 @@ pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
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
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
#pseudo-device pf # PF packet filter
|
||||
#pseudo-device pflog # PF log if
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC32_IP3x,v 1.62 2007/04/13 03:40:22 jmcneill Exp $
|
||||
# $NetBSD: GENERIC32_IP3x,v 1.63 2007/06/06 08:19:10 martin Exp $
|
||||
#
|
||||
# GENERIC32_IP3x machine description file
|
||||
#
|
||||
@ -28,7 +28,7 @@ makeoptions TEXTADDR="0x80069000" # entry point
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC32_IP3x-$Revision: 1.62 $"
|
||||
#ident "GENERIC32_IP3x-$Revision: 1.63 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
@ -449,6 +449,7 @@ pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device bridge # simple inter-network bridging
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device agr # IEEE 802.3ad link aggregation
|
||||
#pseudo-device pf # PF packet filter
|
||||
#pseudo-device pflog # PF log if
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC3X,v 1.94 2006/11/11 18:47:12 jmmv Exp $
|
||||
# $NetBSD: GENERIC3X,v 1.95 2007/06/06 08:19:10 martin 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.94 $"
|
||||
#ident "GENERIC3X-$Revision: 1.95 $"
|
||||
|
||||
# Machines to be supported by this kernel
|
||||
#options FPU_EMULATE # XXX - Ever needed?
|
||||
@ -262,6 +262,7 @@ pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
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
|
||||
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
|
||||
pseudo-device rnd # /dev/random and in-kernel generator
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user