forked from KolibriOS/kolibrios
PCIDEV - added 4 new VendorID
git-svn-id: svn://kolibrios.org@3873 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
321dd05f2a
commit
066834f512
@ -10,6 +10,13 @@ to-do:
|
|||||||
Full device detection (like "ATI Radeon 9200") will increase app
|
Full device detection (like "ATI Radeon 9200") will increase app
|
||||||
size a lot and probably it is function of particular drivers
|
size a lot and probably it is function of particular drivers
|
||||||
;-----------------------------------------------------------------------------
|
;-----------------------------------------------------------------------------
|
||||||
|
2.3: PCIDEV 27/08/2013
|
||||||
|
Author: Marat Zakiyanov aka Mario79 <mario79@bk.ru>
|
||||||
|
Features:
|
||||||
|
added
|
||||||
|
* added 4 new VendorID
|
||||||
|
|
||||||
|
;-----------------------------------------------------------------------------
|
||||||
2.3: PCIDEV 25/08/2013
|
2.3: PCIDEV 25/08/2013
|
||||||
Author: Marat Zakiyanov aka Mario79 <mario79@bk.ru>
|
Author: Marat Zakiyanov aka Mario79 <mario79@bk.ru>
|
||||||
Features:
|
Features:
|
||||||
|
@ -60,6 +60,7 @@ VendorsTab:
|
|||||||
VendorID 0x0033, 'PARADYNE CORP.'
|
VendorID 0x0033, 'PARADYNE CORP.'
|
||||||
VendorID 0x003D, 'Lockheed Martin Corp'
|
VendorID 0x003D, 'Lockheed Martin Corp'
|
||||||
VendorID 0x0E11, 'COMPAQ COMPUTER CORP.'
|
VendorID 0x0E11, 'COMPAQ COMPUTER CORP.'
|
||||||
|
VendorID 0x1000, 'LSI Logic'
|
||||||
VendorID 0x1002, 'ATI TECHNOLOGIES INC'
|
VendorID 0x1002, 'ATI TECHNOLOGIES INC'
|
||||||
VendorID 0x100B, 'NATIONAL SEMICONDUCTOR CORPORATION'
|
VendorID 0x100B, 'NATIONAL SEMICONDUCTOR CORPORATION'
|
||||||
VendorID 0x100C, 'Tseng Labs'
|
VendorID 0x100C, 'Tseng Labs'
|
||||||
@ -86,6 +87,7 @@ VendorID 0x103F, 'SYNOPSYS/LOGIC MODELING GROUP'
|
|||||||
VendorID 0x1042, 'Micron Electronics'
|
VendorID 0x1042, 'Micron Electronics'
|
||||||
VendorID 0x1043, 'ASUSTEK COMPUTER'
|
VendorID 0x1043, 'ASUSTEK COMPUTER'
|
||||||
VendorID 0x104A, 'STMicroelectronics'
|
VendorID 0x104A, 'STMicroelectronics'
|
||||||
|
VendorID 0x104B, 'Mylex/Buslogic'
|
||||||
VendorID 0x104C, 'TEXAS INSTRUMENTS'
|
VendorID 0x104C, 'TEXAS INSTRUMENTS'
|
||||||
VendorID 0x104D, 'SONY CORPORATION'
|
VendorID 0x104D, 'SONY CORPORATION'
|
||||||
VendorID 0x104E, 'Oak Technology'
|
VendorID 0x104E, 'Oak Technology'
|
||||||
@ -181,8 +183,10 @@ VendorID 0x168C, 'Atheros Communications Inc.'
|
|||||||
VendorID 0x17F3, 'RDC Semiconductor Co., Ltd.'
|
VendorID 0x17F3, 'RDC Semiconductor Co., Ltd.'
|
||||||
VendorID 0x1814, 'Ralink Technology, Corp.'
|
VendorID 0x1814, 'Ralink Technology, Corp.'
|
||||||
VendorID 0x1969, 'Atheros Communications'
|
VendorID 0x1969, 'Atheros Communications'
|
||||||
|
VendorID 0x1AF4, 'Red Hat, Inc'
|
||||||
VendorID 0x6409, 'LOGITEC CORP.'
|
VendorID 0x6409, 'LOGITEC CORP.'
|
||||||
VendorID 0x8086, 'Intel Corp.'
|
VendorID 0x8086, 'Intel Corp.'
|
||||||
|
VendorID 0x80EE, 'Oracle Corp.'
|
||||||
VendorID 0x8888, 'SILICON MAGIC CORP.'
|
VendorID 0x8888, 'SILICON MAGIC CORP.'
|
||||||
VendorID 0x9004, 'Adaptec Inc'
|
VendorID 0x9004, 'Adaptec Inc'
|
||||||
VendorID 0xA259, 'HEWLETT PACKARD'
|
VendorID 0xA259, 'HEWLETT PACKARD'
|
||||||
|
Loading…
Reference in New Issue
Block a user