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 h...@selasky.org 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=revisionrevision=267240 but now it panics 
with…


There's a minor bug there. Can you test the attached patch?


Sorry for the late reply (there was a holiday on Monday here) - the patch seems 
to have fixed the crash, thanks!


You're welcome!

--HPS

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


Re: Panic in usb_unref_device

2014-10-07 Thread Daniel O'Connor

On 3 Oct 2014, at 21:18, Hans Petter Selasky h...@selasky.org 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=revisionrevision=267240 but now it 
 panics with…
 
 There's a minor bug there. Can you test the attached patch?

Sorry for the late reply (there was a holiday on Monday here) - the patch seems 
to have fixed the crash, thanks!

--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
The nice thing about standards is that there
are so many of them to choose from.
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C

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


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=revisionrevision=267240 but now it panics 
with…



Hi,

There's a minor bug there. Can you test the attached patch?

--HPS

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


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=revisionrevision=267240 but now
it panics with…





Hi,

This commit should fix it:

https://svnweb.freebsd.org/changeset/base/272480

If not, let me know.

Thank you!

--HPS

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