Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/doc Ticket 11369.
details: https://anonhg.NetBSD.org/src/rev/58750aea48e6
branches: netbsd-2-0
changeset: 565065:58750aea48e6
user: riz <riz%NetBSD.org@localhost>
date: Mon Oct 15 23:12:31 2007 +0000
description:
Ticket 11369.
diffstat:
doc/CHANGES-2.0.4 | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 0d82d92fc394 -r 58750aea48e6 doc/CHANGES-2.0.4
--- a/doc/CHANGES-2.0.4 Mon Oct 15 23:11:38 2007 +0000
+++ b/doc/CHANGES-2.0.4 Mon Oct 15 23:12:31 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.0.4,v 1.1.2.75 2007/09/17 19:59:14 bouyer Exp $
+# $NetBSD: CHANGES-2.0.4,v 1.1.2.76 2007/10/15 23:12:31 riz Exp $
A complete list of changes from the NetBSD 2.0.3 update to the NetBSD 2.0.4
update.
@@ -667,3 +667,13 @@
The default remains as /usr/sbin/pkg_info. This should fix PR# 36746.
[adrianp, ticket #11367]
+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 #11369]
+
Home |
Main Index |
Thread Index |
Old Index