Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
en:pcie:disable-fatal [2019/04/17 04:16]
alex created
en:pcie:disable-fatal [2019/04/17 04:16]
alex
Line 62: Line 62:
 echo "​Device control:"​ $ctrl echo "​Device control:"​ $ctrl
  
-# clear non-fatal error reporting enable bit in device control register+# clear fatal error reporting enable bit in device control register
 setpci -s $port CAP_EXP+8.w=$(printf "​%04x"​ $(("​0x$ctrl"​ & ~0x0004))) setpci -s $port CAP_EXP+8.w=$(printf "​%04x"​ $(("​0x$ctrl"​ & ~0x0004)))