Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3629 → Rev 3630

/programs/system/pcidev/branches/new_api/PCIDEV.ASM
142,6 → 142,7
; * detect Revision, Class and Subclass of Device,
; * and make Description based on Class
;-------------------------------------------------------------
include 'lang.inc'
include 'macros.inc'
MEOS_APP_START
CODE
411,7 → 412,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
422,9 → 423,21
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',\
434,7 → 447,7
'VenID DevID Bus# Dev# Fnc Rev Class Subclass/ IRQ Company Description',\
' Interface',\
'----- ----- ---- ---- --- --- ----- --------- --- ------------------------------------------ ----------------'
 
end if
;------------------------------------------------------------------
; UNINITIALIZED DATA AREA
UDATA