Add quirk for ST3200826A. From rudolf (netbsd at eq.cz) on tech-kern.
This commit is contained in:
parent
c7c436e94e
commit
f0a1379350
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: wd.c,v 1.308 2005/08/29 19:05:54 bouyer Exp $ */
|
||||
/* $NetBSD: wd.c,v 1.309 2005/09/05 20:42:37 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.308 2005/08/29 19:05:54 bouyer Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.309 2005/09/05 20:42:37 bouyer Exp $");
|
||||
|
||||
#ifndef ATADEBUG
|
||||
#define ATADEBUG
|
||||
@ -247,6 +247,8 @@ static const struct wd_quirk {
|
||||
WD_QUIRK_FORCE_LBA48 },
|
||||
{ "ST3250823A*",
|
||||
WD_QUIRK_FORCE_LBA48 },
|
||||
{ "ST3200826A*",
|
||||
WD_QUIRK_FORCE_LBA48 },
|
||||
{ "ST3300831A*",
|
||||
WD_QUIRK_FORCE_LBA48 },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user