Make LINT link.
cy driver is broken post SMPng.
This commit is contained in:
parent
89f59c8a3b
commit
9a0cdf3e89
@ -1582,7 +1582,11 @@ siointr(unit)
|
||||
/* ensure an edge for the next interrupt */
|
||||
cy_outb(cy_iobase, CY_CLEAR_INTR, cy_align, 0);
|
||||
|
||||
#if 0
|
||||
schedsofttty();
|
||||
#else
|
||||
panic("Fix the i386/isa/cy.c files call to schedsofttty()");
|
||||
#endif
|
||||
|
||||
COM_UNLOCK();
|
||||
}
|
||||
|
@ -1582,7 +1582,11 @@ siointr(unit)
|
||||
/* ensure an edge for the next interrupt */
|
||||
cy_outb(cy_iobase, CY_CLEAR_INTR, cy_align, 0);
|
||||
|
||||
#if 0
|
||||
schedsofttty();
|
||||
#else
|
||||
panic("Fix the i386/isa/cy.c files call to schedsofttty()");
|
||||
#endif
|
||||
|
||||
COM_UNLOCK();
|
||||
}
|
||||
|
@ -1582,7 +1582,11 @@ siointr(unit)
|
||||
/* ensure an edge for the next interrupt */
|
||||
cy_outb(cy_iobase, CY_CLEAR_INTR, cy_align, 0);
|
||||
|
||||
#if 0
|
||||
schedsofttty();
|
||||
#else
|
||||
panic("Fix the i386/isa/cy.c files call to schedsofttty()");
|
||||
#endif
|
||||
|
||||
COM_UNLOCK();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user