WDOG_MAX_PERIOD
KASSERT(nsec <= WDOG_MAX_PERIOD);
aprint_normal_dev(self, "max period %d sec.\n", WDOG_MAX_PERIOD);
if (period > WDOG_MAX_PERIOD)