Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3870 → Rev 3871

/programs/system/pcidev/trunk/build.bat
File deleted
\ No newline at end of file
/programs/system/pcidev/trunk/PCIDEV.ASM
18,13 → 18,6
; and display basic information about each device
; connected to the PCI Bus.
;***************************************************************
;-----------------------------------------------------------------------------
 
include 'lang.inc' ;language support
include '../../../macros.inc'
 
include '../../../develop/libraries/box_lib/load_lib.mac'
;-----------------------------------------------------------------------------
use32
org 0x0
db 'MENUET01' ; 8 byte id
36,6 → 29,10
dd 0 ; I_Param
dd path ; APPLICATION PATH
;-----------------------------------------------------------------------------
include 'lang.inc' ;language support
include '../../../macros.inc'
include '../../../develop/libraries/box_lib/load_lib.mac'
;-----------------------------------------------------------------------------
@use_library ; load_lib macro
;-----------------------------------------------------------------------------
START:
/programs/system/pcidev/trunk/build_en.bat
0,0 → 1,6
@erase lang.inc
@echo lang fix en >lang.inc
@fasm -m 16384 pcidev.asm pcidev
@kpack pcidev
@erase lang.inc
@pause
/programs/system/pcidev/trunk/history.txt
10,6 → 10,34
Full device detection (like "ATI Radeon 9200") will increase app
size a lot and probably it is function of particular drivers
;-----------------------------------------------------------------------------
2.3: PCIDEV 25/08/2013
Author: Marat Zakiyanov aka Mario79 <mario79@bk.ru>
Features:
added
* added 5 new VendorID
;-----------------------------------------------------------------------------
2.3: PCIDEV 27/06/2013
Author: IgorA
Features:
added
* added 2 new VendorID
;-----------------------------------------------------------------------------
2.3: PCIDEV 09/06/2013
Author: fedesco
Features:
added
* italian version
;-----------------------------------------------------------------------------
2.3: PCIDEV 24/09/2011
Author: Serge
Features:
added
* increase maximum irq level
;-----------------------------------------------------------------------------
2.3: PCIDEV 18/08/2011
Author: Marat Zakiyanov aka Mario79 <mario79@bk.ru>
Features:
/programs/system/pcidev/trunk/vendors.inc
162,6 → 162,7
VendorID 0x119E, 'FUJITSU MICROELECTRONICS LTD.'
VendorID 0x11A1, 'HAMAMATSU PHOTONICS K.K.'
VendorID 0x1217, 'O2Micro Inc.'
VendorID 0x1234, 'Technical Corp.'
VendorID 0x1250, 'Hitachi Microcomputer System Ltd.'
VendorID 0x122D, 'Aztech System Ltd'
VendorID 0x1261, 'MATSUSHITA-KOTOBUKI ELECTRONICS'
173,9 → 174,13
VendorID 0x149B, 'SEIKO INSTRUMENTS INC'
VendorID 0x14E4, 'Broadcom Corp.'
VendorID 0x1521, 'BELL CORPORATION'
VendorID 0x15AD, 'VMware Inc.'
VendorID 0x15AE, 'AMERSHAM PHARMACIA BIOTECH'
VendorID 0x1603, 'NOKIA WIRELESS BUSINESS COMMUNICATIONS'
VendorID 0x17F3, 'RDC Semiconductor Co.'
VendorID 0x168C, 'Atheros Communications Inc.'
VendorID 0x17F3, 'RDC Semiconductor Co., Ltd.'
VendorID 0x1814, 'Ralink Technology, Corp.'
VendorID 0x1969, 'Atheros Communications'
VendorID 0x6409, 'LOGITEC CORP.'
VendorID 0x8086, 'Intel Corp.'
VendorID 0x8888, 'SILICON MAGIC CORP.'