add xlbarb lowlevel interrupt handler
This commit is contained in:
@@ -236,6 +236,9 @@ init_vec_loop:
|
|||||||
// install lowlevel_isr_handler for the XLBPCI interrupt
|
// install lowlevel_isr_handler for the XLBPCI interrupt
|
||||||
move.l a1,(INT_SOURCE_XLBPCI + 64) * 4(a0)
|
move.l a1,(INT_SOURCE_XLBPCI + 64) * 4(a0)
|
||||||
|
|
||||||
|
// install lowlevel_isr_handler for the XLBARB interrupt
|
||||||
|
move.l a1,(INT_SOURCE_XLBARB + 64) * 4(a0)
|
||||||
|
|
||||||
// install lowlevel_isr_handler for the FEC0 interrupt
|
// install lowlevel_isr_handler for the FEC0 interrupt
|
||||||
move.l a1,(INT_SOURCE_FEC0 + 64) * 4(a0)
|
move.l a1,(INT_SOURCE_FEC0 + 64) * 4(a0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user