Subject: Sharing of interrupts?
To: None <port-sgimips@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: port-sgimips
Date: 07/15/2004 23:18:59
Hi,

in an attempt at bringing life to the additional net and scsi
controllers on a Challenge S machine, I added the rather obvious

sq*   at hpc1 offset ?
wdsc* at hpc1 offset ?

but the resulting kernel didn't like the result:

...
hpc1 at gio0 addr 0x1fb00000: SGI HPC3
zsc at hpc1 offset 0x59830 not configured
pckbc at hpc1 offset 0x59840 not configured
sq1 at hpc1 offset 0x54000int0: cannot share interrupts yet.
: SGI Seeq 80c03
sq1: Ethernet address 08:00:69:09:72:fa
wdsc1 at hpc1 offset 0x44000int0: cannot share interrupts yet.
[BREAK]

at which point it wedged solid, and is most probably in need of a
power cycle.

I wonder, what would it take to bring this hardware to life under
NetBSD?

Regards,

- H=E5vard