aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-134-40/+34
* It is obivous this started out as a copy of a Bill Paul driver so he hasDavid E. O'Brien2003-11-131-0/+30
* Remove a gremlin so that this code compiles under -stable withoutJosef Karthauser2003-11-121-1/+1
* MFNetBSD:Josef Karthauser2003-11-102-6/+5
* MFNetBSD:Josef Karthauser2003-11-101-1/+2
* MFNetBSD:Josef Karthauser2003-11-101-8/+11
* MFNetBSD:Josef Karthauser2003-11-101-0/+10
* MFNetBSD:Josef Karthauser2003-11-091-1/+2
* Revise the NetBSD revision control strings.Josef Karthauser2003-11-093-29/+3
* MFNetBSD:Josef Karthauser2003-11-096-15/+10
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-095-7/+7
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+1
* I've had a couple of reports that the Sony Clie_40 doesn't need theJosef Karthauser2003-11-081-1/+1
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-033-3/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-315-10/+5
* Const poison the crc calcuation routines so const data can be sent toWarner Losh2003-10-231-3/+3
* Cache dev_t values in the right structure.Bernd Walter2003-10-121-4/+4
* Add the Intersil Prism2/Atmel device. These particular devices are strangeBruce M Simpson2003-10-103-2/+22
* Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.Bruce M Simpson2003-10-103-2/+14
* sync to 1.140Warner Losh2003-10-052-2/+16
* 2662W-AR Wireless AdapterWarner Losh2003-10-051-0/+2
* Correct a typo on line 552 of revision 1.92 which was breaking GENERIC:-Bruce M Simpson2003-10-051-1/+1
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-042-3/+17
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-0414-6/+159
* Fix indentionBernd Walter2003-10-011-1/+1
* Don't call makedev().Bernd Walter2003-10-012-14/+23
* I don't know from where the notion that device driver should orPoul-Henning Kamp2003-09-285-33/+0
* Add VidzMedia MonsterTV (MPEG video/TV capture box).John Birrell2003-09-243-2/+22
* Add vendor Samsung and device Samsung ML-6060.Stefan Eßer2003-09-203-2/+22
* In umass_bbb_get_max_lun() move maxlun to before the DPRINTF so thatGary Jennejohn2003-09-201-1/+1
* Add HP 4400C, Belkin F5U208 VideoBusIIJohn Birrell2003-09-193-2/+18
* Support the Hawking Technology's UF100 Pegasus II 10/100 USB Ethernet.David E. O'Brien2003-09-184-2/+23
* Recognize the OHCI USB device on Opteron-based nForce3 motherboardsDavid E. O'Brien2003-09-031-0/+9
* Try a port reset if initial contact to a device failed.Bernd Walter2003-09-011-1/+4
* eliminate casts from the DMAADDR macro. This depends upon bus_addr_t beingJohn-Mark Gurney2003-09-011-1/+1
* Implement the last commit properly.Josef Karthauser2003-08-251-0/+3
* Fix the cdevsw compatibility for -stable.Josef Karthauser2003-08-259-11/+8
* Use __FBSDID().David E. O'Brien2003-08-2435-39/+108
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-223-6/+6
* SHUTTLE_INIT quirk for EXATELECOM i-Bead mp3 playerNate Lawson2003-08-221-0/+4
* Add quirks for the EXATELECOM i-Bead mp3 player.Nate Lawson2003-08-223-0/+12
* Crank down UVISORBUFSIZE from 1024 to 64 to avoid a problem whereJosef Karthauser2003-08-141-1/+11
* Remove the 6-10 byte translation from UFI and ATAPI command sets. It isNate Lawson2003-08-061-61/+0
* fix another bus_dma leak due to not having a size param for our bus_dmaJohn-Mark Gurney2003-07-291-0/+2
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes toNate Lawson2003-07-281-1/+1
* Fix a 64 bit bug lost in the inline warning noise. sizeof is not alwaysPeter Wemm2003-07-221-1/+1
* override the tag. usb_block_allocmem allocates a new tag, which when weJohn-Mark Gurney2003-07-211-1/+5
* seems like i386 && DIAGNOSTIC needs sys/proc.hJohn-Mark Gurney2003-07-161-0/+1
* add missing machine/bus.h headers that are now necessary because of theJohn-Mark Gurney2003-07-166-0/+6
* make allocation of the necessary data structures most efficent by usingJohn-Mark Gurney2003-07-152-5/+5