Adjust quirk entry for seagate drives. Should fix kern/33637 by Shigeya

Suzuki.
This commit is contained in:
bouyer 2006-06-05 18:22:23 +00:00
parent 4f9c4eb840
commit 02ace2fe6c
1 changed files with 3 additions and 3 deletions

View File

@ -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 }