thomas@xxxxxxxxxxxxxxxxxx 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