Added more BIOSes for GA-5AX and GA-686BX (#6256)

This commit is contained in:
Maxwell Scott
2025-09-30 10:59:11 +07:00
committed by GitHub
parent b4ce4b8575
commit c35bb9749f
4 changed files with 134 additions and 18 deletions

View File

@@ -16421,7 +16421,7 @@ const machine_t machines[] = {
.internal_name = "5ax",
.type = MACHINE_TYPE_SOCKETS7,
.chipset = MACHINE_CHIPSET_ALI_ALADDIN_V,
.init = machine_at_5ax_init,
.init = machine_at_g5x_init,
.p1_handler = machine_generic_p1_handler,
.gpio_handler = NULL,
.available_flag = MACHINE_AVAILABLE,
@@ -16451,7 +16451,7 @@ const machine_t machines[] = {
.kbc_p1 = 0x00000cf0,
.gpio = 0xffffffff,
.gpio_acpi = 0xffffffff,
.device = NULL,
.device = &g5x_device,
.kbd_device = NULL,
.fdc_device = NULL,
.sio_device = NULL,
@@ -17961,7 +17961,7 @@ const machine_t machines[] = {
.internal_name = "686bx",
.type = MACHINE_TYPE_SLOT1,
.chipset = MACHINE_CHIPSET_INTEL_440BX,
.init = machine_at_686bx_init,
.init = machine_at_ga686_init,
.p1_handler = machine_generic_p1_handler,
.gpio_handler = NULL,
.available_flag = MACHINE_AVAILABLE,
@@ -17991,7 +17991,7 @@ const machine_t machines[] = {
.kbc_p1 = 0x00000cf0,
.gpio = 0xffffffff,
.gpio_acpi = 0xffffffff,
.device = NULL,
.device = &ga686_device,
.kbd_device = NULL,
.fdc_device = NULL,
.sio_device = NULL,