Date: Thu, 12 Apr 2007 15:36:02 +0300 From: Danny Braniss <danny@cs.huji.ac.il> To: freebsd-stable@freebsd.org Subject: Marvell Yukon msk/msi problem Message-ID: <E1HbyWx-000A27-1l@cs1.cs.huji.ac.il>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1HbyWx-000A27-1l>