summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2014-10-03 15:58:04 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2014-10-03 15:58:04 +0000
commit30c6f4bac51a1fabb25d3ccd2f0e80c0148e79d1 (patch)
tree6c5a91487cd8780b404dafacd141215abd7d48c4
parent016275506464eca03c46bd9deb4db5a718959095 (diff)
Notes
-rw-r--r--sys/dev/usb/controller/xhci.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/xhci.h b/sys/dev/usb/controller/xhci.h
index 408b429dff0a..7352e9c84ea7 100644
--- a/sys/dev/usb/controller/xhci.h
+++ b/sys/dev/usb/controller/xhci.h
@@ -493,7 +493,8 @@ struct xhci_softc {
uint8_t sc_noscratch;
/* root HUB device configuration */
uint8_t sc_conf;
- uint8_t sc_hub_idata[2];
+ /* root HUB port event bitmap, max 256 ports */
+ uint8_t sc_hub_idata[32];
/* size of context */
uint8_t sc_ctx_is_64_byte;