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/f2074e9ecca3
branches:  netbsd-3
changeset: 577124:f2074e9ecca3
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Sep 08 21:17:03 2005 +0000

description:
Pull up following revision(s) (requested by bouyer in ticket #749):
        sys/dev/ata/wd.c: revision 1.307
ST3300831A also needs WD_QUIRK_FORCE_LBA48.

diffstat:

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

diffs (27 lines):

diff -r 0a12d8116597 -r f2074e9ecca3 sys/dev/ata/wd.c
--- a/sys/dev/ata/wd.c  Thu Sep 08 21:13:54 2005 +0000
+++ b/sys/dev/ata/wd.c  Thu Sep 08 21:17:03 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: wd.c,v 1.298.2.5 2005/07/02 18:12:36 tron Exp $ */
+/*     $NetBSD: wd.c,v 1.298.2.6 2005/09/08 21:17:03 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.5 2005/07/02 18:12:36 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd.c,v 1.298.2.6 2005/09/08 21:17:03 tron Exp $");
 
 #ifndef ATADEBUG
 #define ATADEBUG
@@ -241,6 +241,8 @@
          WD_QUIRK_FORCE_LBA48 },
        { "ST3250823A*",
          WD_QUIRK_FORCE_LBA48 },
+       { "ST3300831A*",
+         WD_QUIRK_FORCE_LBA48 },
 
        { NULL,
          0 }



Home | Main Index | Thread Index | Old Index