Make LINT link.

cy driver is broken post SMPng.
This commit is contained in:
phk 2000-09-16 19:04:24 +00:00
parent 89f59c8a3b
commit 9a0cdf3e89
3 changed files with 12 additions and 0 deletions

View File

@ -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();
}

View File

@ -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();
}

View File

@ -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();
}