| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
the route string field. Else USB 3.0 HUBs
won't work.
MFC after: 5 days
|
|
|
|
|
|
|
| |
hence it was overlapping the USB 3.0 root HUB's speed bits.
Reported by: Kohji Okuno
MFC after: 1 week
|
|
|
|
|
|
| |
- Try to fix support for USB 3.0 suspend and resume.
MFC after: 1 week
|
|
|
|
| |
MFC after: 0 days
|
|
|
|
|
| |
Reported by: Jan Henrik Sylvester
MFC after: 1 week
|
|
|
|
|
| |
Reported by: Jan Henrik Sylvester
MFC after: 1 week
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
| |
The SYSCTL_NODE macro defines a list that stores all child-elements of
that node. If there's no SYSCTL_DECL macro anywhere else, there's no
reason why it shouldn't be static.
|
|
|
|
|
|
|
| |
in the generic XHCI driver. There appears to be some minor
logic missing for this feature to work.
MFC after: 3 days
|
|
|
|
|
|
|
| |
- Remove some dead code.
- Fixed one instance of missing endian conversion.
Approved by: thompsa (mentor)
|
|
|
|
|
|
| |
it internally contain nested includes.
Reviewed by: bde
|
|
scratch. This driver adds support for USB3.0 devices. The XHCI
interface is also backwards compatible to USB2.0 and USB1.0 and will
evntually replace the OHCI/UHCI and EHCI drivers.
There will be follow-up commits during the coming week to link the
driver into the default kernel build and add missing USB3.0
functionality in the USB core. Currently only the driver files are
committed.
Approved by: thompsa (mentor)
|