From ef22daefd07a43f625d6e1624a10d247e016ecb3 Mon Sep 17 00:00:00 2001 From: soda Date: Sat, 10 Jun 2000 12:56:45 +0000 Subject: [PATCH] move address to resolve conflict with firmware working memory of NEC RISCstation 2250, from Shuichiro URATA . --- 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(-) diff --git a/sys/arch/arc/conf/Makefile.arc b/sys/arch/arc/conf/Makefile.arc index 73ab3ef22520..f3b943f814d4 100644 --- a/sys/arch/arc/conf/Makefile.arc +++ b/sys/arch/arc/conf/Makefile.arc @@ -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 @@ TSORT?= tsort -q COPTS?= -O2 # -mmemcpy # XXX: - profile this -TEXTADDR?= 80100000 +TEXTADDR?= 80200000 # source tree is located via $S relative to the compilation directory .ifndef S diff --git a/sys/arch/arc/dev/if_sn.c b/sys/arch/arc/dev/if_sn.c index 60076a2da0c0..f1b321ab457d 100644 --- a/sys/arch/arc/dev/if_sn.c +++ b/sys/arch/arc/dev/if_sn.c @@ -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 @@ void snreset __P((struct sn_softc *sc)); * This should really be 'allocated' but for now we * 'hardwire' it. */ -#define SONICBUF 0xa0010000 +#define SONICBUF 0xa0190000 /* * Nicely aligned pointers into the sonicbuffers diff --git a/sys/arch/arc/jazz/jazzdmatlbreg.h b/sys/arch/arc/jazz/jazzdmatlbreg.h index 888eb01c1d6d..68c4953f5938 100644 --- a/sys/arch/arc/jazz/jazzdmatlbreg.h +++ b/sys/arch/arc/jazz/jazzdmatlbreg.h @@ -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 */