Show
Ignore:
Timestamp:
12/08/99 21:37:09 (13 years ago)
Author:
frodo
Message:

Changes regarding the new i2c_check_addr function

Changes in sensors.c:

sensors_detect now skips addresses which are already taken. Even a
force parameter can not override this, as it could lead to major
problems.
For ISA addresses, the same is done; but the client drivers still need
a check if they claim more than one ISA address (as all of the current
ISA clients do).

Changes in chip drivers:

Removed the comment about needing address registration

Changes in i2cdetect.c:

Marks addresses which are already claimed

Changes in sensors-detect:

Warns when an address is already claimed, and skips it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/lm78.c

    r645 r667  
    320320    goto ERROR0; 
    321321 
    322   /* We need address registration for the I2C bus too. That is not yet 
    323      implemented. */ 
    324322  if (is_isa) { 
    325323    if (check_region(address,LM78_EXTENT))