PERFORCE change 182235 for review
Hans Petter Selasky
hselasky at skunkworks.freebsd.org
Wed Aug 11 18:26:36 UTC 2010
http://p4web.freebsd.org/@@182235?ac=10
Change 182235 by hselasky at hselasky_laptop001 on 2010/08/11 05:20:40
USB controller (XHCI):
- multi TT support is not yet ready (requires some
changes in the HUB driver too)
Affected files ...
.. //depot/projects/usb/src/sys/dev/usb/controller/xhci.c#27 edit
Differences ...
==== //depot/projects/usb/src/sys/dev/usb/controller/xhci.c#27 (text+ko) ====
@@ -2174,11 +2174,12 @@
if (is_hub) {
temp |= XHCI_SCTX_0_HUB_SET(1);
-
+#if 0
if (udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBMTT) {
DPRINTF("HUB supports MTT\n");
temp |= XHCI_SCTX_0_MTT_SET(1);
}
+#endif
}
pinp->ctx_slot.dwSctx0 = htole32(temp);
More information about the p4-projects
mailing list