summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/ehci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r269569:hselasky2014-10-311-2/+2
* MFC r261795:hselasky2014-02-231-8/+54
* MFC r261004, r261005 and r261033:hselasky2014-02-041-1/+1
* MFC r260588 and r260589:hselasky2014-01-241-3/+10
* MFC r260563:hselasky2014-01-241-3/+26
* Correct an EHCI register write.hselasky2013-08-121-1/+1
* Revert r251023 until a more proper solution is foundhselasky2013-05-281-19/+0
* Workaround for for a problem seen with ATI Technologies EHCIhselasky2013-05-271-0/+19
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-3/+6
* Allow using the embedded EHCI host controller in Freescale SoCsmarcel2012-11-031-6/+10
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-261-8/+8
* Make several timing parameters of the USB enumeration sequence tuneable.hselasky2012-10-241-1/+1
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-011-4/+0
* Make sure the EHCI bandwidth allocation algorithmhselasky2012-05-031-0/+18
* Add support for Multi-TT mode of modern USB HUBs.hselasky2012-04-291-25/+16
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-7/+2
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-166/+86
* Style change.hselasky2011-11-121-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Fix for missing EHCI datatoggle change case.hselasky2011-04-261-0/+2
* Fix initialisation order with regard to debug prints.hselasky2011-03-251-2/+2
* Fix typo.hselasky2011-03-241-1/+1
* Comply with style(9).hselasky2011-03-231-4/+4
* - Bugfix: Fix a EHCI hardware race, where the hardware computed data togglehselasky2011-03-211-3/+25
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registersnwhitehorn2010-10-251-2/+2
* Revert most of r197682 (EHCI Hardware BUG workaround). Implementhselasky2010-10-141-40/+48
* Avoid using endless retransmission at EHCI hardware level, hence this hidehselasky2010-10-141-1/+2
* Correct EHCI root HUB interface descriptor.hselasky2010-10-141-2/+1
* Correct EHCI port register read.hselasky2010-10-141-1/+1
* 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
* Back out r203140 which was causing problems when the first and the lastthompsa2010-05-121-9/+20
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-19/+19
* Disable the use of the IAAD usb doorbell on NVidia controllers as it can causethompsa2010-02-091-0/+19
* Optimise EHCI ISOC HS done check.thompsa2010-01-291-10/+7
* Actually disable interrupts in ehci_detach().thompsa2009-11-231-1/+1
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-221-0/+3
* 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-081-4/+36
* Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forthompsa2009-10-151-0/+1
* EHCI Hardware BUG workaroundthompsa2009-10-011-21/+57
* Simplify logic around setting EHCI_QH_DTC and expand some htohc32(temp.sc, 0)thompsa2009-09-281-19/+15
* 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-107/+107
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-58/+58
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-11/+11
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-85/+85
OpenPOWER on IntegriCloud