widebug           112 dev/ic/if_wi.c u_int32_t	widebug = WIDEBUG;
widebug           121 dev/ic/if_wi.c #define DPRINTF(mask,args) if (widebug & (mask)) printf args;