motor_off
void motor_off(int, int);
motor_off(ctlr, unit);
motor_off(un->ctlr, un->unit);
callout_reset(&fd->motor_ch, 10 * hz, motor_off, fd);
static void motor_off(void *);
u_int8_t motor_off; /* motor off delay */