Yer, this one is slightly different issue than the one ken@ reported
but its easy fixed, just needs:-
Index: sys/cam/scsi/scsi_da.c
===================================================================
--- sys/cam/scsi/scsi_da.c      (revision 250174)
+++ sys/cam/scsi/scsi_da.c      (working copy)
@@ -3118,7 +3183,7 @@
               } else {
                       int error;
                       error = daerror(done_ccb, CAM_RETRY_SELTO,
-                                       SF_RETRY_UA|SF_QUIET_IR);
+                                       SF_RETRY_UA|SF_NO_PRINT);
                       if (error == ERESTART)
                               return;

Will include in the patches once they been approved.

----- Original Message ----- From: "Alexander Motin" <m...@freebsd.org>

Thank you for the report. It is known issue. Steven (the author) is already testing the solution.

On 02.05.2013 09:51, Andrey Chernov wrote:
umass0: <Generic Ultra Fast Media Reader, class 0/0, rev 2.00/1.82, addr 7> on 
usbus3
umass0:  SCSI over Bulk-Only; quirks = 0x4100
umass0:10:0:-1: Attached to scbus10
da0 at umass-sim0 bus 0 scbus10 target 0 lun 0
da0: <Generic Ultra HS-SD/MMC 1.82> Removable Direct Access SCSI-0 device
da0: 40.000MB/s transfers
da0: Attempt to query device size failed: NOT READY, Medium not present
(da0:umass-sim0:0:0:0): ATA COMMAND PASS THROUGH(16). CDB: 85 08 0a 00 00 02 00 
00 00 00 00 00 00 40 ec 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(da0:umass-sim0:0:0:0): Error 6, Unretryable error
(da0:umass-sim0:0:0:0): ATA COMMAND PASS THROUGH(16). CDB: 85 08 0a 00 00 02 00 
00 00 00 00 00 00 40 ec 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(da0:umass-sim0:0:0:0): Error 6, Unretryable error
(da0:umass-sim0:0:0:0): ATA COMMAND PASS THROUGH(16). CDB: 85 08 0a 00 00 02 00 
00 00 00 00 00 00 40 ec 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(da0:umass-sim0:0:0:0): Error 6, Unretryable error
(da0:umass-sim0:0:0:0): ATA COMMAND PASS THROUGH(16). CDB: 85 08 0a 00 00 02 00 
00 00 00 00 00 00 40 ec 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(da0:umass-sim0:0:0:0): Error 6, Unretryable error

================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it.
In the event of misdirection, illegible or incomplete transmission please 
telephone +44 845 868 1337
or return the E.mail to postmas...@multiplay.co.uk.

_______________________________________________
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