diff options
-rw-r--r-- | sys/dev/cy/cy.c | 4 | ||||
-rw-r--r-- | sys/dev/cy/cy_isa.c | 4 | ||||
-rw-r--r-- | sys/i386/isa/cy.c | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 891b8a5..b3b68b5 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -1582,7 +1582,11 @@ terminate_tx_service: /* 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(); } diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 891b8a5..b3b68b5 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -1582,7 +1582,11 @@ terminate_tx_service: /* 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(); } diff --git a/sys/i386/isa/cy.c b/sys/i386/isa/cy.c index 891b8a5..b3b68b5 100644 --- a/sys/i386/isa/cy.c +++ b/sys/i386/isa/cy.c @@ -1582,7 +1582,11 @@ terminate_tx_service: /* 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(); } |