Show
Ignore:
Timestamp:
04/20/99 17:36:08 (14 years ago)
Author:
frodo
Message:

Updated EEPROM documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/chips/eeprom

    r108 r402  
    1 Some quick notes about the eeprom.o module and decode_dimms.pl. 
     1Kernel driver `eeprom.o' 
     2======================== 
    23 
    3 EEPROM Module 
    4 ------------- 
     4Status: Complete and well-tested 
     5 
     6Supported chips: 
     7  * Any EEPROM chip in the designated address range 
     8    Prefix `eeprom' 
     9    Addresses scanned: I2C 0x50 - 0x57 (inclusive) 
     10    Datasheet: Publicly available from Intel 
     11 
     12Author: Frodo Looijaard <frodol@dds.nl> and Philip Edelbrock 
     13        <phil@netroedge.com> 
     14 
     15 
     16Module Parameters 
     17----------------- 
     18 
     19* checksum: int 
     20  Only accept eeproms whose checksum is correct 
     21* force: short array (min = 1, max = 48) 
     22  List of adapter,address pairs to boldly assume to be present 
     23* force_eeprom: short array (min = 1, max = 48) 
     24  List of adapter,address pairs which are unquestionably assumed to contain 
     25  a `eeprom' chip 
     26* ignore: short array (min = 1, max = 48) 
     27  List of adapter,address pairs not to scan 
     28* ignore_range: short array (min = 1, max = 48) 
     29  List of adapter,start-addr,end-addr triples not to scan 
     30* probe: short array (min = 1, max = 48) 
     31  List of adapter,address pairs to scan additionally 
     32* probe_range: short array (min = 1, max = 48) 
     33  List of adapter,start-addr,end-addr triples to scan additionally 
     34 
     35 
     36Description 
     37----------- 
    538 
    639This is a simple EEPROM module meant to enable reading the first 128 bytes 
     
    75108Also note that the script assumes that _all_ the eeproms belong to DIMMs, 
    76109which may not be the case. 
    77  
    78  
    79 ------------------------------------------------------------------------ 
    80 ** PDF is available from Intel or our web site (spdsd12a.pdf): 
    81 http://www.netroedge.com/~lm78 
    82  
    83 "eeprom" doc created Dec. 14, 1998 by Philip Edelbrock