Merge pull request #6864 from win2kgamer/gw286ct-fix

GW-286CT GEAR: Give the machine a generic AT KBC, fixes hang on POST 5A
This commit is contained in:
Miran Grča
2026-02-28 20:46:04 +01:00
committed by GitHub

View File

@@ -4915,7 +4915,7 @@ const machine_t machines[] = {
.jumpered_ecp_dma = 0,
.default_jumpered_ecp_dma = -1,
.kbc_device = &kbc_at_device,
.kbc_params = KBC_VEN_CHIPS | 0x0000a600,
.kbc_params = 0x00000000,
.nvr_device = &nvr_at_device,
.nvr_params = NVR_AT,
.sio_device = NULL,