| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugfix: Make sure the XHCI driver doesn't clear | hselasky | 2012-01-13 | 1 | -1/+1 |
* | Correct use of USB 3.0 POWER bit in the port status register, | hselasky | 2012-01-13 | 1 | -2/+7 |
* | - Try to fix support for USB 3.0 HUBs. | hselasky | 2012-01-12 | 1 | -8/+13 |
* | Make sure we probe and attach the root HUB after | hselasky | 2012-01-02 | 1 | -0/+8 |
* | Add missing change to XHCI driver similar to changes in r228483. | hselasky | 2011-12-31 | 2 | -19/+20 |
* | - Enable usbus on octusb | gonzo | 2011-12-24 | 1 | -0/+1 |
* | Make the recently added "no_shutdown_wait" sysctl writeable. | hselasky | 2011-12-19 | 1 | -1/+1 |
* | Add code to wait for USB shutdown to be executed at system shutdown. | hselasky | 2011-12-19 | 1 | -1/+15 |
* | Add missing unlock of USB controller's lock, when | hselasky | 2011-12-19 | 1 | -0/+12 |
* | Fix definition of XHCI port power bit. | hselasky | 2011-12-14 | 1 | -1/+1 |
* | Implement better support for USB controller suspend and resume. | hselasky | 2011-12-14 | 29 | -725/+646 |
* | Rename device_delete_all_children() into device_delete_children(). | hselasky | 2011-11-22 | 12 | -12/+12 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 12 | -46/+15 |
* | Make some XHCI command timeouts less strict. | hselasky | 2011-11-18 | 1 | -9/+9 |
* | Some brands of XHCI controllers needs more time to reset. | hselasky | 2011-11-15 | 1 | -3/+3 |
* | Style change. | hselasky | 2011-11-12 | 5 | -11/+10 |
* | Fix size of USB 3.0 descriptor field. | hselasky | 2011-11-09 | 1 | -1/+1 |
* | Fix size of USB 3.0 descriptor field. | hselasky | 2011-11-09 | 1 | -1/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 10 | -10/+12 |
* | Fix suspend and resume of FULL and HIGH speed USB devices | hselasky | 2011-10-26 | 2 | -2/+15 |
* | Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCI and moved it | ru | 2011-05-17 | 2 | -2/+1 |
* | Fix for missing EHCI datatoggle change case. | hselasky | 2011-04-26 | 1 | -0/+2 |
* | We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCI | hselasky | 2011-04-12 | 3 | -15/+1 |
* | - Correct EHCI interrupt disabling at detach. | hselasky | 2011-04-03 | 3 | -3/+3 |
* | 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 |
* | - Correct USB 3.0 wire-speed to 5.0Gbps | hselasky | 2011-02-26 | 1 | -1/+1 |
* | Minor cleanup: | hselasky | 2011-02-09 | 1 | -4/+4 |
* | Improve the error interrupt handler. In particular, read the | marcel | 2011-02-08 | 1 | -9/+14 |
* | Make USB packet filtering code optional. | hselasky | 2011-01-18 | 1 | -2/+4 |
* | - Add support for 64-byte contexts to XHCI driver. | hselasky | 2011-01-13 | 2 | -46/+105 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 22 | -22/+0 |
* | Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated by | jhb | 2011-01-06 | 1 | -1/+1 |
* | Removes a unused function `usb_bus_find'. | weongyo | 2010-11-25 | 1 | -26/+0 |
* | Handles the unit number correctly that the previous commit had a problem | weongyo | 2010-11-25 | 1 | -4/+4 |
* | Removes all duplicated code with BPF that it's greatly simplified and | weongyo | 2010-11-24 | 1 | -1/+1 |
* | Adds a USB packet filter feature to the stack that it could capture | weongyo | 2010-11-22 | 1 | -0/+32 |
* | The EHCI_CAPLENGTH and EHCI_HCIVERSION registers are actually sub-registers | nwhitehorn | 2010-10-25 | 2 | -5/+9 |
* | Remove unused EHCI register definition. | hselasky | 2010-10-14 | 2 | -3/+1 |
* | Revert most of r197682 (EHCI Hardware BUG workaround). Implement | hselasky | 2010-10-14 | 2 | -40/+51 |
* | 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 |
* | Correct some root HUB descriptor fields in multiple controller drivers. | hselasky | 2010-10-13 | 6 | -31/+9 |
* | This commit adds full support for USB 3.0 devices in host and device | hselasky | 2010-10-04 | 1 | -0/+6 |
* | Add missing DRIVER_MODULE() entry for the musbotg driver. | hselasky | 2010-10-04 | 1 | -0/+4 |
* | The root mount hold reference was not released on USB controller | hselasky | 2010-10-04 | 1 | -8/+14 |
* | Commit initial version of new XHCI driver which was written from | hselasky | 2010-10-03 | 4 | -0/+4898 |