From 04e28d5a816573d1300b4591306a8785d3ace29c Mon Sep 17 00:00:00 2001 From: jlemon Date: Tue, 4 Mar 2003 23:19:55 +0000 Subject: Update netisr handling; Each SWI now registers its queue, and all queue drain routines are done by swi_net, which allows for better queue control at some future point. Packets may also be directly dispatched to a netisr instead of queued, this may be of interest at some installations, but currently defaults to off. Reviewed by: hsu, silby, jayanth, sam Sponsored by: DARPA, NAI Labs --- sys/dev/usb/usb_ethersubr.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/dev/usb/usb_ethersubr.h') diff --git a/sys/dev/usb/usb_ethersubr.h b/sys/dev/usb/usb_ethersubr.h index 29cdde5..c8a4010 100644 --- a/sys/dev/usb/usb_ethersubr.h +++ b/sys/dev/usb/usb_ethersubr.h @@ -35,10 +35,6 @@ #ifndef _USB_ETHERSUBR_H_ #define _USB_ETHERSUBR_H_ -#ifndef NETISR_USB -#define NETISR_USB 25 -#endif - struct usb_qdat { struct ifnet *ifp; void (*if_rxstart) (struct ifnet *); -- cgit v1.1