From owner-cvs-all Sat Mar 18 14:13:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B09037B6A1; Sat, 18 Mar 2000 14:13:28 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA95977; Sat, 18 Mar 2000 14:13:27 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Message-Id: <200003182213.OAA95977@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sat, 18 Mar 2000 14:13:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_target.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/03/18 14:13:27 PST Modified files: sys/cam/scsi scsi_target.c Log: o clear the ccb_flags field before sending an accept target I/O ccb to an HBA. Garbage in this field confuses the driver in targdone(). o When completing a CCB on behalf of a user process, we need to *de-queue* the ccb from our pending ccb list, not queue it again. o All continue target I/O operations need to have a timeout set. We use 5 seconds throughout this driver. o Remove some logging printfs. o During abort processing, remove ccbs that are on the pending queue from the pending queue, not the work queue. Revision Changes Path 1.23 +10 -7 src/sys/cam/scsi/scsi_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message