summaryrefslogtreecommitdiffstats
path: root/sys/dev/exca
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2002-05-30 17:38:00 +0000
committertakawata <takawata@FreeBSD.org>2002-05-30 17:38:00 +0000
commitd19ac116d697fea31e71dff71653110cb16f7cbe (patch)
tree3fe2df024147b6e303b609e32da19c2f4d1d904e /sys/dev/exca
parent1993966a915d2deee9ea5c82b97ff71c81cada17 (diff)
downloadFreeBSD-src-d19ac116d697fea31e71dff71653110cb16f7cbe.zip
FreeBSD-src-d19ac116d697fea31e71dff71653110cb16f7cbe.tar.gz
Make oldcard and newcard kernel module work.
Diffstat (limited to 'sys/dev/exca')
-rw-r--r--sys/dev/exca/exca.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c
index d2ed4a7..66b5d6b 100644
--- a/sys/dev/exca/exca.c
+++ b/sys/dev/exca/exca.c
@@ -60,6 +60,8 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
#include <sys/queue.h>
+#include <sys/module.h>
+#include <sys/conf.h>
#include <sys/bus.h>
#include <machine/bus.h>
@@ -614,3 +616,10 @@ exca_is_pcic(struct exca_softc *sc)
/* XXX */
return (0);
}
+
+static int exca_modevent(module_t mod, int cmd, void *arg)
+{
+ return 0;
+}
+DEV_MODULE(exca, exca_modevent, NULL);
+MODULE_VERSION(exca, 1);
OpenPOWER on IntegriCloud