CardBus problems. $PIR: ROUTE_INTERRUPT Failed.

Björn König bjoern.koenig at spray.se
Sun Dec 18 02:30:45 PST 2005


Andrew Walker schrieb:
> [...]
> cbb0: <TI1250 PCI-CardBus Bridge> mem 0x20822000-0x20822fff at device
> 2.0 on pci0
> cardbus0: <CardBus bus> on cbb0
> cbb0: <TI1250 PCI-CardBus Bridge> mem 0x20821000-0x20821fff at device
> 2.1 on pci0
> cardbus0: <CardBus bus> on cbb1
> $PIR: ROUTE_INTERRUPT failed.
> cbb: Unable to map IRQ...
> device_attach: cbb1 attach returned 12
> [...]

I had similar errors with my Thinkpad 760XL. Try FreeBSD 4.11 and if 
this work you can mostly use 5.x by using a custom kernel with

      device      pcic
      device      card

instead of

      device      cbb
      device      pccard
      device      cardbus


This is because a new pccard bus driver infrastructure was added in 
FreeBSD 5 and the old was removed as alternative in 6. The new one 
doesn't work with old ISA hardware.

Björn


More information about the freebsd-questions mailing list