www.pudn.com > hpbios.rar > ALL_SSR.INC
; []===========================================================[] ; ; NOTICE: THIS PROGRAM BELONGS TO AWARD SOFTWARE INTERNATIONAL(R) ; INC. IT IS CONSIDERED A TRADE SECRET AND IS NOT TO BE ; DIVULGED OR USED BY PARTIES WHO HAVE NOT RECEIVED ; WRITTEN AUTHORIZATION FROM THE OWNER. ; ; []===========================================================[] ; ;---------------------------------------------------------------------------- ;Rev Date Name Description ;---------------------------------------------------------------------------- ;R09 04/27/99 PAL Change sensor include method ;R08 04/26/99 PAL Added LM84_Support ;R07 04/19/99 JSN Add AliM5879 Hardware Monitor Support. ;R06 03/11/99 JMS Added "USE_DUAL_SENSOR" for support Dual sensor ;R05 03/02/99 PAL Added LM81_Support ;R04A 12/23/98 GAR Superio_Support_Sensor must be defined if Sensor of ; ITE8693 is used ;R04 12/01/98 GAR Rename "Superio_Support_Thermal" to ; "Superio_No_Support_Thermal" ;R03 11/05/98 RIC Add VIA686 Hardware Monitor Support. ;R02 10/27/98 GAR Add ITE8693 ;R01 10/13/98 TNY Add "Xeon_Thermal" slot2 CPU support. ;R00 09/03/98 RAY Initial Revison ;R02 - start ;R04 ifdef Superio_Support_Thermal ;R04A ifndef Superio_No_Support_Thermal ;R04 ;R04A ifdef ITE8693 ;R04A include ITE8693.SSR ;R04A endif ;ITE8693 ;R04A endif ;Superio_No_Support_Thermal ;R04 ;R04 endif ;Superio_Support_Thermal ;R02 - end ;R09 - start include misc.equ IF SENSOR_KERNEL include Sensor.SSR include SECOND.SSR ENDIF; SENSOR_KERNEL ;R09 - end ;R09;R04A - start ;R09 ifdef Superio_Support_Sensor ;R09 include Sensor.SSR ;R09 endif ;Superio_Support_Sensor ;R09;R04A - end ;R09 ifdef LM75_Support ;R09 include LM75.SSR ;R09 endif ;LM75_Support ;R09 ;R09 ifdef LM78_Support ;R09 include LM78.SSR ;R09 endif ;LM78_Support ;R09 ;R09 ifdef LM80_Support ;R09 include LM80.SSR ;R09 endif ;LM80_Support ;R09 ;R09 ifdef GL520SM_Support ;R09 include GL520SM.SSR ;R09 endif ;GL520SM_Support ;R09 ;R09 ifdef GL518SM_Support ;R09 include GL518SM.SSR ;R09 endif ;GL518SM_Support ;R09 ;R09 ifdef W83781D_Support ;R09 include W83781D.SSR ;R09 endif ;W83781D_Support ;R09 ;R09 ifdef HT82791_Support ;R09 include HT82791.SSR ;R09 endif ;HT82791_Support ;R09 ;R09 ifdef SIS5595_Support ;R09 include SIS5595.SSR ;R09 endif ;SIS5595_Support ;R09 ;R09 ifdef MAX1617_Support ;R09 include MAX1617.SSR ;R09 endif ;MAX1617_Support ;R09 ;R09 ifdef ADM9240_Support ;R09 include ADM9240.SSR ;R09 endif ;ADM9240_Support ;R09 ;R09 ifdef W83782D_Support ;R09 include W83782D.SSR ;R09 endif ;W83782D_Support ;R09 ;R09 ifdef W83783S_Support ;R09 include W83783S.SSR ;R09 endif ;W83783S_Support ;R09 ;R09 ifdef AliM5879_Support ;R07 ;R09 include AliM5879.SSR ;R07 ;R09 endif ;AliM5879_Support ;R07 ;R09 ;R09 ifdef Xeon_Thermal ;R01 ;R09 include XEON.SSR ;R01 ;R09 endif ;Xeon_Thermal ;R01 ;R09 ;R09 ifdef VIA686HM_Support ;R03 ;R09 include VIA686HM.SSR ;R03 ;R09 endif ;VIA686HM_Support ;R03 ;R09 ;R09 ifdef LM81_Support ;R05 ;R09 include LM81.SSR ;R05 ;R09 endif ;LM81_Support ;R05 ;R09 ;R09 ifdef LM84_Support ;R08 ;R09 include LM84.SSR ;R08 ;R09 endif ;LM84_Support ;R08 ;R09 ;R09 ifdef USE_DUAL_SENSOR ;R06 ;R09 include SECOND.SSR ;R06 ;R09 endif ;USE_DUAL_SENSOR ;R06