Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/dev/ata Pull up revision 1.18 (requested by bouyer ...



details:   https://anonhg.NetBSD.org/src/rev/8b038357d615
branches:  netbsd-2-0
changeset: 560783:8b038357d615
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sun May 09 08:18:40 2004 +0000

description:
Pull up revision 1.18 (requested by bouyer in ticket #262)

When using LBA48, use Flush cache extended command if supported.
>From Christos Zoulas in PR 25366, with minor adjustements from me.

diffstat:

 sys/dev/ata/atareg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0203086afd2d -r 8b038357d615 sys/dev/ata/atareg.h
--- a/sys/dev/ata/atareg.h      Sun May 09 08:13:57 2004 +0000
+++ b/sys/dev/ata/atareg.h      Sun May 09 08:18:40 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atareg.h,v 1.17 2004/03/14 20:11:24 wiz Exp $  */
+/*     $NetBSD: atareg.h,v 1.17.2.1 2004/05/09 08:18:40 jdc Exp $      */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.
@@ -120,6 +120,7 @@
 #define        WDCC_UNLOCK             0xdf    /* unlock drawer */
 
 #define        WDCC_FLUSHCACHE         0xe7    /* Flush cache */
+#define        WDCC_FLUSHCACHE_EXT     0xea    /* Flush cache ext */
 #define        WDCC_IDENTIFY           0xec    /* read parameters from controller */
 #define        SET_FEATURES            0xef    /* set features */
 



Home | Main Index | Thread Index | Old Index