Changeset 3331

Show
Ignore:
Timestamp:
07/20/99 23:20:06 (14 years ago)
Author:
kmalkki
Message:

(Kyösti)

  • Defined id's for SMBus adapters
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/kernel/i2c.h

    r3330 r3331  
    459459#define I2C_HW_P_ELEK   0x02    /* Elektor ISA Bus inteface card        */ 
    460460 
    461  
    462  
     461/* --- SMBus only adapters                                              */ 
     462#define I2C_HW_SMBUS_PIIX4      0x00 
     463#define I2C_HW_SMBUS_ALI15X3    0x01 
     464#define I2C_HW_SMBUS_VIA2       0x02 
     465#define I2C_HW_SMBUS_VOODOO3    0x03 
    463466 
    464467/* ----- I2C-DEV: char device interface stuff ------------------------- */