Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 02/14/2000 04:37:37
Module Name:	syssrc
Committed By:	bouyer
Date:		Mon Feb 14 12:37:37 UTC 2000

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

Log Message:
- Be more strict in status check before sending a command (make sure
  DRQ is not asserted). Closes kern/9346.
- Change the "fake identify before the real one" by a delay(). The real cause
  of the problem is that the drive is unresponsive just after a reset.
  The real problem (and the solution) showed up after the first change.


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 syssrc/sys/dev/ic/wdc.c

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