Remove duplicate Jetway machine

This commit is contained in:
Jasmine Iwanek
2023-10-11 22:20:52 -04:00
parent 254b5b894b
commit 5313a10a3b

View File

@@ -13534,42 +13534,6 @@ const machine_t machines[] = {
.snd_device = NULL,
.net_device = NULL
},
{
.name = "[Intel i815EP] Jetway J-815EPDA",
.internal_name = "j815epda",
.type = MACHINE_TYPE_SOCKET370,
.chipset = MACHINE_CHIPSET_INTEL_I815EP,
.init = machine_at_j815epda_init,
.p1_handler = NULL,
.gpio_handler = NULL,
.available_flag = MACHINE_AVAILABLE,
.gpio_acpi_handler = NULL,
.cpu = {
.package = CPU_PKG_SOCKET370,
.block = CPU_BLOCK_NONE,
.min_bus = 66666667,
.max_bus = 133333333,
.min_voltage = 1300,
.max_voltage = 3500,
.min_multi = 1.5,
.max_multi = 8.0,
},
.bus_flags = MACHINE_PS2_NOISA,
.flags = MACHINE_IDE_DUAL,
.ram = {
.min = 32768,
.max = 524288,
.step = 32768,
},
.nvrmask = 255,
.kbc_device = NULL,
.kbc_p1 = 0,
.gpio = 0,
.device = NULL,
.vid_device = NULL,
.snd_device = NULL,
.net_device = NULL
},
/* Has a NSC PC87366 LPC Super I/O with on-chip AMIKey-2 KBC firmware */
{
.name = "[Intel i815E] Biostar M6TSL",