Subversion Repositories Kolibri OS

Rev

Rev 2235 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2235 Rev 3630
Line 17... Line 17...
17
;Summary: This program will attempt to scan the PCI Bus
17
;Summary: This program will attempt to scan the PCI Bus
18
;        and display basic information about each device
18
;        and display basic information about each device
19
;        connected to the PCI Bus.
19
;        connected to the PCI Bus.
20
;***************************************************************
20
;***************************************************************
21
;-----------------------------------------------------------------------------
21
;-----------------------------------------------------------------------------
-
 
22
 
-
 
23
include 'lang.inc'	;language support
22
include '../../../macros.inc'
24
include '../../../macros.inc'
Line 23... Line 25...
23
 
25
 
24
include	'../../../develop/libraries/box_lib/load_lib.mac'
26
include	'../../../develop/libraries/box_lib/load_lib.mac'
25
;-----------------------------------------------------------------------------
27
;-----------------------------------------------------------------------------
Line 733... Line 735...
733
	dw 620 ; window height
735
	dw 620 ; window height
734
	dw 20 ; window y start
736
	dw 20 ; window y start
Line 735... Line 737...
735
 
737
 
Line -... Line 738...
-
 
738
title	db 'PCI Device Enumerator v 2.3', 0
-
 
739
 
-
 
740
if lang eq it
-
 
741
PCIWin mls \
-
 
742
	'   Don`t forget to enable PCI Access to Applications in Setup Menu.',\
-
 
743
	'',\
-
 
744
	'Versione PCI = x.xx; Ultimo Bus PCI = x',\
-
 
745
	'User MMIO channel = 0F.F:F ',\
-
 
746
	'Numbero di unità PCI =    ',\
-
 
747
	'',\
-
 
748
	'VenID DevID Bus# Dev# Fnc Rev  Class  Subclass/ IRQ                 Compania                    Descrizzione',\
-
 
749
	'                                      Interfaccia',\
-
 
750
	'----- ----- ---- ---- --- ---  -----  --------- --- ------------------------------------------ --------------------------------'
-
 
751
 
-
 
752
bar_ram db 'BARx: MMIO block', 0
-
 
753
bar_io	db 'BARx: porte IO',0
-
 
754
bar_um	db 'BARx: unmapped',0
-
 
755
bar_rom db 'BAR6: Expansion ROM', 0
-
 
756
 
-
 
757
text_save_button:
-
 
758
	db 'Salva lista PCI',0
736
title	db 'PCI Device Enumerator v 2.3', 0
759
.1:	db '(Premere S)',0
737
 
760
else
738
PCIWin mls \
761
PCIWin mls \
739
	'   Don`t forget to enable PCI Access to Applications in Setup Menu.',\
762
	'   Don`t forget to enable PCI Access to Applications in Setup Menu.',\
740
	'',\
763
	'',\
Line 752... Line 775...
752
bar_rom db 'BAR6: Expansion ROM', 0
775
bar_rom db 'BAR6: Expansion ROM', 0
Line 753... Line 776...
753
 
776
 
754
text_save_button:
777
text_save_button:
755
	db 'Save PCI list',0
778
	db 'Save PCI list',0
-
 
779
.1:	db '(Press S key)',0
Line 756... Line 780...
756
.1:	db '(Press S key)',0
780
end if
757
 
781
 
758
text_NA:
782
text_NA:
759
	db '--',0
783
	db '--',0