Changeset 796
- Timestamp:
- 05/06/00 01:56:49 (9 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/kernel/chips/ddcmon.c (modified) (1 diff)
- lm-sensors/trunk/kernel/chips/icspll.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r792 r796 15 15 16 16 2.5.1 (2000????) 17 Module ddcmon: Fixed bus scan which could hang SMBus 17 18 Module maxilife: Add support for Maxilife '99 (NBA) 18 19 Module via686a: Enable sensors if not enabled by BIOS lm-sensors/trunk/kernel/chips/ddcmon.c
r713 r796 41 41 /* Addresses to scan */ 42 42 static unsigned short normal_i2c[] = { SENSORS_I2C_END }; 43 static unsigned short normal_i2c_range[] = { 0x50, SENSORS_I2C_END };43 static unsigned short normal_i2c_range[] = { 0x50, 0x50, SENSORS_I2C_END }; 44 44 static unsigned int normal_isa[] = { SENSORS_ISA_END }; 45 45 static unsigned int normal_isa_range[] = { SENSORS_ISA_END }; lm-sensors/trunk/kernel/chips/icspll.c
r757 r796 52 52 #define ADDRESS 0x69 53 53 static unsigned short normal_i2c[] = { SENSORS_I2C_END }; 54 static unsigned short normal_i2c_range[] = { ADDRESS, SENSORS_I2C_END};54 static unsigned short normal_i2c_range[] = {ADDRESS, ADDRESS, SENSORS_I2C_END}; 55 55 static unsigned int normal_isa[] = { SENSORS_ISA_END }; 56 56 static unsigned int normal_isa_range[] = { SENSORS_ISA_END };
