From owner-cvs-src@FreeBSD.ORG Thu Sep 16 01:51:22 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 3FDC416A4CE; Thu, 16 Sep 2004 01:51:22 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F48243D39; Thu, 16 Sep 2004 01:51:22 +0000 (GMT) (envelope-from imp@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 i8G1pMfu013269; Thu, 16 Sep 2004 01:51:22 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8G1pMOp013268; Thu, 16 Sep 2004 01:51:22 GMT (envelope-from imp) Message-Id: <200409160151.i8G1pMOp013268@repoman.freebsd.org> From: Warner Losh Date: Thu, 16 Sep 2004 01:51:21 +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: Thu, 16 Sep 2004 01:51:22 -0000 imp 2004-09-16 01:51:21 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc_acpi.c Log: For the moment, treat failures to attach floppy drives as non-fatal errors for the attachment process for the floppy controller. This is a band-aide because it doesn't try any of the fallback methods when _FDE isn't long enough, but should be sufficient for people experiencing the dreaded mutex not initialized panic. Revision Changes Path 1.6 +0 -2 src/sys/dev/fdc/fdc_acpi.c