[Bug 204073] new USB Quirk for Samsung M3 Portable 4TB [PATCH]

2018-11-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204073 philipp.maech...@mamo.li changed: What|Removed |Added Resolution|--- |Overcome By Events

Missing USB on Intel Cherryview

2018-11-27 Thread Tom Jones
Hi, I have a Intel Cherryview based laptop with Braswell XHCI. The laptop has two usb ports, a USB-A port routed to USB3 (this works) and a USB-C port routed a USB 2 bus. The USB bus routed to the USB-C port does not appear under FreeBSD. xhci0: mem 0xa1a0-0xa1a0 at device 20.0 on pci0

Re: Missing USB on Intel Cherryview

2018-11-27 Thread Hans Petter Selasky
On 11/27/18 12:53 PM, Tom Jones wrote: Hi, I have a Intel Cherryview based laptop with Braswell XHCI. The laptop has two usb ports, a USB-A port routed to USB3 (this works) and a USB-C port routed a USB 2 bus. The USB bus routed to the USB-C port does not appear under FreeBSD. xhci0: mem 0xa1

Re: Missing USB on Intel Cherryview

2018-11-27 Thread Tom Jones
Hi, Thanks for your reply. > Currently there is not so much to try, but you can start poking in > sys/dev/usb/controller/xhci*.[ch] . I have not made any USB-C specific > changes to the XHCI driver in FreeBSD, so yes, it might not work. > > There are also some debug knobs: sysctl -a | grep xh

Re: Missing USB on Intel Cherryview

2018-11-27 Thread Hans Petter Selasky
On 11/27/18 3:21 PM, Tom Jones wrote: Could you tell me if this multiple usb instance interface is something we are missing or something we implement in a different manner? We only attach to PCI devices and devices ACPI provides. Can you dump "pciconf -lv" and maybe also provide an ACPI dump?