Subject: More interrput weirdness
To: None <port-i386@netbsd.org>
From: Peter Seebach <seebs@plethora.net>
List: port-i386
Date: 04/06/2003 16:30:24
So, having forced cbb to show up on irq 10, I am able to probe a device.  It's
a pcmcia card.  In pcmcia.c, pcmcia_intr_establish thinks ipl is 7.  I'm not
sure what an ipl is, but the documentation assures me this device should
always think the card is on irq 7, so I thought those might be related... but
by the time we get into the cardbus code, it's irq 0, level 7... and the
machine hangs, if I have debugging code, or has lots of device timeouts, if
I don't.  Argh.  I hate this BIOS.

-s