Page MenuHomeFreeBSD

D49484.1786260988.diff
No OneTemporary

Size
375 B
Referenced Files
None
Subscribers
None

D49484.1786260988.diff

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

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)

Event Timeline