https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203166
Bug ID: 203166
Summary: [wbwd][patch] Stop watchdog timer in attach routine if
it is already started
Product: Base System
Version: 10.2-STABLE
Hardware: amd64
OS: Any
Status: New
Keywords: patch
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Keywords: patch
Created attachment 161137
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=161137&action=edit
Patch to fix the issue.
According to comments in wbwd.c, the wbwd watchdog timer may be started before
the wbwd driver is attaching.
If so, watchdogd(8) must be started to prevent unnecessary reboot before the
watchdog fires, even if the machine is booting directly to single user mode.
Attached patch works around this. When the timer is already started, then
attach routine stops it.
Please someone fix the issue. Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"