aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/net/if_axe.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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