A7298A HBA Installation Guide

Troubleshooting
58 Host Bus Adapter for Windows and Linux Installation Guide
The index into Table 8 can be derived by:
#define TARGETS_PER_BUS 32
i = (Srb->PathId > 0) ? Srb->PathId-1 : 0; //Bus 0 = dummy bus
nodeInx =
((I * (TARGETS_PER_BUS-1)) + Srb->TargetId;w
Table 8: Current Private Loop Device Mapping
Bus #
0
Target
#
0-31
Lun#
0-7
*AL_PA
None
SEL_ID
None
**AL_P
A
None
SEL_ID
None
IMPORTANT:
*
0 0-7 0x01 0x7D 0xEF 0x00
1 0-7 0x02 0x7C 0xE8 0x01
2 0-7 0x04 0x7B 0xE4 0x02
3 0-7 0x08 0x7A 0xE2 0x03
4 0-7 0x0F 0x79 0xE1 0x04
5 0-7 0x10 0x78 0xE0 0x05
6 0-7 0x17 0x77 0xDC 0x06
7 0-7 0x18 0x76 0xDA 0x07
8 0-7 0x1B 0x75 0xD9 0x08
9 0-7 0x1D 0x74 0xD6 0x09
10 0-7 0x1E 0x73 0xD5 0x0A
11 0-7 0x1F 0x72 0xD4 0x0B
12 0-7 0x23 0x71 0xD3 0x0C
13 0-7 0x25 0x70 0xD2 0x0D
14 0-7 0x26 0x6F 0xD1 0x0E
15 0-7 0x27 0x6E 0xCE 0x0F
16 0-7 0x29 0x6D 0xCD 0x10
17 0-7 0x2A 0x6C 0xCC 0x11
18 0-7 0x2B 0x6B 0xCB 0x12
19 0-7 0x2C 0x6A 0xCA 0x13
20 0-7 0x2D 0x69 0xC9 0x14
*Use this translation if registry ScanDown = 0 (default).
**Use this translation if registry ScanDown = 1.
***If MapBus0= 1; then the device addressing starts with Bus#0, not Bus#1.