Changeset 770
- Timestamp:
- 03/12/00 00:57:57 (9 years ago)
- Files:
-
- lm-sensors/trunk/README (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/README
r738 r770 7 7 This is the completely rewritten version of lm_sensors, a collection of 8 8 modules for general SMBus access and hardware monitoring. There are quite 9 a few changes compared with 1.x.y versions; theyare now officially9 a few changes compared with 1.x.y versions; 1.x.y versions are now officially 10 10 unsupported. 11 11 … … 18 18 be the first to profit from new drivers and other changes. Have fun! 19 19 20 WARNING! Many things have changed sin se version 2.4.0. Most importantly,20 WARNING! Many things have changed since version 2.4.0. Most importantly, 21 21 you need the i2c package. It should have come bundled with lm_sensors, 22 22 but you may need to download it separately at: … … 35 35 and module bit-mb is renamed i2c-via. You have been warned. 36 36 37 At least the following SMBus adapters are supported: 37 38 At least the following I2C/SMBus adapters are supported: 38 39 Acer Labs M1541 and M1543C (used in the Aladdin IV, V and Pro 2 chipsets) 39 40 AMD 756 40 41 Apple Hydra (used on some PPC machines) 41 Intel I CH (used in the Intel 810 and 810Echipsets)42 Intel PIIX4 (used in m ostIntel chipsets)42 Intel I801 ICH (used in the Intel 810, 810E, 820, and 840 chipsets) 43 Intel PIIX4 (used in many Intel chipsets) 43 44 Intel I810 GMCH 44 45 SiS 5595 (used in many SiS chipsets) 45 46 3Dfx Voodoo 3 and Banshee 46 VIA Technologies 82C586B (used in most VIA chipsets)47 VIA Technologies VT596A/B (used in some more modern VIA chipsets) 47 VIA Technologies VT82C586B, VT82C596A/B, and VT82C686A 48 48 49 49 50 At least the following hardware sensor chips are supported: … … 59 60 supported in the near future) 60 61 TI THMC10 and THMC50 62 VIA Technologies VT82C686A embedded sensors 61 63 Winbond W83781D, W83782D, W83783S, and W83627HF 62 64 … … 64 66 We also support some miscellaneous chips: 65 67 Linear Technologies LTC1710 66 Dimms withEEPROMs68 SDRAM Dimms with Serial Presence Detect EEPROMs 67 69 Intel Xeon processor embedded EEPROMs 68 70 DDC Monitor embedded EEPROMs 71 69 72 70 73 We could use some testers of hardware. If you own a specific monitoring … … 124 127 through anonymous CVS; see doc/cvs for more information. 125 128 126 This whole package is copyright (c) 1998, 1999 by Frodo Looijaard and 127 Philip Edelbrock, except for (almost) everything in the i2c directory, which 128 is copyright (c) 1995-1999 by Simon Vogl, and a few drivers written by 129 This whole package is copyright (c) 1998 - 2000 by Frodo Looijaard and 130 Philip Edelbrock, except for a few drivers written by 129 131 other people. See the individual files for more exact copyright information. 130 132 This package may be distributed according to the GNU General Public License
