Subject: CVS commit: src/sys/dev/ata
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 09/28/2004 18:22:33
Module Name: src
Committed By: bouyer
Date: Tue Sep 28 18:22:33 UTC 2004
Modified Files:
src/sys/dev/ata: wd.c
Log Message:
Add a WD_QUIRK_FORCE_LBA48 quirck, which forces all access to use LBA48.
Use it for ST3200822A, which has a broken firmware and return an error
when accessing sector 0xfffffff with a LBA command.
Patch tested by David Brownlee.
To generate a diff of this commit:
cvs rdiff -r1.294 -r1.295 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.