Back our V1.36, due to reports of badness. (IRQ's are again allocated

from the 'lower' interrupts to the 'higher' interrupts.)  We need to
find a way to set the interrupt for the controller in the config file.

Determined by:	handy@sag.space.lockheed.com
This commit is contained in:
Nate Williams 1997-10-23 02:25:14 +00:00
parent 93bb056022
commit 63ea538413

View File

@ -475,7 +475,7 @@ pccard_alloc_intr(u_int imask, inthand2_t *hand, int unit,
int irq;
unsigned int mask;
for (irq = ICU_LEN; irq > 0; irq--) {
for (irq = 1; irq < ICU_LEN; irq++) {
mask = 1ul << irq;
if (!(mask & imask))
continue;