From owner-freebsd-current@FreeBSD.ORG Sat Sep 12 03:34:03 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F378C106568B for ; Sat, 12 Sep 2009 03:34:03 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [66.246.138.153]) by mx1.freebsd.org (Postfix) with ESMTP id CCBE38FC0C for ; Sat, 12 Sep 2009 03:34:03 +0000 (UTC) Received: from unknown (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id C7E1081C6; Sat, 12 Sep 2009 03:34:02 +0000 (UTC) Date: Sat, 12 Sep 2009 04:34:08 +0100 From: Bruce Cran To: Philipp Ost Message-ID: <20090912043408.00000f6d@unknown> In-Reply-To: <4AAABBCB.8050302@smo.de> References: <4AAABBCB.8050302@smo.de> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: [BETA2] Floppy drive no longer accessible X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2009 03:34:04 -0000 On Fri, 11 Sep 2009 23:06:19 +0200 Philipp Ost wrote: > Hi guys, > > I'm running 8.0-BETA2 (i386) and have some problems concerning my > floppy drive -- it's no longer accessible because there's no entry > in /dev: > > $ find /dev -name \*fd\* > /dev/fd > $ There was a regression in the ACPI code that was fixed after 8.0-BETA2 - see the thread "fdc(4) regression: fdc0 fails to probe" for details. -- Bruce Cran