Date: Sun, 3 Jan 1999 14:57:55 -0800 (PST) From: Matt Jacob <mjacob@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/cam/scsi scsi_da.c Message-ID: <199901032257.OAA23532@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 1999/01/03 14:57:54 PST
Modified files:
sys/cam/scsi scsi_da.c
Log:
Temporary workaround (bandaid) for case where you have READ
CAPACITY fail for a non-removable media device. There's a race
condition where the device entry is removed and then
xpt_release_ccb is called which attempts to give back the ccb
to a device that's now gone. In this bandaid release the ccb
early and then remember to not call xpt_release_ccb later.
Revision Changes Path
1.17 +5 -3 src/sys/cam/scsi/scsi_da.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?199901032257.OAA23532>
