summaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_axe.c
Commit message (Expand)AuthorAgeFilesLines
* Only the USB root HUB thread is allowed to attach and detach driversHans Petter Selasky2011-07-181-1/+0
* Add initial support for AX88772B USB Fast Ethernet. AX88772BPyun YongHyeon2011-07-141-24/+96
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-1/+1
* Poke correct GPIO pins for newer axe(4) controllers with MarvellPyun YongHyeon2011-06-011-3/+18
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-6/+3
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* r184610 changed the way how TX frames are handled on AX88178 andPyun YongHyeon2010-12-081-42/+31
* Add initial AX88772A support.Pyun YongHyeon2010-11-281-4/+56
* Introduce new macro AXE_IS_178_FAMILY and AXE_IS_772. IncludePyun YongHyeon2010-11-281-12/+15
* Do full controller initialization in axe_reset() for controllersPyun YongHyeon2010-11-281-0/+6
* Make sure to change to currently selected media.Pyun YongHyeon2010-11-281-0/+2
* Do not reinitialize controller if it's already running.Pyun YongHyeon2010-11-281-0/+3
* Move axe_reset() to axe_init().Pyun YongHyeon2010-11-281-2/+2
* Apply GPIO configuration for all CICADA PHYs.Pyun YongHyeon2010-11-281-2/+5
* Do not setup interrupt endpoint for axe(4).Pyun YongHyeon2010-10-111-33/+0
* Don't count input error twice. uether_rxbuf() already updated thatPyun YongHyeon2010-10-041-4/+3
* Make upper stack know driver's output status. This change increasedPyun YongHyeon2010-10-041-3/+8
* Move updating TX packet counter to the inside of send loop. axe(4)Pyun YongHyeon2010-10-041-1/+11
* Add new device ids.MIHIRA Sanpei Yoshiro2010-09-211-0/+2
* Add GPIO programming for more PHY hardware.Andrew Thompson2010-09-021-29/+78
* Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson2010-09-011-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+1
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makeAndrew Thompson2009-12-261-26/+28
* Add new device ids.Andrew Thompson2009-12-091-0/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-1/+1
* Allow setting of MAC address for AXE based ethernet adapters.Andrew Thompson2009-09-281-4/+5
* Increase the rx buffer size to 16384 bytes, this increases RX performance fromAndrew Thompson2009-09-281-29/+26
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-43/+61
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-56/+56
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-12/+12
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-20/+20
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-1/+1
* Remove USB shutdown methods from device drivers as its the host controllersAndrew Thompson2009-05-051-16/+0
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-11/+11
* Fix endian conversion from htole16 to htole32.Andrew Thompson2009-03-081-1/+1
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-021-1/+1
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+1076