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
Re: SCSI retries without errors in /var/log/messages?
Cy Schubert - ITSD Open Systems Group Fri, 15 Sep 2000 06:29:00 -0700
- Re: SCSI retries without errors in /... Jean-Francois Dockes
- Re: SCSI retries without errors... Jean-Francois Dockes
- Re: SCSI retries without errors... Cy Schubert - ITSD Open Systems Group
- Re: SCSI retries without er... Kenneth D. Merry