cxgbe(4): hw.cxgbe.panic_on_fatal_err can be changed any time.
MFC after: 2 weeks Sponsored by: Chelsio Communications
This commit is contained in:
parent
b0df36580d
commit
50f5d13eeb
@ -593,7 +593,7 @@ SYSCTL_INT(_hw_cxgbe, OID_AUTO, pcie_relaxed_ordering, CTLFLAG_RDTUN,
|
||||
"PCIe Relaxed Ordering: 0 = disable, 1 = enable, 2 = leave alone");
|
||||
|
||||
static int t4_panic_on_fatal_err = 0;
|
||||
SYSCTL_INT(_hw_cxgbe, OID_AUTO, panic_on_fatal_err, CTLFLAG_RDTUN,
|
||||
SYSCTL_INT(_hw_cxgbe, OID_AUTO, panic_on_fatal_err, CTLFLAG_RWTUN,
|
||||
&t4_panic_on_fatal_err, 0, "panic on fatal errors");
|
||||
|
||||
static int t4_tx_vm_wr = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user