PCIE card with USB ports

Rajil Saraswat rajil.s at gmail.com
Mon May 15 00:16:40 UTC 2017


On 05/14/2017 12:40 PM, John-Mark Gurney wrote:
> Rajil Saraswat wrote this message on Sat, May 13, 2017 at 20:34 -0500:
>> I am looking for a recommendation for an out-of-the-box working PCIE
>> card with USB controller.
> They all should just work.  The driver interface is standardized and
> should just work no mater what card you pick.
>
Peter,

Following is the list from xhci_pci.c. Any recommended card?

    case 0x01941033:    /* NEC uPD720200 USB 3.0 controller */
    case 0x00141912:    /* NEC uPD720201 USB 3.0 controller */
        /* Don't use 64-bit DMA on these controllers. */
        usedma32 = 1;
        break;
    case 0x10001b73:    /* FL1000G */
        /* Fresco Logic host doesn't support MSI. */
        usemsi = 0;
        break;
    case 0x0f358086:    /* BayTrail */
    case 0x9c318086:    /* Panther Point */
    case 0x1e318086:    /* Panther Point */
    case 0x8c318086:    /* Lynx Point */
    case 0x8cb18086:    /* Wildcat Point */
    case 0x9cb18086:    /* Broadwell Mobile Integrated */

PS: Renesas uPD720201 based cards seem to be cheapest on Amazon.

Thanks




More information about the freebsd-virtualization mailing list