Changeset 1108
- Timestamp:
- 06/02/01 05:41:17 (8 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (3 diffs)
- lm-sensors/trunk/CONTRIBUTORS (modified) (1 diff)
- lm-sensors/trunk/Makefile (modified) (2 diffs)
- lm-sensors/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r1101 r1108 38 38 Chip Modules (all ISA): Remove #include "i2c-isa.h" 39 39 Chip Modules (all): Change from sensors_* to i2c_* globals for new i2c-proc.[ch] 40 Makefiles: enhance to support Alpha architecture 40 41 Module adm1021: Fix lm84 and gl523sm support 41 42 Module adm1024: new … … 43 44 Module i2c-i810: Fixed i2c_i810_init() not found in patched kernel 44 45 Module i2c-sis5595: Allow force_addr=0xaddr; enable if not enabled. 46 Module i2c-tsunami: New 45 47 Module i2c-via: Ensure i2c bus is tristated correctly. 46 48 Module lm78: Recognize chipid=0x20 … … 58 60 Programs i2cdetect, i2cdump: add devfs /dev/i2c/x support 59 61 Program i2cset: new 60 Program mkpatch.pl: Fix adm9240 typos, add more chips to Configure.help, 61 remove ltc1710 62 Program isadump: fix for Alpha arch. compiles 63 Program mkpatch.pl: Fix adm9240 typos; Add more chips to Configure.help; 64 Remove ltc1710; Fix i2c_sis5595 typo; 65 Support kernel 2.4.5 makefile change 62 66 Program sens_update_rrd: new 63 67 Program sensord: Add -d (debug) and -p (pid-file) options lm-sensors/trunk/CONTRIBUTORS
r1090 r1108 59 59 * Ken Bowley <ken@opnix.com> 60 60 Author of the adm1024 driver 61 * Oleg I. Vdovikin <vdovikin@jscc.ru> 62 Author of the DEC Tsunami bus driver. lm-sensors/trunk/Makefile
r866 r1108 120 120 MANGRP := root 121 121 122 MACHINE := $(shell uname -m) 123 122 124 ################################################## 123 125 # Below this, nothing should need to be changed. # … … 174 176 ARCFLAGS := $(CFLAGS) 175 177 LIBCFLAGS := $(CFLAGS) -fpic 178 179 ifeq ($(MACHINE),alpha) 180 MODCFLAGS += -ffixed-8 181 endif 176 182 177 183 ifeq ($(SMP),1) lm-sensors/trunk/README
r1105 r1108 35 35 AMD 756 36 36 Apple Hydra (used on some PPC machines) 37 DEC 21272/21274 (Tsunami/Typhoon - on Alpha boards) 37 38 Intel I801 ICH/ICH0/ICH2 (used in Intel 810, 810E, 815E, 820, 840 chipsets) 38 39 Intel PIIX4 (used in many Intel chipsets)
