Changeset 79

Show
Ignore:
Timestamp:
12/15/98 05:55:51 (15 years ago)
Author:
phil
Message:

(Phil) Added some eeprom docs/tools and fixed some typos while I was at it.

Location:
lm-sensors/trunk
Files:
4 added
3 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/piix4

    r50 r79  
    11The PIIX4 (properly known as the 82371AB) is an Intel chip with a lot of 
    22functionality. Among other things, it implements the PCI bus. One of its 
    3 minor functions is implementing a System Management MBus. This is a true  
     3minor functions is implementing a System Management Bus. This is a true  
    44SMBus - you can not access it on I2C levels. The good news is that it 
    55natively understands SMBus commands and you do not have to worry about 
  • lm-sensors/trunk/kernel/chips/eeprom.c

    r76 r79  
    287287   } 
    288288    for (i=0;i<EEPROM_SIZE;i++) { 
    289       data->data[i] = (u8)smbus_read_byte(client->adapter,client->addr); 
     289         data->data[i] = (u8)smbus_read_byte(client->adapter,client->addr); 
    290290    } 
    291291     
  • lm-sensors/trunk/src/eeprom.c

    r76 r79  
    287287   } 
    288288    for (i=0;i<EEPROM_SIZE;i++) { 
    289       data->data[i] = (u8)smbus_read_byte(client->adapter,client->addr); 
     289         data->data[i] = (u8)smbus_read_byte(client->adapter,client->addr); 
    290290    } 
    291291