From 7a15847bcca5c7b384556226130330cd33903c12 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 23 Oct 2010 22:18:15 +0200 Subject: Recognize P4 and Opteron-like as pentium pro * i386/i386at/model_dep.c (c_boot_entry): Treat cpu_type 15 as Pentium pro. --- i386/i386at/model_dep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c index ca00078..f915db1 100644 --- a/i386/i386at/model_dep.c +++ b/i386/i386at/model_dep.c @@ -586,6 +586,7 @@ void c_boot_entry(vm_offset_t bi) machine_slot[0].cpu_type = CPU_TYPE_PENTIUM; break; case 6: + case 15: machine_slot[0].cpu_type = CPU_TYPE_PENTIUMPRO; break; } -- cgit v1.2.3