From owner-cvs-all@FreeBSD.ORG Fri Oct 14 02:03:28 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 3C66516A41F; Fri, 14 Oct 2005 02:03:28 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE7943D46; Fri, 14 Oct 2005 02:03:28 +0000 (GMT) (envelope-from delphij@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 j9E23RPC005208; Fri, 14 Oct 2005 02:03:27 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9E23RgA005207; Fri, 14 Oct 2005 02:03:27 GMT (envelope-from delphij) Message-Id: <200510140203.j9E23RgA005207@repoman.freebsd.org> From: Xin LI Date: Fri, 14 Oct 2005 02:03:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/dev/aic7xxx aic79xx_osm.c aic7xxx_osm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 14 Oct 2005 02:03:28 -0000 delphij 2005-10-14 02:03:27 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/aic7xxx aic79xx_osm.c aic7xxx_osm.c Log: MFC (by gibbs): | Correct bug that caused the completed "recovery" scb to have its | timer reset rather than the timer of an SCB still pending on the | controller after recovery completed. This should correct timeout | loops seen in the field. | | Revision Changes Path | 1.22 +2 -1 src/sys/dev/aic7xxx/aic79xx_osm.c | 1.43 +2 -1 src/sys/dev/aic7xxx/aic7xxx_osm.c Approved by: re (kensmith) Revision Changes Path 1.21.2.1 +2 -1 src/sys/dev/aic7xxx/aic79xx_osm.c 1.42.2.1 +2 -1 src/sys/dev/aic7xxx/aic7xxx_osm.c