After committing an initial xhci(4) driver [0] and the corresponding
changes to our USB stack, I've just updated want.html [1] to ask for
some USB 3 gear.

I'm actually doing all the development with a NEC xHCI 0.96 ExpressCard
on a laptop which is not mine, in dmesg it shows up as:

        "NEC xHCI" rev 0x03 at pci2 dev 0 function 0 not configured

or with the driver enabled:
        
        xhci0 at pci2 dev 0 function 0 "NEC xHCI" rev 0x03: apic 1 int 19
        xhci0: xHCI version 0.96
        ...


To continue the development and make sure the driver works amongst
different implementations & platforms, I'm looking for in any other
xHCI controller, but more particularity:

  - A laptop with Intel xHCI, preferably from Lenovo, to work on
    suspend/resume and power saving issues.

  - A PCI/PCIe card that I can stuff into a sparc64 and/or macppc to
    fix the potential endianness issues.

  - A SuperSpeed device using isochronous transfer, generally most
    of the webcams and cameras, I couldn't find such device myself,
    but maybe somebody has a recommendation.

Don't hesitate to contact me off-list.

Thanks!

Martin

[0] http://marc.info/?l=openbsd-cvs&m=139428927307629&w=2
[1] http://www.openbsd.org/want.html

Reply via email to