From owner-freebsd-mobile@FreeBSD.ORG Wed Mar 17 14:26:41 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31D4016A4CE for ; Wed, 17 Mar 2004 14:26:41 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 012E443D2D for ; Wed, 17 Mar 2004 14:26:41 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 3545 invoked by uid 1000); 17 Mar 2004 22:26:42 -0000 Date: Wed, 17 Mar 2004 14:26:42 -0800 (PST) From: Nate Lawson To: John Baldwin In-Reply-To: <200403151134.14407.jhb@FreeBSD.org> Message-ID: <20040317142456.Q3337@root.org> References: <4054DD00.8080504@clope.net> <200403151134.14407.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Alexandre Ahmim-Richard cc: freebsd-mobile@freebsd.org Subject: Re: ACPI & pcmcia problem X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2004 22:26:41 -0000 On Mon, 15 Mar 2004, John Baldwin wrote: > On Sunday 14 March 2004 05:30 pm, Alexandre Ahmim-Richard wrote: > > Hi, > > > > I'm experiencing the problem of acpi which is disabling the pcmcia > > support... > > Here is my dmesg : > > cbb0: at device 8.0 on pci0 > > cardbus0: on cbb0 > > pccard0: <16-bit PCCard bus> on cbb0 > > pcib0: _PRS resource entry has unsupported type 2 > > Hmm type 2 is: > > #define ACPI_RSTYPE_START_DPF 2 > #define ACPI_RSTYPE_END_DPF 3 > > It may be that an IRQ is hidden down inside the DPF (whatever that is) so > perhaps we need to add DPF support somewhere in the ACPI code? > Nate, can you maybe add an item about at least investigating DPF resource > support to the ACPI todo list? This is a start/end marker for dependent functions. It provides priorities for the other resource types. For instance, it's a way to express that 0x3f8 is the preffered COM1 IO port. I'll need an ASL dump to know what it's wrapping. Alexandre, please send me the output of: acpidump -t -d > alexandre.asl -Nate