Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include Sparc64 already had a BUS_DMA_NOCAC...



details:   https://anonhg.NetBSD.org/src/rev/272c00e0e74a
branches:  trunk
changeset: 542480:272c00e0e74a
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jan 30 13:32:25 2003 +0000

description:
Sparc64 already had a BUS_DMA_NOCACHE - remove one of the two definitions.
Fortunately the old (local) one had the same semantics as the new one.

diffstat:

 sys/arch/sparc64/include/bus.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 0048bb4ca512 -r 272c00e0e74a sys/arch/sparc64/include/bus.h
--- a/sys/arch/sparc64/include/bus.h    Thu Jan 30 12:16:18 2003 +0000
+++ b/sys/arch/sparc64/include/bus.h    Thu Jan 30 13:32:25 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus.h,v 1.42 2003/01/28 01:08:07 kent Exp $    */
+/*     $NetBSD: bus.h,v 1.43 2003/01/30 13:32:25 martin Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -1388,8 +1388,6 @@
 #define        BUS_DMA_WRITE           0x400   /* mapping is memory -> device only */
 #define        BUS_DMA_NOCACHE         0x800   /* hint: map non-cached memory */
 
-
-#define        BUS_DMA_NOCACHE         BUS_DMA_BUS1
 #define        BUS_DMA_DVMA            BUS_DMA_BUS2    /* Don't bother with alignment */
 
 /* Forwards needed by prototypes below. */



Home | Main Index | Thread Index | Old Index