Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2] src/sys/dev/ata
Module Name: src
Committed By: riz
Date: Mon Oct 15 23:07:38 UTC 2007
Modified Files:
src/sys/dev/ata [netbsd-2]: 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.8.2.11 -r1.274.2.8.2.12 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.
Home |
Main Index |
Thread Index |
Old Index