Add in an interrupt type for this driver. I have no idea how this could
have ever worked without this. Reviewed by: peter
This commit is contained in:
parent
568ae39fd5
commit
5e878a541c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71233
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user