From owner-cvs-all Mon Dec 20 13:32:37 1999 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 E3F9715345; Mon, 20 Dec 1999 13:32:34 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA64285; Mon, 20 Dec 1999 13:32:34 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Message-Id: <199912202132.NAA64285@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 20 Dec 1999 13:32:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/12/20 13:32:34 PST Modified files: sys/dev/aic7xxx aic7xxx.c Log: Correct an "argument reversal" bug that could cause commands requed from the input fifo to be returned as successful and frozen. Most, if not all, peripheral drivers do not check the qfrozen bit for successfully completed commands, so the result would not only be lost commands, but devices locked out from receiving commands. This was a bad bug that crept in two or three months ago during some target mode work. Revision Changes Path 1.39 +3 -3 src/sys/dev/aic7xxx/aic7xxx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message