summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2014-10-08 05:53:04 +0000
committeryongari <yongari@FreeBSD.org>2014-10-08 05:53:04 +0000
commitb8f8abc3284c85e5e71b70e6166eab26ed703634 (patch)
treefb95b7987fff7da15a051e0748e140d8b83a01bf
parent30766cbd51ccf097664b22f65903ece23887bd65 (diff)
downloadFreeBSD-src-b8f8abc3284c85e5e71b70e6166eab26ed703634.zip
FreeBSD-src-b8f8abc3284c85e5e71b70e6166eab26ed703634.tar.gz
Oops, fix typo made in r272729.
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index fe7a0c0..937a170 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -207,7 +207,7 @@ struct pci_quirk {
#define PCI_QUIRK_ENABLE_MSI_VM 3 /* Older chipset in VM where MSI works */
#define PCI_QUIRK_UNMAP_REG 4 /* Ignore PCI map register */
#define PCI_QUIRK_DISABLE_MSIX 5 /* MSI-X doesn't work */
-#define PCI_QUIRK_MSI_INTX_BUG 5 /* PCIM_CMD_INTxDIS disables MSI */
+#define PCI_QUIRK_MSI_INTX_BUG 6 /* PCIM_CMD_INTxDIS disables MSI */
int arg1;
int arg2;
};
OpenPOWER on IntegriCloud