diff options
| author | bouyer <bouyer@NetBSD.org> | 2006-06-05 18:22:23 +0000 |
|---|---|---|
| committer | bouyer <bouyer@NetBSD.org> | 2006-06-05 18:22:23 +0000 |
| commit | 02ace2fe6c7c79293f41a5f7e2e2bde592cc2e8c (patch) | |
| tree | 4f754543a2fa436b4957ceb3ba42028bfe9a1243 /sys/dev/ata | |
| parent | 4f9c4eb840a9ea13e29c6712e4e510f0b2b709d4 (diff) | |
Adjust quirk entry for seagate drives. Should fix kern/33637 by Shigeya
Suzuki.
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/wd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ata/wd.c b/sys/dev/ata/wd.c index 9d0692d2883..978cca68b34 100644 --- a/sys/dev/ata/wd.c +++ b/sys/dev/ata/wd.c @@ -1,4 +1,4 @@ -/* $NetBSD: wd.c,v 1.324 2006/05/18 19:42:09 bouyer Exp $ */ +/* $NetBSD: wd.c,v 1.325 2006/06/05 18:22:23 bouyer 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.324 2006/05/18 19:42:09 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.325 2006/06/05 18:22:23 bouyer Exp $"); #ifndef ATADEBUG #define ATADEBUG @@ -246,7 +246,7 @@ static const struct wd_quirk { { "ST3160827A*", WD_QUIRK_FORCE_LBA48 }, /* Attempt to catch all seagate drives larger than 200GB */ - { "ST3[2-9][0-9][0-9][0-9][0-9][0-9]A*", + { "ST3[2-9][0-9][0-9][0-9][0-9][0-9][A-Z]*", WD_QUIRK_FORCE_LBA48 }, { NULL, 0 } |
