diff options
| -rw-r--r-- | arch/x86/pci/acpi.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/pci/acpi.c b/arch/x86/pci/acpi.c index 3cd69832d7f4..3961103e9176 100644 --- a/arch/x86/pci/acpi.c +++ b/arch/x86/pci/acpi.c | |||
| @@ -114,6 +114,16 @@ static const struct dmi_system_id pci_crs_quirks[] __initconst = { | |||
| 114 | DMI_MATCH(DMI_BIOS_VERSION, "6JET85WW (1.43 )"), | 114 | DMI_MATCH(DMI_BIOS_VERSION, "6JET85WW (1.43 )"), |
| 115 | }, | 115 | }, |
| 116 | }, | 116 | }, |
| 117 | /* https://bugzilla.kernel.org/show_bug.cgi?id=42606 */ | ||
| 118 | { | ||
| 119 | .callback = set_nouse_crs, | ||
| 120 | .ident = "Supermicro X8DTH", | ||
| 121 | .matches = { | ||
| 122 | DMI_MATCH(DMI_SYS_VENDOR, "Supermicro"), | ||
| 123 | DMI_MATCH(DMI_PRODUCT_NAME, "X8DTH-i/6/iF/6F"), | ||
| 124 | DMI_MATCH(DMI_BIOS_VERSION, "2.0a"), | ||
| 125 | }, | ||
| 126 | }, | ||
| 117 | 127 | ||
| 118 | /* https://bugzilla.kernel.org/show_bug.cgi?id=15362 */ | 128 | /* https://bugzilla.kernel.org/show_bug.cgi?id=15362 */ |
| 119 | { | 129 | { |
