summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-03-17 21:00:39 +0000
committermarius <marius@FreeBSD.org>2010-03-17 21:00:39 +0000
commitf45376263d006db4e4b87b859064eea9dbf7a0e9 (patch)
treec0f24713803c65650d8961be05a16a93a6052c8f /sys/sparc64/include
parent17a68df81506a607c040e14d94c2f39f52a1d544 (diff)
downloadFreeBSD-src-f45376263d006db4e4b87b859064eea9dbf7a0e9.zip
FreeBSD-src-f45376263d006db4e4b87b859064eea9dbf7a0e9.tar.gz
Add macros for the VER.impl of SPARC64 II to VIIIfx.
Diffstat (limited to 'sys/sparc64/include')
-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 ad6841b..19547ba 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
OpenPOWER on IntegriCloud