Add Acer V12P machine table entry.
This commit is contained in:
@@ -72,6 +72,7 @@ extern const device_t d943_device;
|
|||||||
extern const device_t dells333sl_device;
|
extern const device_t dells333sl_device;
|
||||||
extern const device_t hot433a_device;
|
extern const device_t hot433a_device;
|
||||||
extern const device_t pbl300sx_device;
|
extern const device_t pbl300sx_device;
|
||||||
|
extern const device_t v12p_device;
|
||||||
|
|
||||||
const machine_filter_t machine_types[] = {
|
const machine_filter_t machine_types[] = {
|
||||||
{ "None", MACHINE_TYPE_NONE },
|
{ "None", MACHINE_TYPE_NONE },
|
||||||
@@ -10057,6 +10058,45 @@ const machine_t machines[] = {
|
|||||||
|
|
||||||
/* Socket 4 machines */
|
/* Socket 4 machines */
|
||||||
/* 430LX */
|
/* 430LX */
|
||||||
|
{
|
||||||
|
.name = "[i430LX] Acer V12P",
|
||||||
|
.internal_name = "v12p",
|
||||||
|
.type = MACHINE_TYPE_SOCKET4,
|
||||||
|
.chipset = MACHINE_CHIPSET_INTEL_430LX,
|
||||||
|
.init = machine_at_v12p_init,
|
||||||
|
.p1_handler = NULL,
|
||||||
|
.gpio_handler = NULL,
|
||||||
|
.available_flag = MACHINE_AVAILABLE,
|
||||||
|
.gpio_acpi_handler = NULL,
|
||||||
|
.cpu = {
|
||||||
|
.package = CPU_PKG_SOCKET4,
|
||||||
|
.block = CPU_BLOCK_NONE,
|
||||||
|
.min_bus = 60000000,
|
||||||
|
.max_bus = 66666667,
|
||||||
|
.min_voltage = 5000,
|
||||||
|
.max_voltage = 5000,
|
||||||
|
.min_multi = MACHINE_MULTIPLIER_FIXED,
|
||||||
|
.max_multi = MACHINE_MULTIPLIER_FIXED
|
||||||
|
},
|
||||||
|
.bus_flags = MACHINE_PS2_PCI,
|
||||||
|
.flags = MACHINE_IDE | MACHINE_SCSI | MACHINE_APM,
|
||||||
|
.ram = {
|
||||||
|
.min = 2048,
|
||||||
|
.max = 131072,
|
||||||
|
.step = 2048
|
||||||
|
},
|
||||||
|
.nvrmask = 127,
|
||||||
|
.kbc_device = NULL,
|
||||||
|
.kbc_p1 = 0xff,
|
||||||
|
.gpio = 0xffffffff,
|
||||||
|
.gpio_acpi = 0xffffffff,
|
||||||
|
.device = &v12p_device,
|
||||||
|
.fdc_device = NULL,
|
||||||
|
.sio_device = NULL,
|
||||||
|
.vid_device = NULL,
|
||||||
|
.snd_device = NULL,
|
||||||
|
.net_device = NULL
|
||||||
|
},
|
||||||
/* Has AMIKey H KBC firmware (AMIKey-2), per POST screen with BIOS string
|
/* Has AMIKey H KBC firmware (AMIKey-2), per POST screen with BIOS string
|
||||||
shown in the manual. Has PS/2 mouse support with serial-style (DB9)
|
shown in the manual. Has PS/2 mouse support with serial-style (DB9)
|
||||||
connector.
|
connector.
|
||||||
|
|||||||
Reference in New Issue
Block a user