Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3630 → Rev 3629

/programs/system/pcidev/branches/new_api/PCIDEV.ASM
142,7 → 142,6
; * detect Revision, Class and Subclass of Device,
; * and make Description based on Class
;-------------------------------------------------------------
include 'lang.inc'
include 'macros.inc'
MEOS_APP_START
CODE
412,7 → 411,7
add edx, 0x0014000A ; add 10 to y coordinate and set x coordinate to 20
ret
 
include 'vendors.inc'
include 'VENDORS.INC'
;------------------------------------------------------------------
; DATA AREA
DATA
423,21 → 422,9
dw 420 ; window height
dw 100 ; window y start
 
if lang eq it
title db 'PCI Device Enumeration v 2.1n new PCI API test', 0
 
PCIWin mls \
'Ricordarsi di abilitare l accesso alla PCI per le applicazioni dal menu.',\
'',\
'Versione PCI = x.xx',\
'Ultimo Bus PCI = x',\
'Numerod di devices =',\
'',\
'VenID DevID Bus# Dev# Fnc Rev Class Subclass/ IRQ Compania Descrizione',\
' Interface',\
'----- ----- ---- ---- --- --- ----- --------- --- ------------------------------------------ ----------------'
else
title db 'PCI Device Enumeration v 2.1n new PCI API test', 0
PCIWin mls \
'Please remember to enable PCI Access to Applications in Setup Menu.',\
'',\
'PCI Version = x.xx',\
447,7 → 434,7
'VenID DevID Bus# Dev# Fnc Rev Class Subclass/ IRQ Company Description',\
' Interface',\
'----- ----- ---- ---- --- --- ----- --------- --- ------------------------------------------ ----------------'
end if
 
;------------------------------------------------------------------
; UNINITIALIZED DATA AREA
UDATA