From 066834f512eff66d0dac985a16a7301da81da27f Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Tue, 27 Aug 2013 12:13:05 +0000 Subject: [PATCH] PCIDEV - added 4 new VendorID git-svn-id: svn://kolibrios.org@3873 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/system/pcidev/trunk/history.txt | 7 +++++++ programs/system/pcidev/trunk/vendors.inc | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/programs/system/pcidev/trunk/history.txt b/programs/system/pcidev/trunk/history.txt index 5882f6ff07..228da3155d 100644 --- a/programs/system/pcidev/trunk/history.txt +++ b/programs/system/pcidev/trunk/history.txt @@ -10,6 +10,13 @@ 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 27/08/2013 +Author: Marat Zakiyanov aka Mario79 +Features: + added + * added 4 new VendorID + +;----------------------------------------------------------------------------- 2.3: PCIDEV 25/08/2013 Author: Marat Zakiyanov aka Mario79 Features: diff --git a/programs/system/pcidev/trunk/vendors.inc b/programs/system/pcidev/trunk/vendors.inc index c0ddc1bf97..735ca64c2c 100644 --- a/programs/system/pcidev/trunk/vendors.inc +++ b/programs/system/pcidev/trunk/vendors.inc @@ -60,6 +60,7 @@ VendorsTab: VendorID 0x0033, 'PARADYNE CORP.' VendorID 0x003D, 'Lockheed Martin Corp' VendorID 0x0E11, 'COMPAQ COMPUTER CORP.' +VendorID 0x1000, 'LSI Logic' VendorID 0x1002, 'ATI TECHNOLOGIES INC' VendorID 0x100B, 'NATIONAL SEMICONDUCTOR CORPORATION' VendorID 0x100C, 'Tseng Labs' @@ -86,6 +87,7 @@ VendorID 0x103F, 'SYNOPSYS/LOGIC MODELING GROUP' VendorID 0x1042, 'Micron Electronics' VendorID 0x1043, 'ASUSTEK COMPUTER' VendorID 0x104A, 'STMicroelectronics' +VendorID 0x104B, 'Mylex/Buslogic' VendorID 0x104C, 'TEXAS INSTRUMENTS' VendorID 0x104D, 'SONY CORPORATION' VendorID 0x104E, 'Oak Technology' @@ -181,8 +183,10 @@ 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 0x6409, 'LOGITEC CORP.' VendorID 0x8086, 'Intel Corp.' +VendorID 0x80EE, 'Oracle Corp.' VendorID 0x8888, 'SILICON MAGIC CORP.' VendorID 0x9004, 'Adaptec Inc' VendorID 0xA259, 'HEWLETT PACKARD'