cvs commit: src/sys/dev/pci pci.c
John Baldwin
jhb at freebsd.org
Fri Jan 12 15:26:38 UTC 2007
On Friday 12 January 2007 08:33, John Baldwin wrote:
> jhb 2007-01-12 13:33:56 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/pci pci.c
> Log:
> - Condense the comment for Intel chipset MSI blacklist entries.
> - Blacklist the E7210.
>
> PR: kern/105768 (2)
> Reported by: marcus (2)
Observers may note that we are growing a larger quirk list for MSI than
Linux. Apparently Linux doesn't enable MSI support by default, and it
also doesn't support multiple MSI messages (though it does support
multiple MSI-X messages), and I think that is why we are hitting more
boxes with MSI-capable devices but non-MSI-ready chipsets.
--
John Baldwin
More information about the cvs-src
mailing list