summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_aue.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-1498/+0
* Add a quirk for Belkin USB Bluetooth adapters (F8T012xx1 series)Giorgos Keramidas2008-11-121-0/+9
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forKris Kennaway2008-04-161-1/+1
* Remove duplicate ID and recall that I comes after E in alphabeticalWarner Losh2007-06-231-2/+1
* Merge some device IDs from OpenBSD for aue. Minor sorting of usbdevsWarner Losh2007-06-231-0/+9
* USB Ethernet Adaptor "ELECOM LD-USB20"Warner Losh2007-06-221-0/+1
* Fix two PRs by adding vendor IDs:Warner Losh2007-06-211-0/+1
* Use device_foo_t to declare kobj methodsWarner Losh2007-06-181-9/+9
* Remove USBGETSOFTC, USB_ATTACH_START, USB_DETACH_START andWarner Losh2007-06-171-4/+5
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-2/+4
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-6/+6
* Get rid of useless devinfo stuffWarner Losh2007-06-111-40/+28
* Optimize sx locks to use simple atomic operations for the common cases ofJohn Baldwin2007-03-311-0/+1
* Add ALTQ support for aue(4).Max Laier2007-02-031-5/+7
* Remove my "custom" locks that allow for lock acquire abort, they areAlfred Perlstein2007-01-081-168/+45
* Fix a deadlock in detach/shutdown.Alfred Perlstein2006-12-231-15/+155
* Use callouts to prevent races.Alfred Perlstein2006-12-131-6/+9
* defer all processing to a full fledged thread.Alfred Perlstein2006-12-111-172/+155
* Stop INVARIANTS panics in if_aue with a stopgap.Alfred Perlstein2006-11-291-7/+31
* Add support for Netgear FA101 ethernet USB NIC.Florent Thoumie2006-10-071-0/+1
* More removing compatibility macros.Warner Losh2006-09-071-2/+2
* s/Static/static/gWarner Losh2006-09-061-69/+69
* Change the multicast calculation to be the same as the other usb drivers andAndrew Thompson2006-07-051-5/+6
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-1/+0
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh2005-10-221-1/+1
* Add missing mtx_destroy() when if_alloc() fails.Ruslan Ermilov2005-09-161-1/+6
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-14/+14
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-13/+17
* Fix breakage in the previous commit caused by the last-minute change.Maxim Sobolev2005-03-251-3/+2
* Move Rx/Tx lists management routines into central location.Maxim Sobolev2005-03-251-126/+50
* Move xxx_newbuf() function, which was the same in all drivers into centralMaxim Sobolev2005-03-251-39/+5
* Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB frameworkRobert Watson2004-08-111-1/+2
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-21/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Replace the static "qdat" structure with a per-instance softc fieldIan Dowse2004-05-231-5/+3
* Add support for the ADMtek AN8513 USB Ethernet adapter.David E. O'Brien2004-04-161-0/+1
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-5/+0
* Add support HP hn210e usb ethernetMIHIRA Sanpei Yoshiro2003-12-171-0/+1
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-5/+5
* Remove duplicateJohan Karlsson2003-11-141-3/+0
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-5/+7
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-041-1/+23
* Support the Hawking Technology's UF100 Pegasus II 10/100 USB Ethernet.David E. O'Brien2003-09-181-0/+1
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3