Date: Fri, 16 Mar 2001 14:16:55 -0800 (PST) From: "Kenneth D. Merry" <ken@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_ses.c Message-ID: <200103162216.f2GMGtM93295@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ken 2001/03/16 14:16:55 PST Modified files: sys/cam/scsi scsi_ses.c Log: Fix inquiry length detection for the ses(4) driver. It was using the inq_len member of the ccb_getdev structure, but we've never filled that value in.. So we now get the length from the inquiry data returned by the drive. (Since we will fetch as much inquiry data as the drive claims to support.) Reviewed by: mjacob Reported by: Andrzej Tobola <san@iem.pw.edu.pl> Revision Changes Path 1.16 +5 -5 src/sys/cam/scsi/scsi_ses.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103162216.f2GMGtM93295>