VIAWD(4) BSD Kernel Interfaces Manual VIAWD(4)NAME
viawd -- device driver for VIA south bridge watchdog timer
SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file:
device viawd
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
viawd_load="YES"
DESCRIPTION
The viawd driver provides watchdog(4) support for the watchdog interrupt timer present on VIA south bridge chipset (VT8251, CX700, VX800,
VX855, VX900).
The VIA south bridge have a built-in watchdog timer, which can be enabled and disabled by user's program and set between 1 to 1023 seconds.
The viawd driver when unloaded with running watchdog will reschedule the watchdog to 5 minutes.
SEE ALSO watchdog(4), watchdog(8), watchdogd(8), watchdog(9)HISTORY
The viawd driver first appeared in FreeBSD 10.0.
AUTHORS
The viawd driver and this manual page were written by Fabien Thomas <fabient@FreeBSD.org>.
BSD December 7, 2011 BSD
Check Out this Related Man Page
WBWD(4) BSD Kernel Interfaces Manual WBWD(4)NAME
wbwd -- device driver for watchdog timer found on Winbond Super I/O chips
SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file:
device wbwd
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
wbwd_load="YES"
DESCRIPTION
The wbwd driver provides watchdog(4) support for the watchdog interrupt timer present on at least the following Winbond Super I/O chips:
o 83627HF/F/HG/G Rev. G
o 83627HF/F/HG/G Rev. J
o 83627HF/F/HG/G Rev. UD-A
o 83627DHG IC ver. 5
SYSCTL VARIABLES
The wbwd driver provides the following options as sysctl(8) variables.
dev.wbwd.0.timeout_override
This variable allows to program the timer to a value independent on the one provided by the watchdog(4) framework while still relying
on the regular updates from e.g. watchdogd(8). This is particularly useful if your system provides multiple watchdogs and you want
them to fire in a special sequence to trigger an NMI after a shorter period than the reset timeout for example. The value set must
not be lower than the sleep time of watchdogd(8). A value of 0 disables this feature and the timeout value provided by watchdog(4)
will be used.
dev.wbwd.0.debug_verbose
If set this sysctl will tell the driver to log its current state before and after the timer reset on each invocation from watchdog(9)
to the kernel message buffer for debugging.
dev.wbwd.0.debug
This read-only value gives the state of some registers on last update.
The wbwd driver also provides further sysctl options that are hidden by default. See the source code for more information.
SEE ALSO watchdog(4), device.hints(5), watchdog(8), watchdogd(8), watchdog(9)HISTORY
The wbwd driver first appeared in FreeBSD 10.0.
AUTHORS
This manual page was written by Bjoern A. Zeeb <bz@FreeBSD.org>.
BSD December 28, 2012 BSD
How can I simulate a Linux OS crash without damaging the OS? I am performing an os watchdog test that sends out an alert once the timer
expires. (1 Reply)
hi there,
i am porting kernel 2.2 driver program to kernel 2.6. for some extent i am successfull but some times the system gets hanged. what might be the problem? i am not able to get any help from log messages as nothing is being printed at that moment. hey does this kernel preemptiveness and... (2 Replies)
hi,
is it possible to disable the "hardware watchdog" on a V240 sol 10 server?
and how to?
this server freeze 9/10 during boot on this command...:mad:
thanks (3 Replies)
Every time I would try to send a break to my T2000 I would get this
Debugging requested; hardware watchdog suspended.
c)ontinue, s)ync, r)eset?
I couldn't get into OBP.
Here's what I found to do...
sc> bootmode
Bootmode: normal
sc> bootmode reset_nvram
sc> bootmode... (3 Replies)
Hi,
I want to learn that all the family of x86 processors are supported by kernel.
I want to buy a board, which has VIA ESP10K processor and
CHIPSET: VIA CN333 north bridge & VIA VT8237R south bridge
Where can I find this?
Thanks. (5 Replies)
I'm trying to get a watchdog module working on a server. (Watchdog timers are little hardware devices that reboot the system if it becomes unresponsive.) The module takes some options like the timeout til reboot, what power action to take, etc. I've set these options up in... (4 Replies)
Hi,
Please let me know what is hardware watchdog enabled which we get when the solaris host is booting .As per my knowledge its the one states that the POST is enabled. correct me if am wrong. (1 Reply)
Hi All,
I am getting pages from EMS(Event Monitoring Servers) for "no watchdog notification"
I just wonder what cause this and what to look in the system.
this error was generated from production lpar which hosts p570
Thanks
Mann (4 Replies)
Hi guys. I would need some help really fast..
I have to show a user as a parameter and its group. If the user doesn't exist the script will show "user doesn't exist".
How could I do that?
UNIX (8 Replies)
Relative newbie to Linux so please be kind and assume I've done little in the way of command line but i have been thrusted into this position.
Here goes. There is a perl script on my box that is using me as a mail server. It is contacting other mail servers to the point of slowing down the box.... (20 Replies)