Changeset 1315

Show
Ignore:
Timestamp:
02/09/02 19:27:25 (11 years ago)
Author:
mds
Message:

update

Files:
1 modified

Legend:

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

    r1312 r1315  
    3232add parameters. Check 'dmesg' for clues to what went wrong. 
    3333 
     34BUS NUMBERING 
     35------------- 
    3436I2C/SMBus adapters are numbered in the order they are inserted. If you want 
    3537to know what number an adapter has, please make sure module `i2c-proc' is  
    3638inserted, and look at file /proc/bus/i2c. The ISA bus always has the 
    3739symbolic number 9191 (`I' is the ninth letter of the alphabet, `S' the 
    38 nineteenth and `A' the first). If you want 'any I2C bus', use '-1'  
    39 (or 65535). 
     40nineteenth and `A' the first). Do not use the ISA Bus number from 
     41/proc/bus/i2c. If you want 'any I2C bus', use '-1' (or 65535). 
     42So to summarize: 
     43        -1      Any Bus 
     44        0-15    Specific I2C Bus 
     45        9191    ISA BUS 
    4046 
     47 
     48ADDRESS NUMBERING 
     49----------------- 
    4150Each adapter has a number of addresses on I2C/SMBus adapters and/or the 
    4251ISA bus that are always scanned if no modprobe parameters are given. The 
     
    4958(by starting them with a `0x'). More information can be found by 
    5059entering `man modprobe' or `man insmod'. 
     60So to summarize: 
     61        0x00 - 0x7f     Valid I2C Addresses 
     62        0x0000 - 0xffff Valid ISA Bus Addresses 
     63 
    5164 
    5265==================================