From c37fc96b15b680b2d56f5cbc2d736e8f6c3ee8e3 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 6 Mar 2004 00:51:30 +0000 Subject: [PATCH] When faced with a "GenuineIntel", we know what they call it now. Replace snide comment with a different one. --- sys/amd64/amd64/identcpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index f3d46844a94..ee977418048 100644 --- a/sys/amd64/amd64/identcpu.c +++ b/sys/amd64/amd64/identcpu.c @@ -123,8 +123,8 @@ printcpuinfo(void) } if (strcmp(cpu_vendor, "GenuineIntel") == 0) { - /* How the hell did you get here?? */ - strcat(cpu_model, "Yamhill?"); + /* Better late than never I suppose.. */ + strcat(cpu_model, "IA-32e"); } else if (strcmp(cpu_vendor, "AuthenticAMD") == 0) { /* * Values taken from AMD Processor Recognition