-
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.
yaml --- r: 44747 b: refs/heads/master c: ee2fae0 h: refs/heads/master i: 44745: 43bd309 44743: 70f019d v: v3
- Loading branch information
Linus Torvalds
committed
Dec 21, 2006
1 parent
a113ff9
commit 086abff
Showing
1,132 changed files
with
22,259 additions
and
13,251 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: f9841a8d6018f8bcba77e75c9e368d94f1f22933 | ||
refs/heads/master: ee2fae03d68e702866a8661fbee7ff2f2f3754d7 |
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Kernel driver pc87427 | ||
===================== | ||
|
||
Supported chips: | ||
* National Semiconductor PC87427 | ||
Prefix: 'pc87427' | ||
Addresses scanned: none, address read from Super I/O config space | ||
Datasheet: http://www.winbond.com.tw/E-WINBONDHTM/partner/apc_007.html | ||
|
||
Author: Jean Delvare <khali@linux-fr.org> | ||
|
||
Thanks to Amir Habibi at Candelis for setting up a test system, and to | ||
Michael Kress for testing several iterations of this driver. | ||
|
||
|
||
Description | ||
----------- | ||
|
||
The National Semiconductor Super I/O chip includes complete hardware | ||
monitoring capabilities. It can monitor up to 18 voltages, 8 fans and | ||
6 temperature sensors. Only the fans are supported at the moment. | ||
|
||
This chip also has fan controlling features, which are not yet supported | ||
by this driver either. | ||
|
||
The driver assumes that no more than one chip is present, which seems | ||
reasonable. | ||
|
||
|
||
Fan Monitoring | ||
-------------- | ||
|
||
Fan rotation speeds are reported as 14-bit values from a gated clock | ||
signal. Speeds down to 83 RPM can be measured. | ||
|
||
An alarm is triggered if the rotation speed drops below a programmable | ||
limit. Another alarm is triggered if the speed is too low to to be measured | ||
(including stalled or missing fan). |
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
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
Oops, something went wrong.