From owner-cvs-all Fri Mar 16 14:17: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C54837B719; Fri, 16 Mar 2001 14:16:55 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2GMGtM93295; Fri, 16 Mar 2001 14:16:55 -0800 (PST) (envelope-from ken) Message-Id: <200103162216.f2GMGtM93295@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Fri, 16 Mar 2001 14:16:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_ses.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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