Subject: CVS commit: [netbsd-3] src/sys/dev/ata
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 10/15/2007 21:53:55
Module Name: src
Committed By: riz
Date: Mon Oct 15 21:53:55 UTC 2007
Modified Files:
src/sys/dev/ata [netbsd-3]: wd.c
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1848):
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.298.2.13 -r1.298.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.