]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Pull my head out of my ass and actually make the tx netisr stuff work right.
authorBill Paul <wpaul@FreeBSD.org>
Fri, 14 Jan 2000 01:36:16 +0000 (01:36 +0000)
committerBill Paul <wpaul@FreeBSD.org>
Fri, 14 Jan 2000 01:36:16 +0000 (01:36 +0000)
commit4c645f4852030e2a3682dd5505b80b98c125ee09
treea3f7891b7cd1ddc652699cf0185fd9196d2ab732
parentf1a80ccf63d542b3b8601cdf0e19478f34f7237e
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