summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/cy/cy.c4
-rw-r--r--sys/dev/cy/cy_isa.c4
-rw-r--r--sys/i386/isa/cy.c4
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();
}
OpenPOWER on IntegriCloud