summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
* MFC r226803:Hans Petter Selasky2011-10-292-2/+15
* Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCI and moved itRuslan Ermilov2011-05-172-2/+1
* Fix for missing EHCI datatoggle change case.Hans Petter Selasky2011-04-261-0/+2
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIHans Petter Selasky2011-04-123-15/+1
* - Correct EHCI interrupt disabling at detach.Hans Petter Selasky2011-04-033-3/+3
* Fix initialisation order with regard to debug prints.Hans Petter Selasky2011-03-251-2/+2
* Fix typo.Hans Petter Selasky2011-03-241-1/+1
* Comply with style(9).Hans Petter Selasky2011-03-231-4/+4
* - Bugfix: Fix a EHCI hardware race, where the hardware computed data toggleHans Petter Selasky2011-03-211-3/+25
* - Correct USB 3.0 wire-speed to 5.0GbpsHans Petter Selasky2011-02-261-1/+1
* Minor cleanup:Hans Petter Selasky2011-02-091-4/+4
* Improve the error interrupt handler. In particular, read theMarcel Moolenaar2011-02-081-9/+14
* Make USB packet filtering code optional.Hans Petter Selasky2011-01-181-2/+4
* - Add support for 64-byte contexts to XHCI driver.Hans Petter Selasky2011-01-132-46/+105
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-1122-22/+0
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byJohn Baldwin2011-01-061-1/+1
* Removes a unused function `usb_bus_find'.Weongyo Jeong2010-11-251-26/+0
* Handles the unit number correctly that the previous commit had a problemWeongyo Jeong2010-11-251-4/+4
* Removes all duplicated code with BPF that it's greatly simplified andWeongyo Jeong2010-11-241-1/+1
* Adds a USB packet filter feature to the stack that it could captureWeongyo Jeong2010-11-221-0/+32
* The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registersNathan Whitehorn2010-10-252-5/+9
* Remove unused EHCI register definition.Hans Petter Selasky2010-10-142-3/+1
* Revert most of r197682 (EHCI Hardware BUG workaround). ImplementHans Petter Selasky2010-10-142-40/+51
* Avoid using endless retransmission at EHCI hardware level, hence this hideHans Petter Selasky2010-10-141-1/+2
* Correct EHCI root HUB interface descriptor.Hans Petter Selasky2010-10-141-2/+1
* Correct EHCI port register read.Hans Petter Selasky2010-10-141-1/+1
* Correct some root HUB descriptor fields in multiple controller drivers.Hans Petter Selasky2010-10-136-31/+9
* This commit adds full support for USB 3.0 devices in host and deviceHans Petter Selasky2010-10-041-0/+6
* Add missing DRIVER_MODULE() entry for the musbotg driver.Hans Petter Selasky2010-10-041-0/+4
* The root mount hold reference was not released on USB controllerHans Petter Selasky2010-10-041-8/+14
* Commit initial version of new XHCI driver which was written fromHans Petter Selasky2010-10-034-0/+4898
* Change argument for usbd_get_dma_delay() from USB bus to USB device, someAndrew Thompson2010-09-023-3/+3
* Add support for LOW speed BULK transfers. This mode is not recommended by theAndrew Thompson2010-06-223-9/+3
* Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski2010-06-131-33/+40
* Back out r203140 which was causing problems when the first and the lastAndrew Thompson2010-05-121-9/+20
* Add missing ifdefs for usb power saving support.Andrew Thompson2010-05-121-1/+4
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-223-37/+37
* Add PCI IDs for two more nForce controllers.Andrew Thompson2010-03-282-0/+4
* Add support for the Samsung S3C2xx0 family of ARM SoCs written byWarner Losh2010-03-201-0/+219
* For USS820 driver we need to manually reset TX FIFO at each SETUP transactionAndrew Thompson2010-03-111-0/+8
* Wrap the proc wakeup special case for ddb in ifdef DDB.Andrew Thompson2010-03-111-0/+6
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-039-63/+0
* Disable the use of the IAAD usb doorbell on NVidia controllers as it can causeAndrew Thompson2010-02-093-0/+33
* Optimise EHCI ISOC HS done check.Andrew Thompson2010-01-291-10/+7
* Remove unused uhci_dump_qhs().Edward Tomasz Napierala2010-01-081-27/+0
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Add more OHCI pci ids.Andrew Thompson2009-12-221-0/+6
* Add more EHCI pci ids.Andrew Thompson2009-12-221-0/+10
* Correct name, 82801IJ -> 82801JIAndrew Thompson2009-12-092-8/+8
* Add uhci/ehci controller ids.Andrew Thompson2009-12-032-0/+16