Report the appropriate ports in the RZ-1000's BAR's and fix the password jumper, fixes #6083.

This commit is contained in:
OBattler
2025-08-28 12:07:13 +02:00
parent b582e65a99
commit c660878c35
2 changed files with 11 additions and 2 deletions

View File

@@ -11390,7 +11390,7 @@ const machine_t machines[] = {
.default_jumpered_ecp_dma = 3,
.kbc_device = &kbc_at_device,
.kbc_params = KBC_VEN_PHOENIX | 0x00012900,
.kbc_p1 = 0x00000cf0,
.kbc_p1 = 0x00001cf0,
.gpio = 0xffffffff,
.gpio_acpi = 0xffffffff,
.device = &batman_device,
@@ -11976,7 +11976,7 @@ const machine_t machines[] = {
.default_jumpered_ecp_dma = 3,
.kbc_device = &kbc_at_device,
.kbc_params = KBC_VEN_PHOENIX | 0x00012900,
.kbc_p1 = 0x00000cf0,
.kbc_p1 = 0x00001cf0,
.gpio = 0xffffffff,
.gpio_acpi = 0xffffffff,
.device = &plato_device,