]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Pull my head out of my ass and actually make the tx netisr stuff work right.
authorwpaul <wpaul@FreeBSD.org>
Fri, 14 Jan 2000 01:36:16 +0000 (01:36 +0000)
committerwpaul <wpaul@FreeBSD.org>
Fri, 14 Jan 2000 01:36:16 +0000 (01:36 +0000)
commit3e7d8837770cd977fa12f623b643c4a90c566501
tree1dc6e867f683d5a1839ea0130a0b401a4c4b64d3
parentdd8ecc747f9ba945e64ed62031da95e7638919e2
Pull my head out of my ass and actually make the tx netisr stuff work right.
Do not not not call m_freem() in the txeof routines. Let the netisr routine
do it. This also makes the tx netisr queuing much simpler (I can just use
another ifqueue instead of the mess I had before.)

Thanks to Bosko Milekic for making me actually think about what I was
doing for a minute.
sys/dev/usb/if_aue.c
sys/dev/usb/if_kue.c
sys/dev/usb/usb_ethersubr.c
sys/dev/usb/usb_ethersubr.h