summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-17 00:47:46 +0000
committerpeter <peter@FreeBSD.org>2001-01-17 00:47:46 +0000
commit136bb589b55a34b9c00424c70b0776e4322018f7 (patch)
treed884ac45aba8c81796d3ca6278cc751dcca06d32 /sys/dev/cy
parent9cc5c3f0428021956a4a8d5b95d31e2c4d18911d (diff)
downloadFreeBSD-src-136bb589b55a34b9c00424c70b0776e4322018f7.zip
FreeBSD-src-136bb589b55a34b9c00424c70b0776e4322018f7.tar.gz
Special case for compiling LINT - just give a warning and continue on.
At least we have a chance at getting test compile coverage for the rest of the kernel now.
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy_pci.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c
index f7e2414..fddea78 100644
--- a/sys/dev/cy/cy_pci.c
+++ b/sys/dev/cy/cy_pci.c
@@ -27,6 +27,10 @@
* $FreeBSD$
*/
+#ifdef COMPILING_LINT
+#warning "The cy pci driver is broken and is not compiled with LINT"
+#else
+
/*
* Cyclades Y PCI serial interface driver
*/
@@ -157,3 +161,4 @@ fail:
/* XXX should release any allocated virtual memory */
return;
}
+#endif
OpenPOWER on IntegriCloud