Loading py393sata/x393sata_control.py +1 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ def connection_errors(): if first_line: first_line = False if fld_value or not skip0: log_msg("%8x : %s (%s)"%(fld_value, fld['name'], fld['description'] )) # the device is there but fails to establish a correct link if fld['name']=="DIAG.B" or fld['name']=="DIAG.S": result = False Loading Loading
py393sata/x393sata_control.py +1 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ def connection_errors(): if first_line: first_line = False if fld_value or not skip0: log_msg("%8x : %s (%s)"%(fld_value, fld['name'], fld['description'] )) # the device is there but fails to establish a correct link if fld['name']=="DIAG.B" or fld['name']=="DIAG.S": result = False Loading