summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-01-19 08:55:14 +0000
committerjhb <jhb@FreeBSD.org>2001-01-19 08:55:14 +0000
commit752968452d688264a3fd6b1b1551772a1c2f2871 (patch)
tree977846217006b485f11bbd5a7c8e1026339fc554 /sys/dev/ie
parenta4116607b81f4cd2caf39b9e755495af59c240a5 (diff)
downloadFreeBSD-src-752968452d688264a3fd6b1b1551772a1c2f2871.zip
FreeBSD-src-752968452d688264a3fd6b1b1551772a1c2f2871.tar.gz
Add in an interrupt type for this driver. I have no idea how this could
have ever worked without this. Reviewed by: peter
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