From 2a19f6048ed4eba976b198d4aa8cd291870c2aef Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Wed, 16 Dec 2020 15:35:36 -0300 Subject: [PATCH] Correct W83781D comment: the AS97127F does not have an integrated hardware monitor; motherboards with it still use a discrete W83781D. --- src/device/hwm_lm78.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/hwm_lm78.c b/src/device/hwm_lm78.c index db2b70bb0..e65002acb 100644 --- a/src/device/hwm_lm78.c +++ b/src/device/hwm_lm78.c @@ -563,7 +563,7 @@ const device_t lm78_device = { }; -/* Winbond W83781D (or ASUS AS97127F) on ISA and SMBus. */ +/* Winbond W83781D on ISA and SMBus. */ const device_t w83781d_device = { "Winbond W83781D Hardware Monitor", DEVICE_ISA,