Replace nifty DBGPRINT() with a more familiar DPRINTF() and adjust
authorkrw <krw@openbsd.org>
Tue, 30 May 2017 17:47:11 +0000 (17:47 +0000)
committerkrw <krw@openbsd.org>
Tue, 30 May 2017 17:47:11 +0000 (17:47 +0000)
commitd3c210029f7c3e6107d534afd2bf78cb121bf244
tree51b9b6a8ac04139eb1407f2d637ca82841aaf1df
parent0f2c575517d46f26394a2bb21596a1850c8820ff
Replace nifty DBGPRINT() with a more familiar DPRINTF() and adjust
the formats to add in the __func__ and "\n" being magically added by
DBGPRINT(). Fixes a few botches by certain devs who assumed DBGPRINT()
must be just like DPRINTF.

ok sf@ reyk@ on earlier version
sys/dev/pv/if_vio.c
sys/dev/pv/vioblk.c
sys/dev/pv/viocon.c