aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-10-08 14:37:39 +0000
committerBruce Evans <bde@FreeBSD.org>2000-10-08 14:37:39 +0000
commitdb8ec2a2442b5530bc0d445369f1cbc373e528d4 (patch)
tree34e91d1738a800c2dda6c1612965dbfc7c7c141c /sys/dev
parent185fee17add69b4453fd8560f572c38ed3bd7afb (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cy/cy.c6
-rw-r--r--sys/dev/cy/cy_isa.c6
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index b3b68b5912c04..8524228cb3be1 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -76,11 +76,11 @@
#include <sys/fcntl.h>
#include <sys/bus.h>
#include <sys/interrupt.h>
+#include <sys/ipl.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
#include <machine/clock.h>
-#include <machine/ipl.h>
#ifndef SMP
#include <machine/lock.h>
#endif
@@ -1582,11 +1582,7 @@ 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 b3b68b5912c04..8524228cb3be1 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -76,11 +76,11 @@
#include <sys/fcntl.h>
#include <sys/bus.h>
#include <sys/interrupt.h>
+#include <sys/ipl.h>
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/syslog.h>
#include <machine/clock.h>
-#include <machine/ipl.h>
#ifndef SMP
#include <machine/lock.h>
#endif
@@ -1582,11 +1582,7 @@ 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();
}