Add another broken seagate device to the quirk list.

Problem reported by rudolf <netbsd at eq.cz> on netbsd-help@
This commit is contained in:
bouyer 2005-05-16 15:36:57 +00:00
parent 8f8a7a4e38
commit 04f2acc1f3
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: wd.c,v 1.299 2005/03/31 11:28:53 yamt Exp $ */ /* $NetBSD: wd.c,v 1.300 2005/05/16 15:36:57 bouyer Exp $ */
/* /*
* Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved. * Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved.
@ -66,7 +66,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.299 2005/03/31 11:28:53 yamt Exp $"); __KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.300 2005/05/16 15:36:57 bouyer Exp $");
#ifndef ATADEBUG #ifndef ATADEBUG
#define ATADEBUG #define ATADEBUG
@ -237,6 +237,8 @@ static const struct wd_quirk {
*/ */
{ "ST3200822A", { "ST3200822A",
WD_QUIRK_FORCE_LBA48 }, WD_QUIRK_FORCE_LBA48 },
{ "ST3250823AS",
WD_QUIRK_FORCE_LBA48 },
{ NULL, { NULL,
0 } 0 }