KdPrintI
#define KdPrintI(_x_) do{ if (hpt_dbg_level>2) kprintf _x_; }while(0)
#define KdPrintI(x) do { } while (0)