PCCard bus don't work

Warner Losh imp at harmony.village.org
Fri Jan 7 14:35:25 PST 2005


> 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


More information about the freebsd-mobile mailing list