~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to Documentation/hwmon/f71882fg

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Ben Hutchings, Aurelien Jarno
  • Date: 2011-06-07 12:14:05 UTC
  • mfrom: (43.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20110607121405-i3h1rd7nrnd2b73h
Tags: 2.6.39-2
[ Ben Hutchings ]
* [x86] Enable BACKLIGHT_APPLE, replacing BACKLIGHT_MBP_NVIDIA
  (Closes: #627492)
* cgroups: Disable memory resource controller by default. Allow it
  to be enabled using kernel parameter 'cgroup_enable=memory'.
* rt2800usb: Enable support for more USB devices including
  Linksys WUSB600N (Closes: #596626) (this change was accidentally
  omitted from 2.6.39-1)
* [x86] Remove Celeron from list of processors supporting PAE. Most
  'Celeron M' models do not.
* Update debconf template translations:
  - Swedish (Martin Bagge) (Closes: #628932)
  - French (David Prévot) (Closes: #628191)
* aufs: Update for 2.6.39 (Closes: #627837)
* Add stable 2.6.39.1, including:
  - ext4: dont set PageUptodate in ext4_end_bio()
  - pata_cmd64x: fix boot crash on parisc (Closes: #622997, #622745)
  - ext3: Fix fs corruption when make_indexed_dir() fails
  - netfilter: nf_ct_sip: validate Content-Length in TCP SIP messages
  - sctp: fix race between sctp_bind_addr_free() and
    sctp_bind_addr_conflict()
  - sctp: fix memory leak of the ASCONF queue when free asoc
  - md/bitmap: fix saving of events_cleared and other state
  - cdc_acm: Fix oops when Droids MuIn LCD is connected
  - cx88: Fix conversion from BKL to fine-grained locks (Closes: #619827)
  - keys: Set cred->user_ns in key_replace_session_keyring (CVE-2011-2184)
  - tmpfs: fix race between truncate and writepage
  - nfs41: Correct offset for LAYOUTCOMMIT
  - xen/mmu: fix a race window causing leave_mm BUG()
  - ext4: fix possible use-after-free in ext4_remove_li_request()
  For the complete list of changes, see:
   http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.39.1
* Bump ABI to 2
* netfilter: Enable IP_SET, IP_SET_BITMAP_IP, IP_SET_BITMAP_IPMAC,
  IP_SET_BITMAP_PORT, IP_SET_HASH_IP, IP_SET_HASH_IPPORT,
  IP_SET_HASH_IPPORTIP, IP_SET_HASH_IPPORTNET, IP_SET_HASH_NET,
  IP_SET_HASH_NETPORT, IP_SET_LIST_SET, NETFILTER_XT_SET as modules
  (Closes: #629401)

[ Aurelien Jarno ]
* [mipsel/loongson-2f] Disable_SCSI_LPFC to workaround GCC ICE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
======================
3
3
 
4
4
Supported chips:
 
5
  * Fintek F71808E
 
6
    Prefix: 'f71808e'
 
7
    Addresses scanned: none, address read from Super I/O config space
 
8
    Datasheet: Not public
5
9
  * Fintek F71858FG
6
10
    Prefix: 'f71858fg'
7
11
    Addresses scanned: none, address read from Super I/O config space
10
14
    Prefix: 'f71862fg'
11
15
    Addresses scanned: none, address read from Super I/O config space
12
16
    Datasheet: Available from the Fintek website
 
17
  * Fintek F71869F and F71869E
 
18
    Prefix: 'f71869'
 
19
    Addresses scanned: none, address read from Super I/O config space
 
20
    Datasheet: Available from the Fintek website
13
21
  * Fintek F71882FG and F71883FG
14
22
    Prefix: 'f71882fg'
15
23
    Addresses scanned: none, address read from Super I/O config space
17
25
  * Fintek F71889FG
18
26
    Prefix: 'f71889fg'
19
27
    Addresses scanned: none, address read from Super I/O config space
 
28
    Datasheet: Available from the Fintek website
 
29
  * Fintek F71889ED
 
30
    Prefix: 'f71889ed'
 
31
    Addresses scanned: none, address read from Super I/O config space
 
32
    Datasheet: Should become available on the Fintek website soon
 
33
  * Fintek F71889A
 
34
    Prefix: 'f71889a'
 
35
    Addresses scanned: none, address read from Super I/O config space
20
36
    Datasheet: Should become available on the Fintek website soon
21
37
  * Fintek F8000
22
38
    Prefix: 'f8000'
23
39
    Addresses scanned: none, address read from Super I/O config space
24
40
    Datasheet: Not public
 
41
  * Fintek F81801U
 
42
    Prefix: 'f71889fg'
 
43
    Addresses scanned: none, address read from Super I/O config space
 
44
    Datasheet: Not public
 
45
    Note: This is the 64-pin variant of the F71889FG, they have the
 
46
          same device ID and are fully compatible as far as hardware
 
47
          monitoring is concerned.
 
48
  * Fintek F81865F
 
49
    Prefix: 'f81865f'
 
50
    Addresses scanned: none, address read from Super I/O config space
 
51
    Datasheet: Available from the Fintek website
25
52
 
26
53
Author: Hans de Goede <hdegoede@redhat.com>
27
54
 
29
56
Description
30
57
-----------
31
58
 
32
 
Fintek F718xxFG/F8000 Super I/O chips include complete hardware monitoring
33
 
capabilities. They can monitor up to 9 voltages (3 for the F8000), 4 fans and
34
 
3 temperature sensors.
 
59
Fintek F718xx/F8000 Super I/O chips include complete hardware monitoring
 
60
capabilities. They can monitor up to 9 voltages, 4 fans and 3 temperature
 
61
sensors.
35
62
 
36
63
These chips also have fan controlling features, using either DC or PWM, in
37
64
three different modes (one manual, two automatic).
99
126
  The fan speed is regulated to keep the temp the fan is mapped to between
100
127
  temp#_auto_point2_temp and temp#_auto_point3_temp.
101
128
 
102
 
Both of the automatic modes require that pwm1 corresponds to fan1, pwm2 to
 
129
All of the automatic modes require that pwm1 corresponds to fan1, pwm2 to
103
130
fan2 and pwm3 to fan3.