Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ata Added LBA48 quirk for Seagate ST3200822AS. Teste...



details:   https://anonhg.NetBSD.org/src/rev/b7cb7dab1038
branches:  trunk
changeset: 582087:b7cb7dab1038
user:      martti <martti%NetBSD.org@localhost>
date:      Thu Jun 16 05:47:17 2005 +0000

description:
Added LBA48 quirk for Seagate ST3200822AS. Tested by Teemu Rinta-aho.

diffstat:

 sys/dev/ata/wd.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 100d7cd0579a -r b7cb7dab1038 sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c  Thu Jun 16 05:38:43 2005 +0000
+++ b/sys/dev/ata/wd.c  Thu Jun 16 05:47:17 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wd.c,v 1.301 2005/05/29 22:11:28 christos Exp $ */
+/*     $NetBSD: wd.c,v 1.302 2005/06/16 05:47:17 martti 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.301 2005/05/29 22:11:28 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.302 2005/06/16 05:47:17 martti Exp $");
 
 #ifndef ATADEBUG
 #define ATADEBUG
@@ -237,6 +237,8 @@
         */
        { "ST3200822A",
          WD_QUIRK_FORCE_LBA48 },
+       { "ST3200822AS",
+         WD_QUIRK_FORCE_LBA48 },
        { "ST3250823AS",
          WD_QUIRK_FORCE_LBA48 },
 



Home | Main Index | Thread Index | Old Index