> When I boot up OpenSolaris on my Fujitsu Lifebook, I get these messages:
> May 11 12:32:41 metatron unix: NOTICE: IRQ11 is being shared by drivers with
> different interrupt levels.
> May 11 12:32:41 metatron This may result in reduced system performance.
...
> Is this something I need to worry about?
No. Sharing PCI interrupts is quite normal.
With a standard PC you can try to improve things by moving PCI cards to
different
PCI slots, trying to reduce the PCI interrupt line sharing. But with a loptop
this kind
of "fix" is impossible.
You can use the following commands to print a list of the running system's
interrupt
vector table, and which drivers are using shared interrupt vectors:
echo ::interrupts | mdb -k
echo ::interrupts -d | mdb -k
This message posted from opensolaris.org