Subject: CVS commit: [netbsd-2-0] src/sys/dev/ata
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 10/15/2007 23:11:39
Module Name:	src
Committed By:	riz
Date:		Mon Oct 15 23:11:39 UTC 2007

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

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #11369):
	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.274.2.13 -r1.274.2.14 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.