Changes between Version 6 and Version 7 of Documentation
- Timestamp:
- 06/24/06 10:40:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation
v6 v7 43 43 * [http://secure.netroedge.com/~lm78/newdrivers.html New Drivers] (and yet-to-be-supported devices) 44 44 * [http://secure.netroedge.com/~lm78/supported.html Supported Devices (by manufacturer)] 45 * [source:lm-sensors/trunk/ lm_sensors2/doc/chips/SUMMARY Supported Devices (by driver name)]45 * [source:lm-sensors/trunk/doc/chips/SUMMARY Supported Devices (by driver name)] 46 46 47 47 … … 49 49 50 50 51 * [source:lm-sensors/trunk/ lm_sensors2/README README ]52 * [source:lm-sensors/trunk/ lm_sensors2/QUICKSTART Quick Start Document ]53 * [source:lm-sensors/trunk/ lm_sensors2/INSTALL Installation Instructions ]51 * [source:lm-sensors/trunk/README README ] 52 * [source:lm-sensors/trunk/QUICKSTART Quick Start Document ] 53 * [source:lm-sensors/trunk/INSTALL Installation Instructions ] 54 54 55 55 … … 68 68 * [wiki:Kernel2.6 2.6 Kernel Information Page] -- Up-to-date information on compatibility and support of lm-sensors in 2.6 kernels. 69 69 * [http://secure.netroedge.com/~lm78/newdrivers.html New Drivers Page] -- Generally up-to-date information 70 * [source:lm-sensors/trunk/ lm_sensors2/CHANGES Latest lm_sensors CHANGES] document from Subversion repository70 * [source:lm-sensors/trunk/CHANGES Latest lm_sensors CHANGES] document from Subversion repository 71 71 * [source:lm-sensors/trunk/i2c/CHANGES Latest i2c CHANGES] document from Subversion repository 72 * [source:lm-sensors/trunk/ lm_sensors2/TODO lm_sensors TODO list] -- out of date, refer to our [report: open tickets] instead72 * [source:lm-sensors/trunk/TODO lm_sensors TODO list] -- out of date, refer to our [report: open tickets] instead 73 73 * [source:lm-sensors/trunk/i2c/TODO I2C TODO list] -- includes plans regarding SMBus 2.0 and 16-bit register addresses 74 * [source:lm-sensors/trunk/ lm_sensors2/README.thinkpad Information for IBM Thinkpad owners] about '''eeprom corruption''' by lm_sensors74 * [source:lm-sensors/trunk/README.thinkpad Information for IBM Thinkpad owners] about '''eeprom corruption''' by lm_sensors 75 75 * [http://secure.netroedge.com/~lm78/protocol.html Protocol Implementation Status Page] -- Status of support for all I2C, SMBus and SMBus 2.0 messages in the i2c package; includes information on PEC, I2C block, and 2-byte I2C addresses. 76 76 … … 79 79 80 80 81 * [source:lm-sensors/trunk/ lm_sensors2/doc/progs Overview] of programs and tools in the lm_sensors package81 * [source:lm-sensors/trunk/doc/progs Overview] of programs and tools in the lm_sensors package 82 82 * [http://secure.netroedge.com/~lm78/decode-dimms.html decode-dimms sample output] 83 * [source:lm-sensors/trunk/ lm_sensors2/prog/eepromer/README.eeprom eeprom] (small eeprom reader/writer)84 * [source:lm-sensors/trunk/ lm_sensors2/prog/eepromer/README.eepromer eepromer] (large eeprom reader/writer)83 * [source:lm-sensors/trunk/prog/eepromer/README.eeprom eeprom] (small eeprom reader/writer) 84 * [source:lm-sensors/trunk/prog/eepromer/README.eepromer eepromer] (large eeprom reader/writer) 85 85 * [wiki:i2cToolsDocumentation I2C Tools Page] 86 * [source:lm-sensors/trunk/ lm_sensors2/prog/init/README Init scripts] (for use at kernel startup)87 * [source:lm-sensors/trunk/ lm_sensors2/prog/hotplug/README m7101] (ALi chip hotplug module)88 * [source:lm-sensors/trunk/ lm_sensors2/doc/mkpatch mkpatch] (kernel patch generator)89 * [source:lm-sensors/trunk/ lm_sensors2/prog/hotplug/README.p4b p4b_smbus] (Asus P4B PIIX4 SMBus function hotplug module)90 * [source:lm-sensors/trunk/ lm_sensors2/prog/rrd/README RRD scripts] (generates web plots)91 * [source:lm-sensors/trunk/ lm_sensors2/prog/sensord/README sensord] (sensor daemon)92 * [source:lm-sensors/trunk/ lm_sensors2/prog/tellerstats/README tellerstats] (generates web plots)86 * [source:lm-sensors/trunk/prog/init/README Init scripts] (for use at kernel startup) 87 * [source:lm-sensors/trunk/prog/hotplug/README m7101] (ALi chip hotplug module) 88 * [source:lm-sensors/trunk/doc/mkpatch mkpatch] (kernel patch generator) 89 * [source:lm-sensors/trunk/prog/hotplug/README.p4b p4b_smbus] (Asus P4B PIIX4 SMBus function hotplug module) 90 * [source:lm-sensors/trunk/prog/rrd/README RRD scripts] (generates web plots) 91 * [source:lm-sensors/trunk/prog/sensord/README sensord] (sensor daemon) 92 * [source:lm-sensors/trunk/prog/tellerstats/README tellerstats] (generates web plots) 93 93 94 94 … … 97 97 98 98 * [source:lm-sensors/trunk/i2c/doc/summary Overview of Adapter / Client Architecture] 99 * [source:lm-sensors/trunk/ lm_sensors2/doc/developers/design Further Detail on the Adapter / Client Architecture]99 * [source:lm-sensors/trunk/doc/developers/design Further Detail on the Adapter / Client Architecture] 100 100 * [source:lm-sensors/trunk/i2c/doc/i2c-protocol I2C Protocol Summary] 101 101 * [source:lm-sensors/trunk/i2c/doc/smbus-protocol SMBus Protocol Summary] 102 102 * [source:lm-sensors/trunk/i2c/doc/ten-bit-addresses I2C Ten Bit Address Information] 103 * [source:lm-sensors/trunk/ lm_sensors2/doc/temperature-sensors Overview of Temperature Sensors]104 * [source:lm-sensors/trunk/ lm_sensors2/doc/fan-divisors Guide to Fan Divisors]105 * [source:lm-sensors/trunk/ lm_sensors2/doc/vid Guide to VID / VRM]103 * [source:lm-sensors/trunk/doc/temperature-sensors Overview of Temperature Sensors] 104 * [source:lm-sensors/trunk/doc/fan-divisors Guide to Fan Divisors] 105 * [source:lm-sensors/trunk/doc/vid Guide to VID / VRM] 106 106 * [source:lm-sensors/trunk/i2c/doc/dev-interface /dev/i2c-x interface] 107 107 * [source:lm-sensors/trunk/i2c/doc/proc-interface I2C Bus Driver /proc interface] … … 112 112 113 113 114 * [source:lm-sensors/trunk/ lm_sensors2/doc/developers/applications Overview for Applications Developers] -- How to use i2c, lm_sensors, and libsensors in your application114 * [source:lm-sensors/trunk/doc/developers/applications Overview for Applications Developers] -- How to use i2c, lm_sensors, and libsensors in your application 115 115 * [http://secure.netroedge.com/~lm78/protocol.html Protocol Implementation Status Page] -- Status of support for all I2C, SMBus and SMBus 2.0 messages in the i2c package. Includes information on PEC, I2C block, and 2-byte I2C addresses. 116 * [source:lm-sensors/trunk/ lm_sensors2/doc/developers/new_drivers How to write new Drivers] -- Checklist for both sensors and bus drivers116 * [source:lm-sensors/trunk/doc/developers/new_drivers How to write new Drivers] -- Checklist for both sensors and bus drivers 117 117 * [source:lm-sensors/trunk/i2c/doc/writing-clients How to write I2C Drivers] -- details for i2c bus drivers 118 118 * [source:lm-sensors/trunk/i2c/doc/i2c-old-porting How to port I2C Drivers ] from the i2c-old interface to the standard I2C interface (Kernel 2.5 removed i2c-old, use this guide to port your driver!) 119 119 * [http://secure.netroedge.com/~lm78/newdrivers.html New Drivers Page] -- Check here before starting a driver. 120 * [source:lm-sensors/trunk/ lm_sensors2/doc/developers/proc lm-sensors (i2c-proc) /proc naming standards]121 * [source:lm-sensors/trunk/ lm_sensors2/doc/developers/sysctl Sysctl information]122 * [source:lm-sensors/trunk/ lm_sensors2/doc/developers/makefiles Makefile information]120 * [source:lm-sensors/trunk/doc/developers/proc lm-sensors (i2c-proc) /proc naming standards] 121 * [source:lm-sensors/trunk/doc/developers/sysctl Sysctl information] 122 * [source:lm-sensors/trunk/doc/developers/makefiles Makefile information] 123 123 * [wiki:DataSheets Datasheet directory] (not up-to-date) 124 * [source:lm-sensors/trunk/ lm_sensors2/doc/donations Information about Donations to the Project]124 * [source:lm-sensors/trunk/doc/donations Information about Donations to the Project] 125 125 126 126
