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
907cf4ad4b
commit
b1da41f4a5
@ -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