summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-11-14 17:54:55 +0000
committerjhb <jhb@FreeBSD.org>2006-11-14 17:54:55 +0000
commit44878f28587787fbbc185cb120d081ad24902a00 (patch)
tree6df349ca8d141aedf2d60716da0d97a31b6be79c /sys/dev/pci
parentf41b8dc90c849db7e4700140266cedf63401f728 (diff)
downloadFreeBSD-src-44878f28587787fbbc185cb120d081ad24902a00.zip
FreeBSD-src-44878f28587787fbbc185cb120d081ad24902a00.tar.gz
Fix a couple of comment typos.
Reported by: ru
Diffstat (limited to 'sys/dev/pci')
-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 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. */
OpenPOWER on IntegriCloud