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
--/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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=20 sys/dev/bge if_bge.c=20 sys/dev/fxp if_fxp.c=20 sys/dev/gx if_gx.c=20 sys/dev/nge if_nge.c=20 sys/dev/txp if_txp.c=20 sys/modules/bge Makefile=20 sys/modules/fxp Makefile=20 sys/modules/gx Makefile=20 sys/modules/nge Makefile=20 sys/modules/ti Makefile=20 sys/modules/tx Makefile=20 sys/modules/txp Makefile=20 sys/net ethernet.h if_ethersubr.c if_vlan.c=20 if_vlan_var.h=20 sys/pci if_ti.c if_tx.c=20 Log: MFC: Make vlan(4) devices loadable, unloadable, and clonable. =20 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 ----- --=20 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 --/04w6evG8XlLl3ft Content-Type: application/pgp-signature Content-Disposition: inline -----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----- --/04w6evG8XlLl3ft-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011204121132.A10597>