From owner-freebsd-current@FreeBSD.ORG Tue Aug 18 12:22:23 2009 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2654C106568B for ; Tue, 18 Aug 2009 12:22:23 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw2.york.ac.uk (mail-gw2.york.ac.uk [144.32.128.247]) by mx1.freebsd.org (Postfix) with ESMTP id B62088FC16 for ; Tue, 18 Aug 2009 12:22:22 +0000 (UTC) Received: from mail-gw7.york.ac.uk (mail-gw7.york.ac.uk [144.32.129.30]) by mail-gw2.york.ac.uk (8.13.6/8.13.6) with ESMTP id n7IBqAsp001525; Tue, 18 Aug 2009 12:52:10 +0100 (BST) Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw7.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1MdNEY-000312-LA; Tue, 18 Aug 2009 12:52:10 +0100 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.3/8.14.3) with ESMTP id n7IBqAfK043240; Tue, 18 Aug 2009 12:52:10 +0100 (BST) (envelope-from gavin@FreeBSD.org) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.3/8.14.3/Submit) id n7IBqA1R043239; Tue, 18 Aug 2009 12:52:10 +0100 (BST) (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson To: Bruce Cran In-Reply-To: <20090818122453.0000301a@unknown> References: <20090818122453.0000301a@unknown> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 18 Aug 2009 12:52:09 +0100 Message-Id: <1250596329.41855.20.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: current@FreeBSD.org Subject: Re: fdc(4) regression: fdc0 fails to probe 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: Tue, 18 Aug 2009 12:22:23 -0000 On Tue, 2009-08-18 at 12:24 +0100, Bruce Cran wrote: > There appears to be a regression between 7.2 and 8.0-BETA2 with fdc(4): > it used to find and attach fdc0, but now it fails to probe fdc0 but > appears to initially find a nonexistant fdc1: "devinfo -rv" from both 7 and 8, and verbose dmesg from both (best on Pastebin or in a PR, not to the mailing list!) will probably be useful in determining what's up. It would also be worth removing any hints for the floppy drive from /boot/device.hints (assuming mergemaster didn't do this for you) and seeing if that makes a difference. Gavin