* Foolish mistake will corrected )

git-svn-id: svn://kolibrios.org@250 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Iliya Mihailov (Ghost) 2006-12-26 17:15:58 +00:00
parent c0f513c3db
commit 9d8d99d478
2 changed files with 3 additions and 3 deletions

View File

@ -46,6 +46,7 @@
; 20/12/2006 - W83627DHG, W83627EHF, W83627EHG, mutipliers for AthonXP-M, Athlon64, Athlon64-M, ; 20/12/2006 - W83627DHG, W83627EHF, W83627EHG, mutipliers for AthonXP-M, Athlon64, Athlon64-M,
; Intel Dothan, Yonah, Conroe, Merom ; Intel Dothan, Yonah, Conroe, Merom
; 24/12/2006 - ITE chips model id bugfix by Serge ; 24/12/2006 - ITE chips model id bugfix by Serge
; 26/15/2006 - исправленна глупая ошибка в определении ITE
; ;
; Ýé! Ó ìåíÿ íåò ìíîãî âðåìåíè. ; Ýé! Ó ìåíÿ íåò ìíîãî âðåìåíè.
@ -510,7 +511,7 @@ about_tab:
DATA DATA
act_tab db 2 ; Íîìåð àêòèâíîé âêëàäêè act_tab db 2 ; Íîìåð àêòèâíîé âêëàäêè
tab_lab db 'Info Tests Configs About' tab_lab db 'Info Tests Configs About'
title db 'Ghost Monitor v0.4 [24/12/06]' title db 'Ghost Monitor v0.4 [26/12/06]'
msgs_mon mls \ msgs_mon mls \
'CPU Load (%)',\ 'CPU Load (%)',\

View File

@ -32,8 +32,7 @@ it87_init:
mov ecx, 0x2e mov ecx, 0x2e
mov edx, 0x2f mov edx, 0x2f
call ReservePorts call ReservePorts
test eax, eax jc .no_io
jnz .no_io
mov eax, 0x55550187 ; ïåðåõîä â MB PnP Mode mov eax, 0x55550187 ; ïåðåõîä â MB PnP Mode
out 0x2e, al out 0x2e, al