From bc11f2d90fbd1c899a16fb955d9294e31ec45a59 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Wed, 17 Mar 2010 21:00:39 +0000 Subject: [PATCH] Add macros for the VER.impl of SPARC64 II to VIIIfx. --- sys/sparc64/include/ver.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sys/sparc64/include/ver.h b/sys/sparc64/include/ver.h index ad6841bd9ad..19547ba9fb4 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