diff options
Diffstat (limited to 'sys/pci/meteor.c')
-rw-r--r-- | sys/pci/meteor.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index de0deea..68359ee 100644 --- a/sys/pci/meteor.c +++ b/sys/pci/meteor.c @@ -145,6 +145,10 @@ future version of this driver. */ +#ifndef COMPAT_OLDPCI +#error "The meteor device requires the old pci compatibility shims" +#endif + #include "meteor.h" #include "opt_meteor.h" |