Add Micronics M5Pi.
This is a Socket 4 430LX machine using the Phoenix Ax86 BIOS. Also adds a single channel version of the W83769F to support it's specific IDE setup.
This commit is contained in:
@@ -458,3 +458,17 @@ const device_t ide_w83769f_pci_34_device = {
|
||||
.config = NULL
|
||||
};
|
||||
|
||||
const device_t ide_w83769f_pci_single_channel_device = {
|
||||
.name = "Winbond W83769F PCI (Single Channel)",
|
||||
.internal_name = "ide_w83769f_pci_single_channel",
|
||||
.flags = DEVICE_PCI,
|
||||
.local = 0x200b4,
|
||||
.init = w83769f_init,
|
||||
.close = w83769f_close,
|
||||
.reset = w83769f_reset,
|
||||
{ .available = NULL },
|
||||
.speed_changed = NULL,
|
||||
.force_redraw = NULL,
|
||||
.config = NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user