Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/7492db7b7add
branches:  netbsd-2
changeset: 564559:7492db7b7add
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Nov 20 21:47:01 2006 +0000

description:
Pull up following revision(s) (requested by bouyer in ticket #10747):
        sys/dev/ata/wd.c: revision 1.334
Yet another broken seagate drive.

diffstat:

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

diffs (27 lines):

diff -r c6dcd7b5887b -r 7492db7b7add sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c  Mon Nov 20 21:44:01 2006 +0000
+++ b/sys/dev/ata/wd.c  Mon Nov 20 21:47:01 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wd.c,v 1.274.2.8.2.10 2006/11/20 21:44:01 tron Exp $ */
+/*     $NetBSD: wd.c,v 1.274.2.8.2.11 2006/11/20 21:47:01 tron 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.8.2.10 2006/11/20 21:44:01 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.274.2.8.2.11 2006/11/20 21:47:01 tron Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
@@ -235,6 +235,8 @@
         */
        { "ST3160021A*",
          WD_QUIRK_FORCE_LBA48 },
+       { "ST3160811A*",
+         WD_QUIRK_FORCE_LBA48 },
        { "ST3160812A*",
          WD_QUIRK_FORCE_LBA48 },
        { "ST3160023A*",



Home | Main Index | Thread Index | Old Index