lkml.org 
[lkml]   [2004]   [May]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] ib700wdt watchdog driver for 2.6.6
Date
Hello all,

The following is a kernel 2.6.6 patch for the ib700wdt watchdog
driver. I tried to mail Charles Howes, but his address seems to be down.

The modified file is ib700wdt.c

The thing which is modified :

ibwdt_ping() : a bug removed ,port value must be written not the timeout in
second

Comments are welcome,

Best regards

Patrice BOUCHAND

------------------------------------------------------------------------------------------------------------------
--- ./ib700wdt.c.orig 2004-05-10 08:57:54.000000000 +0200
+++ ./ib700wdt.c 2004-05-10 08:44:50.000000000 +0200
@@ -135,7 +135,7 @@
ibwdt_ping(void)
{
/* Write a watchdog value */
- outb_p(wd_times[wd_margin], WDT_START);
+ outb_p(wd_margin, WDT_START);
}

static ssize_t

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:03    [from the cache]
©2003-2011 Jasper Spaans