diff options
author | peter <peter@FreeBSD.org> | 2001-01-19 11:46:57 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-01-19 11:46:57 +0000 |
commit | ba149939207ce4c206d58e687022953e98b9c07f (patch) | |
tree | cf2de1a23516b340d3bb66329b82bf8e8010012a /sys/dev/ie | |
parent | 655836bbffb4b48ebcef0a8f7a607f2a76302be6 (diff) | |
download | FreeBSD-src-ba149939207ce4c206d58e687022953e98b9c07f.zip FreeBSD-src-ba149939207ce4c206d58e687022953e98b9c07f.tar.gz |
This driver needs COMPAT_OLDISA too. Sigh.
Diffstat (limited to 'sys/dev/ie')
-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 6411a1c..ebebabb 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 |