Changeset 1108

Show
Ignore:
Timestamp:
06/02/01 05:41:17 (8 years ago)
Author:
mds
Message:

Updates for DEC Tsunami from Oleg Vdovikin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CHANGES

    r1101 r1108  
    3838  Chip Modules (all ISA): Remove #include "i2c-isa.h" 
    3939  Chip Modules (all): Change from sensors_* to i2c_* globals for new i2c-proc.[ch] 
     40  Makefiles: enhance to support Alpha architecture 
    4041  Module adm1021: Fix lm84 and gl523sm support 
    4142  Module adm1024: new 
     
    4344  Module i2c-i810: Fixed i2c_i810_init() not found in patched kernel 
    4445  Module i2c-sis5595: Allow force_addr=0xaddr; enable if not enabled. 
     46  Module i2c-tsunami: New 
    4547  Module i2c-via: Ensure i2c bus is tristated correctly. 
    4648  Module lm78: Recognize chipid=0x20 
     
    5860  Programs i2cdetect, i2cdump: add devfs /dev/i2c/x support 
    5961  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 
    6266  Program sens_update_rrd: new 
    6367  Program sensord: Add -d (debug) and -p (pid-file) options 
  • lm-sensors/trunk/CONTRIBUTORS

    r1090 r1108  
    5959* Ken Bowley <ken@opnix.com> 
    6060  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  
    120120MANGRP := root 
    121121 
     122MACHINE := $(shell uname -m) 
     123 
    122124################################################## 
    123125# Below this, nothing should need to be changed. # 
     
    174176ARCFLAGS := $(CFLAGS) 
    175177LIBCFLAGS := $(CFLAGS) -fpic 
     178 
     179ifeq ($(MACHINE),alpha) 
     180MODCFLAGS += -ffixed-8 
     181endif 
    176182 
    177183ifeq ($(SMP),1) 
  • lm-sensors/trunk/README

    r1105 r1108  
    3535  AMD 756 
    3636  Apple Hydra (used on some PPC machines) 
     37  DEC 21272/21274 (Tsunami/Typhoon - on Alpha boards) 
    3738  Intel I801 ICH/ICH0/ICH2 (used in Intel 810, 810E, 815E, 820, 840 chipsets) 
    3839  Intel PIIX4 (used in many Intel chipsets)