diff --git a/programs/system/pcidev/trunk/PCIDEV.ASM b/programs/system/pcidev/trunk/PCIDEV.ASM index 3bcc5f1dae..90781ce4a8 100644 --- a/programs/system/pcidev/trunk/PCIDEV.ASM +++ b/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 @@ include '../../../develop/libraries/box_lib/load_lib.mac' 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: diff --git a/programs/system/pcidev/trunk/build.bat b/programs/system/pcidev/trunk/build.bat deleted file mode 100644 index 6a31818790..0000000000 --- a/programs/system/pcidev/trunk/build.bat +++ /dev/null @@ -1,3 +0,0 @@ -@fasm pcidev.asm pcidev -@kpack pcidev -@pause \ No newline at end of file diff --git a/programs/system/pcidev/trunk/build_en.bat b/programs/system/pcidev/trunk/build_en.bat new file mode 100644 index 0000000000..e134938b83 --- /dev/null +++ b/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 \ No newline at end of file diff --git a/programs/system/pcidev/trunk/history.txt b/programs/system/pcidev/trunk/history.txt index a79070410b..5882f6ff07 100644 --- a/programs/system/pcidev/trunk/history.txt +++ b/programs/system/pcidev/trunk/history.txt @@ -10,6 +10,34 @@ to-do: 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 +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 Features: diff --git a/programs/system/pcidev/trunk/vendors.inc b/programs/system/pcidev/trunk/vendors.inc index ae47e446a1..c0ddc1bf97 100644 --- a/programs/system/pcidev/trunk/vendors.inc +++ b/programs/system/pcidev/trunk/vendors.inc @@ -162,6 +162,7 @@ VendorID 0x11DB, 'Sega Enterprises Ltd' 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 0x149A, 'ANDOR TECHNOLOGY LTD' 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.'