Module Name: src Committed By: christos Date: Mon Oct 6 14:42:08 UTC 2014
Modified Files: src/sys/dev/scsipi: scsipi_base.c Log Message: PR/49054: Uwe Toenjes: Some RAID controllers return more bytes in the scsi 3 inquiry command than expected by the size of the scsi 3 inquiry packet. This can be detected by looking at the additional_length field returned by the scsi 2 inquiry. If that's the case, avoid doing the scsi 3 inquiry because we can't handle the extra bytes later. XXX: Pullup -7 To generate a diff of this commit: cvs rdiff -u -r1.160 -r1.161 src/sys/dev/scsipi/scsipi_base.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.