Accept any fault as successful for diagnostic fault reset, not just the 0xF000
code. print fault information and return.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I don't have any chip documentation to know what is right here, so just wonder if unconditional printing a bunch of raw hex numbers is expected here. It feels mpi3mr_print_fault_info() is another candidate for mpi3mr_dprint().
Comment Actions
Agreed. There are so many other places where we need to take care of this kind of printing so we are preparing the debug improvement patch and will submit it soon which will cover this as well.