martin 58502ab93e Combine sc_enabled and sc_dying into one field sc_intr_valid, they are used
for the same purpose (ignoring invalid interrupts).

For cards that are not able to stop all interrupts (or we don't know a way
to do that in software, at least) run the clearirq callback even when
ignoring an interrupt because we are not enabled. Otherwise the card would
stop interrupting.

Reserve a driver specific callout handle and an int value in the generic
isic_softc to allow card drivers to implement fancy blinkenlights.
2002-04-08 12:20:49 +00:00
..
2002-04-04 17:41:09 +00:00
2002-03-29 02:05:05 +00:00
2002-04-05 16:16:43 +00:00
2002-03-23 17:17:10 +00:00
2002-04-02 20:46:10 +00:00