aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Minor tweaks.Damien Bergamini2005-11-191-10/+13
* Second part of the AMRR commit.Damien Bergamini2005-11-182-13/+112
* Add some initial bits (currently unused) for upcoming AMRR support.Damien Bergamini2005-11-151-0/+10
* Add some initial bits (currently unused) for upcoming AMRR support.Damien Bergamini2005-11-151-0/+77
* Optimize and clean TX time computation.Damien Bergamini2005-11-151-22/+7
* Be more robust when handling Rx interrupts. If we can't allocate a new mbuf,Damien Bergamini2005-11-131-11/+11
* Fix a > 1 year old typo that caused the ulpt driver to try readingIan Dowse2005-11-121-1/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-116-6/+6
* Remove spl.Bernd Walter2005-11-051-28/+16
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh2005-10-224-4/+4
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-163-3/+3
* add product ID for Linux Ethernet/RNDIS gadget on pxa210/25x/26x.Hajimu UMEMOTO2005-09-282-0/+2
* Add dummy support for ifmedia subsystem. This allows devd to see cdce as anMaxim Sobolev2005-09-262-0/+32
* This part of the struct isn't needed on FreeBSD:Alexander Leidinger2005-09-241-0/+2
* 'PC Card' instead of other variantsWarner Losh2005-09-221-2/+2
* Remove OLDCARD shimsWarner Losh2005-09-221-33/+17
* The "SMC EZ Connect SMC2862W-G" product is not based on the Ralink RT2500USBDamien Bergamini2005-09-191-1/+0
* ehcivar.h:Alexander Leidinger2005-09-184-12/+100
* Add missing mtx_destroy() when if_alloc() fails.Ruslan Ermilov2005-09-166-4/+27
* Add missing if_free() in rue_detach().Ruslan Ermilov2005-09-161-0/+1
* Note that Keyspan is also InnoSys Inc.David E. O'Brien2005-09-121-1/+1
* Provide the USB device release number along with other parametersIan Dowse2005-08-231-4/+4
* Fix basic rates set for 802.11a/g operating modes. This can significantlyDamien Bergamini2005-08-211-6/+18
* Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUALDamien Bergamini2005-08-201-4/+6
* Clarify/fix handling of the current channel:Sam Leffler2005-08-101-6/+7
* Add proper copyright attribution.David E. O'Brien2005-08-101-0/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-098-98/+130
* Fix two bugs that interacted to cause page faults in softclock()Ian Dowse2005-08-041-1/+2
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-036-0/+12
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and useSam Leffler2005-07-221-1/+1
* PLAY_MSF, PLAY_TRACK, PLAY_TRACK_REL, PAUSE, PLAY_12 commands to passXin LI2005-07-191-0/+5
* Don't wait for the printer to become ready before allowing the open toWarner Losh2005-07-151-23/+1
* Add SL811 based host controller driver for CF usb host controller.Takanori Watanabe2005-07-144-0/+2106
* Prepare to commit SL811 based Host controller driver.Takanori Watanabe2005-07-141-0/+1
* remove driver-private key allocators; use the default one insteadSam Leffler2005-07-101-12/+0
* Make sure that all the necessary USB endpoints are found during deviceDamien Bergamini2005-07-082-2/+7
* ral_init() takes a struct ral_softc as parameter not a struct ifnet.Damien Bergamini2005-07-081-1/+1
* reclaim node reference when ieee80211_encap failsSam Leffler2005-07-081-1/+3
* update ural idsSam Leffler2005-07-082-2/+34
* reclaim mbuf when ieee80211_crypto_encap failsSam Leffler2005-07-071-1/+3
* Add support for IODATA USB-RSAQ3 USB-Serial Adapter.Hiroki Sato2005-07-032-0/+3
* o Add new ids for the Belkin F5D7050Damien Bergamini2005-07-031-3/+10
* Add another ural(4) device (Belkin F5D7050)Damien Bergamini2005-07-031-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-1016-83/+120
* Identify the Intel ICH4 EHCI controller.Benno Rice2005-06-101-0/+5
* Power state management now done in PCI bus codeWarner Losh2005-06-051-11/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-5/+0
* Fix WPA (802.11i) support.Damien Bergamini2005-05-221-0/+12
* Recognize the integrated USB controllers of Sun PCIO-2 chips whichMarius Strobl2005-05-191-0/+14
* Add convenience functions to get port and interface.Warner Losh2005-05-161-0/+15