Skip to content

Commit

Permalink
[WATCHDOG] Eurotechwdt.c - clean-up comments
Browse files Browse the repository at this point in the history
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: Wim Van Sebroeck <wim@iguana.be>
  • Loading branch information
Wim Van Sebroeck committed Aug 16, 2007
1 parent 28e8351 commit 0f112a8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions drivers/char/watchdog/eurotechwdt.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* 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 Rodolfo Giometti <giometti@ascensit.com>
Expand All @@ -24,6 +24,9 @@
*/

/* Changelog:
*
* 2001 - Rodolfo Giometti
* Initial release
*
* 2002/04/25 - Rob Radez
* clean up #includes
Expand All @@ -33,13 +36,15 @@
* add WDIOC_GETSTATUS and WDIOC_SETOPTIONS ioctls
* add expect_close support
*
* 2001 - Rodolfo Giometti
* Initial release
*
* 2002.05.30 - Joel Becker <joel.becker@oracle.com>
* 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/module.h>
#include <linux/moduleparam.h>
Expand Down

0 comments on commit 0f112a8

Please sign in to comment.