summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller
Commit message (Expand)AuthorAgeFilesLines
* Add PCI IDs for two more nForce controllers.thompsa2010-03-282-0/+4
* Add support for the Samsung S3C2xx0 family of ARM SoCs written byimp2010-03-201-0/+219
* For USS820 driver we need to manually reset TX FIFO at each SETUP transactionthompsa2010-03-111-0/+8
* Wrap the proc wakeup special case for ddb in ifdef DDB.thompsa2010-03-111-0/+6
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-039-63/+0
* Disable the use of the IAAD usb doorbell on NVidia controllers as it can causethompsa2010-02-093-0/+33
* Optimise EHCI ISOC HS done check.thompsa2010-01-291-10/+7
* Remove unused uhci_dump_qhs().trasz2010-01-081-27/+0
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Add more OHCI pci ids.thompsa2009-12-221-0/+6
* Add more EHCI pci ids.thompsa2009-12-221-0/+10
* Correct name, 82801IJ -> 82801JIthompsa2009-12-092-8/+8
* Add uhci/ehci controller ids.thompsa2009-12-032-0/+16
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-264-9/+12
* Disable interrupts after doing early takeover of the usb controller in case usbthompsa2009-11-252-2/+2
* Actually disable interrupts in ehci_detach().thompsa2009-11-231-1/+1
* Add missed register change in r199676.thompsa2009-11-221-1/+1
* Correct register access for USB device side operation on the musb controller.thompsa2009-11-221-9/+58
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-223-0/+10
* Initialise variable before use.thompsa2009-11-225-0/+5
* Improve High Speed slot allocation mechanism by moving the computation to thethompsa2009-11-221-47/+12
* improve support for high speed isochronous endpoints which does not run 1:1,thompsa2009-11-081-27/+66
* Integrate lost interrupts patch from the old USB stack.thompsa2009-11-083-4/+51
* ehci_init() will do reset and set the usbrev flag. Fix problem wherethompsa2009-11-083-8/+1
* Revert r198500 for now, this will break situations whenthompsa2009-10-263-0/+88
* Remove usb controller takeover code now that it is handled by the pci code.thompsa2009-10-263-88/+0
* Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forthompsa2009-10-1515-282/+414
* EHCI Hardware BUG workaroundthompsa2009-10-011-21/+57
* Clear all interrupts rather than just SETUP packet.thompsa2009-09-281-2/+2
* Simplify logic around setting EHCI_QH_DTC and expand some htohc32(temp.sc, 0)thompsa2009-09-281-19/+15
* Import two PCI quirks from Linuxthompsa2009-09-281-0/+70
* MFp4 @ 168387thompsa2009-09-281-4/+2
* - allow disabling "root_mount_hold()" byalfred2009-08-241-73/+29
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-9/+21
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-21/+9
* USB controller:alfred2009-07-301-2/+9
* USB CORE:alfred2009-07-308-0/+8
* USB controller:alfred2009-07-303-0/+14
* Sync to p4thompsa2009-06-275-5/+5
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-2319-51/+420
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-1519-438/+438
* Move the memory layout definitions and logic from mvreg.h to mvwin.hmarcel2009-06-121-1/+4
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-078-282/+282
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-3/+3
* Fix function arguments were previously they matched the typedef by accident.thompsa2009-05-291-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-2917-80/+80
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-2818-690/+690
* Fix a failure to report failure on stalled status stage for controlthompsa2009-05-211-7/+0
* Add a driver for the AVR32 series USB Device Controller. Not hooked up asthompsa2009-05-212-0/+2319
* Improve device mode (gadget) stall handling.thompsa2009-05-218-8/+18
OpenPOWER on IntegriCloud