diff options
author | hselasky <hselasky@FreeBSD.org> | 2012-12-01 22:13:38 +0000 |
---|---|---|
committer | hselasky <hselasky@FreeBSD.org> | 2012-12-01 22:13:38 +0000 |
commit | fd7b9e3752e161a90b2d9740f7c6a7f54a0780f1 (patch) | |
tree | d3f408d23e0c13cf6275a15568334fa7c04a832c /sys/dev/usb/controller/xhci.h | |
parent | aee35ecd72729f8d859eba45444833f5bb23d581 (diff) | |
download | FreeBSD-src-fd7b9e3752e161a90b2d9740f7c6a7f54a0780f1.zip FreeBSD-src-fd7b9e3752e161a90b2d9740f7c6a7f54a0780f1.tar.gz |
- Add support for Etron EJ168 USB 3.0 Host Controllers.
This brand of controllers expects that the number of
contexts specified in the input slot context points
to an active endpoint context, else it refuses to
operate.
- Ring the correct doorbell when streams mode is used.
- Wrap one or two long lines.
Tested by: Markus Pfeiffer (DragonFlyBSD)
MFC after: 1 week
Diffstat (limited to 'sys/dev/usb/controller/xhci.h')
-rw-r--r-- | sys/dev/usb/controller/xhci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/xhci.h b/sys/dev/usb/controller/xhci.h index a7e4f74..01e60ee 100644 --- a/sys/dev/usb/controller/xhci.h +++ b/sys/dev/usb/controller/xhci.h @@ -394,7 +394,7 @@ struct xhci_hw_dev { uint8_t state; uint8_t nports; uint8_t tt; - uint8_t reserved; + uint8_t context_num; }; struct xhci_hw_softc { |