Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
2b9c913d
Commit
2b9c913d
authored
Feb 11, 2004
by
Wim Van Sebroeck
Committed by
Linus Torvalds
Feb 11, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[WATCHDOG] v2.6.2 pcwd_pci-watchdog
Add the Berkshire Products PCI-PC Watchdog driver
parent
da3f2147
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
697 additions
and
0 deletions
+697
-0
drivers/char/watchdog/Kconfig
drivers/char/watchdog/Kconfig
+15
-0
drivers/char/watchdog/Makefile
drivers/char/watchdog/Makefile
+1
-0
drivers/char/watchdog/pcwd_pci.c
drivers/char/watchdog/pcwd_pci.c
+681
-0
No files found.
drivers/char/watchdog/Kconfig
View file @
2b9c913d
...
...
@@ -415,6 +415,21 @@ config WDT_501_FAN
comment "PCI-based Watchdog Cards"
depends on WATCHDOG && PCI
config PCIPCWATCHDOG
tristate "Berkshire Products PCI-PC Watchdog"
depends on WATCHDOG && PCI
---help---
This is the driver for the Berkshire Products PCI-PC Watchdog card.
This card simply watches your kernel to make sure it doesn't freeze,
and if it does, it reboots your computer after a certain amount of
time. The card can also monitor the internal temperature of the PC.
More info is available at <http://www.berkprod.com/pci_pc_watchdog.htm>.
To compile this driver as a module, choose M here: the
module will be called pcwd_pci.
Most people will say N.
config WDTPCI
tristate "WDT PCI Watchdog timer"
depends on WATCHDOG && PCI
...
...
drivers/char/watchdog/Makefile
View file @
2b9c913d
...
...
@@ -34,3 +34,4 @@ obj-$(CONFIG_WAFER_WDT) += wafer5823wdt.o
obj-$(CONFIG_CPU5_WDT)
+=
cpu5wdt.o
obj-$(CONFIG_AMD7XX_TCO)
+=
amd7xx_tco.o
obj-$(CONFIG_INDYDOG)
+=
indydog.o
obj-$(CONFIG_PCIPCWATCHDOG)
+=
pcwd_pci.o
drivers/char/watchdog/pcwd_pci.c
0 → 100644
View file @
2b9c913d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment