diff options
author | Tony Luck <tony.luck@intel.com> | 2005-10-28 11:14:47 -0700 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-10-28 11:14:47 -0700 |
commit | 9189674026e86e624b1ef1b4eb430e9ad19f9641 (patch) | |
tree | d93acb6c3b2c127e997c132db61025a5653260ec /include/asm-ia64/sn/l1.h | |
parent | 72ab373a5688a78cbdaf3bf96012e597d5399bb7 (diff) | |
parent | 25732ad493b22b7d9f0d250c5a9ad17219f96a47 (diff) |
Pull altix-fpga-reset into release branch
Diffstat (limited to 'include/asm-ia64/sn/l1.h')
-rw-r--r-- | include/asm-ia64/sn/l1.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-ia64/sn/l1.h b/include/asm-ia64/sn/l1.h index 2e5f0aa3888..e3b819110d4 100644 --- a/include/asm-ia64/sn/l1.h +++ b/include/asm-ia64/sn/l1.h @@ -35,4 +35,16 @@ #define L1_BRICKTYPE_ATHENA 0x2b /* + */ #define L1_BRICKTYPE_DAYTONA 0x7a /* z */ +/* board type response codes */ +#define L1_BOARDTYPE_IP69 0x0100 /* CA */ +#define L1_BOARDTYPE_IP63 0x0200 /* CB */ +#define L1_BOARDTYPE_BASEIO 0x0300 /* IB */ +#define L1_BOARDTYPE_PCIE2SLOT 0x0400 /* IC */ +#define L1_BOARDTYPE_PCIX3SLOT 0x0500 /* ID */ +#define L1_BOARDTYPE_PCIXPCIE4SLOT 0x0600 /* IE */ +#define L1_BOARDTYPE_ABACUS 0x0700 /* AB */ +#define L1_BOARDTYPE_DAYTONA 0x0800 /* AD */ +#define L1_BOARDTYPE_INVAL (-1) /* invalid brick type */ + + #endif /* _ASM_IA64_SN_L1_H */ |