summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/uhci.c
Commit message (Expand)AuthorAgeFilesLines
* dev/usb: minor spelling fixes in comments.pfg2016-05-021-1/+1
* Try to resolve infinite interrupts by clearing an undocumentedhselasky2015-02-171-1/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-4/+2
* Revert r267961, r267973:gjb2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-4/+2
* Separate I/O errors from reception of STALL PID.hselasky2014-01-131-2/+7
* USB method structures for USB controllers and USB pipes should behselasky2013-12-111-13/+13
* Revert r251023 until a more proper solution is foundhselasky2013-05-281-13/+0
* Workaround for for a problem seen with ATI Technologies EHCIhselasky2013-05-271-0/+13
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-3/+6
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-261-4/+3
* Make several timing parameters of the USB enumeration sequence tuneable.hselasky2012-10-241-2/+2
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-011-4/+0
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-7/+5
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-27/+29
* Style change.hselasky2011-11-121-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Change argument for usbd_get_dma_delay() from USB bus to USB device, somethompsa2010-09-021-1/+1
* Add support for LOW speed BULK transfers. This mode is not recommended by thethompsa2010-06-221-3/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-17/+17
* Remove unused uhci_dump_qhs().trasz2010-01-081-27/+0
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-221-0/+4
* Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forthompsa2009-10-151-0/+1
* USB CORE:alfred2009-07-301-0/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-3/+22
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-77/+77
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-40/+40
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-9/+9
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-79/+79
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-3/+3
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-2/+2
* Make sure the frame list base address is re-programmed after stopping the USBthompsa2009-05-051-37/+50
* Revert part of r191494 which used the udev state to mark suspending, this needsthompsa2009-05-051-5/+3
* Track the usb device state as its powered on, addressed and configured. This ...thompsa2009-04-251-3/+3
* MFp4 //depot/projects/usb@160930thompsa2009-04-221-50/+56
* Remove usb_sw_transfer.[ch] which are now empty after r190735.thompsa2009-04-061-1/+0
* Provide a better commit log for r190735, forced by making a whitespace change.thompsa2009-04-061-1/+1
* MFp4 //depot/projects/usb@159946thompsa2009-04-051-8/+0
* MFp4 //depot/projects/usb@159922thompsa2009-04-051-180/+29
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-201-25/+45
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-2/+3
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-2/+1
* MFp4 //depot/projects/usb@157853thompsa2009-02-241-31/+8
* Move the new USB stack into its new home.thompsa2009-02-231-0/+3381
OpenPOWER on IntegriCloud