On Mon, 2008-10-13 at 14:39 +0200, Pierre Schmitz wrote:
> Am Montag 13 Oktober 2008 14:07:02 schrieb Dan McGee:
> > You'll see something about MSI in there if your computer supports
> it,
> > otherwise it will be business as usual with the PIC/APIC being used.
> 
> Thats the problem. My computer should support it (pci 2.2 and pcie)
> but the 
> output is still:
> 

I think your drivers should support MSI to be able to use it.
My system has Intel ICH9R and Intel E1000 network, which use the ahci
and e1000e drivers:

[EMAIL PROTECTED] ~]$ cat /proc/interrupts  | grep -i MSI
761:     175705     175119   PCI-MSI-edge      eth0
762:     193798     194868   PCI-MSI-edge      ahci

[EMAIL PROTECTED] ~]$ dmesg | grep -i MSI
pcieport-driver 0000:00:1c.0: found MSI capability
pcieport-driver 0000:00:1c.1: found MSI capability
pcieport-driver 0000:00:1c.2: found MSI capability
pcieport-driver 0000:00:1c.3: found MSI capability
pcieport-driver 0000:00:1c.4: found MSI capability

Reply via email to