User`s manual

Example Use of t167
SBCSCSI/D1 E-31
E
3. Send the command to the Firmware by selecting menu item 3.
F/W Tools --> 3
Control structure [0] (0):
siop_cmd status: 0x800
Return status: 2048 (0x800)
F/W Tools -->
Note the returned status of 0x800 (Data Underrun). This status is received
because we gave the Firmware a buffer of size 1024 bytes but only
requested 0x40 bytes from the device. This is an expected and acceptable
status.
4. Select menu item 7 to display the data buffer to see the inquiry data.
F/W Tools --> 7
Data buffer [0, 1] (0):
Offset into buffer (0):
Number of bytes to display (1024, 0x400): 0x40
db[0]: First address = 0x1fbdca0 Last address = 0x1fbe09f
0 00 00 01 01 1F 00 00 00 48 50 20 20 20 20 20 20 ........HP
10 39 37 35 34 38 53 20 20 20 20 20 20 20 20 20 20 97548S
20 38 39 31 36 44 41 44 41 44 41 44 41 44 41 44 41 8916DADADADADADA
30 44 41 44 41 44 41 44 41 44 41 44 41 44 41 44 41 DADADADADADADADA
F/W Tools -->
Note the fill pattern of DADA starting at offset 0x24 (assuming the
previous SDL steps were followed to block fill (BF) the buffer). This is
because we requested 0x40 bytes in the CDB, but the device only returned
0x00 through 0x23 bytes, the amount of inquiry data specified for this
device.