Block the Cyrix Cx6x86 from the Dell OptiPlex GXL/GXM as it cannot POST with it

This commit is contained in:
rushieda
2025-05-19 16:28:01 +03:00
parent ec613f1608
commit d7282ddc46

View File

@@ -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,