forked from Imagelibrary/rtems
2002-11-17 Greg Menke <gregory.menke@gsfc.nasa.gov>
* irq/irq_init.c, motorola/motorola.c: Support for MTX603e.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-11-17 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||
|
||||
* irq/irq_init.c, motorola/motorola.c: Support for MTX603e.
|
||||
|
||||
2002-10-31 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* bootloader/em86.c, console/inch.c, console/polled_io.c, irq/irq.c,
|
||||
|
||||
@@ -249,9 +249,15 @@ void BSP_rtems_irq_mng_init(unsigned cpuId)
|
||||
/* nothing to do for W83C553 bridge */
|
||||
known_cpi_isa_bridge = 1;
|
||||
}
|
||||
if ( currentBoard == MTX_WO_PP || currentBoard == MTX_W_PP ) {
|
||||
/* W83C554, don't to anything at the moment. gregm 11/6/2002 */
|
||||
known_cpi_isa_bridge = 1;
|
||||
}
|
||||
|
||||
if (!known_cpi_isa_bridge) {
|
||||
printk("Please add code for PCI/ISA bridge init to libbsp/shared/irq/irq_init.c\n");
|
||||
printk("Please add code for PCI/ISA bridge init to libbsp/powerpc/shared/irq/irq_init.c\n");
|
||||
printk("If your card works correctly please add a test and set known_cpi_isa_bridge to true\n");
|
||||
printk("currentBoard = %i\n", currentBoard);
|
||||
}
|
||||
#ifdef TRACE_IRQ_INIT
|
||||
printk("Going to initialize the ISA PC legacy IRQ management hardware\n");
|
||||
|
||||
@@ -42,7 +42,7 @@ static const mot_info_t mot_boards[] = {
|
||||
{0x1E0, 0xE1, "Sitka cPCI (MCPN750)"},
|
||||
{0x1E0, 0xE2, "Mesquite cPCI (MCP750) w/ HAC"},
|
||||
{0x1E0, 0xF6, "MTX Plus"},
|
||||
{0x1E0, 0xF7, "MTX wo/ Parallel Port"},
|
||||
{0x1E0, 0xF7, "MTX w/o Parallel Port"},
|
||||
{0x1E0, 0xF8, "MTX w/ Parallel Port"},
|
||||
{0x1E0, 0xF9, "MVME 2300"},
|
||||
{0x1E0, 0xFA, "MVME 2300SC/2600"},
|
||||
|
||||
Reference in New Issue
Block a user