freebsd-dev/sys/dev/ipmi
John Baldwin 1710852ebd Don't try to stop the IPMI watchdog timer if it is not running.
Starting or stopping the IPMI watchdog is rather expensive with the
current implementation as all IPMI requests are bounced via thread.
This is not viable during shutdown or dumps, and this avoids headache
in the common case that the watchdog is not enabled.  The IPMI watchdog
should probably be reworked to not use a separate thread to fix this
in the case when the watchdog timer is enabled.

MFC after:	2 weeks
2012-08-07 12:40:31 +00:00
..
ipmi_acpi.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
ipmi_isa.c
ipmi_kcs.c
ipmi_linux.c Second-to-last commit implementing Capsicum capabilities in the FreeBSD 2011-08-11 12:30:23 +00:00
ipmi_pci.c
ipmi_smbios.c Fix test for double-nul characters that terminate the string table at 2010-07-29 13:46:37 +00:00
ipmi_smbus.c
ipmi_smic.c
ipmi_ssif.c
ipmi.c Don't try to stop the IPMI watchdog timer if it is not running. 2012-08-07 12:40:31 +00:00
ipmivars.h Don't try to stop the IPMI watchdog timer if it is not running. 2012-08-07 12:40:31 +00:00