Date: Mon, 3 Dec 2001 09:28:27 -0800 (PST) From: Brooks Davis <brooks@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c src/sys/dev/gx if_gx.c src/sys/dev/nge if_nge.c src/sys/dev/txp if_txp.c src/sys/net ethernet.h if_ethersubr.c src/sys/pci if_ti.c Message-ID: <200112031728.fB3HSR410219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2001/12/03 09:28:27 PST Modified files: sys/dev/bge if_bge.c sys/dev/gx if_gx.c sys/dev/nge if_nge.c sys/dev/txp if_txp.c sys/net ethernet.h if_ethersubr.c sys/pci if_ti.c Log: Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the mbuf instead. Suggested by: fenner Revision Changes Path 1.4 +3 -3 src/sys/dev/bge/if_bge.c 1.3 +1 -1 src/sys/dev/gx/if_gx.c 1.24 +3 -3 src/sys/dev/nge/if_nge.c 1.8 +3 -3 src/sys/dev/txp/if_txp.c 1.18 +11 -11 src/sys/net/ethernet.h 1.102 +1 -1 src/sys/net/if_ethersubr.c 1.54 +3 -3 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?200112031728.fB3HSR410219>