mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
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:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user