diff options
| author | KATO Takenori <kato@FreeBSD.org> | 2001-06-26 03:02:30 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 2001-06-26 03:02:30 +0000 |
| commit | 5d2f190a3b77e4ed4821d49a9024744de6a882b0 (patch) | |
| tree | fa05683d61ee52a39712218aeff6d0393711609a /sys | |
| parent | 6a2ceb2365aa717e0fcc457681325b779bdb92b6 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/amd64/amd64/identcpu.c | 1 | ||||
| -rw-r--r-- | sys/i386/i386/identcpu.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index fe2b98b1130b..4a609241ec7e 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; diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index fe2b98b1130b..4a609241ec7e 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/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; |
