CTR0
CTR0(KTR_TULIP, "tulip_reset: drain transmit ring");
CTR0(KTR_TULIP, "tulip_reset: drain receive ring");
CTR0(KTR_TULIP, "tulip_init_locked");
CTR0(KTR_TULIP, "tulip_init_locked: up but not running, reset chip");
CTR0(KTR_TULIP, "tulip_init_locked: not up, reset chip");
CTR0(KTR_TULIP, "tulip_rx_intr: start");
CTR0(KTR_TULIP, "tulip_tx_intr: start");
CTR0(KTR_TULIP, "tulip_intr_handler invoked");
CTR0(KTR_TULIP, "tulip_start_locked invoked");
CTR0(KTR_EVH, "eventhandler_invoke(\"" __STRING(name) "\")"); \
#define TR0(d) CTR0(KTR_GEN, d)
#define ITR0(d) CTR0(KTR_INIT, d)