svn commit: r272732 - head/sys/dev/pci
Pyun YongHyeon
yongari at FreeBSD.org
Wed Oct 8 05:53:05 UTC 2014
Author: yongari
Date: Wed Oct 8 05:53:04 2014
New Revision: 272732
URL: https://svnweb.freebsd.org/changeset/base/272732
Log:
Oops, fix typo made in r272729.
Modified:
head/sys/dev/pci/pci.c
Modified: head/sys/dev/pci/pci.c
==============================================================================
--- head/sys/dev/pci/pci.c Wed Oct 8 05:49:10 2014 (r272731)
+++ head/sys/dev/pci/pci.c Wed Oct 8 05:53:04 2014 (r272732)
@@ -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;
};
More information about the svn-src-head
mailing list