Date: Fri, 07 Jan 2005 15:33:57 -0700 (MST) From: Warner Losh <imp@harmony.village.org> To: bkoenig@cs.tu-berlin.de Cc: freebsd-mobile@freebsd.org Subject: Re: PCCard bus don't work Message-ID: <20050107.153357.39160100.imp@harmony.village.org> In-Reply-To: <20050107221245.781F1CCE0D5@mail.alpha-tierchen.de> References: <20050107221245.781F1CCE0D5@mail.alpha-tierchen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
> cbb0: <TI1130 PCI-CardBus Bridge> mem 0x10811000-0x10811fff at device 2.0 on pci0 > cbb0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0x10811000 > cardbus0: <CardBus bus> on cbb0 > pccard0: <16-bit PCCard bus> on cbb0 > cbb: Unable to map IRQ... > device_attach: cbb0 attach returned 12 > cbb1: <TI1130 PCI-CardBus Bridge> mem 0x10810000-0x10810fff at device 2.1 on pci0 > cbb1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0x10810000 > cardbus1: <CardBus bus> on cbb1 > pccard1: <16-bit PCCard bus> on cbb1 > cbb: Unable to map IRQ... > device_attach: cbb1 attach returned 12 This means that it was unable to allocate an IRQ via the normal means. First, we should try ACPI, but your machine has no ACPI: ACPI-0159: *** Error: AcpiLoadTables: Could not get RSDP, AE_NO_ACPI_TABLES ACPI-0213: *** Error: AcpiLoadTables: Could not load tables: AE_NO_ACPI_TABLES ACPI: table load failed: AE_NO_ACPI_TABLES Next, we should try $PIR, but it appears that you have no PIR table. I'm not sure what you can do, but maybe jhb will... Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050107.153357.39160100.imp>