mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 17:22:25 -05:00
Reverted the accidental removal of the RadiSys.
This commit is contained in:
parent
9cee5b41af
commit
06877f97c7
1 changed files with 44 additions and 0 deletions
|
@ -12079,6 +12079,50 @@ const machine_t machines[] = {
|
|||
.snd_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,
|
||||
.max = 786432,
|
||||
.step = 8192
|
||||
},
|
||||
.nvrmask = 127,
|
||||
.nvrmask = 255,
|
||||
.kbc_device = NULL,
|
||||
.kbc_p1 = 0xff,
|
||||
.gpio = 0xffffffff,
|
||||
.snd_device = NULL,
|
||||
.net_device = NULL
|
||||
.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
|
||||
must be an ASIC that clones the standard IBM PS/2 KBC. */
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue