Just block Pentium Pro on incompatibile machines, instead of removing the Slot 1-to-Socket 8 adapter altogether (part 2)

This commit is contained in:
pankozaC++
2025-02-13 19:21:19 +01:00
committed by GitHub
parent 6362351987
commit f5d65f2e66

View File

@@ -15278,7 +15278,7 @@ const machine_t machines[] = {
.gpio_acpi_handler = NULL, .gpio_acpi_handler = NULL,
.cpu = { .cpu = {
.package = CPU_PKG_SLOT1, .package = CPU_PKG_SLOT1,
.block = CPU_BLOCK_NONE, .block = CPU_BLOCK(CPU_PENTIUMPRO),
.min_bus = 66666667, .min_bus = 66666667,
.max_bus = 150000000, .max_bus = 150000000,
.min_voltage = 1300, .min_voltage = 1300,
@@ -16163,7 +16163,7 @@ const machine_t machines[] = {
.gpio_acpi_handler = NULL, .gpio_acpi_handler = NULL,
.cpu = { .cpu = {
.package = CPU_PKG_SLOT1, .package = CPU_PKG_SLOT1,
.block = CPU_BLOCK(CPU_PENTIUM2, CPU_CYRIX3S), .block = CPU_BLOCK(CPU_PENTIUMPRO, CPU_PENTIUM2, CPU_CYRIX3S),
.min_bus = 0, .min_bus = 0,
.max_bus = 66666667, .max_bus = 66666667,
.min_voltage = 0, .min_voltage = 0,