Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/dev/ata Pull up following revision(s) (requested by...



details:   https://anonhg.NetBSD.org/src/rev/30b7158c9c86
branches:  netbsd-2-0
changeset: 564968:30b7158c9c86
user:      riz <riz%NetBSD.org@localhost>
date:      Wed May 24 02:31:33 2006 +0000

description:
Pull up following revision(s) (requested by bouyer in ticket #10625):
        sys/dev/ata/wd.c: revision 1.324 via patch
Add yet another broken 160Gb seagate drive. I though we had found all of
them ... reported by Damian Lubosch on current-users.

diffstat:

 sys/dev/ata/wd.c |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 209b250222df -r 30b7158c9c86 sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c  Fri May 12 16:00:08 2006 +0000
+++ b/sys/dev/ata/wd.c  Wed May 24 02:31:33 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wd.c,v 1.274.2.9 2006/03/28 23:19:01 riz Exp $ */
+/*     $NetBSD: wd.c,v 1.274.2.10 2006/05/24 02:31:33 riz Exp $ */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.  All rights reserved.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.274.2.9 2006/03/28 23:19:01 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.274.2.10 2006/05/24 02:31:33 riz Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
@@ -233,8 +233,10 @@
         * (aka LBA48_THRESHOLD) in LBA mode. The workaround is to force
         * LBA48
         */
-       { "ST3160023A*",
-         WD_QUIRK_FORCE_LBA48 },
+       { "ST3160812A*",
+         WD_QUIRK_FORCE_LBA48 },
+       { "ST3160023A*",
+         WD_QUIRK_FORCE_LBA48 },
        { "ST3160827A*",
          WD_QUIRK_FORCE_LBA48 },
        /* Attemp to catch all seagate drives larger than 200GB */



Home | Main Index | Thread Index | Old Index