Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/11/2001 01:57:45
Module Name:	syssrc
Committed By:	fvdl
Date:		Thu May 10 22:57:44 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: elinkxl.c

Log Message:
Despite what the hardware docs say, the global reset command is not
done when the command-in-progress bit has been cleared. The 1ms
time that is mentioned also seems wrong; 20,000us is not enough
on at least one machine. So, do a delay(100000) in ex_reset.
Fortunately, this function is only called when the card is
attached or when hardware failure is suspected.

While here, only mask one 1 bit in the 'reset hack' case.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 syssrc/sys/dev/ic/elinkxl.c

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