summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_zyd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-7/+1
* * replace per-driver dying and/or other state variables with use ofjakemsr2010-12-061-1/+4
* don't free network related resources if they were not allocatedjakemsr2010-10-271-3/+5
* check that a timeout(9) has been initialized before deleting itjakemsr2010-10-231-3/+5
* create another kthread to run xfer abort tasks. xfer abort tasks cannotjakemsr2010-10-231-2/+2
* remove the unused if_init callback in struct ifnetjsg2010-08-271-2/+1
* add a bunch of devices found in linux driversjsg2009-11-221-1/+9
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* oops, bad merge.damien2009-06-011-1/+2
* - cleanup tx pathdamien2009-06-011-112/+67
* fix endianness issue.damien2009-06-011-2/+2
* Add AL2230S support, extracted from part of a massivejsg2009-05-311-1/+12
* PV2000 -> AL2230Sjsg2009-05-311-2/+2
* Match on siemens zd1211b, support for the al2230s radiojsg2009-05-311-1/+2
* Sitecom WL-603 should work according to linux driverjsg2009-03-271-1/+2
* Second pass of simple timeout_add -> timeout_add_sec conversionsblambert2008-10-151-3/+3
* hardware may pass us ACK or CTS frames in some cases, so usedamien2008-08-271-18/+16
* introduce new IEEE80211_STA_ONLY kernel option that can be set todamien2008-08-271-1/+3
* instead of passing rx tstamp and rssi to the ieee80211_input function,damien2008-07-211-2/+6
* Add ZyXEL G-202, which was already in usbdevs.jsg2008-05-271-1/+2
* Kernel implementation of the 4-way handshake and group-keydamien2008-04-161-5/+8
* more zydas versions, collected from various placesderaadt2007-12-071-1/+3
* properly update hardware multicast filter.damien2007-11-271-15/+61
* add the Planex GW-US54GXS adapter.brad2007-11-181-1/+2
* two fixes from FreeBSD:damien2007-11-031-12/+29
* attach Planex GWUS54GD, from freebsdfkr2007-10-141-1/+2
* treat usb vendor/product names as a locator, and have usbd_print handle it,deraadt2007-10-111-6/+1
* use new malloc M_ZERO flag to shrink kernel.damien2007-09-071-7/+2
* unify firmware load failure messages; ok mglockerderaadt2007-08-281-3/+3
* Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andmbalmer2007-06-141-2/+17
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-2/+2
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-36/+36
* Remove the definition and use of the USBDEV macro. It only created confusionmbalmer2007-06-101-3/+3
* Remove the definition and use of if_deactivate(). It was defined empty andmbalmer2007-06-091-2/+1
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-12/+13
* Don't enable debug spam by default.jsg2007-02-111-4/+4
* Add a bunch more zyd(4) devicesjsg2007-02-091-4/+16
* Match some additional devices found in Linux driver.jsg2007-01-141-1/+6
* Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on aclaudio2007-01-021-5/+7
* o add missing calibration bits for ZD1211B in zyd_set_chan()damien2006-12-161-2/+7
* Add USR5423. -mojmaja2006-12-091-1/+2
* Add a "break" which makes AL7230B initialize now. Still doesn't workmglocker2006-12-021-1/+2
* cosmeticdamien2006-11-301-26/+25
* fix PHY initialization for ZD1211B.damien2006-11-301-10/+6
* fix setting of MAC register ZYD_MAC_RETRY for ZD1211B.damien2006-11-301-3/+5
* more ZD1211B devicesjsg2006-11-301-1/+7
* Remaining bits required for ZD1211B support.jsg2006-11-291-3/+40
* match Linksys WUSBF54Gjsg2006-11-291-2/+3
* Initial untested bits for ZD1211B support, different initjsg2006-11-271-12/+48