aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/ehci.c
Commit message (Expand)AuthorAgeFilesLines
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Fix for missing EHCI datatoggle change case.Hans Petter Selasky2011-04-261-0/+2
* 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
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registersNathan Whitehorn2010-10-251-2/+2
* Revert most of r197682 (EHCI Hardware BUG workaround). ImplementHans Petter Selasky2010-10-141-40/+48
* 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
* Change argument for usbd_get_dma_delay() from USB bus to USB device, someAndrew Thompson2010-09-021-1/+1
* Add support for LOW speed BULK transfers. This mode is not recommended by theAndrew Thompson2010-06-221-3/+1
* Back out r203140 which was causing problems when the first and the lastAndrew Thompson2010-05-121-9/+20
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-19/+19
* Disable the use of the IAAD usb doorbell on NVidia controllers as it can causeAndrew Thompson2010-02-091-0/+19
* Optimise EHCI ISOC HS done check.Andrew Thompson2010-01-291-10/+7
* Actually disable interrupts in ehci_detach().Andrew Thompson2009-11-231-1/+1
* Provide tunables for some of the usb sysctls that affect boot behaviour.Andrew Thompson2009-11-221-0/+3
* Improve High Speed slot allocation mechanism by moving the computation to theAndrew Thompson2009-11-221-47/+12
* improve support for high speed isochronous endpoints which does not run 1:1,Andrew Thompson2009-11-081-27/+66
* Integrate lost interrupts patch from the old USB stack.Andrew Thompson2009-11-081-4/+36
* Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover forAndrew Thompson2009-10-151-0/+1
* EHCI Hardware BUG workaroundAndrew Thompson2009-10-011-21/+57
* Simplify logic around setting EHCI_QH_DTC and expand some htohc32(temp.sc, 0)Andrew Thompson2009-09-281-19/+15
* USB CORE:Alfred Perlstein2009-07-301-0/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-3/+22
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-107/+107
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-58/+58
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-11/+11
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-85/+85
* Fix a failure to report failure on stalled status stage for controlAndrew Thompson2009-05-211-7/+0
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-3/+3
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-2/+2
* Add debug lines for fullspeed and highspeed xfer completion.Andrew Thompson2009-05-131-0/+4
* Revert part of r191494 which used the udev state to mark suspending, this needsAndrew Thompson2009-05-051-1/+1
* Track the usb device state as its powered on, addressed and configured. This ...Andrew Thompson2009-04-251-1/+1
* MFp4 //depot/projects/usb@160930Andrew Thompson2009-04-221-49/+55
* MFp4 //depot/projects/usb@160413Andrew Thompson2009-04-221-2/+2
* Remove usb_sw_transfer.[ch] which are now empty after r190735.Andrew Thompson2009-04-061-1/+0
* Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson2009-04-061-1/+1
* MFp4 //depot/projects/usb@159946Andrew Thompson2009-04-051-10/+0
* MFp4 //depot/projects/usb@159922Andrew Thompson2009-04-051-162/+14
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529Andrew Thompson2009-03-201-10/+33
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-6/+7
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-2/+1
* (re)merge r186415,186416 from the old usb stack;Andrew Thompson2009-03-071-200/+195
* Fix some missed htole32 conversions to htoehci32.Andrew Thompson2009-03-071-8/+8
* MFp4 //depot/projects/usb@158692Andrew Thompson2009-03-061-0/+9