From owner-freebsd-current@FreeBSD.ORG Sat Jul 31 00:00:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2D0016A4CE for ; Sat, 31 Jul 2004 00:00:12 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEBE043D48 for ; Sat, 31 Jul 2004 00:00:12 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-127-84-57.dsl.snfc21.pacbell.net [67.127.84.57]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6UNxIra014230; Fri, 30 Jul 2004 16:59:19 -0700 Message-ID: <410AE0D5.7040009@root.org> Date: Fri, 30 Jul 2004 16:59:17 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7 (X11/20040702) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <20040726021326.GA23697@cat.robbins.dropbear.id.au> <20040726095929.GA30092@cat.robbins.dropbear.id.au> <410583B3.4000104@root.org> <20040727001010.GA670@dhcp50.pn.xcllnt.net> <41059DF1.90702@root.org> <20040727003322.GB670@dhcp50.pn.xcllnt.net> In-Reply-To: <20040727003322.GB670@dhcp50.pn.xcllnt.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: Floppy disk drive no longer detected X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 31 Jul 2004 00:00:13 -0000 Marcel Moolenaar wrote: > On Mon, Jul 26, 2004 at 05:12:33PM -0700, Nate Lawson wrote: >>Marcel Moolenaar wrote: >>>Yup. That seems to be resolved: >>> >>>fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 >>>on acpi0 >>> >>>However, no fd0. Hence no /dev/fd0. With FDC_DEBUG I get: >>> : >>>[0x3->FDDATA][0xdf->FDDATA][0x2->FDDATA][0x10->FDDATA][FDDATA->0x90] >>> : >>>[fdc0 IDLE] >>> : >>> >>>And that's it... >> >>That's weird. Is your floppy drive plugged in? But you're saying that >>the fd0 enumeration is fixed (i.e. devinfo shows fd0 present)? >> >>Perhaps the drive type is not being probed correctly? > > Drive is plugged in. fd0 enumeration is not fixed. From devinfo: > > fdc0 pnpinfo _HID=PNP0700 _UID=0 at handle=\_SB_.PCI0.LPC0.FDC_ > Interrupt request lines: > 0x6 > DMA request lines: > 2 > I/O ports: > 0x3f0-0x3f5 > 0x3f7 > fd4 > unknown pnpinfo _HID=none _UID=0 at handle=\_SB_.PCI0.LPC0.FDC_.FDD_ > >>From acpidump: > > : > Device (FDC) > { > Name (_HID, EisaId ("PNP0700")) > Name (MCD, 0x11) > : > Device (FDD) > { > Name (_ADR, 0x00) > Name (_EJD, "_SB.DOCK") > : > } > } With the patch I committed, the spurious fd4 device should not be showing up (see your devinfo above). I looked more closely at your ASL and it indicates that the floppy drive device depends on the dock. It appears if the dock is not present at boot, the _STA method of DOCK disables the floppy drive (DKFS -> 0). Can you tell me more about the status of your docking station? -Nate