The _CPU_ISR_install_raw_handler XXX
void _CPU_ISR_install_raw_handler( unsigned32 vector, proc_ptr new_handler, proc_ptr *old_handler )
This is where we install the interrupt handler into the "raw" interrupt table used by the CPU to dispatch interrupt handlers.
Copyright © 1988-2003 OAR Corporation