[Openipmi-developer] Changing the IPMI watchdog pre-timeout

2007-11-19 Thread Benoit Guillon
Hello, Sorry if I'm on wrong list but I haven't seen a user mailing list(?) I'm currently trying to use the IPMI watchdog through the /dev/watchdog device. It works fine, but I must be able to configure/change the pre-timeout value from one time to another. I insert the module as follow:

Re: [Openipmi-developer] Changing the IPMI watchdog pre-timeout

2007-11-19 Thread Corey Minyard
Dang, I can believe I missed doing this. Patch is attached. I never tied in the standard ioctls when they came into the kernel. Can you try this out and tell me if it fixes the problem for you? -corey Benoit Guillon wrote: Hello, Sorry if I'm on wrong list but I haven't seen a user

[Openipmi-developer] [PATCH 13/59] drivers/char: Add missing space

2007-11-19 Thread Joe Perches
Signed-off-by: Joe Perches [EMAIL PROTECTED] --- drivers/char/agp/generic.c|4 ++-- drivers/char/agp/intel-agp.c |2 +- drivers/char/ipmi/ipmi_watchdog.c |2 +- drivers/char/snsc.c |2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git