Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2003 10:56:46 +0100
From:      Vaclav Kares <vaclav.kares@tiscali.cz>
To:        freebsd-mobile@freebsd.org
Subject:   cbb: Unable to map IRQ...
Message-ID:  <20030215095646.GA955@Kares.server>

next in thread | raw e-mail | index | archive | help

Hi,

  I have a TP 600 with the IBM 10/100 EtherJet CardBus Adapter. I have
installed FreeBSD 5.0 to try if the card can work but there is next problem.
My kernel contains

device cbb
device pccard
device cardbus

in PCMCIA section. Booting with 

OK unset acpi_load
OK set hint.apm.0.disabled=0

corresponds to next part of dmesg

pcib0: <Host to PCI bridge> at pcibus 0 on motherboard
...
cbb0: <TI1250 PCI-CardBus Bridge> mem 0x20301000-0x20301fff at device 2.0 on
pci0
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb: Unable to map IRQ...
device_probe_and_attach: cbb0 attach returned 12
cbb0: <TI1250 PCI-CardBus Bridge> mem 0x20300000-0x20300fff at device 2.1 on
pci0
cardbus1: <CardBus bus> on cbb0
pccard1: <16-bit PCCard bus> on cbb0
cbb: Unable to map IRQ...
device_probe_and_attach: cbb0 attach returned 12

and to working apm. On the other hand with preloaded acpi.ko in kernel

pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
...
cbb0: <TI1250 PCI-CardBus Bridge> mem 0x20301000-0x20301fff at device 2.0 on
pci0
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pcib0: slot 2 INTA is routed to irq 11
cbb1: <TI1250 PCI-CardBus Bridge> mem 0x20300000-0x20300fff at device 2.1 on
pci0
cardbus1: <CardBus bus> on cbb0
pccard1: <16-bit PCCard bus> on cbb0
pcib0: slot 2 INTB is routed to irq 11
...
dc0: <Xircom X3201 10/100BaseTX> port 0x1000-0x107f mem 0x88000000-0x880000ff,
0x88000100-0x8800017f irq 11 at device 0.0 on cardbus0

the card works fine but the ACPI does not work on my notebook (for instance
sleeping). Thus I need the apm with working card. I have read previous
threads on the same topic but

hw.pci.allow_unsupported_io_range="1"
hw.cbb.start_memory="0x20000000"

dont help. Any suggestions ? 

  Thank You,

Vaclav


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030215095646.GA955>