From owner-cvs-all@FreeBSD.ORG Wed Feb 16 18:16:36 2005 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 B9E8816A4CE; Wed, 16 Feb 2005 18:16:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 226FA43D6D; Wed, 16 Feb 2005 18:16:35 +0000 (GMT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1GIGZEq034274; Wed, 16 Feb 2005 18:16:35 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1GIGZjY034273; Wed, 16 Feb 2005 18:16:35 GMT (envelope-from gibbs) Message-Id: <200502161816.j1GIGZjY034273@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 16 Feb 2005 18:16:35 +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_pci.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, 16 Feb 2005 18:16:36 -0000 gibbs 2005-02-16 18:16:35 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx aic79xx_pci.c Log: On Rev. B silicon, we disabled the enhanced busfree detection logic to close holes in detecting busfrees that occur after a packetized target transitions to a non-packetized phase. The most common case where this occurs is when a target is externally reset so the controller believes a packetzied negotiation agreement is still in effect. Unfortunately, disabling this feature seems to cause problems for the 7901B. Re-enable ehanced busfree detection for this part until I can get my hands on a samble to figure out if the old workaround is necessary and, if so, how to make it work correctly. Revision Changes Path 1.23 +3 -3 src/sys/dev/aic7xxx/aic79xx_pci.c