summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2010-03-31 22:00:22 +0000
committerMarius Strobl <marius@FreeBSD.org>2010-03-31 22:00:22 +0000
commitf4c9392e623782c9201d0a586b6c8c3dd61e1978 (patch)
treed2223723675b03e19406f0eee43cc04bb5177e30 /sys
parent721216dfe948a711f57ac4e22e4753979c57a005 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/include/ver.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/sparc64/include/ver.h b/sys/sparc64/include/ver.h
index ad6841bd9ad4..19547ba9fb43 100644
--- a/sys/sparc64/include/ver.h
+++ b/sys/sparc64/include/ver.h
@@ -69,8 +69,15 @@ extern char sparc64_model[];
#endif /* !LOCORE */
-/* Known implementations. */
+/* Known implementations */
#define CPU_IMPL_SPARC64 0x01
+#define CPU_IMPL_SPARC64II 0x02
+#define CPU_IMPL_SPARC64III 0x03
+#define CPU_IMPL_SPARC64IV 0x04
+#define CPU_IMPL_SPARC64V 0x05
+#define CPU_IMPL_SPARC64VI 0x06
+#define CPU_IMPL_SPARC64VII 0x07
+#define CPU_IMPL_SPARC64VIIIfx 0x08
#define CPU_IMPL_ULTRASPARCI 0x10
#define CPU_IMPL_ULTRASPARCII 0x11
#define CPU_IMPL_ULTRASPARCIIi 0x12