On Friday 21 October 2011 22:33:17 Franz Schwartau wrote: > Hi! > > I bought a Sharkoon QuickPort XT USB3.0 SATA docking station. > Unfortunately it is attached to an OHCI. Thus it runs at full speed (12 > Mbps) only.
pciconf -lv | grep -iE "ohci|uhci|ehci|xhci|USB" Hi, The OHCI controller is FULL speed only capable. You need EHCI or XHCI at least to be able to get higher speeds. --HPS _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
