From owner-freebsd-current@FreeBSD.ORG Tue Apr 29 05:21:53 2003 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 5DB8537B401 for ; Tue, 29 Apr 2003 05:21:53 -0700 (PDT) Received: from c001.snv.cp.net (h013.c001.snv.cp.net [209.228.32.127]) by mx1.FreeBSD.org (Postfix) with SMTP id 690D243FB1 for ; Tue, 29 Apr 2003 05:21:52 -0700 (PDT) (envelope-from jeff@walters.name) Received: (cpmta 5889 invoked from network); 29 Apr 2003 05:21:51 -0700 Received: from 24.216.194.242 (HELO 10.0.1.51) by smtp.register-admin.com (209.228.32.127) with SMTP; 29 Apr 2003 05:21:51 -0700 X-Sent: 29 Apr 2003 12:21:51 GMT From: Jeff Walters To: Kalten , current@freebsd.org Date: Tue, 29 Apr 2003 08:21:50 -0400 User-Agent: KMail/1.5.1 References: <20030429081055.GB26101@freeHugin.Walhalla.Leben> In-Reply-To: <20030429081055.GB26101@freeHugin.Walhalla.Leben> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304290821.50934.jeff@walters.name> Subject: Re: floppy disk: /dev/fd/0 doesn't function :( X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jeff@walters.name List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 12:21:53 -0000 On Tuesday 29 April 2003 04:10 am, Kalten wrote: > ---CUT--- > Apr 28 18:27:49 freeHugin kernel: fdc0: cmd 3 failed at out > byte 1 of 3 ... > Apr 28 18:27:49 freeHugin kernel: fdc0: cmd 3 failed at out > byte 1 of 3 ... > Apr 28 18:27:49 freeHugin kernel: fdc0: cannot reserve I/O port > range (6 ports) ---cut--- I have the same problem, it's ACPI related. If you add the line: hint.acpi.0.disabled="1" to /boot/loader.conf and reboot, the ACPI module will not be loaded. See if you then get a /dev/fd0 device that works, while giving up the ACPI funcionality.