Module Name: src
Committed By: jdc
Date: Sat May 2 06:45:53 UTC 2020
Modified Files:
src/sys/dev/scsipi: scsiconf.c
Log Message:
Don't attempt to read opcodes and their timeouts at attach time for
old devices. The MAINTENANCE IN command was introduced with SCSI-3
and sending it to older peripherals can cause timeouts or them not
to respond to further requests.
To generate a diff of this commit:
cvs rdiff -u -r1.286 -r1.287 src/sys/dev/scsipi/scsiconf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.