Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/dev/ata Pull up following revision(s) (requested by b...
details: https://anonhg.NetBSD.org/src/rev/8a55dc09e1df
branches: netbsd-3
changeset: 577125:8a55dc09e1df
user: tron <tron%NetBSD.org@localhost>
date: Thu Sep 08 21:18:34 2005 +0000
description:
Pull up following revision(s) (requested by bouyer in ticket #750):
sys/dev/ata/wd.c: revision 1.309
Add quirk for ST3200826A. From rudolf (netbsd at eq.cz) on tech-kern.
diffstat:
sys/dev/ata/wd.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r f2074e9ecca3 -r 8a55dc09e1df sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c Thu Sep 08 21:17:03 2005 +0000
+++ b/sys/dev/ata/wd.c Thu Sep 08 21:18:34 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wd.c,v 1.298.2.6 2005/09/08 21:17:03 tron Exp $ */
+/* $NetBSD: wd.c,v 1.298.2.7 2005/09/08 21:18:34 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.298.2.6 2005/09/08 21:17:03 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.298.2.7 2005/09/08 21:18:34 tron Exp $");
#ifndef ATADEBUG
#define ATADEBUG
@@ -241,6 +241,8 @@
WD_QUIRK_FORCE_LBA48 },
{ "ST3250823A*",
WD_QUIRK_FORCE_LBA48 },
+ { "ST3200826A*",
+ WD_QUIRK_FORCE_LBA48 },
{ "ST3300831A*",
WD_QUIRK_FORCE_LBA48 },
Home |
Main Index |
Thread Index |
Old Index