]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256709:
authorgrehan <grehan@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 18 Oct 2013 21:42:47 +0000 (21:42 +0000)
committergrehan <grehan@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 18 Oct 2013 21:42:47 +0000 (21:42 +0000)
commit0c3d61811edfcf957faf94f3d85160266abc65ba
tree7d2ecf49cd8e1a92aab41c1cf70e15b87038634a
parent5f845003b21f18b99047ecef4252c610c3629cda
MFC r256709:

  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.

Approved by: re (gjb)

git-svn-id: svn://svn.freebsd.org/base/stable/10@256754 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/bhyve/pci_ahci.c