diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2006-11-14 17:54:55 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2006-11-14 17:54:55 +0000 |
| commit | 60b9b19721965627e721be085a9d183c75d3004a (patch) | |
| tree | 6df349ca8d141aedf2d60716da0d97a31b6be79c /sys/dev/pci | |
| parent | c2be47f25fba6b4e649c82a70b29e22e4196e274 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -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 cdb3fdf3f781..49944ac9be33 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. */ |
