Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2]: src/doc Ticket 11369.
details: https://anonhg.NetBSD.org/src/rev/c9ed574cf78e
branches: netbsd-2
changeset: 564624:c9ed574cf78e
user: riz <riz%NetBSD.org@localhost>
date: Mon Oct 15 23:09:47 2007 +0000
description:
Ticket 11369.
diffstat:
doc/CHANGES-2.2 | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r dd6537e76018 -r c9ed574cf78e doc/CHANGES-2.2
--- a/doc/CHANGES-2.2 Mon Oct 15 23:07:36 2007 +0000
+++ b/doc/CHANGES-2.2 Mon Oct 15 23:09:47 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.2,v 1.1.2.118 2007/09/17 19:57:52 bouyer Exp $
+# $NetBSD: CHANGES-2.2,v 1.1.2.119 2007/10/15 23:09:47 riz Exp $
A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.2
release
@@ -1320,3 +1320,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