Add version to PATCH_LOG and LAST_LOG.
[linux-flexiantxendom0-3.2.10.git] / include / asm-ia64 / sn / sn1 / hubxb_next.h
1 /* $Id$
2  *
3  * This file is subject to the terms and conditions of the GNU General Public
4  * License.  See the file "COPYING" in the main directory of this archive
5  * for more details.
6  *
7  * Copyright (C) 1992 - 1997, 2000-2001 Silicon Graphics, Inc. All rights reserved.
8  */
9 #ifndef _ASM_IA64_SN_SN1_HUBXB_NEXT_H
10 #define _ASM_IA64_SN_SN1_HUBXB_NEXT_H
11
12 /* XB_FIRST_ERROR fe_source field encoding */
13 #define XVE_SOURCE_POQ0 0xf     /* 1111 */
14 #define XVE_SOURCE_PIQ0 0xe     /* 1110 */
15 #define XVE_SOURCE_POQ1 0xd     /* 1101 */
16 #define XVE_SOURCE_PIQ1 0xc     /* 1100 */
17 #define XVE_SOURCE_MP0  0xb     /* 1011 */
18 #define XVE_SOURCE_MP1  0xa     /* 1010 */
19 #define XVE_SOURCE_MMQ  0x9     /* 1001 */
20 #define XVE_SOURCE_MIQ  0x8     /* 1000 */
21 #define XVE_SOURCE_NOQ  0x7     /* 0111 */
22 #define XVE_SOURCE_NIQ  0x6     /* 0110 */
23 #define XVE_SOURCE_IOQ  0x5     /* 0101 */
24 #define XVE_SOURCE_IIQ  0x4     /* 0100 */
25 #define XVE_SOURCE_LOQ  0x3     /* 0011 */
26 #define XVE_SOURCE_LIQ  0x2     /* 0010 */
27
28 /* XB_PARMS fields */
29 #define XBP_RESET_DEFAULTS      0x0008000080000021LL
30 #define XBP_ACTIVE_DEFAULTS     0x00080000fffff021LL
31
32 #endif /* _ASM_IA64_SN_SN1_HUBXB_NEXT_H */