Re: PCIE card with USB ports

2017-05-14 Thread Rajil Saraswat
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


___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: PCIE card with USB ports

2017-05-14 Thread Rajil Saraswat
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.
>
I came across the following post wherein there was some issue with a
card. Is that no longer the problem in FreeBSD-11?

https://lists.freebsd.org/pipermail/freebsd-virtualization/2015-February/003371.html

___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Problem reports for freebsd-virtualization@FreeBSD.org that need special attention

2017-05-14 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
New |212820 | FreeBSD 10-STABLE from latest HEAD and 11-RELEASE 

1 problems total for which you should take action.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: PCIE card with USB ports

2017-05-14 Thread John-Mark Gurney
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.

-- 
  John-Mark Gurney  Voice: +1 415 225 5579

 "All that I will do, has been done, All that I have, has not."
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 211136] [Hyper-V]mount root may fail because vfs' mount starts early than VMBUS

2017-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211136

--- Comment #3 from David Marker  ---
I had the same problem in 11-stable. The issue is that storvsc
root_mount_hold() happens after ZFS tried to mount root.

Adding it to the bus fixed it (see patch). I found this a little more
satisfying than the busy wait suggested in
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208882

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 211136] [Hyper-V]mount root may fail because vfs' mount starts early than VMBUS

2017-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211136

David Marker  changed:

   What|Removed |Added

 CC||d...@freedave.net

--- Comment #2 from David Marker  ---
Created attachment 182594
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=182594&action=edit
fix mountroot hyper-v in 11-stable

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"