Module Name: src
Committed By: nakayama
Date: Fri Jan 15 23:55:55 UTC 2010
Modified Files:
src/sys/arch/sparc64/include: psl.h
Log Message:
Add processor implementation codes, from OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/sparc64/include/psl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sparc64/include/psl.h
diff -u src/sys/arch/sparc64/include/psl.h:1.44 src/sys/arch/sparc64/include/psl.h:1.45
--- src/sys/arch/sparc64/include/psl.h:1.44 Fri Jan 15 15:05:02 2010
+++ src/sys/arch/sparc64/include/psl.h Fri Jan 15 23:55:55 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: psl.h,v 1.44 2010/01/15 15:05:02 nakayama Exp $ */
+/* $NetBSD: psl.h,v 1.45 2010/01/15 23:55:55 nakayama Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -224,6 +224,17 @@
#define VER_MAXTL_SHIFT 8
#define VER_MAXWIN 0x000000000000001fLL
+#define IMPL_SPITFIRE 0x10 /* UltraSPARC-I */
+#define IMPL_BLACKBIRD 0x11 /* UltraSPARC-II */
+#define IMPL_SABRE 0x12 /* UltraSPARC-IIi */
+#define IMPL_HUMMINGBIRD 0x13 /* UltraSPARC-IIe */
+#define IMPL_CHEETAH 0x14 /* UltraSPARC-III */
+#define IMPL_CHEETAH_PLUS 0x15 /* UltraSPARC-III+ */
+#define IMPL_JALAPENO 0x16 /* UltraSPARC-IIIi */
+#define IMPL_JAGUAR 0x18 /* UltraSPARC-IV */
+#define IMPL_PANTHER 0x19 /* UltraSPARC-IV+ */
+#define IMPL_SERRANO 0x22 /* UltraSPARC-IIIi+ */
+
/*
* Here are a few things to help us transition between user and kernel mode:
*/