summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr/if_sr_isa.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-01-18 21:23:47 +0000
committerjulian <julian@FreeBSD.org>1999-01-18 21:23:47 +0000
commit31f1d32b0b645c7f791be8b504345ac171d6b2cf (patch)
tree3cbb1779e2eed34fc69337d530a9b8d6e10443d1 /sys/dev/sr/if_sr_isa.c
parentf6d935dae9ec7b676edd287f90817d82f845c7a8 (diff)
downloadFreeBSD-src-31f1d32b0b645c7f791be8b504345ac171d6b2cf.zip
FreeBSD-src-31f1d32b0b645c7f791be8b504345ac171d6b2cf.tar.gz
Fix screwed up previous commit.
Obviously no-one is using this card on ISA as the interrupts were NOT being handled.
Diffstat (limited to 'sys/dev/sr/if_sr_isa.c')
-rw-r--r--sys/dev/sr/if_sr_isa.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c
index 4dfa40d..baa3d18 100644
--- a/sys/dev/sr/if_sr_isa.c
+++ b/sys/dev/sr/if_sr_isa.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_sr.c,v 1.18 1999/01/12 01:17:00 eivind Exp $
+ * $Id: if_sr.c,v 1.19 1999/01/18 07:55:02 julian Exp $
*/
/*
@@ -860,15 +860,20 @@ srattach(struct sr_hardc *hc)
}
/*
- * Get the ISA interrupts
+ * N2 Interrupt Service Routine.
+ * Get the ISA interrupts.
+ *
+ * First figure out which SCA gave the interrupt.
+ *
*/
-void
-srintr(void * cookie)
+static void
+srintr(int init)
{
struct sr_hardc *hc;
hc = &sr_hardc[unit];
srintr_hc(hc);
+
return;
}
OpenPOWER on IntegriCloud