From owner-cvs-all@FreeBSD.ORG Wed Aug 18 16:35:52 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCDA216A4CE; Wed, 18 Aug 2004 16:35:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEAAD43D2F; Wed, 18 Aug 2004 16:35:52 +0000 (GMT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7IGZq8X062801; Wed, 18 Aug 2004 16:35:52 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7IGZqnp062800; Wed, 18 Aug 2004 16:35:52 GMT (envelope-from gibbs) Message-Id: <200408181635.i7IGZqnp062800@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 18 Aug 2004 16:35:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx aic79xx.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 16:35:52 -0000 gibbs 2004-08-18 16:35:52 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx aic79xx.c Log: Invert the polarity of two tests in the recovery code that could cause the driver to issue a bus reset more quickly than intended. We want to *wait* if we find another SCB that could be the cause of this timeout, not proceed to a bus reset. Noticed by: kan Revision Changes Path 1.32 +2 -2 src/sys/dev/aic7xxx/aic79xx.c