Note one other place that bogus interrupts can be measured.

This commit is contained in:
mjacob 2001-04-10 21:51:21 +00:00
parent 81a6d0ec41
commit 7bcf01a29a
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isp.c,v 1.74 2001/04/05 02:27:33 mjacob Exp $ */
/* $NetBSD: isp.c,v 1.75 2001/04/10 21:51:21 mjacob Exp $ */
/*
* This driver, which is contained in NetBSD in the files:
*
@ -2977,6 +2977,7 @@ isp_intr(void *arg)
isp_prt(isp, ISP_LOGDEBUG2,
"bogus intr- isr %x (%x) iptr %x optr %x",
isr, junk, iptr, optr);
isp->isp_intbogus++;
}
while (optr != iptr) {