diff options
Diffstat (limited to 'sys/pci/if_ar_p.c')
-rw-r--r-- | sys/pci/if_ar_p.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/if_ar_p.c b/sys/pci/if_ar_p.c index 800e63d..9643412 100644 --- a/sys/pci/if_ar_p.c +++ b/sys/pci/if_ar_p.c @@ -29,6 +29,10 @@ * $FreeBSD$ */ +#ifndef COMPAT_OLDPCI +#error "The ar device requires the old pci compatibility shims" +#endif + #include "ar.h" #include <sys/param.h> |