hi,
        The if_msk works fine under -current, but under -stable it
does not use the MSI capability, and since it's a shared IRQ, it works
less than optimal under heavy cpu load.
        Pyun YongHyeon suggested to search for help here :-)

from the if_msk:
        ...
                pci_alloc_msi(dev, &msic) == 0) 
        ...
under -current pci_alloc_msi(...) returns 0, but under -stable
this fails.

danny


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to