Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 11/25/2003 21:03:15
Module Name:	src
Committed By:	bouyer
Date:		Tue Nov 25 21:03:15 UTC 2003

Modified Files:
	src/sys/dev/ic: wdc.c

Log Message:
Some combination of controller/drive sends a continous stream of
interrupt while SRST is asserted. Work around by blocking interrupts while
SRST is asserted, and clearing any pending interrupt before unblocking.
Fix kern/23529 from Michael Hertrick.


To generate a diff of this commit:
cvs rdiff -r1.155 -r1.156 src/sys/dev/ic/wdc.c

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