Make LINT link.

cy driver is broken post SMPng.
This commit is contained in:
Poul-Henning Kamp 2000-09-16 19:04:24 +00:00
parent fa0c13fabb
commit 2404c3f99d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65935
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();
}