Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-1]: src/sys/dev/ata Pull up following revision(s) (requested by...
details: https://anonhg.NetBSD.org/src/rev/1435299443c5
branches: netbsd-2-1
changeset: 564238:1435299443c5
user: tron <tron%NetBSD.org@localhost>
date: Mon Nov 20 21:44:04 2006 +0000
description:
Pull up following revision(s) (requested by bouyer in ticket #10746):
sys/dev/ata/wd.c: revision 1.326
Add yet another broken 160GB seagate drive. Mine. ST3160021A.
diffstat:
sys/dev/ata/wd.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 756cc82b4c4f -r 1435299443c5 sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c Sun Nov 19 17:42:47 2006 +0000
+++ b/sys/dev/ata/wd.c Mon Nov 20 21:44:04 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wd.c,v 1.274.2.8.2.6.2.3 2006/08/06 20:15:55 tron Exp $ */
+/* $NetBSD: wd.c,v 1.274.2.8.2.6.2.4 2006/11/20 21:44:04 tron 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.6.2.3 2006/08/06 20:15:55 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.274.2.8.2.6.2.4 2006/11/20 21:44:04 tron Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@@ -233,6 +233,8 @@
* (aka LBA48_THRESHOLD) in LBA mode. The workaround is to force
* LBA48
*/
+ { "ST3160021A*",
+ WD_QUIRK_FORCE_LBA48 },
{ "ST3160812A*",
WD_QUIRK_FORCE_LBA48 },
{ "ST3160023A*",
Home |
Main Index |
Thread Index |
Old Index