diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-01-19 08:55:14 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-01-19 08:55:14 +0000 |
| commit | 5e878a541cff9766495742c105c0ee66cf43e37a (patch) | |
| tree | b2f8c6843ac664acc1fd93e9768f1ddd048169fd /sys/dev/ie | |
| parent | 568ae39fd5a5dbe0e3f099af0c3d8da5ec1c9716 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ie')
| -rw-r--r-- | sys/dev/ie/if_ie.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |
