Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 05/24/2004 20:45:30
Module Name: src
Committed By: bouyer
Date: Mon May 24 20:45:30 UTC 2004
Modified Files:
src/sys/dev/ic: wdc.c
Log Message:
Add a delay(5000) between the ATAPI_SOFT_RESET and the channel reset.
Some ATAPI device never get out of busy if touched too fast after a reset.
Delay value from atapi_wdc.c; fix problem reported by Nicolas Joly on
current-users.
To generate a diff of this commit:
cvs rdiff -r1.174 -r1.175 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.