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
_______________________________________________
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