Changeset 1447
- Timestamp:
- 07/12/02 02:25:43 (6 years ago)
- Files:
-
- lm-sensors/trunk/doc/busses/i2c-i801 (modified) (3 diffs)
- lm-sensors/trunk/doc/developers/new_drivers (modified) (2 diffs)
- lm-sensors/trunk/doc/developers/proc (modified) (1 diff)
- lm-sensors/trunk/doc/donations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/busses/i2c-i801
r1391 r1447 55 55 ---------------------- 56 56 57 The devices support a special 2-byte address I2C block read. 58 The driver and the kernel i2c protocol stack do not yet 57 The devices support a special 3-byte address (command code 58 plus 2 more bytes) I2C block read. 59 The driver and the kernel i2c protocol stack do not 59 60 support this. 60 61 … … 70 71 Host notify no no 71 72 Block PEC yes yes 72 Hardware PEC yes no73 Hardware PEC yes yes 73 74 74 75 … … 76 77 ------------------- 77 78 78 The following additional ICH4 features are not yetsupported:79 The following additional ICH4 features are also supported: 79 80 80 81 32 Byte buffer lm-sensors/trunk/doc/developers/new_drivers
r1350 r1447 113 113 * Add .c file to mkpatch/FILES. 114 114 115 * Add makefile entry in mkpatch/mkpatch.pl .115 * Add makefile entry in mkpatch/mkpatch.pl (2 places - old and new formats). 116 116 117 117 * Add config help to mkpatch/mkpatch.pl. … … 121 121 * Add config entry in mkpatch/mkpatch.pl (bus drivers only) 122 122 123 * Add initialization call to kernel/sensors.c (chip drivers only) 123 * Add declaration and init. call to kernel/sensors.c (chip drivers only) 124 (verify init function name) 124 125 125 * Add initialization call in mkpatch/mkpatch.pl (bus drivers only) 126 * Add declaration and init. call in mkpatch/mkpatch.pl (bus drivers only) 127 (verify init function name) 126 128 127 129 * Move .o reference in kernel/[chips,busses]/Module.mk lm-sensors/trunk/doc/developers/proc
r1408 r1447 96 96 97 97 pwm[1-3] 1- 2 Pulse width modulation fan control. 98 Integer 0 - 255, read/write.98 Integer 0 - 100, read/write. 99 99 Corresponds to the fans 1-3. 100 100 Second value, if present, is an enable (0 or 1) lm-sensors/trunk/doc/donations
r1422 r1447 39 39 82801 improvements; SMSC47M1xx driver 40 40 41 Via 8231 and 8233 motherboards 6/0241 Via 8231 and two 8233 motherboards 6/02 42 42 Drivers developed: VT8231 support in via686a; 43 43 vt1211; VT8233A and VT8231 support in i2c-viapro
