yongari 5a7162f62d P5N32-SLI PREMIUM from ASUSTeK is known to have MSI/MSI-X issue
such that nfe(4) does not work with MSI-X. When MSI-X support was
introduced, I remember MCP55 controller worked without problems so
the issue could be either PCI bridge or BIOS issue. But I also
noticed snd_hda(4) disabled MSI on all MCP55 chipset so I'm still
not sure this is generic issue of MCP55 chipset. If this was PCI
bridge issue we would have added it to a system wide black-list
table but it's not clear to me at this moment whether it was caused
by either broken BIOS or silicon bug of MCP55 chipset.

To workaround the issue, maintain a MSI/MSI-X black-list table in
driver and lookup base board manufacturer and product name from the
table before attempting to use MSI-X. If driver find an matching
entry, nfe(4) will not use MSI/MSI-X and fall back on traditional
INTx mode. This approach should be the last resort since it relies
on smbios and if another instance of MSI/MSI-X breakage is reported
with different maker/product, we may have to get the PCI bridge
black-listed instead of adding an new entry.

PR:	kern/152150
2010-11-14 23:37:43 +00:00
..
2010-07-28 16:24:11 +00:00
2009-09-14 21:33:00 +00:00
2010-01-28 08:41:30 +00:00
2010-11-09 10:59:09 +00:00
2010-10-13 17:38:23 +00:00
2010-10-13 17:38:23 +00:00
2010-11-09 10:59:09 +00:00
2010-01-03 23:26:29 +00:00
2010-07-19 18:47:18 +00:00
2010-10-18 14:26:29 +00:00
2010-10-13 14:41:52 +00:00
2010-01-08 20:40:28 +00:00
2010-05-11 17:14:17 +00:00
2010-11-09 10:59:09 +00:00
2010-11-09 10:59:09 +00:00
2010-01-08 15:57:56 +00:00
2010-09-10 08:11:48 +00:00
2010-01-01 22:47:53 +00:00
2010-01-28 08:41:30 +00:00
2010-09-10 08:11:48 +00:00
2010-11-09 10:59:09 +00:00
2010-05-20 13:16:42 +00:00
2010-11-09 10:59:09 +00:00
2010-11-09 10:59:09 +00:00
2010-01-28 08:41:30 +00:00
2010-11-09 10:59:09 +00:00
2010-11-07 12:29:26 +00:00
2010-10-28 04:14:28 +00:00
2010-11-05 19:38:28 +00:00