i2cset - set ISA registers
Description
OPTIONS (I2C-like access mode)
OPTIONS (flat address space mode)
Warning
Conforming To
See Also
Author
isaset addrreg datareg address value (for I2C-like access)
isaset -f address value (for flat address space)
isaset is a small helper program to set registers visible through the ISA bus.
Exactly four options must be provided to isaset. addrreg contains the ISA address of the address register for the chip to probe; datareg contains the address of the data register. Both addresses are integers between 0x0000 and 0x3FFF. Usually, if the chips base address is 0x0nn0, the address register is at 0x0nn5 and the data register is at 0x0nn6. The most common base address for hardware monitoring chips is 0x0290.For Super-I/O chips, address register is typically at 0x2E with data register at 0x2F. The address and value parameters are two integers between 0x00 and 0xFF. isaset will write value value to address address.
In flat mode (triggered by the -f flag), exactly two parameters must be provided. address contains the ISA address of the register to write to; it is an integer between 0x0000 and 0xFFFF. Basically, it is the sum of the chips base address and the chip registers address. isaset will write value value at this address.
Poking around in ISA data space is extremely dangerous. Running isaset with random parameters can cause system crashes, data loss, and worse! Be extremely careful when using this program.
lm_sensors-2.x
i2cset(8), isadump(8)
Mark D. Studebaker, and the lm_sensors group (http://www.lm-sensors.nu/)This manual page was shamelessly ripped from i2cset and isadump manual pages by Jean Delvare.
| ISASET (8) | April 2004 |