Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/5d0d078be4eb
branches:  netbsd-3-0
changeset: 579243:5d0d078be4eb
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 12 12:59:18 2006 +0000

description:
Pull up following revision(s) (requested by bouyer in ticket #1375):
        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 fa96b70c5406 -r 5d0d078be4eb sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c  Mon Jun 12 12:30:24 2006 +0000
+++ b/sys/dev/ata/wd.c  Mon Jun 12 12:59:18 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wd.c,v 1.298.2.7.2.3 2006/05/24 02:15:21 riz Exp $ */
+/*     $NetBSD: wd.c,v 1.298.2.7.2.4 2006/06/12 12:59:18 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.298.2.7.2.3 2006/05/24 02:15:21 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.298.2.7.2.4 2006/06/12 12:59:18 tron Exp $");
 
 #ifndef ATADEBUG
 #define ATADEBUG
@@ -241,8 +241,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