summaryrefslogtreecommitdiff
path: root/sys/dev/ar
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-17 00:47:46 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-17 00:47:46 +0000
commit8c2956e18d3d76568995592381c996e6f3cae180 (patch)
treeecc2f52195a1e9168835ac9d80fc82abac4aee96 /sys/dev/ar
parentf266172d25dd997def0e617fe10ecd084eb5dfdc (diff)
Notes
Diffstat (limited to 'sys/dev/ar')
-rw-r--r--sys/dev/ar/if_ar_pci.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/ar/if_ar_pci.c b/sys/dev/ar/if_ar_pci.c
index 6fa1d522d3d7..45482eb1a6bf 100644
--- a/sys/dev/ar/if_ar_pci.c
+++ b/sys/dev/ar/if_ar_pci.c
@@ -29,6 +29,10 @@
* $FreeBSD$
*/
+#ifdef COMPILING_LINT
+#warning "The ar pci driver is broken and is not compiled with LINT"
+#else
+
#include "ar.h"
#include <sys/param.h>
@@ -119,3 +123,4 @@ ar_pci_attach(pcici_t config_id, int unit)
return;
}
}
+#endif