Subject: CVS commit: [netbsd-4] src/sys/dev/ata
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 09/25/2007 00:53:17
Module Name:	src
Committed By:	xtraeme
Date:		Tue Sep 25 00:53:17 UTC 2007

Modified Files:
	src/sys/dev/ata [netbsd-4]: wd.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #899):
	sys/dev/ata/wd.c: revision 1.345

Add a workaround for drives with the LBA48 bug:
if we get a "ID not found" error for a transfer crossing LBA48_THRESHOLD,
and the drive is larger than 128GB, automatically add WD_QUIRK_FORCE_LBA48
to the drive's quirks and retry the transfers.
Hopefully this will obsolete the WD_QUIRK_FORCE_LBA48 quirk list ...


To generate a diff of this commit:
cvs rdiff -r1.335 -r1.335.2.1 src/sys/dev/ata/wd.c

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