move address to resolve conflict with firmware working memory
of NEC RISCstation 2250, from Shuichiro URATA <ur@a-r.org>.
This commit is contained in:
parent
bae005d1db
commit
ef22daefd0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user