2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>

* network/network.c: Disable use of simple vectored interrupt install
	until updated and this can be removed.
This commit is contained in:
Joel Sherrill
2009-08-10 13:31:43 +00:00
parent 6522e79aa6
commit 0d979acc0e
2 changed files with 5 additions and 17 deletions
@@ -1,3 +1,8 @@
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* network/network.c: Disable use of simple vectored interrupt install
until updated and this can be removed.
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
@@ -338,23 +338,6 @@ m8260_scc_initialize_hardware (struct m8260_hdlc_struct *sc)
}
m8260.scc3.sccm = 0; /* No interrupts unmasked till necessary */
#if 0
/*
* Set up interrupts
*/
status = rtems_interrupt_catch (m8260_scc3_interrupt_handler,
PPC_IRQ_CPM_SCC3,
&old_handler);
if (status != RTEMS_SUCCESSFUL) {
rtems_panic ("Can't attach M8260 SCC3 interrupt handler: %s\n",
rtems_status_text (status));
}
m8260.sipnr_l = M8260_SIMASK_SCC3; /* clear pending event */
m8260.simr_l |= M8260_SIMASK_SCC3; /* Enable SCC interrupt */
#endif
m8260.scc3.gsmr_h = 0;
m8260.scc3.gsmr_l = 0x10000000;
m8260.scc3.dsr = 0x7E7E; /* flag character */