separate USB host controller code into external drivers

git-svn-id: svn://kolibrios.org@4418 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse
2013-12-30 11:18:33 +00:00
parent bcb5772288
commit a10422fbce
23 changed files with 1037 additions and 1171 deletions

View File

@@ -236,9 +236,11 @@ debug_beginf
pushad
movzx ecx,al
mov ebx,1
; mov ecx,sys_msg_board
; call ecx ; sys_msg_board
stdcall SysMsgBoard
if defined SysMsgBoard._pe_import
invoke SysMsgBoard
else
stdcall SysMsgBoard
end if
popad
ret
debug_endf
@@ -251,9 +253,11 @@ debug_beginf
movzx ecx,byte[edx]
or cl,cl
jz .l2
; mov ecx,sys_msg_board
; call ecx ; sys_msg_board
stdcall SysMsgBoard
if defined SysMsgBoard._pe_import
invoke SysMsgBoard
else
stdcall SysMsgBoard
end if
inc edx
jmp .l1
.l2: ret