From 555f22a351f5004bd4d2895057c98c77cd762fd2 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 27 Mar 2000 18:32:45 +0000 Subject: Per conversations in -current, add #error to these drivers when you don't have the right compatibility shims enabled. ISA drivers to follow later. --- sys/pci/cy_pci.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/pci/cy_pci.c') diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c index 71e1695..e52e554 100644 --- a/sys/pci/cy_pci.c +++ b/sys/pci/cy_pci.c @@ -33,6 +33,10 @@ #include "opt_cy_pci_fastintr.h" +#ifndef COMPAT_OLDPCI +#error "The cy device requires the old pci compatibility shims" +#endif + #include #include #include -- cgit v1.1