From owner-cvs-all@FreeBSD.ORG Fri Jan 30 11:16:09 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 8C36516A4CE; Fri, 30 Jan 2004 11:16:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C7943D41; Fri, 30 Jan 2004 11:16:08 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0UJG80B041670; Fri, 30 Jan 2004 11:16:08 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0UJG8tV041669; Fri, 30 Jan 2004 11:16:08 -0800 (PST) (envelope-from sos) Message-Id: <200401301916.i0UJG8tV041669@repoman.freebsd.org> From: Søren Schmidt Date: Fri, 30 Jan 2004 11:16:08 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ata ata-all.c ata-queue.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: Fri, 30 Jan 2004 19:16:09 -0000 sos 2004/01/30 11:16:08 PST FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-queue.c Log: Be more robust in the probe. We dont want to get into a loop with reinitting when we try to identify devices. If they dont interrupt on identify we retry once. If this fails we simply ignore that device. Revision Changes Path 1.203 +10 -11 src/sys/dev/ata/ata-all.c 1.19 +28 -13 src/sys/dev/ata/ata-queue.c