summaryrefslogtreecommitdiffstats
path: root/sys/dev/dpt/dpt_eisa.c
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-05-17 20:31:50 +0000
committergibbs <gibbs@FreeBSD.org>1998-05-17 20:31:50 +0000
commit572f2b164f19155c9ff4da3c53a0273af188ca42 (patch)
treea8f1285e714476bfddd359d7ea308227aacbccdb /sys/dev/dpt/dpt_eisa.c
parent2203e2156d6da956fe6657b41c8c586375f58370 (diff)
downloadFreeBSD-src-572f2b164f19155c9ff4da3c53a0273af188ca42.zip
FreeBSD-src-572f2b164f19155c9ff4da3c53a0273af188ca42.tar.gz
Include "eisa.h" and only provide code if NEISA > 0.
Diffstat (limited to 'sys/dev/dpt/dpt_eisa.c')
-rw-r--r--sys/dev/dpt/dpt_eisa.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/dpt/dpt_eisa.c b/sys/dev/dpt/dpt_eisa.c
index e933ad6..c8a9af4 100644
--- a/sys/dev/dpt/dpt_eisa.c
+++ b/sys/dev/dpt/dpt_eisa.c
@@ -32,9 +32,11 @@
*/
/*
- * $Id$
+ * $Id: dpt_eisa.c,v 1.1 1998/03/11 00:30:12 julian Exp $
*/
+#include "eisa.h"
+#if NEISA > 0
#include "opt_dpt.h"
#include <sys/param.h>
@@ -498,3 +500,4 @@ dpt_eisa_match(type)
return (NULL);
}
+#endif /* NEISA > 0 */
OpenPOWER on IntegriCloud