Last current shows strange CAM/SCSI error on empty USB card reader on the boot
Andrey Chernov
ache at freebsd.org
Thu May 2 13:52:32 UTC 2013
On 02.05.2013 15:33, Steven Hartland wrote:
> 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;
>
Thanx, this patch suppress console error.
--
bitcoin:13fGiNutKNHcVSsgtGQ7bQ5kgUKgEQHn7N
More information about the freebsd-scsi
mailing list