From owner-cvs-all Sun Jul 29 17:19:54 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 93A6637B401; Sun, 29 Jul 2001 17:19:50 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6U0JoG49005; Sun, 29 Jul 2001 17:19:50 -0700 (PDT) (envelope-from mjacob) Message-Id: <200107300019.f6U0JoG49005@freefall.freebsd.org> From: Matt Jacob Date: Sun, 29 Jul 2001 17:19:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_targ_bh.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2001/07/29 17:19:50 PDT Modified files: sys/cam/scsi scsi_targ_bh.c Log: Propagate CAM_DIS_DISCONNECT on through: 1. If we get frozen, unfreeze for disable disconnects. 2. Put CAM_DIS_DISCONNECT commands at the head of the work queue (we have a target still connected and we can't run anything else until this command completes). If we had an error sending the last CTIO, unfreeze the queue anyway. Revision Changes Path 1.13 +55 -6 src/sys/cam/scsi/scsi_targ_bh.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message