diff options
author | peter <peter@FreeBSD.org> | 2001-01-25 01:56:27 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-01-25 01:56:27 +0000 |
commit | 98efcc620b24da93db9a6d86faeb2c7da55aac9d (patch) | |
tree | f5dc33770aa28e6555b70be2343013158e059c2f /sys/dev/cy | |
parent | ef07536d233ec236c198cf6e4d2fe450a02b3847 (diff) | |
download | FreeBSD-src-98efcc620b24da93db9a6d86faeb2c7da55aac9d.zip FreeBSD-src-98efcc620b24da93db9a6d86faeb2c7da55aac9d.tar.gz |
Disable cy - it is now completely broken and needs non-trivial work.
Diffstat (limited to 'sys/dev/cy')
-rw-r--r-- | sys/dev/cy/cy_pci.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index fddea78..f7e2414 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 |