Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F138024524
D29943.id88022.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
462 B
Referenced Files
None
Subscribers
None
D29943.id88022.diff
View Options
Index: sys/dev/e1000/if_em.c
===================================================================
--- sys/dev/e1000/if_em.c
+++ sys/dev/e1000/if_em.c
@@ -2091,6 +2091,10 @@
adapter->ivars |= (8 | rx_vectors) << 16;
adapter->ivars |= 0x80000000;
}
+ /* Enable the "Other" interrupt type for 82574 for link status change */
+ if (adapter->hw.mac.type == e1000_82574)
+ adapter->ims |= 1 << 24;
+
return (0);
fail:
iflib_irq_free(ctx, &adapter->irq);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 29, 6:48 AM (4 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26321101
Default Alt Text
D29943.id88022.diff (462 B)
Attached To
Mode
D29943: e1000: enable "other" interrupt on 82574
Attached
Detach File
Event Timeline
Log In to Comment