From owner-cvs-src@FreeBSD.ORG Thu Sep 30 20:04:56 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 B77A016A4CE; Thu, 30 Sep 2004 20:04:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C5343D2D; Thu, 30 Sep 2004 20:04:56 +0000 (GMT) (envelope-from jhb@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 i8UK4uwd050324; Thu, 30 Sep 2004 20:04:56 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8UK4uZx050323; Thu, 30 Sep 2004 20:04:56 GMT (envelope-from jhb) Message-Id: <200409302004.i8UK4uZx050323@repoman.freebsd.org> From: John Baldwin Date: Thu, 30 Sep 2004 20:04:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/fdc fdc_acpi.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: Thu, 30 Sep 2004 20:04:56 -0000 jhb 2004-09-30 20:04:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/fdc fdc_acpi.c Log: MFC: Fix the fdc_acpi attach function to only fall back to enumerating drives via hints if the _FDE enumeration fails but earlier steps all succeeded. Approved by: re (scottl) Revision Changes Path 1.2.2.3 +9 -5 src/sys/dev/fdc/fdc_acpi.c