NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49054 CVS commit: src/sys/dev/scsipi



The following reply was made to PR kern/49054; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49054 CVS commit: src/sys/dev/scsipi
Date: Mon, 6 Oct 2014 10:42:08 -0400

 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.
 


Home | Main Index | Thread Index | Old Index