Block the Cyrix Cx6x86 from the Dell OptiPlex GXL/GXM as it cannot POST with it
This commit is contained in:
@@ -10566,7 +10566,7 @@ const machine_t machines[] = {
|
|||||||
.gpio_acpi_handler = NULL,
|
.gpio_acpi_handler = NULL,
|
||||||
.cpu = {
|
.cpu = {
|
||||||
.package = CPU_PKG_SOCKET5_7,
|
.package = CPU_PKG_SOCKET5_7,
|
||||||
.block = CPU_BLOCK_NONE,
|
.block = CPU_BLOCK(CPU_Cx6x86),
|
||||||
.min_bus = 60000000,
|
.min_bus = 60000000,
|
||||||
.max_bus = 66666667,
|
.max_bus = 66666667,
|
||||||
.min_voltage = 3380,
|
.min_voltage = 3380,
|
||||||
|
|||||||
Reference in New Issue
Block a user