Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3-0]: src/doc Ticket 1848.
details: https://anonhg.NetBSD.org/src/rev/8bc0c9c1e7ad
branches: netbsd-3-0
changeset: 579456:8bc0c9c1e7ad
user: riz <riz%NetBSD.org@localhost>
date: Mon Oct 15 21:55:20 2007 +0000
description:
Ticket 1848.
diffstat:
doc/CHANGES-3.0.4 | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 3c13af1ba300 -r 8bc0c9c1e7ad doc/CHANGES-3.0.4
--- a/doc/CHANGES-3.0.4 Mon Oct 15 21:54:31 2007 +0000
+++ b/doc/CHANGES-3.0.4 Mon Oct 15 21:55:20 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-3.0.4,v 1.1.2.10 2007/10/04 18:37:20 bouyer Exp $
+# $NetBSD: CHANGES-3.0.4,v 1.1.2.11 2007/10/15 21:55:20 riz Exp $
A complete list of changes from the NetBSD 3.0.3 release to the NetBSD 3.0.4
release:
@@ -130,3 +130,13 @@
to NetBSD by the TELES AG.
[tron, ticket #1822]
+sys/dev/ata/wd.c 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 ...
+ [bouyer, ticket #1848]
+
Home |
Main Index |
Thread Index |
Old Index