From 5e878a541cff9766495742c105c0ee66cf43e37a Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 19 Jan 2001 08:55:14 +0000 Subject: [PATCH] Add in an interrupt type for this driver. I have no idea how this could have ever worked without this. Reviewed by: peter --- sys/dev/ie/if_ie.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index d59fca5c534f..6411a1c026ed 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 {