Add definition.

This commit is contained in:
Eric Norum
2004-11-30 15:01:13 +00:00
parent 9b3f187a02
commit 4406c2f702
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2004-11-30 Eric Norum <norume@aps.anl.gov>
* mvme5500/include/bsp.h: Add definition for PCI_MEM_BASE_ADJUSTMENT
2004-11-23 Joel Sherrill <joel@OARcorp.com> 2004-11-23 Joel Sherrill <joel@OARcorp.com>
* eth_comm/.cvsignore, eth_comm/ChangeLog, eth_comm/Makefile.am, * eth_comm/.cvsignore, eth_comm/ChangeLog, eth_comm/Makefile.am,

View File

@@ -34,6 +34,7 @@
/* PCI 0 memory space as seen from the CPU */ /* PCI 0 memory space as seen from the CPU */
#define PCI0_MEM_BASE 0x80000000 #define PCI0_MEM_BASE 0x80000000
#define PCI_MEM_BASE 0 /* glue for vmeUniverse */ #define PCI_MEM_BASE 0 /* glue for vmeUniverse */
#define PCI_MEM_BASE_ADJUSTMENT 0
/* address of our ram on the PCI bus */ /* address of our ram on the PCI bus */
#define PCI_DRAM_OFFSET 0 #define PCI_DRAM_OFFSET 0