Subject: PCMCIA on Multia
To: None <port-alpha@netbsd.org>
From: Bernard Gardner <bernard@geekHaus.net.au>
List: port-alpha
Date: 04/09/2000 17:26:33
Hi,

Does anyone have PCMCIA working on a Multia with -current?

I'm trying to get a wireless link running between two Multias, using
Lucent WaveLAN cards. It looks like the code to autodetect interrupts
for the pcic driver doesn't work on a Multia, but I'm not sure that
I haven't just misconfigured things.

pcic0: controller 0 detecting irqs with mask 0xdeb8:<3>stray isa irq 5
<3>stray isa irq 5
<3>stray isa irq 5
<3>stray isa irq 5
<3>stray isa irq 5; stopped logging
<3>stray isa irq 14
<3>stray isa irq 14
<3>stray isa irq 14
<3>stray isa irq 14
<3>stray isa irq 14; stopped logging

pcic0: polling for socket events

The card is detected fine, and the MAC address is read off the card
correctly, so there's some semblance of functionality, but I can't
configure the wi interface, as there is no interrupt known to the
system.

wi0: couldn't establish interrupt handler

I'm going to try to hard code it to use irq5, but there must be a
better way.

Source is from April 2nd tar. Any suggestions warmly appreciated.

Bernard.