Subversion Repositories Kolibri OS

Rev

Rev 313 | Rev 518 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 313 Rev 500
Line 3... Line 3...
3
; Copyright (C) 2005, 2006, 2007 Mihailov Ilia (ghost.nsk@mail.ru)
3
; Copyright (C) 2005, 2006, 2007 Mihailov Ilia (ghost.nsk@mail.ru)
4
; All Right Reserved
4
; All Right Reserved
Line 5... Line 5...
5
 
5
 
6
; Integrated Technology Express
6
; Integrated Technology Express
7
;	Chip	Temp	Volt	Fan   ISA   SMBus
7
;	Chip	Temp	Volt	Fan   ISA   SMBus
8
;	it8705	 3	 8	 3     +      +
8
;	it8705	 3	 8+1*	 3     +      +
Line 9... Line 9...
9
;	it8712	 3	 8	 3     +      +
9
;	it8712	 3	 8+1*	 3     +      +
10
 
10
 
11
; SiS
11
; SiS
-
 
12
;	Chip	Temp	Volt	Fan   ISA   SMBus
-
 
13
;	sis950	 3	 8+1*	 3     +      +
Line 12... Line 14...
12
;	Chip	Temp	Volt	Fan   ISA   SMBus
14
;
13
;	sis950	 3	 8	 3     +      +
15
; * - VBAT
14
 
16
 
15
IT87_REGCHIP	equ	0x58
17
IT87_REGCHIP	equ	0x58
16
IT87_CHIPID	equ	0x90
18
IT87_CHIPID	equ	0x90
17
IT87_FANDIV	equ	0x0B
19
IT87_FANDIV	equ	0x0B
18
it8705		db	15, 'IT8705F/SiS 950'
20
it8705		db	'IT8705F/SiS 950', 0
Line 19... Line 21...
19
it8712		db	 7, 'IT8712F'
21
it8712		db	'IT8712F', 0
20
it8716		db	 7, 'IT8716F'
22
it8716		db	'IT8716F', 0
21
ite_unk		db	11, 'Unknown ITE'
23
ite_unk		db	'Unknown ITE', 0
22
 
24
 
Line 173... Line 175...
173
;
175
;
174
; Volt = A * read_val + B
176
; Volt = A * read_val + B
175
;
177
;
176
;	A, B
178
;	A, B
177
; --- 0 ---
179
; --- 0 ---
178
; dd 0.01565, 0.0
180
; dd 0.01565, 0.0		; VIN0 (Index = 0x20)
179
; dd 0.016, 0.0
181
; dd 0.016, 0.0			; VIN1 (Index = 0x21)
180
; dd 0.016, 0.0
182
; dd 0.016, 0.0			; VIN2 (Index = 0x22)
181
; dd 0.0, 0.0
183
; dd 0.0, 0.0			; VIN3 (Index = 0x23)
182
; dd 0.0608, 0.0
184
; dd 0.0608, 0.0		; VIN4 (Index = 0x24)
183
; dd 0.0, 0.0
185
; dd 0.0, 0.0			; VIN5 (Index = 0x25)
184
; dd 0.0, 0.0
186
; dd 0.0, 0.0			; VIN6 (Index = 0x26)
185
; dd 0.08224, -22.104
187
; dd 0.08224, -22.104		; VIN7 (Index = 0x27)
186
; dd 0.016, 0.0
188
; dd 0.016, 0.0			; VBAT (Index = 0x28)
Line 187... Line 189...
187
 
189
 
188
; --- 1 ---
190
; --- 1 ---
189
; dd 0.01614, 0.0
191
; dd 0.01614, 0.0
190
; dd 0.01614, 0.0
192
; dd 0.01614, 0.0