summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove "extern int cold" from SPLUSBCHECK - it causes a heap of warnings.peter2000-01-231-1/+0
* Fix a warning in DIAGNOSTIC code.peter2000-01-231-1/+1
* Check whether we can change config at all. If any of the endpointsn_hibma2000-01-231-1/+11
* Zap the vnodes for the control endpoint as well.n_hibma2000-01-231-0/+6
* Add ID for the AMD-756 OHCI controllern_hibma2000-01-211-0/+9
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNn_hibma2000-01-205-10/+17
* Remove duplicate includen_hibma2000-01-201-1/+0
* Properly remove interrupts if initialisation fails.n_hibma2000-01-201-29/+37
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtwpaul2000-01-201-1/+1
* Do not include `ukbd.h'; it's not used.yokota2000-01-201-1/+0
* Regen.wpaul2000-01-202-507/+625
* More USB ethernet tweaks:wpaul2000-01-2023-524/+1040
* Fix a couple of bugs:wpaul2000-01-192-5/+8
* Change the mechanism by which we detect that the firmware is alreadywpaul2000-01-171-24/+19
* The correct part number for the CATC ASIC is USB-EL1210A, notwpaul2000-01-171-2/+2
* Remove device name strings from vendor/product lists since we don't usewpaul2000-01-166-59/+57
* Minor enhancement: set the 'dual link LED' bit in the auxmode registerwpaul2000-01-151-0/+12
* Fix multicast filter programming.wpaul2000-01-141-3/+5
* Do a few minor cleanups.wpaul2000-01-142-9/+5
* Add device driver support for USB ethernet adapters based on the CATCwpaul2000-01-142-0/+1411
OpenPOWER on IntegriCloud