From owner-cvs-all Tue May 1 12:37:29 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 4CEB037B423; Tue, 1 May 2001 12:37:26 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f41JbQB74661; Tue, 1 May 2001 12:37:26 -0700 (PDT) (envelope-from ken) Message-Id: <200105011937.f41JbQB74661@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Tue, 1 May 2001 12:37:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c scsi_pt.c scsi_target.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2001/05/01 12:37:26 PDT Modified files: sys/cam/scsi scsi_da.c scsi_pt.c scsi_target.c Log: Fix up unit attention and selection timeout handling in various peripheral drivers. - change daprevent() to set CAM_RETRY_SELTO and SF_RETRY_UA when it calls cam_periph_runccb(). - change the pt(4) driver to ignore unit attentions - change the targ(4) driver to retry selection timeouts - clean up a few formatting glitches in the targ(4) driver Reviewed by: gibbs Revision Changes Path 1.70 +3 -3 src/sys/cam/scsi/scsi_da.c 1.28 +2 -2 src/sys/cam/scsi/scsi_pt.c 1.39 +6 -12 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