2005-11-03 Till Straumann <strauman@slac.stanford.edu>

* include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
	this normally points to ISA space but is misused by this BSP
	(inb/outb & friends are all over the place).
This commit is contained in:
Till Straumann
2005-11-04 06:14:26 +00:00
parent 2ee0015054
commit c442393343
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
* include/bsp.h, vme/vmeconfig.c: Reverted redefinition of _IO_BASE;
this normally points to ISA space but is misused by this BSP
(inb/outb & friends are all over the place).
2005-11-03 Till Straumann <strauman@slac.stanford.edu>
* irq/irq.c, irq/irq.h: removed BSP_SHARED_HANDLER_SUPPORT definition;

View File

@@ -25,11 +25,11 @@
#include <bsp/bspMvme5500.h>
/* fundamental addresses for this BSP (PREPxxx are from libcpu/io.h) */
#define _IO_BASE GT64260_REG_BASE
/* PCI0 Domain I/O space */
#define PCI0_IO_BASE 0xf0000000
#define PCI1_IO_BASE 0xf0800000
#define _IO_BASE PCI0_IO_BASE
/* PCI 0 memory space as seen from the CPU */
#define PCI0_MEM_BASE 0x80000000