diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-15 20:12:41 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-15 20:12:41 +0000 |
commit | 7b21556daf0a60db3098be08138be972cfec1429 (patch) | |
tree | b032f30deff00bcb7f62ea3d32f55fc75f4bf3cb /sys/dev/eisa/devlist2h.awk | |
parent | 3c18738eebc3ab152ffb51145446e53abd3236d3 (diff) |
Fix watchdog timeout errors seen on a few systems.
The SK-NET GENESIS document says reading the SK_ISSR register should stop
generating further interrupts, but it seems there is the possibility
of losing interrupts between reading the SK_ISSR register and determining
which interrupts have been reported. To cope with this situation we
continuously read the SK_ISSR register until there are no interrupts.
However, it seems that the above workaround does not fix all cases.
Add workaround code that tries to protect against false alarms from
the watchdog handler by trying to reclaim pending Tx descriptors
before resetting the hardware.
This should fix occasional watchdog timeouts seen with this driver.
From FreeBSD
Diffstat (limited to 'sys/dev/eisa/devlist2h.awk')
0 files changed, 0 insertions, 0 deletions