From owner-cvs-src@FreeBSD.ORG Sun Oct 24 09:31:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC5BE16A4ED; Sun, 24 Oct 2004 09:31:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A96C043D1D; Sun, 24 Oct 2004 09:31:25 +0000 (GMT) (envelope-from scottl@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 i9O9VPQJ082665; Sun, 24 Oct 2004 09:31:25 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9O9VPda082664; Sun, 24 Oct 2004 09:31:25 GMT (envelope-from scottl) Message-Id: <200410240931.i9O9VPda082664@repoman.freebsd.org> From: Scott Long Date: Sun, 24 Oct 2004 09:31:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_3 Subject: cvs commit: src/sys/dev/ata ata-all.c ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2004 09:31:26 -0000 scottl 2004-10-24 09:31:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_5_3) sys/dev/ata ata-all.c ata-queue.c Log: MFC: Do not retry on requests that has lost thier device during reinit. Should fix hangs on IBM's etc with the fake slave problem. Approved by: re Revision Changes Path 1.222.2.4.2.1 +6 -6 src/sys/dev/ata/ata-all.c 1.32.2.4.2.1 +3 -12 src/sys/dev/ata/ata-queue.c