diff options
| author | mjacob <mjacob@NetBSD.org> | 2001-04-10 21:51:21 +0000 |
|---|---|---|
| committer | mjacob <mjacob@NetBSD.org> | 2001-04-10 21:51:21 +0000 |
| commit | 7bcf01a29ad4caeab02f30903a2f4543feaa1caf (patch) | |
| tree | 0d7afeab020392a53ce652d7c2ed0da589099018 /sys/dev | |
| parent | 81a6d0ec413680252503d72c93222c004bd51925 (diff) | |
Note one other place that bogus interrupts can be measured.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/isp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/isp.c b/sys/dev/ic/isp.c index 447661c8306..36be78ce632 100644 --- a/sys/dev/ic/isp.c +++ b/sys/dev/ic/isp.c @@ -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) { |
