Searched hist:ab3e89f1ab134186362abe9848a855d5077fbd40 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_xpt.h | diff ab3e89f1ab134186362abe9848a855d5077fbd40 Thu Jan 26 21:08:58 CET 2017 Scott Long <scottl@FreeBSD.org> Refactor xpt_print_path, xpt_print, and xpt_path_string. Implement all of them in terms of an sbuf-based back-end, xpt_path_sbuf. This unifies the implementation, but more importantly it stops the output fropm being split between 4 or more invocations of printf. The multiple invocations cause interleaving of the messages on the console during boot, making the output of disk discovery often unintelligible. This change helps a lot, but more work is needed.
Reviewed by: ken, mav Sponsored by: Netflix
|
H A D | cam_xpt.c | diff ab3e89f1ab134186362abe9848a855d5077fbd40 Thu Jan 26 21:08:58 CET 2017 Scott Long <scottl@FreeBSD.org> Refactor xpt_print_path, xpt_print, and xpt_path_string. Implement all of them in terms of an sbuf-based back-end, xpt_path_sbuf. This unifies the implementation, but more importantly it stops the output fropm being split between 4 or more invocations of printf. The multiple invocations cause interleaving of the messages on the console during boot, making the output of disk discovery often unintelligible. This change helps a lot, but more work is needed.
Reviewed by: ken, mav Sponsored by: Netflix
|