
3 |
PACKET RETURN STATUS
Table
| CODE | MEANING | NOTES |
|
|
|
|
|
| Intermediate Return |
|
|
| Codes |
|
|
|
| |
|
|
|
|
$09 | (TARGET mode) data | 1,9 | |
|
| received from initiator with |
|
|
| parity error, user must |
|
|
| interpret then continue with |
|
|
| new t_seq. |
|
|
|
|
|
|
| Final Return Codes |
|
|
|
| |
$00 | GOOD. Script processing is | 2 | |
|
| OK. |
|
|
|
| |
$01 | Undefined problem. | 2 | |
|
|
| |
$02 | TARGET has Received Data | 2 | |
|
| without error, and user may |
|
|
| interpret then continue with |
|
|
| new t_seq. |
|
|
|
| |
$03 | Interrupt handler was | 2 | |
|
| entered with no pending IRQ |
|
|
| ($F00050). |
|
|
|
| |
$04 | Reselection not expected | 2 | |
|
| from this TARGET. |
|
|
|
| |
$05 | TARGET thinks it is working | 2 | |
|
| on linked commands but the |
|
|
| command table does not. |
|
|
|
| |
$06 | Linked command has error | 2 | |
|
| status code; command has |
|
|
| been aborted. |
|
|
|
| |
$07 | Received an illegal message. | 2 | |
|
|
| |
$08 | The message we have tried to | 2 | |
|
| send was rejected. |
|
|
|
| |
$09 | TARGET Encountered a | 2 | |
|
| parity error in data |
|
|
| transfer(in) phase and user |
|
|
| must interpret then continue |
|
|
| with new t_seq. |
|
|
|
|
|