On Sun, 2009-09-20 at 01:38 -0700, Jürgen Keil wrote: > > 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...
Indeed it does. Thanks! Doesn't stop the kernel panic, though. Oh well, 'twas worth a shot.... Take care. --joanie _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
