Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2]: src/sys/dev/ata Pull up following revision(s) (requested by b...
details: https://anonhg.NetBSD.org/src/rev/8e9c45376c43
branches: netbsd-2
changeset: 564476:8e9c45376c43
user: riz <riz%NetBSD.org@localhost>
date: Wed May 24 02:29:05 2006 +0000
description:
Pull up following revision(s) (requested by bouyer in ticket #10625):
sys/dev/ata/wd.c: revision 1.324
Add yet another broken 160Gb seagate drive. I though we had found all of
them ... reported by Damian Lubosch on current-users.
diffstat:
sys/dev/ata/wd.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 4ac04738288a -r 8e9c45376c43 sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c Fri May 12 15:48:40 2006 +0000
+++ b/sys/dev/ata/wd.c Wed May 24 02:29:05 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wd.c,v 1.274.2.8.2.7 2006/03/28 23:11:26 riz Exp $ */
+/* $NetBSD: wd.c,v 1.274.2.8.2.8 2006/05/24 02:29:05 riz 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.274.2.8.2.7 2006/03/28 23:11:26 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.274.2.8.2.8 2006/05/24 02:29:05 riz Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@@ -233,6 +233,8 @@
* (aka LBA48_THRESHOLD) in LBA mode. The workaround is to force
* LBA48
*/
+ { "ST3160812A*",
+ WD_QUIRK_FORCE_LBA48 },
{ "ST3160023A*",
WD_QUIRK_FORCE_LBA48 },
{ "ST3160827A*",
Home |
Main Index |
Thread Index |
Old Index