svn commit: r206011 - stable/8/sys/sparc64/include

Marius Strobl marius at FreeBSD.org
Wed Mar 31 22:00:22 UTC 2010


Author: marius
Date: Wed Mar 31 22:00:22 2010
New Revision: 206011
URL: http://svn.freebsd.org/changeset/base/206011

Log:
  MFC: r205263
  
  Add macros for the VER.impl of SPARC64 II to VIIIfx.

Modified:
  stable/8/sys/sparc64/include/ver.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/sparc64/include/ver.h
==============================================================================
--- stable/8/sys/sparc64/include/ver.h	Wed Mar 31 21:57:49 2010	(r206010)
+++ stable/8/sys/sparc64/include/ver.h	Wed Mar 31 22:00:22 2010	(r206011)
@@ -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


More information about the svn-src-all mailing list