[Bug 230038] regression USB mass storage device
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 27 22:19:59 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230038
--- Comment #12 from Akos Somfai <akos.somfai at gmail.com> ---
Created attachment 219155
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=219155&action=edit
fix for Garmin mass storage problems
Looks that Garmin Dakota 20 and GPSMAP 62s devices do not respond to INQUIRY
requests:
Oct 27 22:39:08 somi-freebsd kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB:
12 01 00 00 ff 00
Oct 27 22:39:08 somi-freebsd kernel: (probe0:umass-sim0:0:0:0): CAM status:
SCSI Status Error
Oct 27 22:39:08 somi-freebsd kernel: (probe0:umass-sim0:0:0:0): SCSI status:
Check Condition
Oct 27 22:39:08 somi-freebsd kernel: (probe0:umass-sim0:0:0:0): SCSI sense:
ILLEGAL REQUEST asc:24,0 (Invalid field in CDB)
Oct 27 22:39:08 somi-freebsd kernel: (probe0:umass-sim0:0:0:0): Info: 0
Oct 27 22:39:08 somi-freebsd kernel: (probe0:umass-sim0:0:0:0): Error 22,
Unretryable error
Oct 27 22:39:08 somi-freebsd kernel: (probe0:umass-sim0:0:0:0): Periph
invalidated
Oct 27 22:39:08 somi-freebsd kernel: (probe0:umass-sim0:0:0:0): Periph
destroyed
This causes unrecogized block devices.
The fix adds quirk UQ_MSC_NO_INQUIRY that makes the devices detectable.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-usb
mailing list