diff options
-rw-r--r-- | sys/dev/pci/pcivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index cdb3fdf..49944ac 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -84,10 +84,10 @@ struct pcicfg_msi { uint16_t msi_data; /* Contents of data register. */ }; -/* Interesting values for PCI MSI */ +/* Interesting values for PCI MSI-X */ struct pcicfg_msix { uint16_t msix_ctrl; /* Message Control */ - uint8_t msix_location; /* Offset of MSI capability registers. */ + uint8_t msix_location; /* Offset of MSI-X capability registers. */ uint16_t msix_msgnum; /* Number of messages */ int msix_alloc; /* Number of allocated messages. */ uint8_t msix_table_bar; /* BAR containing vector table. */ |