Add yet another broken 160Gb seagate drive. I though we had found all of
them ... reported by Damian Lubosch on current-users.
This commit is contained in:
parent
45598cd240
commit
38038ac6c0
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: wd.c,v 1.323 2006/04/05 02:40:57 cherry Exp $ */
|
||||
/* $NetBSD: wd.c,v 1.324 2006/05/18 19:42:09 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.323 2006/04/05 02:40:57 cherry Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.324 2006/05/18 19:42:09 bouyer Exp $");
|
||||
|
||||
#ifndef ATADEBUG
|
||||
#define ATADEBUG
|
||||
|
@ -239,6 +239,8 @@ static const struct wd_quirk {
|
|||
* setups using LBA48 drives on non-LBA48-capable controllers
|
||||
* (and it's hard to get a list of such controllers)
|
||||
*/
|
||||
{ "ST3160812A*",
|
||||
WD_QUIRK_FORCE_LBA48 },
|
||||
{ "ST3160023A*",
|
||||
WD_QUIRK_FORCE_LBA48 },
|
||||
{ "ST3160827A*",
|
||||
|
|
Loading…
Reference in New Issue