diff --git a/programs/system/pcidev/trunk/history.txt b/programs/system/pcidev/trunk/history.txt index 228da3155d..0f5800bfd1 100644 --- a/programs/system/pcidev/trunk/history.txt +++ b/programs/system/pcidev/trunk/history.txt @@ -10,6 +10,14 @@ 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 29/08/2013 +Author: Marat Zakiyanov aka Mario79 +Features: + added + * added 1 new VendorID + * corrected vendors.add + +;----------------------------------------------------------------------------- 2.3: PCIDEV 27/08/2013 Author: Marat Zakiyanov aka Mario79 Features: diff --git a/programs/system/pcidev/trunk/vendors.add b/programs/system/pcidev/trunk/vendors.add index 4c13a10075..cb8c135298 100644 --- a/programs/system/pcidev/trunk/vendors.add +++ b/programs/system/pcidev/trunk/vendors.add @@ -14,7 +14,6 @@ VendorID 0x10A8, 'Sierra Semiconductor' VendorID 0x1003, 'ULSI' VendorID 0x1004, 'VLSI TECHNOLOGY INC' VendorID 0x1005, 'ADL' -VendorID 0x1000, 'SYMBIOS LOGIC INC/LSI Logic' VendorID 0x1001, 'KOLTER ELECTRONIC' VendorID 0x0100, 'NCIPHER CORP. LTD' VendorID 0x0675, 'DYNALINK' @@ -32,7 +31,6 @@ VendorID 0x1044, 'DISTRIBUTED PROCESSING TECHNOLOGY' VendorID 0x1045, 'OPTI INC.' VendorID 0x1048, 'ELSA AG' VendorID 0x1049, 'FOUNTAIN TECHNOLOGIES' -VendorID 0x104B, 'BusLogic' VendorID 0x104F, 'Co-Time Computer Ltd.' VendorID 0x1050, 'WINBOND ELECTRONICS CORP' VendorID 0x1051, 'Anigma Corp.' @@ -236,7 +234,6 @@ VendorID 0x126D, 'SPLASH TECHNOLOGY.' VendorID 0x126E, 'SUMITOMO METAL INDUSTRIES' VendorID 0x126F, 'SILICON MOTION.' VendorID 0x1270, 'OLYMPUS OPTICAL CO. LTD.' -VendorID 0x1274, 'Creative Labs (was Ensoniq, Malvern)' VendorID 0x1275, 'NETWORK APPLIANCE CORPORATION' VendorID 0x1278, 'Transtech Parallel Systems' VendorID 0x1279, 'TRANSMETA CORPORATION' @@ -752,7 +749,6 @@ VendorID 0x15A8, 'SHANGHAI COMMUNICATIONS TECHNOLOGIES CENTER' VendorID 0x15AA, 'MORETON BAY' VendorID 0x15AB, 'BLUESTEEL NETWORKS INC' VendorID 0x15AC, 'NORTH ATLANTIC INSTRUMENTS' -VendorID 0x15AD, 'VMware Inc.' VendorID 0x15B0, 'ZOLTRIX INTERNATIONAL LIMITED' VendorID 0x15B1, 'SOURCE TECHNOLOGY INC' VendorID 0x15B2, 'MOSAID TECHNOLOGIES INC.' @@ -860,7 +856,6 @@ VendorID 0x4CA1, 'SEANIX TECHNOLOGY INC' VendorID 0x4D51, 'MEDIAQ INC.' VendorID 0x4D54, 'MICROTECHNICA CO LTD' VendorID 0x5136, 'S S TECHNOLOGIES' -VendorID 0x5333, 'S3 Graphics Co., Ltd.' VendorID 0x544C, 'TERALOGIC INC' VendorID 0x5555, 'GENROCO INC' VendorID 0x6666, 'DECISION COMPUTER INTERNATIONAL CO.' diff --git a/programs/system/pcidev/trunk/vendors.inc b/programs/system/pcidev/trunk/vendors.inc index 735ca64c2c..6d10ae54bd 100644 --- a/programs/system/pcidev/trunk/vendors.inc +++ b/programs/system/pcidev/trunk/vendors.inc @@ -60,7 +60,7 @@ VendorsTab: VendorID 0x0033, 'PARADYNE CORP.' VendorID 0x003D, 'Lockheed Martin Corp' VendorID 0x0E11, 'COMPAQ COMPUTER CORP.' -VendorID 0x1000, 'LSI Logic' +VendorID 0x1000, 'SYMBIOS LOGIC INC/LSI Logic' VendorID 0x1002, 'ATI TECHNOLOGIES INC' VendorID 0x100B, 'NATIONAL SEMICONDUCTOR CORPORATION' VendorID 0x100C, 'Tseng Labs' @@ -169,6 +169,7 @@ VendorID 0x1250, 'Hitachi Microcomputer System Ltd.' VendorID 0x122D, 'Aztech System Ltd' VendorID 0x1261, 'MATSUSHITA-KOTOBUKI ELECTRONICS' VendorID 0x1260, 'INTERSIL CORP' +VendorID 0x1274, 'Creative Labs (was Ensoniq, Malvern)' VendorID 0x12BF, 'Fujifilm Microdevices' VendorID 0x13B8, 'NOKIA TELECOMMUNICATIONS OY' VendorID 0x13BD, 'SHARP CORPORATION' @@ -179,11 +180,13 @@ VendorID 0x1521, 'BELL CORPORATION' VendorID 0x15AD, 'VMware Inc.' VendorID 0x15AE, 'AMERSHAM PHARMACIA BIOTECH' VendorID 0x1603, 'NOKIA WIRELESS BUSINESS COMMUNICATIONS' +VendorID 0x167B, 'ZyDAS Technology Corp.' VendorID 0x168C, 'Atheros Communications Inc.' VendorID 0x17F3, 'RDC Semiconductor Co., Ltd.' VendorID 0x1814, 'Ralink Technology, Corp.' VendorID 0x1969, 'Atheros Communications' VendorID 0x1AF4, 'Red Hat, Inc' +VendorID 0x5333, 'S3 Graphics Co., Ltd.' VendorID 0x6409, 'LOGITEC CORP.' VendorID 0x8086, 'Intel Corp.' VendorID 0x80EE, 'Oracle Corp.'