Changeset 4053
- Timestamp:
- 06/23/06 17:08:03 (2 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/doc/busses/i2c-piix4 (modified) (1 diff)
- lm-sensors/trunk/kernel/busses/i2c-piix4.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r4051 r4053 3 3 4 4 2.10.1 (2006????) 5 File doc/busses/i2c-piix4: Update (2.6 backport) 5 6 File etc/sensors.conf.eg: Add an smsc47m192 section 6 7 Library: Fix device scan when no i2c support is present lm-sensors/trunk/doc/busses/i2c-piix4
r4052 r4053 86 86 Please note that you don't need to do that in all cases, just when the SMBus is 87 87 not working properly. 88 89 90 Hardware-specific issues 91 ------------------------ 92 93 This driver will refuse to load on IBM systems with an Intel PIIX4 SMBus. 94 Some of these machines have an RFID EEPROM (24RF08) connected to the SMBus, 95 which can easily get corrupted due to a state machine bug. These are mostly 96 Thinkpad laptops, but desktop systems may also be affected. We have no list 97 of all affected systems, so the only safe solution was to prevent access to 98 the SMBus on all IBM systems (detected using DMI data.) 99 100 For additional information, read: 101 http://www2.lm-sensors.nu/~lm78/cvs/lm_sensors2/README.thinkpad lm-sensors/trunk/kernel/busses/i2c-piix4.c
r4051 r4053 138 138 #ifdef CONFIG_X86 139 139 if(ibm_dmi_probe() && PIIX4_dev->vendor == PCI_VENDOR_ID_INTEL) { 140 printk(KERN_ERR "i2c-piix4.o: IBM Laptopdetected; this module "140 printk(KERN_ERR "i2c-piix4.o: IBM system detected; this module " 141 141 "may corrupt your serial eeprom! Refusing to load " 142 142 "module!\n");
