summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net/if_aue.c
Commit message (Expand)AuthorAgeFilesLines
* Create a USB_PNP_INFO and use it to export the existing PNPimp2015-12-111-0/+1
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-051-1/+1
* Mechanically convert to if_inc_counter().glebius2014-09-181-7/+7
* Fix logical error.hselasky2014-09-031-1/+1
* Correct endianness handling in getting station address from EEPROM.yongari2014-04-031-16/+14
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+4
* - Use the consistenly PHY-specific reset routine PHY_RESET() rather thankevlo2013-06-141-2/+3
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-2/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-171-1/+1
* Only the USB root HUB thread is allowed to attach and detach drivershselasky2011-07-181-1/+0
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-1/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-6/+3
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Add missing MODULE_VERSION() definitions, this resolves problems aroundthompsa2010-09-011-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makethompsa2009-12-261-68/+70
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-1/+1
* We used force all of the GPIO pins low first and thenalfred2009-08-241-5/+8
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-45/+71
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-50/+50
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-13/+13
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-22/+22
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* Remove USB shutdown methods from device drivers as its the host controllersthompsa2009-05-051-16/+0
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-10/+10
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Also use proper capitalisation of FreeBSD in other source files.ed2009-02-241-2/+2
* Move the new USB stack into its new home.thompsa2009-02-231-0/+1054
OpenPOWER on IntegriCloud