summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicatejohan2003-11-145-15/+0
* Despam the const poisoningimp2003-11-141-5/+5
* Try to create some sort of consistency in how the routings to find theobrien2003-11-134-40/+34
* It is obivous this started out as a copy of a Bill Paul driver so he hasobrien2003-11-131-0/+30
* Remove a gremlin so that this code compiles under -stable withoutjoe2003-11-121-1/+1
* MFNetBSD:joe2003-11-102-6/+5
* MFNetBSD:joe2003-11-101-1/+2
* MFNetBSD:joe2003-11-101-8/+11
* MFNetBSD:joe2003-11-101-0/+10
* MFNetBSD:joe2003-11-091-1/+2
* Revise the NetBSD revision control strings.joe2003-11-093-29/+3
* MFNetBSD:joe2003-11-096-15/+10
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-095-7/+7
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-1/+1
* I've had a couple of reports that the Sony Clie_40 doesn't need thejoe2003-11-081-1/+1
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-033-3/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-315-10/+5
* Const poison the crc calcuation routines so const data can be sent toimp2003-10-231-3/+3
* Cache dev_t values in the right structure.ticso2003-10-121-4/+4
* Add the Intersil Prism2/Atmel device. These particular devices are strangebms2003-10-103-2/+22
* Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.bms2003-10-103-2/+14
* sync to 1.140imp2003-10-052-2/+16
* 2662W-AR Wireless Adapterimp2003-10-051-0/+2
* Correct a typo on line 552 of revision 1.92 which was breaking GENERIC:-bms2003-10-051-1/+1
* Make it easier to run this code on RELENG_4.joe2003-10-042-3/+17
* Make it easier to run this code on RELENG_4.joe2003-10-0414-6/+159
* Fix indentionticso2003-10-011-1/+1
* Don't call makedev().ticso2003-10-012-14/+23
* I don't know from where the notion that device driver should orphk2003-09-285-33/+0
* Add VidzMedia MonsterTV (MPEG video/TV capture box).jb2003-09-243-2/+22
* Add vendor Samsung and device Samsung ML-6060.se2003-09-203-2/+22
* In umass_bbb_get_max_lun() move maxlun to before the DPRINTF so thatgj2003-09-201-1/+1
* Add HP 4400C, Belkin F5U208 VideoBusIIjb2003-09-193-2/+18
* Support the Hawking Technology's UF100 Pegasus II 10/100 USB Ethernet.obrien2003-09-184-2/+23
* Recognize the OHCI USB device on Opteron-based nForce3 motherboardsobrien2003-09-031-0/+9
* Try a port reset if initial contact to a device failed.ticso2003-09-011-1/+4
* eliminate casts from the DMAADDR macro. This depends upon bus_addr_t beingjmg2003-09-011-1/+1
* Implement the last commit properly.joe2003-08-251-0/+3
* Fix the cdevsw compatibility for -stable.joe2003-08-259-11/+8
* Use __FBSDID().obrien2003-08-2435-39/+108
* Prefer new location of pci include files (which have only been in theimp2003-08-223-6/+6
* SHUTTLE_INIT quirk for EXATELECOM i-Bead mp3 playernjl2003-08-221-0/+4
* Add quirks for the EXATELECOM i-Bead mp3 player.njl2003-08-223-0/+12
* Crank down UVISORBUFSIZE from 1024 to 64 to avoid a problem wherejoe2003-08-141-1/+11
* Remove the 6-10 byte translation from UFI and ATAPI command sets. It isnjl2003-08-061-61/+0
* fix another bus_dma leak due to not having a size param for our bus_dmajmg2003-07-291-0/+2
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-281-1/+1
* Fix a 64 bit bug lost in the inline warning noise. sizeof is not alwayspeter2003-07-221-1/+1
* override the tag. usb_block_allocmem allocates a new tag, which when wejmg2003-07-211-1/+5
* seems like i386 && DIAGNOSTIC needs sys/proc.hjmg2003-07-161-0/+1
OpenPOWER on IntegriCloud