Re: Panic in usb_unref_device

2014-10-08 Thread Hans Petter Selasky
On 10/07/14 23:19, Daniel O'Connor wrote: On 3 Oct 2014, at 21:18, Hans Petter Selasky wrote: On 10/03/14 13:19, Daniel O'Connor wrote: Hi, I have a custom USB device based on the Cypress FX2 and we are finding that with some older kernels it hangs - this was fixed in https://svnweb.freebsd

Re: Panic in usb_unref_device

2014-10-07 Thread Daniel O'Connor
On 3 Oct 2014, at 21:18, Hans Petter Selasky wrote: > On 10/03/14 13:19, Daniel O'Connor wrote: >> Hi, >> I have a custom USB device based on the Cypress FX2 and we are finding that >> with some older kernels it hangs - this was fixed in >> https://svnweb.freebsd.org/base?view=revision&revision

Re: Panic in usb_unref_device

2014-10-03 Thread Hans Petter Selasky
On 10/03/14 13:48, Hans Petter Selasky wrote: On 10/03/14 13:19, Daniel O'Connor wrote: Hi, I have a custom USB device based on the Cypress FX2 and we are finding that with some older kernels it hangs - this was fixed in https://svnweb.freebsd.org/base?view=revision&revision=267240 but now it pa

Re: Panic in usb_unref_device

2014-10-03 Thread Hans Petter Selasky
On 10/03/14 13:19, Daniel O'Connor wrote: Hi, I have a custom USB device based on the Cypress FX2 and we are finding that with some older kernels it hangs - this was fixed in https://svnweb.freebsd.org/base?view=revision&revision=267240 but now it panics with… Hi, There's a minor bug there