From d42df83312255e35e1c8c8acb8c14a2c545dd7b3 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 25 Jan 2001 01:56:27 +0000 Subject: Disable cy - it is now completely broken and needs non-trivial work. --- sys/dev/cy/cy_pci.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/dev/cy') 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 -- cgit v1.2.3