Commit 0f112a86 authored by Wim Van Sebroeck's avatar Wim Van Sebroeck

[WATCHDOG] Eurotechwdt.c - clean-up comments

Clean-up history and add a comment about the fact that
the watchdog is actually part of the SMSC FDC 37B782
super I/O chipset.
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 28e8351a
/* /*
* Eurotech CPU-1220/1410 on board WDT driver * Eurotech CPU-1220/1410/1420 on board WDT driver
* *
* (c) Copyright 2001 Ascensit <support@ascensit.com> * (c) Copyright 2001 Ascensit <support@ascensit.com>
* (c) Copyright 2001 Rodolfo Giometti <giometti@ascensit.com> * (c) Copyright 2001 Rodolfo Giometti <giometti@ascensit.com>
...@@ -24,6 +24,9 @@ ...@@ -24,6 +24,9 @@
*/ */
/* Changelog: /* Changelog:
*
* 2001 - Rodolfo Giometti
* Initial release
* *
* 2002/04/25 - Rob Radez * 2002/04/25 - Rob Radez
* clean up #includes * clean up #includes
...@@ -33,13 +36,15 @@ ...@@ -33,13 +36,15 @@
* add WDIOC_GETSTATUS and WDIOC_SETOPTIONS ioctls * add WDIOC_GETSTATUS and WDIOC_SETOPTIONS ioctls
* add expect_close support * add expect_close support
* *
* 2001 - Rodolfo Giometti
* Initial release
*
* 2002.05.30 - Joel Becker <joel.becker@oracle.com> * 2002.05.30 - Joel Becker <joel.becker@oracle.com>
* Added Matt Domsch's nowayout module option. * Added Matt Domsch's nowayout module option.
*/ */
/*
* The eurotech CPU-1220/1410/1420's watchdog is a part
* of the on-board SUPER I/O device SMSC FDC 37B782.
*/
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/moduleparam.h> #include <linux/moduleparam.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment