Radisys EPC-2102: Move it to among the 430HX machines, where it should be.
This commit is contained in:
@@ -11791,6 +11791,46 @@ const machine_t machines[] = {
|
|||||||
.snd_device = &sb_vibra16c_onboard_device,
|
.snd_device = &sb_vibra16c_onboard_device,
|
||||||
.net_device = NULL
|
.net_device = NULL
|
||||||
},
|
},
|
||||||
|
/* Unknown PS/2 KBC. */
|
||||||
|
{
|
||||||
|
.name = "[i430HX] Radisys EPC-2102",
|
||||||
|
.internal_name = "epc2102",
|
||||||
|
.type = MACHINE_TYPE_SOCKET7,
|
||||||
|
.chipset = MACHINE_CHIPSET_INTEL_430HX,
|
||||||
|
.init = machine_at_epc2102_init,
|
||||||
|
.p1_handler = NULL,
|
||||||
|
.gpio_handler = NULL,
|
||||||
|
.available_flag = MACHINE_AVAILABLE,
|
||||||
|
.gpio_acpi_handler = NULL,
|
||||||
|
.cpu = {
|
||||||
|
.package = CPU_PKG_SOCKET5_7,
|
||||||
|
.block = CPU_BLOCK_NONE,
|
||||||
|
.min_bus = 50000000,
|
||||||
|
.max_bus = 83333333,
|
||||||
|
.min_voltage = 2500,
|
||||||
|
.max_voltage = 3520,
|
||||||
|
.min_multi = 1.5,
|
||||||
|
.max_multi = 3.0
|
||||||
|
},
|
||||||
|
.bus_flags = MACHINE_PS2_PCI,
|
||||||
|
.flags = MACHINE_IDE_DUAL | MACHINE_APM,
|
||||||
|
.ram = {
|
||||||
|
.min = 8192,
|
||||||
|
.max = 262144,
|
||||||
|
.step = 8192
|
||||||
|
},
|
||||||
|
.nvrmask = 127,
|
||||||
|
.kbc_device = NULL,
|
||||||
|
.kbc_p1 = 0xff,
|
||||||
|
.gpio = 0xffffffff,
|
||||||
|
.gpio_acpi = 0xffffffff,
|
||||||
|
.device = NULL,
|
||||||
|
.fdc_device = NULL,
|
||||||
|
.sio_device = NULL,
|
||||||
|
.vid_device = NULL,
|
||||||
|
.snd_device = NULL,
|
||||||
|
.net_device = NULL
|
||||||
|
},
|
||||||
/* According to tests from real hardware: This has AMI MegaKey KBC firmware on the
|
/* According to tests from real hardware: This has AMI MegaKey KBC firmware on the
|
||||||
PC87306 Super I/O chip, command 0xA1 returns '5'.
|
PC87306 Super I/O chip, command 0xA1 returns '5'.
|
||||||
Command 0xA0 copyright string: (C)1994 AMI .
|
Command 0xA0 copyright string: (C)1994 AMI .
|
||||||
@@ -12448,46 +12488,6 @@ const machine_t machines[] = {
|
|||||||
.snd_device = NULL,
|
.snd_device = NULL,
|
||||||
.net_device = NULL
|
.net_device = NULL
|
||||||
},
|
},
|
||||||
/* Unknown PS/2 KBC. */
|
|
||||||
{
|
|
||||||
.name = "[i430HX] Radisys EPC-2102",
|
|
||||||
.internal_name = "epc2102",
|
|
||||||
.type = MACHINE_TYPE_SOCKET7,
|
|
||||||
.chipset = MACHINE_CHIPSET_INTEL_430HX,
|
|
||||||
.init = machine_at_epc2102_init,
|
|
||||||
.p1_handler = NULL,
|
|
||||||
.gpio_handler = NULL,
|
|
||||||
.available_flag = MACHINE_AVAILABLE,
|
|
||||||
.gpio_acpi_handler = NULL,
|
|
||||||
.cpu = {
|
|
||||||
.package = CPU_PKG_SOCKET5_7,
|
|
||||||
.block = CPU_BLOCK_NONE,
|
|
||||||
.min_bus = 50000000,
|
|
||||||
.max_bus = 83333333,
|
|
||||||
.min_voltage = 2500,
|
|
||||||
.max_voltage = 3520,
|
|
||||||
.min_multi = 1.5,
|
|
||||||
.max_multi = 3.0
|
|
||||||
},
|
|
||||||
.bus_flags = MACHINE_PS2_PCI,
|
|
||||||
.flags = MACHINE_IDE_DUAL | MACHINE_APM,
|
|
||||||
.ram = {
|
|
||||||
.min = 8192,
|
|
||||||
.max = 262144,
|
|
||||||
.step = 8192
|
|
||||||
},
|
|
||||||
.nvrmask = 127,
|
|
||||||
.kbc_device = NULL,
|
|
||||||
.kbc_p1 = 0xff,
|
|
||||||
.gpio = 0xffffffff,
|
|
||||||
.gpio_acpi = 0xffffffff,
|
|
||||||
.device = NULL,
|
|
||||||
.fdc_device = NULL,
|
|
||||||
.sio_device = NULL,
|
|
||||||
.vid_device = NULL,
|
|
||||||
.snd_device = NULL,
|
|
||||||
.net_device = NULL
|
|
||||||
},
|
|
||||||
/* This has a Holtek KBC and the BIOS does not send a single non-standard KBC command, so it
|
/* This has a Holtek KBC and the BIOS does not send a single non-standard KBC command, so it
|
||||||
must be an ASIC that clones the standard IBM PS/2 KBC. */
|
must be an ASIC that clones the standard IBM PS/2 KBC. */
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user