summaryrefslogtreecommitdiffstats
path: root/sys/dev/mpt
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-11-15 20:18:09 +0000
committermjacob <mjacob@FreeBSD.org>2006-11-15 20:18:09 +0000
commit2f2c7a9146d5060826508b37ffff006732712c9f (patch)
tree82db017f37d5c902b467f08b8e0fef69bc3e3726 /sys/dev/mpt
parent821d475e2153abcb1d2799ea78cd129f8e6bcdfa (diff)
downloadFreeBSD-src-2f2c7a9146d5060826508b37ffff006732712c9f.zip
FreeBSD-src-2f2c7a9146d5060826508b37ffff006732712c9f.tar.gz
Turn off MSI until some testing is done.
Diffstat (limited to 'sys/dev/mpt')
-rw-r--r--sys/dev/mpt/mpt_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c
index e3f8f76..0243d1f 100644
--- a/sys/dev/mpt/mpt_pci.c
+++ b/sys/dev/mpt/mpt_pci.c
@@ -512,6 +512,7 @@ mpt_pci_attach(device_t dev)
/* Get a handle to the interrupt */
iqd = 0;
+#if 0
if (pci_msi_count(dev) == 1) {
mpt->pci_msi_count = 1;
if (pci_alloc_msi(dev, &mpt->pci_msi_count) == 0)
@@ -519,6 +520,7 @@ mpt_pci_attach(device_t dev)
else
mpt->pci_msi_count = 0;
}
+#endif
mpt->pci_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &iqd,
RF_ACTIVE | RF_SHAREABLE);
if (mpt->pci_irq == NULL) {
OpenPOWER on IntegriCloud