summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/loran.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/loran.c')
-rw-r--r--sys/i386/isa/loran.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/i386/isa/loran.c b/sys/i386/isa/loran.c
index b4c5daa..577a608 100644
--- a/sys/i386/isa/loran.c
+++ b/sys/i386/isa/loran.c
@@ -27,6 +27,7 @@
#include <sys/conf.h>
#include <sys/kernel.h>
#include <sys/uio.h>
+#include <sys/bus.h>
#include <sys/malloc.h>
#include <sys/timetc.h>
@@ -619,8 +620,12 @@ SYSCTL_OPAQUE(_debug, OID_AUTO, loran_timecounter, CTLFLAG_RD,
/**********************************************************************/
struct isa_driver lorandriver = {
- loranprobe, loranattach, "loran"
+ INTR_TYPE_TTY | INTR_TYPE_FAST,
+ loranprobe,
+ loranattach,
+ "loran"
};
+COMPAT_ISA_DRIVER(loran, lorandriver);
#define CDEV_MAJOR 94
static struct cdevsw loran_cdevsw = {
OpenPOWER on IntegriCloud