Random issues with xhci

2014-07-31 Thread Sean Bruno
xhci0@pci0:2:0:0: class=0x0c0330 card=0x84881043 chip=0x10421b21 rev=0x00 hdr=0x00 vendor = 'ASMedia Technology Inc.' device = 'ASM1042 SuperSpeed USB Host Controller' class = serial bus subclass = USB I can't quite ping down a specific test case with this

Re: Random issues with xhci

2014-07-31 Thread Hans Petter Selasky
On 07/31/14 17:54, Sean Bruno wrote: xhci0@pci0:2:0:0: class=0x0c0330 card=0x84881043 chip=0x10421b21 rev=0x00 hdr=0x00 vendor = 'ASMedia Technology Inc.' device = 'ASM1042 SuperSpeed USB Host Controller' class = serial bus subclass = USB I can't quite

Re: Random issues with xhci

2014-07-31 Thread Hans Petter Selasky
Best way to debug is to log all USB traffic: usbdump -i usbusX -s 65536 -w usblog.pcap Then try to see if there are any USB errors happening before the XHCI controller resets. Thank you! --HPS ___ freebsd-usb@freebsd.org mailing list

Re: Random issues with xhci

2014-07-31 Thread Sean Bruno
On Thu, 2014-07-31 at 18:09 +0200, Hans Petter Selasky wrote: On 07/31/14 17:54, Sean Bruno wrote: xhci0@pci0:2:0:0: class=0x0c0330 card=0x84881043 chip=0x10421b21 rev=0x00 hdr=0x00 vendor = 'ASMedia Technology Inc.' device = 'ASM1042 SuperSpeed USB Host Controller'