PERFORCE change 91907 for review

Kip Macy kmacy at FreeBSD.org
Thu Feb 16 14:56:46 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=91907

Change 91907 by kmacy at kmacy_storage:sun4v_work on 2006/02/16 22:56:01

	update queue address names to correspond to HV API spec

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/asi.h#6 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/asi.h#6 (text+ko) ====

@@ -130,14 +130,14 @@
 #define MMU_CID_P                     0x08
 #define MMU_CID_S                     0x10
 
-#define CPU_MONDO_QH                  0x3c0
-#define CPU_MONDO_QT                  0x3c8
-#define DEV_MONDO_QH                  0x3d0
-#define DEV_MONDO_QT                  0x3d8
-#define RES_ERROR_QH                  0x3e0
-#define RES_ERROR_QT                  0x3e8
-#define NRES_ERROR_QH                 0x3f0
-#define NRES_ERROR_QT                 0x3f8
+#define CPU_MONDO_QUEUE_HEAD          0x3c0
+#define CPU_MONDO_QUEUE_TAIL          0x3c8
+#define DEV_MONDO_QUEUE_HEAD          0x3d0
+#define DEV_MONDO_QUEUE_TAIL          0x3d8
+#define RESUMABLE_ERROR_QUEUE_HEAD    0x3e0
+#define RESUMABLE_ERROR_QUEUE_TAIL    0x3e8
+#define NONRESUMABLE_ERROR_QUEUE_HEAD 0x3f0
+#define NONRESUMABLE_ERROR_QUEUE_TAIL 0x3f8
 
 
 #endif /* !_MACHINE_ASI_H_ */


More information about the p4-projects mailing list