From owner-cvs-all Thu Jan 13 17:36:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 177CE14C49; Thu, 13 Jan 2000 17:36:17 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA22121; Thu, 13 Jan 2000 17:36:17 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200001140136.RAA22121@freefall.freebsd.org> From: Bill Paul Date: Thu, 13 Jan 2000 17:36:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_aue.c if_kue.c usb_ethersubr.c usb_ethersubr.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 2000/01/13 17:36:16 PST Modified files: sys/dev/usb if_aue.c if_kue.c usb_ethersubr.c usb_ethersubr.h Log: 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. Revision Changes Path 1.11 +4 -5 src/sys/dev/usb/if_aue.c 1.14 +4 -5 src/sys/dev/usb/if_kue.c 1.4 +19 -41 src/sys/dev/usb/usb_ethersubr.c 1.4 +2 -2 src/sys/dev/usb/usb_ethersubr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message