]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Eliminate unconditional debug printfs.
authorPeter Grehan <grehan@FreeBSD.org>
Thu, 17 Oct 2013 21:56:39 +0000 (21:56 +0000)
committerPeter Grehan <grehan@FreeBSD.org>
Thu, 17 Oct 2013 21:56:39 +0000 (21:56 +0000)
commit7b8d7047af9b31b6682dc8db25c573d27c7a771b
tree36409925bfeb8639ac9ef8e67da8c5206ab072c1
parentf4b13928b843d9997c61b9a36a26338dee006d27
Eliminate unconditional debug printfs.

Linux writes to these nominally read-only registers,
so avoid having bhyve write warning messages to stdout
when the reg writes can be safely ignored. Change the
WPRINTF to DPRINTF which is conditional.

Reviewed by: mav
Discussed with: mav, Zhixiang Yu
MFC after: 3 days
usr.sbin/bhyve/pci_ahci.c