Report the appropriate ports in the RZ-1000's BAR's and fix the password jumper, fixes #6083.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user