From 5313a10a3b548c9ddbb10279f7bf94980a07a789 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Wed, 11 Oct 2023 22:20:52 -0400 Subject: [PATCH] Remove duplicate Jetway machine --- src/machine/machine_table.c | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index 7d21a7b33..9efcd8ca5 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -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",