summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-09-16 19:04:24 +0000
committerphk <phk@FreeBSD.org>2000-09-16 19:04:24 +0000
commit7987bb12a4f628f6b89f66da09ec27c01e7ef34b (patch)
treef16ec4519e664d10da52b5b64758525761813a41 /sys
parent076c970b115070c30dd07d7e6859698913019c87 (diff)
downloadFreeBSD-src-7987bb12a4f628f6b89f66da09ec27c01e7ef34b.zip
FreeBSD-src-7987bb12a4f628f6b89f66da09ec27c01e7ef34b.tar.gz
Make LINT link.
cy driver is broken post SMPng.
Diffstat (limited to 'sys')
-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