Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc move address to resolve conflict with firmware ...



details:   https://anonhg.NetBSD.org/src/rev/6a8115b5d0ad
branches:  trunk
changeset: 487637:6a8115b5d0ad
user:      soda <soda%NetBSD.org@localhost>
date:      Sat Jun 10 12:56:45 2000 +0000

description:
move address to resolve conflict with firmware working memory
of NEC RISCstation 2250, from Shuichiro URATA <ur%a-r.org@localhost>.

diffstat:

 sys/arch/arc/conf/Makefile.arc    |  4 ++--
 sys/arch/arc/dev/if_sn.c          |  4 ++--
 sys/arch/arc/jazz/jazzdmatlbreg.h |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r ebd2339a0d37 -r 6a8115b5d0ad sys/arch/arc/conf/Makefile.arc
--- a/sys/arch/arc/conf/Makefile.arc    Sat Jun 10 12:39:19 2000 +0000
+++ b/sys/arch/arc/conf/Makefile.arc    Sat Jun 10 12:56:45 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.arc,v 1.38 2000/05/21 02:50:10 soren Exp $
+#      $NetBSD: Makefile.arc,v 1.39 2000/06/10 12:56:45 soda Exp $
 
 # Makefile for NetBSD
 #
@@ -39,7 +39,7 @@
 
 COPTS?=        -O2 # -mmemcpy # XXX: - profile this
 
-TEXTADDR?=     80100000
+TEXTADDR?=     80200000
 
 # source tree is located via $S relative to the compilation directory
 .ifndef S
diff -r ebd2339a0d37 -r 6a8115b5d0ad sys/arch/arc/dev/if_sn.c
--- a/sys/arch/arc/dev/if_sn.c  Sat Jun 10 12:39:19 2000 +0000
+++ b/sys/arch/arc/dev/if_sn.c  Sat Jun 10 12:56:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_sn.c,v 1.18 2000/06/09 05:28:48 soda Exp $  */
+/*     $NetBSD: if_sn.c,v 1.19 2000/06/10 12:56:46 soda Exp $  */
 /*     $OpenBSD: if_sn.c,v 1.12 1999/05/13 15:44:48 jason Exp $        */
 
 /*
@@ -201,7 +201,7 @@
  *  This should really be 'allocated' but for now we
  *  'hardwire' it.
  */
-#define SONICBUF       0xa0010000
+#define SONICBUF       0xa0190000
 
 /*
  *  Nicely aligned pointers into the sonicbuffers
diff -r ebd2339a0d37 -r 6a8115b5d0ad sys/arch/arc/jazz/jazzdmatlbreg.h
--- a/sys/arch/arc/jazz/jazzdmatlbreg.h Sat Jun 10 12:39:19 2000 +0000
+++ b/sys/arch/arc/jazz/jazzdmatlbreg.h Sat Jun 10 12:56:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: jazzdmatlbreg.h,v 1.1 2000/06/09 05:22:23 soda Exp $   */
+/*     $NetBSD: jazzdmatlbreg.h,v 1.2 2000/06/10 12:56:46 soda Exp $   */
 /*     $OpenBSD: dma.h,v 1.3 1997/04/19 17:19:51 pefo Exp $    */
 
 /*
@@ -42,7 +42,7 @@
  */
 
 /* XXX */
-#define        PICA_TL_BASE            0xa0008000      /* Base of tl register area */
+#define        PICA_TL_BASE            0xa0180000      /* Base of tl register area */
 #define JAZZ_DMATLB_SIZE       0x00008000      /* Size of tl register area */
 
 #define JAZZ_DMATLBREG_MAP     0x00            /* DMA transl. table base */



Home | Main Index | Thread Index | Old Index