; 2000/Access Comm. Processor Firmware (DSN 101016, 24396-13601_Rev-1713) echo echo echo ------------------------------------------------- echo DSN 101016 - 2000/Access Comm. Processor Firmware echo ------------------------------------------------- echo echo Loading the diagnostic. echo Expect halt 102077 if successful. deposit A 101016 deposit B 000000 reset go 120 assert T=102077 ; Verify the DSN. echo echo Verifying DSN 101016. deposit M 126 assert T=101016 ; Configure the diagnostic. echo echo Configuring the diagnostic. echo Expect halt 102074 if successful. set CPU IOP deposit S 000013 reset go 100 assert T=102074 ; Start the diagnostic. echo echo Executing the diagnostic. echo Expect message "E165 TRSLT NOT INTERRUPTIBLE" and halt 106065. deposit S 000000 reset go assert T=106065 ; Respond to "E165 TRSLT NOT INTERRUPTIBLE" echo echo Resuming from error. echo Expect message "E234 WORD MOVE NOT INTERRUPTIBLE" and halt 103034. echo go assert T=103034 ; Respond to "E234 WORD MOVE NOT INTERRUPTIBLE" echo echo Resuming from error. echo Expect halt 102077 for successful completion. echo go ; End of the diagnostic. ; ; Verify HLT 77B for a successful pass. assert T=102077 ; Restore the hardware configuration. set CPU NOIOP