summaryrefslogtreecommitdiffstats
path: root/sys/pci/simos.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-19 03:40:17 +0000
committerpeter <peter@FreeBSD.org>2002-09-19 03:40:17 +0000
commit99bac58a2f5a55f51180c53638fe9b7d65d2e035 (patch)
treef8018ce7d987c2d9149f812b288329968b8ef9da /sys/pci/simos.c
parentcb45d14fee8f6330b3fbc791aea9eaa571b019f9 (diff)
downloadFreeBSD-src-99bac58a2f5a55f51180c53638fe9b7d65d2e035.zip
FreeBSD-src-99bac58a2f5a55f51180c53638fe9b7d65d2e035.tar.gz
simos.c needs a to be updated from the old pci shims. Yell loudly but
stop breaking alpha LINT.
Diffstat (limited to 'sys/pci/simos.c')
-rw-r--r--sys/pci/simos.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/pci/simos.c b/sys/pci/simos.c
index 7944d5e..040e042 100644
--- a/sys/pci/simos.c
+++ b/sys/pci/simos.c
@@ -26,6 +26,10 @@
* $FreeBSD$
*/
+#ifdef COMPILING_LINT
+#warning "The simos driver is broken and is not compiled with LINT"
+#else
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
@@ -348,3 +352,6 @@ simos_intr(int unit)
simos_done(sc);
}
+
+
+#endif /* !COMPILING_LINT */
OpenPOWER on IntegriCloud