Merge pull request #5227 from pankozacorp/slotket8

Bring back the Slot 1 to Socket 8 adapter, but block it from use on incompatible machines.
This commit is contained in:
Miran Grča
2025-02-14 09:13:12 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

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