summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2001-06-26 03:02:30 +0000
committerkato <kato@FreeBSD.org>2001-06-26 03:02:30 +0000
commit7862faed10b31bfac184bae83da66df9beee216e (patch)
treefa05683d61ee52a39712218aeff6d0393711609a /sys/amd64
parent3c297a6e34bec219a968a4f28319482670460402 (diff)
downloadFreeBSD-src-7862faed10b31bfac184bae83da66df9beee216e.zip
FreeBSD-src-7862faed10b31bfac184bae83da66df9beee216e.tar.gz
Recognize FC-PGA2 Pentium III (Tualatin).
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/identcpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index fe2b98b..4a60924 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -211,6 +211,7 @@ printcpuinfo(void)
case 0x70:
case 0x80:
case 0xa0:
+ case 0xb0:
strcat(cpu_model,
"Pentium III/Pentium III Xeon/Celeron");
cpu = CPU_PIII;
OpenPOWER on IntegriCloud