Changeset 108
- Timestamp:
- 12/24/98 02:17:11 (10 years ago)
- Files:
-
- lm-sensors/trunk/doc/bit-mb-VIA (deleted)
- lm-sensors/trunk/doc/busses (added)
- lm-sensors/trunk/doc/busses/bit-mb-VIA (added)
- lm-sensors/trunk/doc/busses/i2c-piix4 (added)
- lm-sensors/trunk/doc/busses/piix4 (added)
- lm-sensors/trunk/doc/chips (added)
- lm-sensors/trunk/doc/chips/eeprom (added)
- lm-sensors/trunk/doc/chips/gl518sm (added)
- lm-sensors/trunk/doc/chips/lm75 (added)
- lm-sensors/trunk/doc/chips/lm78 (added)
- lm-sensors/trunk/doc/cvs (modified) (1 diff)
- lm-sensors/trunk/doc/design (deleted)
- lm-sensors/trunk/doc/developers (added)
- lm-sensors/trunk/doc/developers/design (added)
- lm-sensors/trunk/doc/developers/makefiles (added)
- lm-sensors/trunk/doc/developers/sysctl (added)
- lm-sensors/trunk/doc/eeprom (deleted)
- lm-sensors/trunk/doc/gl518sm (deleted)
- lm-sensors/trunk/doc/lm75 (deleted)
- lm-sensors/trunk/doc/lm78 (deleted)
- lm-sensors/trunk/doc/makefiles (deleted)
- lm-sensors/trunk/doc/modules (modified) (2 diffs)
- lm-sensors/trunk/doc/piix4 (deleted)
- lm-sensors/trunk/doc/progs (added)
- lm-sensors/trunk/doc/sysctl (deleted)
- lm-sensors/trunk/doc/version-2 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/cvs
r25 r108 1 1 (This is based on mails from Philip and William, and edited by Frodo) 2 3 Anybody can now use CVS to access the code archive. CVS allows you to get 4 the latest and greatest version of lm_sensors, or any older version. 5 You need the rcs and cvs package, which can be retrieved from any GNU 6 mirror site (prep.ai.mit.edu is the master site). 2 7 3 8 1) Go to the directory where you want lm_sensors (and lm_sensors2?) lm-sensors/trunk/doc/modules
r78 r108 69 69 GL518SM revision 0x00 and 0x80 chip driver 70 70 71 (src) eeprom: sensors smbus i2c-core 72 Driver for DIMMs connected to the SMBus. You need prog/eeprom/decode-dimms.pl 73 to make sense of its output. 74 71 75 (i2c) algo-bit: i2c-core 72 76 The 'bit' algorithm, used by many i2c adapters … … 100 104 101 105 (i2c) hw-monitor: ??? 102 Old skeleton driver for GL518SM. Will be superseded by a module which 103 interfaces with the sensors module. 106 Old skeleton driver for GL518SM. Superseded by the gl518sm module. 104 107 105 108 Several other modules are not yet ported by Simon Vogl. They are mostly in 106 109 i2c/old-code. 110 111 Usually, if you load the modules through modprobe, you need the following 112 commands: 113 modprobe i2c-proc 114 modprobe isa # Unless you are certain no sensor chips live on the ISA bus 115 modprobe piix4 # One such line for each adapter you own 116 modprobe lm78 # One such line for each device you own lm-sensors/trunk/doc/version-2
r48 r108 8 8 * Many things which were done in kernel space are now done in user space. 9 9 The most obvious result is the absence of /proc/sensors. Use instead the 10 supplied program.10 supplied 'sensors' program. 11 11 * No more limits on the number of chips. 12 12 * All detected chips get their own directory under /proc/sys/dev/sensors 13 * /proc/bus contains a list of all I2C/SMBus adapters found 13 * /proc/bus contains a list of all I2C/SMBus adapters found. 14 * All applications which want to use sensor data can now access it through 15 the new libsensors. 16 * A configuration file which is read by the above mentioned library, which 17 can (through libsensors) be used by any application, and which describes 18 how all sensor readings are to be interpreted. 14 19 * All code has been completely rewritten.
