Marvell Yukon msk/msi problem
Danny Braniss
danny at cs.huji.ac.il
Thu Apr 12 12:36:04 UTC 2007
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
More information about the freebsd-stable
mailing list