diff options
Diffstat (limited to 'sys/pci/if_mn.c')
-rw-r--r-- | sys/pci/if_mn.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c index c7af95f..5796eb3 100644 --- a/sys/pci/if_mn.c +++ b/sys/pci/if_mn.c @@ -24,6 +24,10 @@ * $FreeBSD$ */ +#ifndef COMPAT_OLDPCI +#error "The mn device requires the old pci compatibility shims" +#endif + /* * Stuff to describe the MUNIC32X and FALC54 chips. */ |