Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2010 18:26:26 GMT
From:      Hans Petter Selasky <hselasky@skunkworks.freebsd.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 182235 for review
Message-ID:  <201008111826.o7BIQQc1084659@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@182235?ac=10

Change 182235 by hselasky@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008111826.o7BIQQc1084659>