Subject: Re: interrupt detection for pcic
To: Chris Jones <chris@cjones.org>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: port-i386
Date: 06/26/2000 18:59:08
On Mon Jun 26 18:42:12 2000, Chris Jones wrote:
> 
> My laptop is having troubles with finding available interrupts for its
> pcic.
[..]

> cbb0 at pci0 dev 10 function 0: Texas Instruments PCI1225 PCI-CardBus Bridge (rev. 0x01)
> cbb1 at pci0 dev 10 function 1: Texas Instruments PCI1225 PCI-CardBus Bridge (rev. 0x01)
> isa0 at pcib0
[..]
> pcic0 at isa0 port 0x3e0-0x3e1 iomem 0xd0000-0xdffff
> pcic0: controller 0 (Intel 82365SL Revision 1) has sockets A and B
> pcic0: controller 1 (Intel 82365SL Revision 1) has no sockets
> pcic0: bus_space_alloc range 0x0400-0x0fff (probed)
> pcmcia0 at pcic0 controller 0 socket 0
> pcmcia1 at pcic0 controller 0 socket 1
> cbb0: interrupting at irq 10
> cbb0: cacheline 0x0 lattimer 0x20
> cbb0: bhlc 0x821000 lscp 0x20010100
> cardslot0 at cbb0 slot 0 flags 0
> cardbus0 at cardslot0: bus 1 device 0 cacheline 0x0, lattimer 0x20
> pcmcia2 at cardslot0
> cbb1: interrupting at irq 10
> cbb1: cacheline 0x0 lattimer 0x20
> cbb1: bhlc 0x821000 lscp 0x20020200
> cardslot1 at cbb1 slot 1 flags 0
> cardbus1 at cardslot1: bus 2 device 0 cacheline 0x0, lattimer 0x20
> pcmcia3 at cardslot1

Disable 'pcic0 at isa?' and 'pcmcia* at pcic?' in your kernel config.
You also have 'pcmcia* at cardslot?' which conflicts with the compat
pcic attachment.

Bernd