summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-03-27 18:32:45 +0000
committerimp <imp@FreeBSD.org>2000-03-27 18:32:45 +0000
commit555f22a351f5004bd4d2895057c98c77cd762fd2 (patch)
tree9d3ec66e518c43c9981521b79448556d55b68c94 /sys/dev/cy
parent0c07470770f70fcf4958f45f9065c5cd3f418f2d (diff)
downloadFreeBSD-src-555f22a351f5004bd4d2895057c98c77cd762fd2.zip
FreeBSD-src-555f22a351f5004bd4d2895057c98c77cd762fd2.tar.gz
Per conversations in -current, add #error to these drivers when you don't
have the right compatibility shims enabled. ISA drivers to follow later.
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy_pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c
index 71e1695..e52e554 100644
--- a/sys/dev/cy/cy_pci.c
+++ b/sys/dev/cy/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 <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud