Subject: 3c589d hard configured to irq3 for pcmcia ?
To: None <port-i386@netbsd.org>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: port-i386
Date: 05/28/1999 01:41:14
In analysis of epinit(), I've made it as far as this line:

bus_space_write_2(iot, ioh, ELINK_W0_RESOURCE_CFG, 0x3f00);

which I can't for the life of me work out what it does from looking at
NetBSD source, but if I look at what I think is the equivalent thing
from elsewhere, it appears to be that IRQ3 is set here.

Someone please tell me I'm wrong.

Darren