In message <[EMAIL PROTECTED]>, "Kenneth D. Merry" 
writes:
> In any case, if you want to see error messages, even for retried commands, 
> boot with -v and comment out the following print_sense line in
> scsi_interpret_sense() in sys/cam/scsi/scsi_sa.c:
> 
>       default:
>               /* decrement the number of retries */
>               retry = ccb->ccb_h.retry_count > 0;
>               if (retry) {
>                       ccb->ccb_h.retry_count--;
>                       error = ERESTART;
>                       print_sense = FALSE;
>               } else 
>                       error = EIO;
>               break;
>       }

Would it be possible to implement this using a sysctl?


Regards,                       Phone:  (250)387-8437
Cy Schubert                      Fax:  (250)387-5766
Team Leader, Sun/DEC Team   Internet:  [EMAIL PROTECTED]
Open Systems Group, ITSD, ISTA
Province of BC





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to