]> git.sur5r.net Git - groeck-it87/commitdiff
Mark 2nd Super-IO chip on AB350M-D3H as broken
authorGuenter Roeck <linux@roeck-us.net>
Tue, 16 May 2017 04:15:55 +0000 (21:15 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 16 May 2017 04:15:55 +0000 (21:15 -0700)
Configuration register access of the second Super-IO chip on AB350M-D3H
is just as broken as the others and can result in the known system hang-up.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
it87.c

diff --git a/it87.c b/it87.c
index a489cab422d42bcd7f4ece4ed9a9f01b018f63bb..207e84d16744556c96347b62b286a66559035043 100644 (file)
--- a/it87.c
+++ b/it87.c
@@ -3853,6 +3853,13 @@ static const struct dmi_system_id it87_dmi_table[] __initconst = {
                },
                .driver_data = &gigabyte_ab350_gaming,
        },
+       {
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Gigabyte Technology Co., Ltd."),
+                       DMI_MATCH(DMI_BOARD_NAME, "AB350M-D3H-CF"),
+               },
+               .driver_data = &gigabyte_ab350_gaming,
+       },
        {
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Gigabyte Technology Co., Ltd."),