| Commit message (Expand) | Author | Age | Files | Lines |
* | dev/usb: minor spelling fixes in comments. | pfg | 2016-05-02 | 1 | -1/+1 |
* | sys/dev: extend use of the howmany() macro when available. | pfg | 2016-04-26 | 1 | -2/+1 |
* | EHCI: Make core reset and port speed reading more generic. | mmel | 2016-01-28 | 1 | -24/+40 |
* | Remove unused defines. | n_hibma | 2014-08-05 | 1 | -2/+2 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -9/+4 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -4/+9 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -9/+4 |
* | Issue doorbell twice before finally freeing the DMA descriptors. This | hselasky | 2014-02-12 | 1 | -8/+54 |
* | Wait a bit more before we free any EHCI DMA descriptors. Some USB | hselasky | 2014-01-22 | 1 | -1/+1 |
* | Separate I/O errors from reception of STALL PID. | hselasky | 2014-01-13 | 1 | -3/+10 |
* | Make sure reserved fields of the EHCI DMA descriptors are not dirty | hselasky | 2014-01-12 | 1 | -3/+26 |
* | USB method structures for USB controllers and USB pipes should be | hselasky | 2013-12-11 | 1 | -17/+17 |
* | Correct an EHCI register write. | hselasky | 2013-08-12 | 1 | -1/+1 |
* | Revert r251023 until a more proper solution is found | hselasky | 2013-05-28 | 1 | -19/+0 |
* | Workaround for for a problem seen with ATI Technologies EHCI | hselasky | 2013-05-27 | 1 | -0/+19 |
* | Modify the FreeBSD USB kernel code so that it can be compiled directly | hselasky | 2013-01-30 | 1 | -3/+6 |
* | Allow using the embedded EHCI host controller in Freescale SoCs | marcel | 2012-11-03 | 1 | -6/+10 |
* | Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack. | hselasky | 2012-10-26 | 1 | -8/+8 |
* | Make several timing parameters of the USB enumeration sequence tuneable. | hselasky | 2012-10-24 | 1 | -1/+1 |
* | Inherit USB mode from RootHUB port where the USB device is connected. | hselasky | 2012-10-01 | 1 | -4/+0 |
* | Make sure the EHCI bandwidth allocation algorithm | hselasky | 2012-05-03 | 1 | -0/+18 |
* | Add support for Multi-TT mode of modern USB HUBs. | hselasky | 2012-04-29 | 1 | -25/+16 |
* | Fix compiler warnings, mostly signed issues, | hselasky | 2012-04-02 | 1 | -7/+2 |
* | Implement better support for USB controller suspend and resume. | hselasky | 2011-12-14 | 1 | -166/+86 |
* | Style change. | hselasky | 2011-11-12 | 1 | -1/+1 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Fix for missing EHCI datatoggle change case. | hselasky | 2011-04-26 | 1 | -0/+2 |
* | Fix initialisation order with regard to debug prints. | hselasky | 2011-03-25 | 1 | -2/+2 |
* | Fix typo. | hselasky | 2011-03-24 | 1 | -1/+1 |
* | Comply with style(9). | hselasky | 2011-03-23 | 1 | -4/+4 |
* | - Bugfix: Fix a EHCI hardware race, where the hardware computed data toggle | hselasky | 2011-03-21 | 1 | -3/+25 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registers | nwhitehorn | 2010-10-25 | 1 | -2/+2 |
* | Revert most of r197682 (EHCI Hardware BUG workaround). Implement | hselasky | 2010-10-14 | 1 | -40/+48 |
* | Avoid using endless retransmission at EHCI hardware level, hence this hide | hselasky | 2010-10-14 | 1 | -1/+2 |
* | Correct EHCI root HUB interface descriptor. | hselasky | 2010-10-14 | 1 | -2/+1 |
* | Correct EHCI port register read. | hselasky | 2010-10-14 | 1 | -1/+1 |
* | Change argument for usbd_get_dma_delay() from USB bus to USB device, some | thompsa | 2010-09-02 | 1 | -1/+1 |
* | Add support for LOW speed BULK transfers. This mode is not recommended by the | thompsa | 2010-06-22 | 1 | -3/+1 |
* | Back out r203140 which was causing problems when the first and the last | thompsa | 2010-05-12 | 1 | -9/+20 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 1 | -19/+19 |
* | Disable the use of the IAAD usb doorbell on NVidia controllers as it can cause | thompsa | 2010-02-09 | 1 | -0/+19 |
* | Optimise EHCI ISOC HS done check. | thompsa | 2010-01-29 | 1 | -10/+7 |
* | Actually disable interrupts in ehci_detach(). | thompsa | 2009-11-23 | 1 | -1/+1 |
* | Provide tunables for some of the usb sysctls that affect boot behaviour. | thompsa | 2009-11-22 | 1 | -0/+3 |
* | Improve High Speed slot allocation mechanism by moving the computation to the | thompsa | 2009-11-22 | 1 | -47/+12 |
* | improve support for high speed isochronous endpoints which does not run 1:1, | thompsa | 2009-11-08 | 1 | -27/+66 |
* | Integrate lost interrupts patch from the old USB stack. | thompsa | 2009-11-08 | 1 | -4/+36 |
* | Workaround buggy BIOS code in USB regard. By doing the BIOS to OS handover for | thompsa | 2009-10-15 | 1 | -0/+1 |
* | EHCI Hardware BUG workaround | thompsa | 2009-10-01 | 1 | -21/+57 |