Removed the leftovers of the locally added LC500J machine.
This commit is contained in:
@@ -763,7 +763,6 @@ extern int machine_at_atc7020bxii_init(const machine_t *);
|
|||||||
extern int machine_at_m773_init(const machine_t *);
|
extern int machine_at_m773_init(const machine_t *);
|
||||||
extern int machine_at_ambx133_init(const machine_t *);
|
extern int machine_at_ambx133_init(const machine_t *);
|
||||||
extern int machine_at_awo671r_init(const machine_t *);
|
extern int machine_at_awo671r_init(const machine_t *);
|
||||||
extern int machine_at_lc500j34dr_init(const machine_t *);
|
|
||||||
extern int machine_at_63a1_init(const machine_t *);
|
extern int machine_at_63a1_init(const machine_t *);
|
||||||
extern int machine_at_s370sba_init(const machine_t *);
|
extern int machine_at_s370sba_init(const machine_t *);
|
||||||
extern int machine_at_apas3_init(const machine_t *);
|
extern int machine_at_apas3_init(const machine_t *);
|
||||||
|
@@ -13161,46 +13161,6 @@ const machine_t machines[] = {
|
|||||||
.snd_device = NULL,
|
.snd_device = NULL,
|
||||||
.net_device = NULL
|
.net_device = NULL
|
||||||
},
|
},
|
||||||
/* Has a Mitsubishi 38813 with AMIKey-3 KBC firmware. */
|
|
||||||
{
|
|
||||||
.name = "[i440BX] NEC LaVie C PC-LC500J34DR",
|
|
||||||
.internal_name = "lc500j34dr",
|
|
||||||
.type = MACHINE_TYPE_SOCKET370,
|
|
||||||
.chipset = MACHINE_CHIPSET_INTEL_440BX,
|
|
||||||
.init = machine_at_lc500j34dr_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 /* limits assumed */
|
|
||||||
},
|
|
||||||
.bus_flags = MACHINE_PS2_AGP,
|
|
||||||
.flags = MACHINE_IDE_DUAL | MACHINE_APM | MACHINE_ACPI,
|
|
||||||
.ram = {
|
|
||||||
.min = 8192,
|
|
||||||
.max = 524288,
|
|
||||||
.step = 8192
|
|
||||||
},
|
|
||||||
.nvrmask = 255,
|
|
||||||
.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
|
|
||||||
},
|
|
||||||
/* Has a Winbond W83977EF Super I/O chip with on-chip KBC with AMIKey-2 KBC
|
/* Has a Winbond W83977EF Super I/O chip with on-chip KBC with AMIKey-2 KBC
|
||||||
firmware. */
|
firmware. */
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user