aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/ver.h
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-12-24 16:21:46 +0000
committerScott Long <scottl@FreeBSD.org>2004-12-24 16:21:46 +0000
commitc628825b30012c832d1b9b859bb4aea69a49810a (patch)
tree9d212ba9acb7c61616d827d9b4691f189624dfaf /sys/sparc64/include/ver.h
parentb9c5f41258c7149ed5d828d6d26ee6603a42c420 (diff)
downloadsrc-c628825b30012c832d1b9b859bb4aea69a49810a.tar.gz
src-c628825b30012c832d1b9b859bb4aea69a49810a.zip
Identify USIIIi processors.
Submitted by: Gavin Atkinson PR: 75468
Notes
Notes: svn path=/head/; revision=139264
Diffstat (limited to 'sys/sparc64/include/ver.h')
-rw-r--r--sys/sparc64/include/ver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/include/ver.h b/sys/sparc64/include/ver.h
index 7c73488af12d..fec56ce04e9c 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_ */