mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
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:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user