diff options
| -rw-r--r-- | sys/dev/ie/if_ie.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index 6411a1c026ed..ebebabb43729 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -142,6 +142,10 @@ iomem and and with 0xffff. #include <net/bpf.h> +#ifndef COMPAT_OLDISA +#error "The ie device requires the old isa compatibility shims" +#endif + #ifdef DEBUG #define IED_RINT 0x01 #define IED_TINT 0x02 |
