| To: | thomas@koeller.dyndns.org |
|---|---|
| Subject: | Re: [PATCH] Added MIPS RM9K watchdog driver |
| From: | Luca <kronos.it@gmail.com> |
| Date: | Mon, 14 Aug 2006 19:25:58 +0200 |
| Cc: | linux-kernel@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=osHDrNHRdbTa/GxaC7pgtnKj9/SSvxpGOQGLTC6tsLNI1Z88NSzR9qR/dJ6iVs+I4Et+6jsP4FrT6aNtwI2M2bWnNmMznz4ttWG0EE1j+cDWogvZHmhS9nTkdCy59qH0Bw2ZV8Tcbz8tUzAhuK7+cZZQtLrLUX0Boleq/CfsuZ4= |
| In-reply-to: | <200608102319.13679.thomas@koeller.dyndns.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.12-2006-07-14 |
thomas@koeller.dyndns.org ha scritto: > diff --git a/drivers/char/watchdog/rm9k_wdt.c > b/drivers/char/watchdog/rm9k_wdt.c > new file mode 100644 > index 0000000..f6a9d17 > --- /dev/null > +++ b/drivers/char/watchdog/rm9k_wdt.c > @@ -0,0 +1,435 @@ [...] > +/* Module arguments */ > +static int timeout = MAX_TIMEOUT_SECONDS; > +module_param(timeout, int, 444); > +static unsigned long resetaddr = 0xbffdc200; > +module_param(resetaddr, ulong, 444); > +static unsigned long flagaddr = 0xbffdc104; > +module_param(flagaddr, ulong, 444); > +static int powercycle = 0; > +module_param(powercycle, bool, 444); File permissions should be in octal ;) Luca -- Home: http://kronoz.cjb.net "New processes are created by other processes, just like new humans. New humans are created by other humans, of course, not by processes." -- Unix System Administration Handbook |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] Added MIPS RM9K watchdog driver, Randy.Dunlap |
|---|---|
| Next by Date: | Re: [PATCH] Added MIPS RM9K watchdog driver, Wim Van Sebroeck |
| Previous by Thread: | Re: [PATCH] MIPS RM9K watchdog driver, Thomas Koeller |
| Next by Thread: | [PATCH] Image capturing driver for Basler eXcite smart camera, Thomas Koeller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |