Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2006 22:56:44 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91907 for review
Message-ID:  <200602162256.k1GMuigh067854@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91907

Change 91907 by kmacy@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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602162256.k1GMuigh067854>