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
This commit is contained in:
Verloren50000
2025-10-15 15:37:33 +08:00
committed by GitHub
parent 3485dd4676
commit 33877c92b1
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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,