summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ie')
-rw-r--r--sys/dev/ie/if_ie.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index d59fca5..6411a1c 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -216,7 +216,8 @@ static int in_ietint = 0;
* This tells the autoconf code how to set us up.
*/
struct isa_driver iedriver = {
- ieprobe, ieattach, "ie",
+ INTR_TYPE_NET,
+ ieprobe, ieattach, "ie"
};
enum ie_hardware {
OpenPOWER on IntegriCloud