Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108056144
D19655.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
920 B
Referenced Files
None
Subscribers
None
D19655.diff
View Options
Index: head/sys/dev/ena/ena.h
===================================================================
--- head/sys/dev/ena/ena.h
+++ head/sys/dev/ena/ena.h
@@ -41,7 +41,7 @@
#define DRV_MODULE_VER_MAJOR 0
#define DRV_MODULE_VER_MINOR 8
-#define DRV_MODULE_VER_SUBMINOR 3
+#define DRV_MODULE_VER_SUBMINOR 4
#define DRV_MODULE_NAME "ena"
Index: head/sys/dev/ena/ena.c
===================================================================
--- head/sys/dev/ena/ena.c
+++ head/sys/dev/ena/ena.c
@@ -1944,14 +1944,6 @@
return (ENXIO);
}
- rc = bus_activate_resource(adapter->pdev, SYS_RES_IRQ,
- irq->vector, irq->res);
- if (unlikely(rc != 0)) {
- device_printf(adapter->pdev, "could not activate "
- "irq vector: %d\n", irq->vector);
- goto err_res_free;
- }
-
rc = bus_setup_intr(adapter->pdev, irq->res,
INTR_TYPE_NET | INTR_MPSAFE, NULL, ena_intr_msix_mgmnt,
irq->data, &irq->cookie);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 21, 11:49 PM (17 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16021968
Default Alt Text
D19655.diff (920 B)
Attached To
Mode
D19655: Do not activate admin interrupt in ENA
Attached
Detach File
Event Timeline
Log In to Comment