Date: Mon, 15 Mar 2004 11:34:14 -0500 From: John Baldwin <jhb@FreeBSD.org> To: freebsd-mobile@freebsd.org Cc: njl@FreeBSD.org Subject: Re: ACPI & pcmcia problem Message-ID: <200403151134.14407.jhb@FreeBSD.org> In-Reply-To: <4054DD00.8080504@clope.net> References: <4054DD00.8080504@clope.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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: <O2Micro OZ6912/6972 PCI-CardBus Bridge> at device 8.0 on pci0 > cardbus0: <CardBus bus> 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? -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403151134.14407.jhb>