]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Increase buffer in mprsas_log_command() from 192 to 224 bytes.
authorAlexander Motin <mav@FreeBSD.org>
Fri, 13 Mar 2020 14:51:11 +0000 (14:51 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Fri, 13 Mar 2020 14:51:11 +0000 (14:51 +0000)
commita2386b6f6a872873609354f6099ae97f2de5356b
tree4ef6d3e7151790ff5ff390dd7164cc68830699c5
parentd7ef92ffae63a68eb469c4d768cf0739214b684a
Increase buffer in mprsas_log_command() from 192 to 224 bytes.

192 bytes are not enough to print long commands, such as ATA COMMAND PASS
THROUGH(16), that makes debug output difficult to read.

MFC after: 2 weeks
Sponsored by: iXsystems, Inc.
sys/dev/mpr/mpr_sas.c
sys/dev/mps/mps_sas.c