From owner-freebsd-current Tue Sep 18 2:15:19 2001 Delivered-To: freebsd-current@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id C1B0537B407; Tue, 18 Sep 2001 02:15:11 -0700 (PDT) Received: from vega.vega.com (dialup10-21.iptelecom.net.ua [212.9.228.85]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id MAA83693; Tue, 18 Sep 2001 12:15:06 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.4/8.11.3) with ESMTP id f8I9EY916110; Tue, 18 Sep 2001 12:14:34 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3BA710D9.75544A23@FreeBSD.org> Date: Tue, 18 Sep 2001 12:16:09 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: "Andrey A. Chernov" Cc: msmith@FreeBSD.org, current@FreeBSD.org Subject: Re: ACPI: problem with fdc resource allocation References: <200109171327.f8HDRKm12450@vega.vega.com> <20010918001654.A2442@nagual.pp.ru> Content-Type: multipart/mixed; boundary="------------620139BC76272F3FF2D10B0C" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------620139BC76272F3FF2D10B0C Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit "Andrey A. Chernov" wrote: > On Mon, Sep 17, 2001 at 16:26:20 +0300, Maxim Sobolev wrote: > > Hi, > > > > Finally decided to upgrade my current box to the post-ACPI/KSE and found > > that I'm having problem with resource allocation for floppy disk controller. > > I'm sure somebody already reported this some time ago, but the problems seems > > still here, so I would like to see it resolved. > > > fdc0: cannot reserve I/O port range (1 ports) > > It seems that here is conflict with your device.hints, try to remove fdc > from the hints. > > As I already write, it is very bad thing that ACPI is in conflicts with > default hints file correctly describing devices used. ACPI must ignore > duplicate devices from the hints. > > The problem with floppy is harder, because floppy controller present in > ACPI but the floppy itself not present (on my motherboard at least), so > in current situation fdc0 must not be in hints, but fd0 must be, it makes > whole thing even more cryptic. Doesn't work, exactly the same problem - see attached device.hints. -Maxim --------------620139BC76272F3FF2D10B0C Content-Type: text/plain; charset=x-user-defined; name="MBSD.hints" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="MBSD.hints" #hint.fdc.0.at="isa" #hint.fdc.0.port="0x3F0" #hint.fdc.0.irq="6" #hint.fdc.0.drq="2" hint.fd.0.at="fdc0" hint.fd.0.drive="0" hint.atkbdc.0.at="isa" hint.atkbdc.0.port="0x060" hint.atkbd.0.at="atkbdc" hint.atkbd.0.irq="1" hint.vga.0.at="isa" hint.sc.0.at="isa" hint.sc.0.flags="0x6" hint.npx.0.at="nexus" hint.npx.0.port="0x0F0" hint.npx.0.irq="13" hint.sio.0.at="isa" hint.sio.0.port="0x3F8" hint.sio.0.flags="0x10" hint.sio.0.irq="4" hint.sio.1.at="isa" hint.sio.1.port="0x2F8" hint.sio.1.irq="3" hint.ppc.0.at="isa" hint.ppc.0.flags="0x8" hint.ppc.0.irq="7" hint.plip.0.at="ppbus" hint.psm.0.at="atkbdc" hint.psm.0.irq="12" --------------620139BC76272F3FF2D10B0C-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message