From 33877c92b1cc14c820bf9db5a4e2af04902d947e Mon Sep 17 00:00:00 2001 From: Verloren50000 <110334428+Verloren50000@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:37:33 +0800 Subject: [PATCH] Super I/O Chip Changes (October 15, 2025) (#6349) * sio_fdc37m60x.c: FDC37C93x -> FDC37M60x Rename the Super I/O chip name "SMC FDC37C93x Super I/O" to "SMC FDC37M60x Super I/O". * sio_w83977.c: SMC FDC37C93x -> Winbond W83977 Rename "SMC FDC37C93x Super I/O" to "Winbond W83977 Super I/O". * sio_w83977.c: W83977 -> W83977F/TF/EF --- src/sio/sio_fdc37m60x.c | 2 +- src/sio/sio_w83977.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sio/sio_fdc37m60x.c b/src/sio/sio_fdc37m60x.c index e6470a6ea..f3c2a0a7d 100644 --- a/src/sio/sio_fdc37m60x.c +++ b/src/sio/sio_fdc37m60x.c @@ -685,7 +685,7 @@ fdc37m60x_init(const device_t *info) } const device_t fdc37m60x_device = { - .name = "SMC FDC37C93x Super I/O", + .name = "SMC FDC37M60x Super I/O", .internal_name = "fdc37m60x", .flags = 0, .local = 0, diff --git a/src/sio/sio_w83977.c b/src/sio/sio_w83977.c index a14e50942..07fda5d4e 100644 --- a/src/sio/sio_w83977.c +++ b/src/sio/sio_w83977.c @@ -1330,7 +1330,7 @@ w83977_init(const device_t *info) } const device_t w83977_device = { - .name = "SMC FDC37C93x Super I/O", + .name = "Winbond W83977F/TF/EF Super I/O", .internal_name = "w83977", .flags = 0, .local = 0,