aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-01-25 01:56:27 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-01-25 01:56:27 +0000
commitd42df83312255e35e1c8c8acb8c14a2c545dd7b3 (patch)
tree6d80cd2b8f055059153f6247e816c08c98983175 /sys/dev/cy
parent45ece682fdf58bb78484df9ad18f6bc1753e5072 (diff)
downloadsrc-d42df83312255e35e1c8c8acb8c14a2c545dd7b3.tar.gz
src-d42df83312255e35e1c8c8acb8c14a2c545dd7b3.zip
Disable cy - it is now completely broken and needs non-trivial work.
Notes
Notes: svn path=/head/; revision=71611
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy_pci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c
index fddea7879382..f7e2414a1e22 100644
--- a/sys/dev/cy/cy_pci.c
+++ b/sys/dev/cy/cy_pci.c
@@ -27,10 +27,6 @@
* $FreeBSD$
*/
-#ifdef COMPILING_LINT
-#warning "The cy pci driver is broken and is not compiled with LINT"
-#else
-
/*
* Cyclades Y PCI serial interface driver
*/
@@ -161,4 +157,3 @@ fail:
/* XXX should release any allocated virtual memory */
return;
}
-#endif