Date: Wed, 5 Sep 2001 14:10:29 -0700 (PDT) From: Brooks Davis <brooks@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 vlan.4 src/sys/dev/nge if_nge.c src/sys/dev/txp if_txp.c src/sys/net ethernet.h if_ethersubr.c if_vlan.c if_vlan_var.h src/sys/pci if_ti.c src/sys/modules/if_vlan Makefile Message-ID: <200109052110.f85LAT823257@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2001/09/05 14:10:29 PDT
Modified files:
share/man/man4 vlan.4
sys/dev/nge if_nge.c
sys/dev/txp if_txp.c
sys/net ethernet.h if_ethersubr.c if_vlan.c
if_vlan_var.h
sys/pci if_ti.c
Added files:
sys/modules/if_vlan Makefile
Log:
Make vlan(4) loadable, unloadable, and clonable. As a side effect,
interfaces must now always enable VLAN support.
Reviewed by: jlemon
MFC after: 3 weeks
Revision Changes Path
1.4 +2 -2 src/share/man/man4/vlan.4
1.20 +8 -24 src/sys/dev/nge/if_nge.c
1.6 +6 -19 src/sys/dev/txp/if_txp.c
1.17 +36 -1 src/sys/net/ethernet.h
1.95 +8 -14 src/sys/net/if_ethersubr.c
1.31 +130 -52 src/sys/net/if_vlan.c
1.10 +3 -9 src/sys/net/if_vlan_var.h
1.52 +7 -28 src/sys/pci/if_ti.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109052110.f85LAT823257>
