From owner-freebsd-current@FreeBSD.ORG Mon Jul 26 10:36:14 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 212A216A4CE for ; Mon, 26 Jul 2004 10:36:14 +0000 (GMT) Received: from encontacto.net (dsl-200-95-35-213.prod-infinitum.com.mx [200.95.35.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E2243D2D for ; Mon, 26 Jul 2004 10:36:13 +0000 (GMT) (envelope-from eculp@encontacto.net) Received: from localhost (localhost [127.0.0.1]) (uid 80) by encontacto.net with local; Mon, 26 Jul 2004 05:42:07 -0500 Received: from dsl-200-95-35-213.prod-infinitum.com.mx (dsl-200-95-35-213.prod-infinitum.com.mx [200.95.35.213]) by mail.encontacto.net (Horde) with HTTP for ; Mon, 26 Jul 2004 05:42:06 -0500 Message-ID: <20040726054206.zs404040coc0gg88@mail.encontacto.net> Date: Mon, 26 Jul 2004 05:42:06 -0500 From: Edwin Culp To: freebsd-current@freebsd.org References: <20040726021326.GA23697@cat.robbins.dropbear.id.au> In-Reply-To: <20040726021326.GA23697@cat.robbins.dropbear.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 200.95.35.213 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: Mon, 26 Jul 2004 10:36:14 -0000 Quoting Tim Robbins : > My floppy disk drive is no longer probed correctly by -CURRENT. I get the > following message, but none about fd0 (and /dev/fd0 does not exist): > > fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 > drq 2 on acpi0 > > Previously it probed as: > > fdc0: port > 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 > fdc0: FIFO enabled, 8 bytes threshold > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > > The ACPI DSDT for this system is available at: > http://people.freebsd.org/~tjr/k8v.txt.bz2 I don't like to "me too" but in this case "me too" ;) I added a floppy to my - CPU: AMD Athlon(tm) XP 2200+ (1799.70-MHz 686-class CPU) last week and am seeing something similar but with a "range incorrect" error from dmesg. fdc0: port 0x3f7,0x3f4-0x3f5,0x3f2-0x3f3 irq 6 drq 2 on acpi0 fdc0: I/O to control range incorrect device_attach: fdc0 attach returned 6 Don't know if it is the same, but it looks very similar. Thanks, ed