Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 11/14/2006 18:39:10
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.