CTR1
CTR1(KTR_TULIP, "tulip_reset: inreset %d", inreset);
CTR1(KTR_TULIP, "tulip_init_locked: status %08x\n",
CTR1(KTR_TULIP, "tulip_rx_intr: good packet; length %d",
CTR1(KTR_TULIP, "tulip_rx_intr: bad packet; status %08x",
CTR1(KTR_TULIP, "tulip_rx_intr: passing %p to upper layer", m0);
CTR1(KTR_TULIP, "tulip_tx_intr: output error: %08x",
CTR1(KTR_TULIP, "tulip_txput: nsegs %d", nsegs);
CTR1(KTR_TULIP, "tulip_txput_setup: using descriptor %td",
CTR1(KTR_TULIP, "tulip_start_locked: %d tx packets pending",
CTR1(KTR_EVH, "eventhandler_invoke: executing %p", \
#define TR1(d, p1) CTR1(KTR_GEN, d, p1)
#define ITR1(d, p1) CTR1(KTR_INIT, d, p1)