freebsd-skq/sys/dev/usb/net
Pyun YongHyeon f95779d97e Do not setup interrupt endpoint for axe(4).
It seems axe(4) controllers support interrupt endpoint such that
enabling interrupt endpoint generates about 1000 interrupts/sec.
Controllers transfer 8 bytes data through interrupt endpoint and
the data include link UP/DOWN state as well as some PHY related
information. Previously axe(4) didn't use the transferred data and
didn't even try to read the data. Because axe(4) counts on mii(4)
to detect link state changes there is no need to use interrupt
endpoint here.

This change fixes generation of unnecessary interrupts which was
seen when interface is brought to UP.

No objections from:	hselasky
2010-10-11 19:20:53 +00:00
..
if_aue.c Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
if_auereg.h s/usb2_/usb_|usbd_/ on all function names for the USB stack. 2009-06-15 01:02:43 +00:00
if_axe.c Do not setup interrupt endpoint for axe(4). 2010-10-11 19:20:53 +00:00
if_axereg.h Do not setup interrupt endpoint for axe(4). 2010-10-11 19:20:53 +00:00
if_cdce.c Fix setting of the rx_max and tx_max variables. If the expected buffer size is 2010-09-02 03:55:08 +00:00
if_cdcereg.h Add basic support for USB Network Control Model (NCM) v1.0 to if_cdce.c. 2009-09-28 07:53:55 +00:00
if_cue.c Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
if_cuereg.h s/usb2_/usb_/ on all C structs for the USB stack. 2009-05-28 17:36:36 +00:00
if_kue.c Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
if_kuefw.h
if_kuereg.h s/usb2_/usb_/ on all C structs for the USB stack. 2009-05-28 17:36:36 +00:00
if_rue.c Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
if_ruereg.h s/usb2_/usb_|usbd_/ on all function names for the USB stack. 2009-06-15 01:02:43 +00:00
if_udav.c Add missing MODULE_VERSION() definitions, this resolves problems around 2010-09-01 23:47:53 +00:00
if_udavreg.h s/usb2_/usb_|usbd_/ on all function names for the USB stack. 2009-06-15 01:02:43 +00:00
uhso.c Reduce the need to accesss struct usb_device by providing functions to access 2010-09-02 04:39:45 +00:00
usb_ethernet.c RX buffer allocation failure is not an input error. Controller 2010-10-04 23:25:38 +00:00
usb_ethernet.h Fix _USB2_* refernces in the header protection defines. 2009-06-15 01:09:19 +00:00