summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* Regen.gehenna2000-03-202-33/+537
* Add 80 vendor IDs.gehenna2000-03-201-10/+82
* The completely rewritten USB Mass Storage driver. It supports the followingn_hibma2000-03-182-432/+2193
* Get rid of the last remnants of powerhook abuse.n_hibma2000-03-185-11/+8
* Add another device/vendor code combination to support yet anotherwpaul2000-03-181-0/+1
* Please welcome the URio driver. Written byn_hibma2000-03-162-0/+625
* Add the TD's to the hash when they are created not when they are used.n_hibma2000-03-152-16/+44
* Add an ID for the SiS 5571.n_hibma2000-03-152-6/+12
* powerhooks no longer usedn_hibma2000-03-151-0/+2
* Make the makefile work properly.n_hibma2000-03-151-1/+6
* Do not use the powerhooks at all, instead of abusing and empty #define.n_hibma2000-03-151-2/+4
* Never stop the control pipen_hibma2000-03-151-3/+4
* Regen.n_hibma2000-03-152-2/+18
* Add Y-E Data floppy drive.n_hibma2000-03-151-0/+4
* Update the e-mail address to a valid one.n_hibma2000-03-151-1/+1
* Add vendor/device ID for Corega FEther USB-TX.gehenna2000-03-091-0/+1
* Regen.gehenna2000-03-092-2/+9
* Add Corega FEther USB-TX.gehenna2000-03-091-0/+1
* Fix flushing of the clists before deleting them. Stops the machinen_hibma2000-03-022-0/+2
* Move the warning on wrong IRQ values to the right place, before anyn_hibma2000-02-202-16/+16
* Correctly handle the conversion from virtual to physical addresses. Then_hibma2000-02-106-48/+77
* Add PCI Id's for i810 chipsets.n_hibma2000-02-071-0/+16
* Don't use tsleep when cold booting. It is called before bus->use_pollingn_hibma2000-02-061-1/+1
* Disable the generation of SMIs (System Management Interrupts). Always setn_hibma2000-02-061-10/+10
* Commit missing bits, forgotten when committing support for suspend/resumen_hibma2000-02-041-4/+7
* bus_release_resource is spellt like bus_release_resource not liken_hibma2000-01-312-26/+26
* Get the KASSERT right.n_hibma2000-01-291-1/+1
* Fix debugging output. The TDs are linked through the dnext field, notn_hibma2000-01-291-1/+2
* Remove a warning from LINTn_hibma2000-01-291-1/+1
* Unbreak LINT.n_hibma2000-01-291-1/+1
* First part of the fix for ohci_hash_find_td panic.n_hibma2000-01-291-4/+21
* Add comments and debugging info.n_hibma2000-01-291-9/+20
* The toggle carry bit is stored in the headp not the tailp.n_hibma2000-01-291-2/+2
* Mask off the last two bits before comparing. It might just be that somen_hibma2000-01-292-4/+9
* Tripmine for bad hardware.n_hibma2000-01-291-0/+4
* Minor tweak: the D-Link 10/100 USB ethernet adapter is apparently usingwpaul2000-01-291-4/+8
* Correct the list of error messages. It was incomplete.n_hibma2000-01-281-0/+3
* Regen.n_hibma2000-01-281-1/+1
* Correct the entry for the Kodak DC290.n_hibma2000-01-281-1/+1
* Fix a bug in the uhci driver that breaks large bulk IN transfers. Thewpaul2000-01-286-74/+22
* The values for OHCI_HALTED and OHCI_TOGGLECARRY were reversed.n_hibma2000-01-281-2/+2
* Move the defines to the right location.n_hibma2000-01-273-10/+18
* Add umass.cn_hibma2000-01-271-1/+2
* Properly teardown the allocated and initialised stuff when an errorn_hibma2000-01-262-38/+43
* Don't set ivars until we checked the return value from device_add_child.n_hibma2000-01-262-2/+2
* Add commentsn_hibma2000-01-261-6/+27
* Add usbd_clear_endpoint_toggle(pipe) function.n_hibma2000-01-252-0/+9
* Correct subroutine names in DPRINTFn_hibma2000-01-251-5/+5
* The previous fix for the USB ugen device set configuration ioctl()n_hibma2000-01-241-4/+12
* Fix some warnings.peter2000-01-231-2/+2
OpenPOWER on IntegriCloud