Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2017 19:16:37 -0500
From:      Rajil Saraswat <rajil.s@gmail.com>
To:        freebsd-virtualization@freebsd.org
Subject:   Re: PCIE card with USB ports
Message-ID:  <1c398033-a2aa-0060-6122-93f46de04bbe@gmail.com>
In-Reply-To: <20170514174005.GY2042@funkthat.com>
References:  <3c9b9b8f-1d88-bc87-64eb-a974b6f30151@gmail.com> <20170514174005.GY2042@funkthat.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1c398033-a2aa-0060-6122-93f46de04bbe>