Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148314419
D49484.1786260988.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
375 B
Referenced Files
None
Subscribers
None
D49484.1786260988.diff
View Options
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -1927,7 +1927,11 @@
}
}
- /* Mask all vectors. */
+ /*
+ * Mask all vectors. Note that the message index assertion in
+ * pci_mask_msix requires msix_ctrl to be set.
+ */
+ cfg->msix.msix_ctrl = ctrl;
for (i = 0; i < msgnum; i++)
pci_mask_msix(child, i);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 9, 7:36 AM (17 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29377229
Default Alt Text
D49484.1786260988.diff (375 B)
Attached To
Mode
D49484: pci: Save MSIX ctrl value before pci_mask_msix call
Attached
Detach File
Event Timeline
Log In to Comment