We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8400291 commit 1f35a0cCopy full SHA for 1f35a0c
drivers/acpi/pci_mcfg.c
@@ -181,6 +181,18 @@ static struct mcfg_fixup mcfg_quirks[] = {
181
LOONGSON_ECAM_MCFG("LOONGSON", 0),
182
LOONGSON_ECAM_MCFG("\0", 1),
183
LOONGSON_ECAM_MCFG("LOONGSON", 1),
184
+ LOONGSON_ECAM_MCFG("\0", 2),
185
+ LOONGSON_ECAM_MCFG("LOONGSON", 2),
186
+ LOONGSON_ECAM_MCFG("\0", 3),
187
+ LOONGSON_ECAM_MCFG("LOONGSON", 3),
188
+ LOONGSON_ECAM_MCFG("\0", 4),
189
+ LOONGSON_ECAM_MCFG("LOONGSON", 4),
190
+ LOONGSON_ECAM_MCFG("\0", 5),
191
+ LOONGSON_ECAM_MCFG("LOONGSON", 5),
192
+ LOONGSON_ECAM_MCFG("\0", 6),
193
+ LOONGSON_ECAM_MCFG("LOONGSON", 6),
194
+ LOONGSON_ECAM_MCFG("\0", 7),
195
+ LOONGSON_ECAM_MCFG("LOONGSON", 7),
196
#endif /* LOONGARCH */
197
};
198
0 commit comments