forked from KolibriOS/kolibrios
fix fasm strange behaviour
git-svn-id: svn://kolibrios.org@6946 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4cf3034f56
commit
6ed4ab087f
@ -2662,12 +2662,12 @@ endp
|
|||||||
|
|
||||||
;Asper remember to add this functions:
|
;Asper remember to add this functions:
|
||||||
proc snd_hda_queue_unsol_event stdcall, par1:dword, par2:dword
|
proc snd_hda_queue_unsol_event stdcall, par1:dword, par2:dword
|
||||||
if DEBUG
|
;if DEBUG
|
||||||
push esi
|
; push esi
|
||||||
mov esi, msgUnsolEvent
|
; mov esi, msgUnsolEvent
|
||||||
invoke SysMsgBoardStr
|
; invoke SysMsgBoardStr
|
||||||
pop esi
|
; pop esi
|
||||||
end if
|
;end if
|
||||||
if USE_UNSOL_EV = 1
|
if USE_UNSOL_EV = 1
|
||||||
;Test. Do not make queue, process immediately!
|
;Test. Do not make queue, process immediately!
|
||||||
;stdcall here snd_hda_read_pin_sense stdcall, nid:dword, trigger_sense:dword
|
;stdcall here snd_hda_read_pin_sense stdcall, nid:dword, trigger_sense:dword
|
||||||
@ -2962,7 +2962,7 @@ msgPciStat db 'PCI status ',0
|
|||||||
msgHDALowMMIo db 'lower mmio base ',0
|
msgHDALowMMIo db 'lower mmio base ',0
|
||||||
msgHDAUpMMIo db 'upper mmio base ',0
|
msgHDAUpMMIo db 'upper mmio base ',0
|
||||||
msgIrqMap db 'HDA irq map as ',0
|
msgIrqMap db 'HDA irq map as ',0
|
||||||
msgUnsolEvent db 'Unsolicited event!',13,10,0
|
;msgUnsolEvent db 'Unsolicited event!',13,10,0
|
||||||
|
|
||||||
;Asper [
|
;Asper [
|
||||||
if DEBUG
|
if DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user