Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/dev fixed DMACSR_BITS definition to reflect...



details:   https://anonhg.NetBSD.org/src/rev/5e5949e5f8ed
branches:  trunk
changeset: 475868:5e5949e5f8ed
user:      dbj <dbj%NetBSD.org@localhost>
date:      Sat Aug 28 09:42:44 1999 +0000

description:
fixed DMACSR_BITS definition to reflect DMACSR_READ bit renaming

diffstat:

 sys/arch/next68k/dev/nextdmareg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r d200f612dc70 -r 5e5949e5f8ed sys/arch/next68k/dev/nextdmareg.h
--- a/sys/arch/next68k/dev/nextdmareg.h Sat Aug 28 09:22:58 1999 +0000
+++ b/sys/arch/next68k/dev/nextdmareg.h Sat Aug 28 09:42:44 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nextdmareg.h,v 1.5 1999/08/28 09:19:05 dbj Exp $       */
+/*     $NetBSD: nextdmareg.h,v 1.6 1999/08/28 09:42:44 dbj Exp $       */
 /*
  * Copyright (c) 1998 Darrin B. Jewell
  * All rights reserved.
@@ -101,4 +101,4 @@
 #define        DMACSR_INITBUF          0x00200000      /* initialize DMA buffers */
 
 #define DMACSR_BITS \
-"\20\35BUSEXC\34COMPLETE\32SUPDATE\31ENABLE\26INITBUF\25RESET\24CLRCOMPLETE\23READ\22SETSUPDATE\21SETENABLE"
+"\20\35BUSEXC\34COMPLETE\33READ\32SUPDATE\31ENABLE\26INITBUF\25RESET\24CLRCOMPLETE\23SETREAD\22SETSUPDATE\21SETENABLE"



Home | Main Index | Thread Index | Old Index