forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
watchdog: update/improve/consolidate watchdog driver
Move the limited watchdog driver help from kernel-parameters.txt to Documentation/watchdog/watchdog-parameters.txt and add info to it for all watchdog drivers except the ones that have driver-specific files already. Correct minor comments and MODULE_PARM_DESC() text in 2 places. Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
- Loading branch information
Showing
6 changed files
with
411 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
00-INDEX | ||
- this file. | ||
hpwdt.txt | ||
- information on the HP iLO2 NMI watchdog | ||
pcwd-watchdog.txt | ||
- documentation for Berkshire Products PC Watchdog ISA cards. | ||
src/ | ||
- directory holding watchdog related example programs. | ||
watchdog-api.txt | ||
- description of the Linux Watchdog driver API. | ||
watchdog-parameters.txt | ||
- information on driver parameters (for drivers other than | ||
the ones that have driver-specific files here) | ||
wdt.txt | ||
- description of the Watchdog Timer Interfaces for Linux. |
Oops, something went wrong.