Fixed to use INUM_TO_IVEC()
This commit is contained in:
@@ -553,7 +553,7 @@ register short ***pppmem_present;
|
||||
/* taken from the XYCOM-566 Manual. Figure 4-6 Page 4-19 */
|
||||
pai566->int_vect = AI566_VNUM + i;
|
||||
|
||||
intConnect((AI566_VNUM + i) * 4, ai566_intr, i);
|
||||
intConnect(INUM_TO_IVEC(AI566_VNUM + i), ai566_intr, i);
|
||||
sysIntEnable(XY566_INT_LEVEL);
|
||||
|
||||
/* reset the Xycom 566 board */
|
||||
|
||||
Reference in New Issue
Block a user