aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-11-14 17:54:55 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-11-14 17:54:55 +0000
commit60b9b19721965627e721be085a9d183c75d3004a (patch)
tree6df349ca8d141aedf2d60716da0d97a31b6be79c /sys
parentc2be47f25fba6b4e649c82a70b29e22e4196e274 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcivar.h4
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. */