Author Topic: xHCI closest to OHCI or UHCI?  (Read 11009 times)

USBVIDPID

  • Member
  • ***
  • Posts: 24
xHCI closest to OHCI or UHCI?
« on: September 09, 2013, 07:36:15 am »
Hello, when using the xHCI in FS mode, does the xHCI act more like an OHCI or UHCI host controller?

Thanks, James

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: xHCI closest to OHCI or UHCI?
« Reply #1 on: September 09, 2013, 10:01:34 am »
I don't know the answer. Why is it important? All three comply with the USB spec.

USBVIDPID

  • Member
  • ***
  • Posts: 24
Re: xHCI closest to OHCI or UHCI?
« Reply #2 on: September 09, 2013, 10:35:12 am »
Jan, it is important, because I have an old device that I have support that only runs on UHCI and not OHCI.  The device is a NetChip NET2890.

I am looking for PCIe USB host function that will do the job of FS UHCI.

James

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: xHCI closest to OHCI or UHCI?
« Reply #3 on: September 09, 2013, 12:11:48 pm »
You're looking for hardware that the device will work on? Have you tried it with xHCI? Or an external hub?

USBVIDPID

  • Member
  • ***
  • Posts: 24
Re: xHCI closest to OHCI or UHCI?
« Reply #4 on: September 09, 2013, 12:36:27 pm »
Jan, I have tried it with neither the xHCI or an external hub.  I have located a USB 3.0 host on a motherboard and I will try this system shortly.  I have to assume that this USB 3.0 host is xHCI compliant.

Thanks

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: xHCI closest to OHCI or UHCI?
« Reply #5 on: September 09, 2013, 09:04:23 pm »
An external hub is also easy to try.

USBVIDPID

  • Member
  • ***
  • Posts: 24
Re: xHCI closest to OHCI or UHCI?
« Reply #6 on: September 10, 2013, 08:37:34 am »
NetChip Net2890 does not work on Etron xHCI USB 3.0 host controller.  It shows as an unknown device in device manager on Win XP.  I tried uninstalling it and I tried to force install the driver that I have for the Net2890 function and it did not work.  Win XP OS "says" driver is not for this device, but the driver works fine when the device is connected to an EHCI with UHCI as the FS host.  USBView.exe does not show the device connected at all even though device manager shows the unknown device.  I know for sure that the unknown device is this Net2890, because I can plug and unplug the device and see the "unknown device" appear and disappear in device manager.  I did not do an USB trace of this, but I have done USB traces of the other attachments, and I see no response to the GetDescriptor Requests and I see no Firmware Interrupts either from the Net2890 chip.

The only thing that I have found that works for this device is the UHCI that is in the VIA Vectro VT6210L - 2-port USB 2.0 Host Controller.

I also know that the USB 2.0 compliant hubs do not work either when connected to a EHCI host controller.  For example if I hook a USB 2.0 hub to this VIA Vector VT6210L, and then the NetChip Net2890, it will not work.

Thanks, James

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: xHCI closest to OHCI or UHCI?
« Reply #7 on: September 10, 2013, 01:03:14 pm »
Do you need to fix the device so it works on all host controllers? Or is the Via host controller enough to enable you to support the device?

USBVIDPID

  • Member
  • ***
  • Posts: 24
Re: xHCI closest to OHCI or UHCI?
« Reply #8 on: September 10, 2013, 05:45:34 pm »
Jan, We have product in the field, with the NET2890 install so it would cost less to use a VIA Vector VT6210L on an add-in card in hardware that doesn't have a UHCI functional USB Host interface.  Our older PCs work fine it is the newer hardware that does not.

James

Barry Twycross

  • Frequent Contributor
  • ****
  • Posts: 263
Re: xHCI closest to OHCI or UHCI?
« Reply #9 on: September 16, 2013, 03:45:19 pm »
XHCI doesn't work like any other controller. There were one of two devices which seemed to have problems with XHCI, I can't remember the details.

USBVIDPID

  • Member
  • ***
  • Posts: 24
Re: xHCI closest to OHCI or UHCI?
« Reply #10 on: September 16, 2013, 05:29:25 pm »
I think even the UHCI if Bandwidth Reclamation is enabled will send the data too fast for the NetChip NET2890.  I understand that versions of Linux do this, i.e. turn on Bandwidth Reclamation.  The only way then in these Linux systems is to turn off Bandwidth Reclamation to make the NetChip NET2890 work.

James