2002-04-16 17:49:31

by Rob Radez

[permalink] [raw]
Subject: [PATCH] Watchdog Updates

Hah, like I'm going to attach two >100k patches to a mail going to l-k.
It's that time of day again, and instead of just one patch, I have two.
Not only that, but I only just now noticed the indydog driver, so that's
got some updates in here too. Plus, the patches this time include the
meaning of life, the universe, and everything. I've changed the format
of the patch slightly this time, in hopes of getting it applied sometime
soon. So, I've put up two patches.

http://osinvestor.com/wd-2.4.19-pre5-ac3-2.diff is against, you guessed it,
2.4.19-pre5-ac3, but also includes some minor update bits from
2.4.19-pre7 (only the i810-tco changes since the other changes are bogus).

http://osinvestor.com/wd-2.4.19-pre7-2.diff is against pre7, but also
includes Lindsay Harris' pcwd rewrite that is currently in -ac.

Below is the diffstat of wd-2.4.19-pre7-2.diff:

Documentation/pcwd-watchdog.txt | 132 ---
Documentation/watchdog-api.txt | 390 -----------
Documentation/watchdog.txt | 113 ---
Documentation/watchdog/api.txt | 139 ++++
Documentation/watchdog/howtowrite.txt | 73 ++
Documentation/watchdog/status.txt | 144 ++++
drivers/char/acquirewdt.c | 107 +--
drivers/char/advantechwdt.c | 95 +-
drivers/char/alim7101_wdt.c | 107 +--
drivers/char/eurotechwdt.c | 71 +-
drivers/char/i810-tco.c | 82 +-
drivers/char/ib700wdt.c | 93 +-
drivers/char/indydog.c | 11
drivers/char/machzwd.c | 109 +--
drivers/char/mixcomwd.c | 30
drivers/char/pcwd.c | 1147 +++++++++++++++++++++-------------
drivers/char/sbc60xxwdt.c | 127 +--
drivers/char/sc1200wdt.c | 99 +-
drivers/char/sc520_wdt.c | 110 +--
drivers/char/shwdt.c | 87 +-
drivers/char/softdog.c | 43 -
drivers/char/w83877f_wdt.c | 103 +--
drivers/char/wafer5823wdt.c | 66 +
drivers/char/wdt.c | 39 -
drivers/char/wdt285.c | 27
drivers/char/wdt977.c | 139 ++--
drivers/char/wdt_pci.c | 32
drivers/sbus/char/cpwatchdog.c | 16
drivers/sbus/char/riowatchdog.c | 6
29 files changed, 2012 insertions(+), 1725 deletions(-)

Regards,
Rob Radez



2002-04-17 13:15:58

by Guido Günther

[permalink] [raw]
Subject: Re: [PATCH] Watchdog Updates

On Tue, Apr 16, 2002 at 01:49:24PM -0400, Rob Radez wrote:
> Hah, like I'm going to attach two >100k patches to a mail going to l-k.
> It's that time of day again, and instead of just one patch, I have two.
> Not only that, but I only just now noticed the indydog driver, so that's
> got some updates in here too. Plus, the patches this time include the
> meaning of life, the universe, and everything. I've changed the format
> of the patch slightly this time, in hopes of getting it applied sometime
> soon. So, I've put up two patches.
[..snip..]
+indydog.c -- Hardware Watchdog Device for SGI IP22
+
+ Timeout value unknown.
+ Support KEEPALIVEPING.
+ GETSTATUS and GETBOOTSTATUS return 0.

IP22 machines have a hardwired 1 minute timeout.
-- Guido