Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ata Add another broken seagate device to the quirk l...
details: https://anonhg.NetBSD.org/src/rev/171eadd5e420
branches: trunk
changeset: 580935:171eadd5e420
user: bouyer <bouyer%NetBSD.org@localhost>
date: Mon May 16 15:36:57 2005 +0000
description:
Add another broken seagate device to the quirk list.
Problem reported by rudolf <netbsd at eq.cz> on netbsd-help@
diffstat:
sys/dev/ata/wd.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 709ba7342ed1 -r 171eadd5e420 sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c Mon May 16 15:16:43 2005 +0000
+++ b/sys/dev/ata/wd.c Mon May 16 15:36:57 2005 +0000
@@ -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.
@@ -66,7 +66,7 @@
*/
#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
#define ATADEBUG
@@ -237,6 +237,8 @@
*/
{ "ST3200822A",
WD_QUIRK_FORCE_LBA48 },
+ { "ST3250823AS",
+ WD_QUIRK_FORCE_LBA48 },
{ NULL,
0 }
Home |
Main Index |
Thread Index |
Old Index