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/efddc6691eb3
branches:  netbsd-2
changeset: 564500:efddc6691eb3
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Aug 06 20:16:53 2006 +0000

description:
Pull up following revision(s) (requested by bouyer in ticket #10644):
        sys/dev/ata/wd.c: revision 1.325 via patch
Adjust quirk entry for seagate drives. Should fix kern/33637 by Shigeya
Suzuki.

diffstat:

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

diffs (29 lines):

diff -r 7dbdbd5309b0 -r efddc6691eb3 sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c  Sun Aug 06 11:59:17 2006 +0000
+++ b/sys/dev/ata/wd.c  Sun Aug 06 20:16:53 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wd.c,v 1.274.2.8.2.8 2006/05/24 02:29:05 riz Exp $ */
+/*     $NetBSD: wd.c,v 1.274.2.8.2.9 2006/08/06 20:16:53 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.8 2006/05/24 02:29:05 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.274.2.8.2.9 2006/08/06 20:16:53 tron Exp $");
 
 #ifndef WDCDEBUG
 #define WDCDEBUG
@@ -239,8 +239,8 @@
          WD_QUIRK_FORCE_LBA48 },
        { "ST3160827A*",
          WD_QUIRK_FORCE_LBA48 },
-       /* Attemp to catch all seagate drives larger than 200GB */
-       { "ST3[2-9][0-9][0-9][0-9][0-9][0-9]A*",
+       /* Attempt to catch all seagate drives larger than 200GB */
+       { "ST3[2-9][0-9][0-9][0-9][0-9][0-9][A-Z]*",
          WD_QUIRK_FORCE_LBA48 },
        { NULL,
          0 }



Home | Main Index | Thread Index | Old Index