Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 07/27/2000 23:08:48
Module Name:	syssrc
Committed By:	bouyer
Date:		Thu Jul 27 20:08:47 UTC 2000

Modified Files:
	syssrc/sys/dev/isa: boca.c

Log Message:
My 16 port boca seems to fail to update the interrupt bit in it's interrupt
register for a port under high load. The effect is that the port is wedged
waiting for an interrupt that will never come.
Add a callout-based watchdog which periodically (hz/10) scan trough the ports
for missed interrupts.
Problem also noted by Chris Jones, and this fix also helped him.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 syssrc/sys/dev/isa/boca.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.