Re: CardBus problems. $PIR: ROUTE_INTERRUPT Failed.

2005-12-18 Thread Björn König

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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CardBus problems. $PIR: ROUTE_INTERRUPT Failed.

2005-12-17 Thread Andrew Walker
Yeah, so I'm about to give up on this computer entirely and throw it
away unless someone can even give me some sort of clue about what's
going on here.  I have installed FreeBSD 6.0 on my Thinkpad 380XD, but
I cannot get networking to work, and I believe it is because there is
a conflict with my cardbus initializing.

The card is a Xircom RBEM58G-100, and is listed as supported under the
dc driver. Here are the relavent messages from /var/log/messages:


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

...and then later...

unknown: PNP0303 can't assign resource (port)
unknown: PNP0f13 can't assign resource (irq)
unknown: PNP0700 can't assign resource (port)
unknown: PNP0c02 can't assign resource (memory)
unknown: PNP0400 can't assign resource (port)
unknown: PNP0071 can't assign resource (port)
unknown: PNP0e03 can't assign resource (port)


I've sent this to this list before, and I've posted on the forums, but
so far no response.  Is this not the right mailing-list?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Thinkpad 380XD with CardBus problems. $PIR: ROUTE_INTERRUPT Failed.

2005-12-13 Thread Andrew Walker
I have installed FreeBSD 6.0 on my Thinkpad 380XD, but I cannot get
networking to work, and I believe it is because there is a conflict
with my cardbus initializing.

The card is a Xircom RBEM58G-100, and is listed as supported under the
dc driver. Here are the relavent messages from /var/log/messages:



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

AND LATER (may not be relavent, but...)

unknown: PNP0303 can't assign resource (port)
unknown: PNP0f13 can't assign resource (irq)
unknown: PNP0700 can't assign resource (port)
unknown: PNP0c02 can't assign resource (memory)
unknown: PNP0400 can't assign resource (port)
unknown: PNP0071 can't assign resource (port)
unknown: PNP0e03 can't assign resource (port)


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]