From owner-cvs-all Tue Sep 4 14:46: 8 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 586A437B403; Tue, 4 Sep 2001 14:46:01 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f84Lk1j62577; Tue, 4 Sep 2001 14:46:01 -0700 (PDT) (envelope-from mjacob) Message-Id: <200109042146.f84Lk1j62577@freefall.freebsd.org> From: Matt Jacob Date: Tue, 4 Sep 2001 14:46:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_pci.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/09/04 14:45:57 PDT Modified files: sys/dev/isp isp_pci.c Log: If we're on an interrupt stack, mark things so that we don't try and cv_wait for mailbox commands to complete if we start them from here. Fix residuals for target mode such that we only check the residual and set it in the CTIO if this is the last CTIO (when we're sending status). MFC after: 4 weeks Revision Changes Path 1.72 +12 -11 src/sys/dev/isp/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message