summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index ad258f1..a8f5ddb 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -39,6 +39,10 @@
***************************************************************************
*/
+#ifndef COMPAT_OLDPCI
+#error "The ncr device requires the old pci compatibility shims"
+#endif
+
#define NCR_DATE "pl30 98/1/1"
#define NCR_VERSION (2)
OpenPOWER on IntegriCloud