summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/bs
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-28 13:40:48 +0000
committerpeter <peter@FreeBSD.org>2000-05-28 13:40:48 +0000
commitda78ae6c9675a977414b94dce05e10ea7794242c (patch)
treeb698cb70726751826f1f715167f5f658303053f2 /sys/i386/isa/bs
parent8a48a8126ed656b68c8dd9d9f7dc0626b8a25ec1 (diff)
downloadFreeBSD-src-da78ae6c9675a977414b94dce05e10ea7794242c.zip
FreeBSD-src-da78ae6c9675a977414b94dce05e10ea7794242c.tar.gz
Mass update of isa drivers using compatability shims to use
COMPAT_ISA_DRIVER() so that we can get rid of the evil isa_compat.h table.
Diffstat (limited to 'sys/i386/isa/bs')
-rw-r--r--sys/i386/isa/bs/bsif.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/isa/bs/bsif.c b/sys/i386/isa/bs/bsif.c
index 6c8664f..12d20f8 100644
--- a/sys/i386/isa/bs/bsif.c
+++ b/sys/i386/isa/bs/bsif.c
@@ -42,6 +42,7 @@
#include "opt_pc98.h"
#include "bs.h"
#include <i386/isa/bs/bsif.h>
+#include <sys/bus.h>
#endif /* __FreeBSD__ */
#include <sys/bio.h>
@@ -88,10 +89,12 @@ static ointhand2_t bsintr;
static int bs_dmarangecheck __P((caddr_t, unsigned));
struct isa_driver bsdriver = {
+ INTR_TYPE_CAM,
bsprobe,
bsattach,
"bs"
};
+COMPAT_ISA_DRIVER(bs, bsdriver);
#if 0
struct scsi_device bs_dev = {
NULL, /* Use default error handler */
OpenPOWER on IntegriCloud