freebsd-dev/sys/dev/amdsbwd
Andriy Gapon cf38c8c630 amdsbwd: fix handling of timeout values beyond the supported range
The driver now fully observes watchdog(9) protocol.
Previously a too large timeout was silently clamped while the correct
behavior is to disable the watchdog and leave the error as is
(i.e. to not report success).

Also, previously a too small value caused the timer to stop while the
correct behavior is to use the minimal supported value.

MFC after:	2 weeks
2018-01-10 17:35:00 +00:00
..
amd_chipset.h the rest of changes intended to be committed in r306290 2016-09-24 07:59:54 +00:00
amdsbwd.c amdsbwd: fix handling of timeout values beyond the supported range 2018-01-10 17:35:00 +00:00