Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-1]: src/doc Ticket 11369.



details:   https://anonhg.NetBSD.org/src/rev/fb5aed56c62c
branches:  netbsd-2-1
changeset: 564282:fb5aed56c62c
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Oct 15 23:11:05 2007 +0000

description:
Ticket 11369.

diffstat:

 doc/CHANGES-2.1.1 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 3adbf2022911 -r fb5aed56c62c doc/CHANGES-2.1.1
--- a/doc/CHANGES-2.1.1 Mon Oct 15 23:10:19 2007 +0000
+++ b/doc/CHANGES-2.1.1 Mon Oct 15 23:11:05 2007 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.1.1,v 1.1.2.77 2007/09/17 20:00:30 bouyer Exp $
+#      $NetBSD: CHANGES-2.1.1,v 1.1.2.78 2007/10/15 23:11:05 riz Exp $
 
 A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.1.1
 release
@@ -744,3 +744,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