From owner-cvs-all Tue Jul 25 13:40:37 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 8D21937B864; Tue, 25 Jul 2000 13:40:35 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85659; Tue, 25 Jul 2000 13:40:35 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200007252040.NAA85659@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 25 Jul 2000 13:40:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/07/25 13:40:35 PDT Modified files: sys/dev/aic7xxx aic7xxx.c Log: Properly handle the case where the residual is 0, but, as the target didn't bother to send a saved data pointers after the last transfer, is not recorded in sgptr. This was only a problem if the target reported non-zero status as we always check the residual in that case. Revision Changes Path 1.47 +13 -6 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message