Changeset 78
- Timestamp:
- 12/15/98 04:22:20 (15 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 1 added
- 4 modified
-
TODO (modified) (1 diff)
-
doc/bit-mb-VIA (added)
-
doc/modules (modified) (2 diffs)
-
kernel/busses/i2c-piix4.c (modified) (1 diff)
-
src/piix4.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/TODO
r64 r78 1 1 Many, many things. Most notably: 2 2 3 * At least the bit-lp and bit-velle modules do no detection on loading; 4 ask Simon whether this is possible to add. 3 5 * Check whether the FAN count divisors in the lm78 module are correct 4 6 (probably not!); correct gl518sm changed-fan_div_but_did_not_update_fans -
lm-sensors/trunk/doc/modules
r61 r78 79 79 (i2c) bit-mb: algo-bit i2c-core 80 80 VIA VT82C586B bus access. This is often used instead of the PIIX4 as SMBus 81 host. 81 82 82 83 (i2c) bit-lp: algo-bit i2c-core 83 84 I2C bus through the parallel port, Philips interface 85 Do not insert this module unless you are sure you have this interface; 86 it will block your parallel port, and cause fake devices to appear. 84 87 Module parameters: 85 88 base (i) Base address of parallel port … … 87 90 (i2c) bit-velle: algo-bit i2c-core 88 91 I2C bus through the parallel port, Vellemann K9000 interface 92 Do not insert this module unless you are sure you have this interface; 93 it will block your parallel port, and cause fake devices to appear. 89 94 Module parameters: 90 95 base (i) Base address of parallel port -
lm-sensors/trunk/kernel/busses/i2c-piix4.c
r40 r78 159 159 resorting to this. */ 160 160 if ((temp & 1) == 0) { 161 pci bios_write_config_byte_united(PIIX4_dev, PIIX4_bus, PIIX4_devfn,161 pci_write_config_byte_united(PIIX4_dev, PIIX4_bus, PIIX4_devfn, 162 162 SMBHSTCFG, temp | 1); 163 163 printk("piix4.0: WARNING: PIIX4 SMBus interface has been FORCEFULLY " -
lm-sensors/trunk/src/piix4.c
r40 r78 159 159 resorting to this. */ 160 160 if ((temp & 1) == 0) { 161 pci bios_write_config_byte_united(PIIX4_dev, PIIX4_bus, PIIX4_devfn,161 pci_write_config_byte_united(PIIX4_dev, PIIX4_bus, PIIX4_devfn, 162 162 SMBHSTCFG, temp | 1); 163 163 printk("piix4.0: WARNING: PIIX4 SMBus interface has been FORCEFULLY "
