From owner-cvs-src@FreeBSD.ORG Wed Sep 29 19:08:34 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 5DA1516A4CE; Wed, 29 Sep 2004 19:08:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D0B143D53; Wed, 29 Sep 2004 19:08:34 +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 i8TJ8YI5089199; Wed, 29 Sep 2004 19:08:34 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8TJ8Y3d089198; Wed, 29 Sep 2004 19:08:34 GMT (envelope-from jhb) Message-Id: <200409291908.i8TJ8Y3d089198@repoman.freebsd.org> From: John Baldwin Date: Wed, 29 Sep 2004 19:08:34 +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/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: Wed, 29 Sep 2004 19:08:34 -0000 jhb 2004-09-29 19:08:34 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc_acpi.c Log: Only fall back to probing the floppy drives via hints if there is a failure in the actual _FDE parsing. If the failure occurs earlier such as in fdc_attach() then don't try to probe any drives. MFC after: 3 days Reviewed by: njl Tested by: Christian Laursen xi at borderworlds dot dk Revision Changes Path 1.10 +9 -5 src/sys/dev/fdc/fdc_acpi.c