]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r358959: Increase buffer in mprsas_log_command() from 192 to 224 bytes.
authorAlexander Motin <mav@FreeBSD.org>
Fri, 27 Mar 2020 13:29:24 +0000 (13:29 +0000)
committerAlexander Motin <mav@FreeBSD.org>
Fri, 27 Mar 2020 13:29:24 +0000 (13:29 +0000)
commitbd16e78b164d15f30584d83bfa87d3cd3b31d0f3
treec26b07a54fc05a5d93c41397dd412cc5b6b0fcaf
parent1ff806052493d3bba925afbfac150bedb3e81083
MFC r358959: 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.
sys/dev/mpr/mpr_sas.c
sys/dev/mps/mps_sas.c