1 
 2 09/21/87  hardware_diag_aids
 3 Known errors in the current release of hardware_diag_aids.
 4 #         Associated TR's
 5 Description
 6 
 7 14  phx19395
 8 io_error_summary is not reporting the tape-data-bit-in-error counts
 9 properly when the -tdbie argument is selected.
10 
11 13  phx18710
12 The command line:
13    ! monitor_cache
14  can cause unpredictible faults because of an uninitialized variable.  To fix
15  change line 171 from:
16      amonitor_interval = DEFAULT_INTERVAL * 60000000;
17      to:
18      amonitor_interval, factor_dividend = DEFAULT_INTERVAL * 60000000;
19 
20 8  phx14813
21 After an "Unrecoverable Error" has occurred and the user continues, the
22 sector addresses are not getting properly incremented for the RANGE and
23 SEQUENTIAL modes.
24 
25 7  phx14740
26 The control arguments -random or -sequential, if given after the range
27 arguments -from and -to, will cause the entire pack to be tested.  The
28 program should continue to use the range supplied, but change the mode
29 of testing from RANGE, to RANDOM or SEQUENTIAL.  Also a new argument
30 should be created to specify the range mode, -range.