summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-12-24 16:21:46 +0000
committerscottl <scottl@FreeBSD.org>2004-12-24 16:21:46 +0000
commit4beab3afdd5f921ec81f419d6f423ebce62d6707 (patch)
tree9d212ba9acb7c61616d827d9b4691f189624dfaf /sys/sparc64
parentdaae8e9dd0b61d1150ce0bafa2cbe23bc3f44e0f (diff)
downloadFreeBSD-src-4beab3afdd5f921ec81f419d6f423ebce62d6707.zip
FreeBSD-src-4beab3afdd5f921ec81f419d6f423ebce62d6707.tar.gz
Identify USIIIi processors.
Submitted by: Gavin Atkinson PR: 75468
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/include/ver.h1
-rw-r--r--sys/sparc64/sparc64/identcpu.c3
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/sparc64/include/ver.h b/sys/sparc64/include/ver.h
index 7c73488..fec56ce 100644
--- a/sys/sparc64/include/ver.h
+++ b/sys/sparc64/include/ver.h
@@ -69,5 +69,6 @@ extern char sparc64_model[];
#define CPU_IMPL_ULTRASPARCIIe 0x13
#define CPU_IMPL_ULTRASPARCIII 0x14
#define CPU_IMPL_ULTRASPARCIIIp 0x15
+#define CPU_IMPL_ULTRASPARCIIIi 0x16
#endif /* !_MACHINE_VER_H_ */
diff --git a/sys/sparc64/sparc64/identcpu.c b/sys/sparc64/sparc64/identcpu.c
index db553c9..2c118d7 100644
--- a/sys/sparc64/sparc64/identcpu.c
+++ b/sys/sparc64/sparc64/identcpu.c
@@ -70,6 +70,9 @@ cpu_identify(u_long vers, u_int freq, u_int id)
case CPU_IMPL_ULTRASPARCIIIp:
impls = "UltraSparc-III+";
break;
+ case CPU_IMPL_ULTRASPARCIIIi:
+ impls = "UltraSparc-IIIi";
+ break;
default:
impls = NULL;
break;
OpenPOWER on IntegriCloud