The ST3160023A* also need the LBA48 quirk. From Timo Schoeler.
This commit is contained in:
parent
c3caa55d4d
commit
19abf3be02
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: wd.c,v 1.303 2005/06/16 20:03:35 bouyer Exp $ */
|
||||
/* $NetBSD: wd.c,v 1.304 2005/06/19 18:26:40 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.303 2005/06/16 20:03:35 bouyer Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.304 2005/06/19 18:26:40 bouyer Exp $");
|
||||
|
||||
#ifndef ATADEBUG
|
||||
#define ATADEBUG
|
||||
@ -235,6 +235,8 @@ static const struct wd_quirk {
|
||||
* (aka LBA48_THRESHOLD) in LBA mode. The workaround is to force
|
||||
* LBA48
|
||||
*/
|
||||
{ "ST3160023A*",
|
||||
WD_QUIRK_FORCE_LBA48 },
|
||||
{ "ST3200822A*",
|
||||
WD_QUIRK_FORCE_LBA48 },
|
||||
{ "ST3250823A*",
|
||||
|
Loading…
Reference in New Issue
Block a user