Date: Fri, 2 May 2003 17:21:40 -0700 (PDT) From: "Kenneth D. Merry" <ken@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c Message-ID: <200305030021.h430LeWS063344@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ken 2003/05/02 17:21:40 PDT FreeBSD src repository Modified files: sys/cam/scsi scsi_da.c Log: Fix three problems in large (>2TB) device handling: - Make sure we don't release the READ CAPACITY CCB twice - If we have a device that needs a 16 byte READ CAPACITY command, make sure we call xpt_schedule() so we can get a CCB. - Don't unlock the peripheral until we're fully probed. Many thanks to Julian Elischer for providing hardware and testing this. Tested by: julian Revision Changes Path 1.142 +2 -2 src/sys/cam/scsi/scsi_da.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305030021.h430LeWS063344>