freebsd-dev/sys/dev/ipmi
Nick Hibma 9079fff550 Align the interfaces for the various watchdogs and make the interface
behave as expected.

Also:
- Return an error if WD_PASSIVE is passed in to the ioctl as only
  WD_ACTIVE is implemented at the moment. See sys/watchdog.h for an
  explanation of the difference between WD_ACTIVE and WD_PASSIVE.
- Remove the I_HAVE_TOTALLY_LOST_MY_SENSE_OF_HUMOR define. If you've
  lost your sense of humor, than don't add a define.

Specific changes:

i80321_wdog.c
  Don't roll your own passive watchdog tickle as this would defeat the
  purpose of an active (userland) watchdog tickle.

ichwd.c / ipmi.c:
  WD_ACTIVE means active patting of the watchdog by a userland process,
  not whether the watchdog is active. See sys/watchdog.h.

kern_clock.c:
  (software watchdog) Remove a check for WD_ACTIVE as this does not make
  sense here. This reverts r1.181.
2006-12-15 21:44:49 +00:00
..
ipmi_acpi.c Update the ipmi(4) driver: 2006-09-22 22:11:29 +00:00
ipmi_isa.c Update the ipmi(4) driver: 2006-09-22 22:11:29 +00:00
ipmi_kcs.c Update the ipmi(4) driver: 2006-09-22 22:11:29 +00:00
ipmi_pci.c Update the ipmi(4) driver: 2006-09-22 22:11:29 +00:00
ipmi_smbios.c Map pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6.x and earlier. 2006-09-22 22:16:20 +00:00
ipmi_smbus.c Update the ipmi(4) driver: 2006-09-22 22:11:29 +00:00
ipmi_smic.c The IPMI spec is ambiguous (or rather, it contradicts itself) about whether 2006-10-05 15:38:59 +00:00
ipmi_ssif.c Update the ipmi(4) driver: 2006-09-22 22:11:29 +00:00
ipmi.c Align the interfaces for the various watchdogs and make the interface 2006-12-15 21:44:49 +00:00
ipmivars.h Update the ipmi(4) driver: 2006-09-22 22:11:29 +00:00