From 166d1b785d9d6de2ff3af1c42e56775618fddf06 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 6 Mar 2004 00:51:30 +0000 Subject: 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(-) (limited to 'sys') diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index f3d4684..ee97741 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 -- cgit v1.1