svdebug            67 dev/pci/sv.c   #define DPRINTF(x)	if (svdebug) printf x
svdebug            68 dev/pci/sv.c   #define DPRINTFN(n,x)	if (svdebug>(n)) printf x
svdebug            69 dev/pci/sv.c   static int	svdebug = 100;