Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20233
b: refs/heads/master
c: a7122f9
h: refs/heads/master
i:
  20231: 3ff3d2c
v: v3
  • Loading branch information
Wim Van Sebroeck committed Feb 12, 2006
1 parent 5c9fa63 commit e695a20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af3b38d99d7d52340cf59a06ff90d90e0fa25b6d
refs/heads/master: a7122f916978a6cd58b765949cb315aabcddf151
9 changes: 7 additions & 2 deletions trunk/drivers/char/watchdog/pcwd.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,13 @@
#include <asm/io.h> /* For inb/outb/... */

/* Module and version information */
#define WD_VER "1.16 (03/01/2006)"
#define PFX "pcwd: "
#define WATCHDOG_VERSION "1.16"
#define WATCHDOG_DATE "03 Jan 2006"
#define WATCHDOG_DRIVER_NAME "ISA-PC Watchdog"
#define WATCHDOG_NAME "pcwd"
#define PFX WATCHDOG_NAME ": "
#define DRIVER_VERSION WATCHDOG_DRIVER_NAME " driver, v" WATCHDOG_VERSION " (" WATCHDOG_DATE ")\n"
#define WD_VER WATCHDOG_VERSION " (" WATCHDOG_DATE ")"

/*
* It should be noted that PCWD_REVISION_B was removed because A and B
Expand Down

0 comments on commit e695a20

Please sign in to comment.