enable the proper cascade irq on as1000a

tested by: wilko
This commit is contained in:
Andrew Gallatin 2000-12-12 01:39:17 +00:00
parent f4aea0e88a
commit be5182cc4d

View File

@ -393,5 +393,5 @@ dec_1000a_intr_init()
/*
* Enable cascade interrupt.
*/
dec_1000_intr_enable(2);
dec_1000a_intr_enable(2);
}