mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable MSI by default for nVidia MCP55 chipset.
It is reported to be broken in the same way as MCP51. PR: kern/136429 Approved by: re (kib)
This commit is contained in:
parent
df41a638f7
commit
5487ee5507
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ static const struct {
|
|||
{ HDA_INTEL_PCH, "Intel PCH", 0 },
|
||||
{ HDA_INTEL_SCH, "Intel SCH", 0 },
|
||||
{ HDA_NVIDIA_MCP51, "NVidia MCP51", HDAC_NO_MSI },
|
||||
{ HDA_NVIDIA_MCP55, "NVidia MCP55", 0 },
|
||||
{ HDA_NVIDIA_MCP55, "NVidia MCP55", HDAC_NO_MSI },
|
||||
{ HDA_NVIDIA_MCP61_1, "NVidia MCP61", 0 },
|
||||
{ HDA_NVIDIA_MCP61_2, "NVidia MCP61", 0 },
|
||||
{ HDA_NVIDIA_MCP65_1, "NVidia MCP65", 0 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue