aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>2000-06-13 12:33:45 +0000
committerKATO Takenori <kato@FreeBSD.org>2000-06-13 12:33:45 +0000
commit8f4b3d8c635a3a1f2a83baf7ad13f33c77c8f1db (patch)
tree1883988e2fc12a451e71df9280d121782aa2d15b /sys/amd64
parenta709b8e635e0a8b6878a0620e0d6a9812f496f33 (diff)
downloadsrc-8f4b3d8c635a3a1f2a83baf7ad13f33c77c8f1db.tar.gz
src-8f4b3d8c635a3a1f2a83baf7ad13f33c77c8f1db.zip
Recognize Coppermine Celeron processors whose CPU ID = 0x68?. They
were recognized as "Pentium III/Pentium III Xeon."
Notes
Notes: svn path=/head/; revision=61623
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/identcpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index f544d0929607..0e11e2b8eadf 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -208,7 +208,7 @@ printcpuinfo(void)
case 0x70:
case 0x80:
strcat(cpu_model,
- "Pentium III/Pentium III Xeon");
+ "Pentium III/Pentium III Xeon/Celeron");
cpu = CPU_PIII;
break;
default: