Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2849 → Rev 2851

/kernel/branches/net/drivers/RTL8139.asm
510,7 → 510,7
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
reset:
DEBUGF 2,"Resetting rtl8139: "
DEBUGF 2,"Resetting rtl8139\n"
 
; attach int handler
 
619,7 → 619,7
mov dword[eax], 0
DEBUGF 2,"RX buffer:%x\n", eax
GetRealAddr
DEBUGF 2,"RX buffer:%X\n", eax
DEBUGF 2,"RX buffer: %x\n", eax
set_io REG_RBSTART
out dx , eax
 
/kernel/branches/net/drivers/imports.inc
1,6 → 1,6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; ;;
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
9,7 → 9,7
if used name
if DEBUG
display 'uses: ',`name,#13,#10
end if ;
end if
extrn name
end if
}
27,6 → 27,10
ReservePortArea,\
Boot_Log,\
\
MutexInit,\
MutexLock,\
MutexUnlock,\
\
PciApi,\
PciRead32,\
PciRead16,\
87,6 → 91,8
strrchr,\
\
LFBAddress,\
GetDisplay,\
SetScreen,\
\
NetRegDev,\
NetUnRegDev,\