diff options
Diffstat (limited to 'sys/pci/if_lnc_p.c')
-rw-r--r-- | sys/pci/if_lnc_p.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/if_lnc_p.c b/sys/pci/if_lnc_p.c index 33c7212..19a2a07 100644 --- a/sys/pci/if_lnc_p.c +++ b/sys/pci/if_lnc_p.c @@ -20,6 +20,10 @@ * $FreeBSD$ */ +#ifndef COMPAT_OLDPCI +#error "The lnc device requires the old pci compatibility shims" +#endif + #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> |