[Bug 222624] [usb] [panic] thread's sleep queue 0 is not empty at usb_process.c:193

2017-11-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222624 --- Comment #14 from Bernhard Froehlich --- I'm not sure if that is what you expected but anyway here it is. root@r5:/var/crash # ll /boot/kernel/kernel -r-xr-xr-x 1 root wheel 27242832 Nov 1 13:08 /boot/kernel/kernel* root@r5:/var/cr

[Bug 222624] [usb] [panic] thread's sleep queue 0 is not empty at usb_process.c:193

2017-11-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222624 --- Comment #15 from Bernhard Froehlich --- I'm not sure if it's related but I want to mention that bhyve is used on that box. -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 222624] [usb] [panic] thread's sleep queue 0 is not empty at usb_process.c:193

2017-11-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222624 --- Comment #16 from Hans Petter Selasky --- Hi, ehci_get_port_speed_portsc() should not be in use on amd64. Either the stack is corrupt or this indicates a problem with the CPU or some registers have been clobbered. --HPS sys/dev/usb/co

Re: usb quirks for ugen0.2: at usbus0

2017-11-13 Thread Kevin Lo
On Fri, Nov 10, 2017 at 08:42:45AM +0100, Hans Petter Selasky wrote: > > On 11/10/17 02:59, Kris G wrote: > > USB_QUIRK(TPLINK, RTL8153, 0x, 0x, UQ_CFG_INDEX_1), > > Thank you for your quirk: > > https://svnweb.freebsd.org/changeset/base/325630 Err, that's incorrect. The quirk is not n

Re: usb quirks for ugen0.2: at usbus0

2017-11-13 Thread Hans Petter Selasky
On 11/13/17 14:54, Kevin Lo wrote: On Fri, Nov 10, 2017 at 08:42:45AM +0100, Hans Petter Selasky wrote: On 11/10/17 02:59, Kris G wrote: USB_QUIRK(TPLINK, RTL8153, 0x, 0x, UQ_CFG_INDEX_1), Thank you for your quirk: https://svnweb.freebsd.org/changeset/base/325630 Err, that's incor

Re: usb quirks for ugen0.2: at usbus0

2017-11-13 Thread Kris G
It doesn't use "ure" it makes use of "rue" ure - RealTek RTL8152 USB to Fast Ethernet controller driver rue - RealTek RTL8150 USB to Fast Ethernet controller driver The TP-LINK USB 3.0 NIC is RTL8153 chipset - http://www.tp-link.com/us/products/details/cat-5523_TL-UE300.html#specifications I don

Re: usb quirks for ugen0.2: at usbus0

2017-11-13 Thread Kevin Lo
Fixed in r325787, thanks. On Tue, Nov 14, 2017 at 09:50:24AM +1000, Kris G wrote: > > It doesn't use "ure" it makes use of "rue" > > ure - RealTek RTL8152 USB to Fast Ethernet controller driver > rue - RealTek RTL8150 USB to Fast Ethernet controller driver > > The TP-LINK USB 3.0 NIC is RTL8153

Re: usb quirks for ugen0.2: at usbus0

2017-11-13 Thread Kris G
thanks, seems like a miracle it worked at all since i was using rue not ure Can I download these files in head.. /head/sys/dev/usb/usbdevs /head/sys/dev/usb/net/if_ure.c /head/sys/dev/usb/net/if_urereg.h .. into my 11.1 release kernel source tree and then obviously add "device ure" instead of "d