On 23.07.2013 21:28, Jia-Shiun Li wrote:
On Wed, Jul 24, 2013 at 12:13 AM, Alexander Motin <m...@freebsd.org> wrote:
On 23.07.2013 19:07, Hans Petter Selasky wrote:
This looks like a CAM/SCSI problem and not directly USB stack problem.

It seems crashed inside the CAM sg driver, that is not part of GENERIC
kernel. Are you using it is some way?


No. I do not use it at all.

cam.k kernel module includes all existing periph drivers in one bundle. Loading cam.ko you are probably getting sg driver also, that triggers reported issue. You may try to rip out sg with single line hack to module's Makefile. The real fix require looking closer on sg, which I never used.

--
Alexander Motin
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to