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

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

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

Modified: stable/7/sys/sparc64/include/ver.h
==============================================================================
--- stable/7/sys/sparc64/include/ver.h  Wed Mar 31 22:00:22 2010        
(r206011)
+++ stable/7/sys/sparc64/include/ver.h  Wed Mar 31 22:00:22 2010        
(r206012)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to