Subject: PR/35008 CVS commit: src/sys/dev/ic
To: None <bouyer@NetBSD.org, gnats-admin@netbsd.org,>
From: Manuel Bouyer <bouyer@netbsd.org>
List: netbsd-bugs
Date: 11/14/2006 18:40:03
The following reply was made to PR kern/35008; it has been noted by GNATS.
From: Manuel Bouyer <bouyer@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/35008 CVS commit: src/sys/dev/ic
Date: Tue, 14 Nov 2006 18:39:10 +0000 (UTC)
Module Name: src
Committed By: bouyer
Date: Tue Nov 14 18:39:10 UTC 2006
Modified Files:
src/sys/dev/ic: wdc.c
Log Message:
wdc_sataprobe():
- wait up to 1s for SStatus_DET_DEV after SControl_DET_INIT toggle (from
FreeBSD)
- reset the drive once we know it's there. It may be in some PM state and
not able to properly reply to IDENTIFY. Tested by Teemu Rinta-aho,
fixes PR kern/35049 and should also fix PR kern/35008.
To generate a diff of this commit:
cvs rdiff -r1.240 -r1.241 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.