> Is there a way to disable MSI for pcie_pci? 

pcie_pci was recently replaced by pcieb:
6806540 SPARC and x86 bridge/switch nexus driver should be merged

pcieb seems to have a tunable variable to disable the
use of msi interrupts:

http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/io/pciex/pcieb.c#65

     64 /* flag to turn on MSI support */
     65 int pcieb_enable_msi = 1;

Adding a line "set pcieb:pcieb_enable_msi = 0" in
/etc/system should work...
-- 
This message posted from opensolaris.org
_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to