summaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.0.0_cvscvs2svn2000-03-2046-50/+50
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-132-607/+0
* Add vendor/device ID for Corega FEther USB-TX.Masahide MAEKAWA2000-03-091-0/+1
* Regen.Masahide MAEKAWA2000-03-092-2/+9
* Add Corega FEther USB-TX.Masahide MAEKAWA2000-03-091-0/+1
* Fix flushing of the clists before deleting them. Stops the machineNick Hibma2000-03-022-0/+2
* Move the warning on wrong IRQ values to the right place, before anyNick Hibma2000-02-202-16/+16
* Correctly handle the conversion from virtual to physical addresses. TheNick Hibma2000-02-106-48/+77
* Add PCI Id's for i810 chipsets.Nick Hibma2000-02-071-0/+16
* Don't use tsleep when cold booting. It is called before bus->use_pollingNick Hibma2000-02-061-1/+1
* Disable the generation of SMIs (System Management Interrupts). Always setNick Hibma2000-02-061-10/+10
* Commit missing bits, forgotten when committing support for suspend/resumeNick Hibma2000-02-041-4/+7
* bus_release_resource is spellt like bus_release_resource not likeNick Hibma2000-01-312-26/+26
* Get the KASSERT right.Nick Hibma2000-01-291-1/+1
* Fix debugging output. The TDs are linked through the dnext field, notNick Hibma2000-01-291-1/+2
* Remove a warning from LINTNick Hibma2000-01-291-1/+1
* Unbreak LINT.Nick Hibma2000-01-291-1/+1
* First part of the fix for ohci_hash_find_td panic.Nick Hibma2000-01-291-4/+21
* Add comments and debugging info.Nick Hibma2000-01-291-9/+20
* The toggle carry bit is stored in the headp not the tailp.Nick Hibma2000-01-291-2/+2
* Mask off the last two bits before comparing. It might just be that someNick Hibma2000-01-292-4/+9
* Tripmine for bad hardware.Nick Hibma2000-01-291-0/+4
* Minor tweak: the D-Link 10/100 USB ethernet adapter is apparently usingBill Paul2000-01-291-4/+8
* Correct the list of error messages. It was incomplete.Nick Hibma2000-01-281-0/+3
* Regen.Nick Hibma2000-01-281-1/+1
* Correct the entry for the Kodak DC290.Nick Hibma2000-01-281-1/+1
* Fix a bug in the uhci driver that breaks large bulk IN transfers. TheBill Paul2000-01-286-74/+22
* The values for OHCI_HALTED and OHCI_TOGGLECARRY were reversed.Nick Hibma2000-01-281-2/+2
* Move the defines to the right location.Nick Hibma2000-01-273-10/+18
* Add umass.cNick Hibma2000-01-271-1/+2
* Properly teardown the allocated and initialised stuff when an errorNick Hibma2000-01-262-38/+43
* Don't set ivars until we checked the return value from device_add_child.Nick Hibma2000-01-262-2/+2
* Add commentsNick Hibma2000-01-261-6/+27
* Add usbd_clear_endpoint_toggle(pipe) function.Nick Hibma2000-01-252-0/+9
* Correct subroutine names in DPRINTFNick Hibma2000-01-251-5/+5
* The previous fix for the USB ugen device set configuration ioctl()Nick Hibma2000-01-241-4/+12
* Fix some warnings.Peter Wemm2000-01-231-2/+2
* remove "extern int cold" from SPLUSBCHECK - it causes a heap of warnings.Peter Wemm2000-01-231-1/+0
* Fix a warning in DIAGNOSTIC code.Peter Wemm2000-01-231-1/+1
* Check whether we can change config at all. If any of the endpointsNick Hibma2000-01-231-1/+11
* Zap the vnodes for the control endpoint as well.Nick Hibma2000-01-231-0/+6
* Add ID for the AMD-756 OHCI controllerNick Hibma2000-01-211-0/+9
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNNick Hibma2000-01-205-10/+17
* Remove duplicate includeNick Hibma2000-01-201-1/+0
* Properly remove interrupts if initialisation fails.Nick Hibma2000-01-201-29/+37
* Fix test for deciding when a bulk IN transfer got truncated. I thoughtBill Paul2000-01-201-1/+1
* Do not include `ukbd.h'; it's not used.Kazutaka YOKOTA2000-01-201-1/+0
* Regen.Bill Paul2000-01-202-507/+625
* More USB ethernet tweaks:Bill Paul2000-01-2023-524/+1040
* Fix a couple of bugs:Bill Paul2000-01-192-5/+8