Date: Tue, 4 Dec 2001 12:11:32 -0800 From: Brooks Davis <brooks@one-eyed-alien.net> To: stable@freebsd.org Subject: HEADS UP! VLAN cloning support MFC'd Message-ID: <20011204121132.A10597@Odin.AC.HMC.Edu>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
I've MFC'd support for cloning vlan devices. I believe this won't have
any effect on existing installations as it does create the requested
number of devices by default when compiled in to the kernel unlike
the gif cloning support. The only other change is that hardware vlan
support is now always enabled. While no one has reported an impact,
it is remotly possiable that this has a slight negative performance
impact on non-vlan systems.
-- Brooks
----- Forwarded message from Brooks Davis <brooks@FreeBSD.org> -----
From: Brooks Davis <brooks@FreeBSD.org>
Date: Tue, 4 Dec 2001 12:01:55 -0800 (PST)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/share/man/man4/man4.i386 tx.4 src/sys/dev/bge
if_bge.c src/sys/dev/fxp if_fxp.c src/sys/dev/gx if_gx.c
src/sys/dev/nge if_nge.c src/sys/dev/txp if_txp.c
src/sys/modules/bge Makefile src/sys/modules/fxp Makefile ...
brooks 2001/12/04 12:01:55 PST
Modified files: (Branch: RELENG_4)
share/man/man4/man4.i386 tx.4
sys/dev/bge if_bge.c
sys/dev/fxp if_fxp.c
sys/dev/gx if_gx.c
sys/dev/nge if_nge.c
sys/dev/txp if_txp.c
sys/modules/bge Makefile
sys/modules/fxp Makefile
sys/modules/gx Makefile
sys/modules/nge Makefile
sys/modules/ti Makefile
sys/modules/tx Makefile
sys/modules/txp Makefile
sys/net ethernet.h if_ethersubr.c if_vlan.c
if_vlan_var.h
sys/pci if_ti.c if_tx.c
Log:
MFC: Make vlan(4) devices loadable, unloadable, and clonable.
Revision Changes Path
1.11.2.8 +2 -5 src/share/man/man4/man4.i386/tx.4
1.3.2.3 +4 -17 src/sys/dev/bge/if_bge.c
1.110.2.11 +3 -14 src/sys/dev/fxp/if_fxp.c
1.2.2.2 +3 -7 src/sys/dev/gx/if_gx.c
1.13.2.6 +8 -24 src/sys/dev/nge/if_nge.c
1.4.2.3 +6 -19 src/sys/dev/txp/if_txp.c
1.1.2.2 +1 -5 src/sys/modules/bge/Makefile
1.9.2.3 +2 -6 src/sys/modules/fxp/Makefile
1.1.2.2 +1 -5 src/sys/modules/gx/Makefile
1.2.2.2 +1 -5 src/sys/modules/nge/Makefile
1.8.2.1 +2 -6 src/sys/modules/ti/Makefile
1.4.2.3 +2 -6 src/sys/modules/tx/Makefile
1.2.2.2 +1 -5 src/sys/modules/txp/Makefile
1.12.2.6 +36 -1 src/sys/net/ethernet.h
1.70.2.20 +7 -13 src/sys/net/if_ethersubr.c
1.15.2.9 +141 -53 src/sys/net/if_vlan.c
1.5.2.3 +3 -9 src/sys/net/if_vlan_var.h
1.25.2.11 +7 -28 src/sys/pci/if_ti.c
1.34.2.9 +1 -7 src/sys/pci/if_tx.c
----- End forwarded message -----
--
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE8DS30XY6L6fI4GtQRAiIUAJsE+FMJQDbpbWSYrTxokrOMF6sarACfdEW/
1QaKTeTrGPp6kEaosvRLUZg=
=xQYb
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011204121132.A10597>
