18688 lines
1.0 MiB
18688 lines
1.0 MiB
DROP TABLE IF EXISTS `glpi_plugin_fusioninventory_pcivendors`;
|
||
|
||
CREATE TABLE `glpi_plugin_fusioninventory_pcivendors` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`vendorid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
|
||
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
|
||
PRIMARY KEY (`id`),
|
||
KEY `vendorid` (`vendorid`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||
|
||
|
||
DROP TABLE IF EXISTS `glpi_plugin_fusioninventory_pcidevices`;
|
||
|
||
CREATE TABLE `glpi_plugin_fusioninventory_pcidevices` (
|
||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||
`deviceid` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
|
||
`name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
|
||
`plugin_fusioninventory_pcivendor_id` int(11) NOT NULL DEFAULT '0',
|
||
PRIMARY KEY (`id`),
|
||
KEY `deviceid` (`deviceid`),
|
||
KEY `plugin_fusioninventory_pcivendor_id` (`plugin_fusioninventory_pcivendor_id`)
|
||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
||
|
||
|
||
INSERT INTO `glpi_plugin_fusioninventory_pcivendors`
|
||
(`id`, `vendorid`, `name`) VALUES
|
||
(1, '0001', 'SafeNet (wrong ID)'),
|
||
(2, '0010', 'Allied Telesis, Inc (Wrong ID)'),
|
||
(3, '0014', 'Loongson Technology LLC'),
|
||
(4, '001c', 'PEAK-System Technik GmbH'),
|
||
(5, '003d', 'Lockheed Martin-Marietta Corp'),
|
||
(6, '0059', 'Tiger Jet Network Inc. (Wrong ID)'),
|
||
(7, '0070', 'Hauppauge computer works Inc.'),
|
||
(8, '0071', 'Nebula Electronics Ltd.'),
|
||
(9, '0095', 'Silicon Image, Inc. (Wrong ID)'),
|
||
(10, '00a7', 'Teles AG (Wrong ID)'),
|
||
(11, '0100', 'nCipher Security'),
|
||
(12, '0123', 'General Dynamics'),
|
||
(13, '0128', 'Dell (wrong ID)'),
|
||
(14, '018a', 'LevelOne'),
|
||
(15, '01de', 'Oxide Computer Company'),
|
||
(16, '0200', 'Dell (wrong ID)'),
|
||
(17, '021b', 'Compaq Computer Corporation'),
|
||
(18, '0270', 'Hauppauge computer works Inc. (Wrong ID)'),
|
||
(19, '0291', 'Davicom Semiconductor, Inc. (Wrong ID)'),
|
||
(20, '02ac', 'SpeedStream'),
|
||
(21, '02e0', 'XFX Pine Group Inc. (Wrong ID)'),
|
||
(22, '0303', 'Hewlett-Packard Company (Wrong ID)'),
|
||
(23, '0308', 'ZyXEL Communications Corporation (Wrong ID)'),
|
||
(24, '0315', 'SK-Electronics Co., Ltd.'),
|
||
(25, '0357', 'TTTech Computertechnik AG (Wrong ID)'),
|
||
(26, '0432', 'SCM Microsystems, Inc.'),
|
||
(27, '0497', 'Dell Inc. (wrong ID)'),
|
||
(28, '0675', 'Dynalink'),
|
||
(29, '0721', 'Sapphire, Inc.'),
|
||
(30, '0731', 'Jingjia Microelectronics Co Ltd'),
|
||
(31, '0777', 'Ubiquiti Networks, Inc.'),
|
||
(32, '0795', 'Wired Inc.'),
|
||
(33, '07d1', 'D-Link System Inc'),
|
||
(34, '0824', 'T1042 [Freescale]'),
|
||
(35, '0925', 'VIA Technologies, Inc. (Wrong ID)'),
|
||
(36, '0a89', 'BREA Technologies Inc'),
|
||
(37, '0b0b', 'Rhino Equipment Corp.'),
|
||
(38, '0e11', 'Compaq Computer Corporation'),
|
||
(39, '0e55', 'HaSoTec GmbH'),
|
||
(40, '0eac', 'SHF Communication Technologies AG'),
|
||
(41, '0f62', 'Acrox Technologies Co., Ltd.'),
|
||
(42, '1000', 'Broadcom / LSI'),
|
||
(43, '1001', 'Kolter Electronic'),
|
||
(44, '1002', 'Advanced Micro Devices, Inc. [AMD/ATI]'),
|
||
(45, '1003', 'ULSI Systems'),
|
||
(46, '1004', 'VLSI Technology Inc'),
|
||
(47, '1005', 'Avance Logic Inc. [ALI]'),
|
||
(48, '1006', 'Reply Group'),
|
||
(49, '1007', 'NetFrame Systems Inc'),
|
||
(50, '1008', 'Epson'),
|
||
(51, '100a', 'Phoenix Technologies'),
|
||
(52, '100b', 'National Semiconductor Corporation'),
|
||
(53, '100c', 'Tseng Labs Inc'),
|
||
(54, '100d', 'AST Research Inc'),
|
||
(55, '100e', 'Weitek'),
|
||
(56, '1010', 'Video Logic, Ltd.'),
|
||
(57, '1011', 'Digital Equipment Corporation'),
|
||
(58, '1012', 'Micronics Computers Inc'),
|
||
(59, '1013', 'Cirrus Logic'),
|
||
(60, '1014', 'IBM'),
|
||
(61, '1015', 'LSI Logic Corp of Canada'),
|
||
(62, '1016', 'ICL Personal Systems'),
|
||
(63, '1017', 'SPEA Software AG'),
|
||
(64, '1018', 'Unisys Systems'),
|
||
(65, '1019', 'Elitegroup Computer Systems'),
|
||
(66, '101a', 'AT&T GIS (NCR)'),
|
||
(67, '101b', 'Vitesse Semiconductor'),
|
||
(68, '101c', 'Western Digital'),
|
||
(69, '101d', 'Maxim Integrated Products'),
|
||
(70, '101e', 'American Megatrends Inc.'),
|
||
(71, '101f', 'PictureTel'),
|
||
(72, '1020', 'Hitachi Computer Products'),
|
||
(73, '1021', 'OKI Electric Industry Co. Ltd.'),
|
||
(74, '1022', 'Advanced Micro Devices, Inc. [AMD]'),
|
||
(75, '1023', 'Trident Microsystems'),
|
||
(76, '1024', 'Zenith Data Systems'),
|
||
(77, '1025', 'Acer Incorporated [ALI]'),
|
||
(78, '1028', 'Dell'),
|
||
(79, '1029', 'Siemens Nixdorf IS'),
|
||
(80, '102a', 'LSI Logic'),
|
||
(81, '102b', 'Matrox Electronics Systems Ltd.'),
|
||
(82, '102c', 'Chips and Technologies'),
|
||
(83, '102d', 'Wyse Technology Inc.'),
|
||
(84, '102e', 'Olivetti Advanced Technology'),
|
||
(85, '102f', 'Toshiba America'),
|
||
(86, '1030', 'TMC Research'),
|
||
(87, '1031', 'Miro Computer Products AG'),
|
||
(88, '1032', 'Compaq'),
|
||
(89, '1033', 'NEC Corporation'),
|
||
(90, '1034', 'Framatome Connectors USA Inc.'),
|
||
(91, '1035', 'Comp. & Comm. Research Lab'),
|
||
(92, '1036', 'Future Domain Corp.'),
|
||
(93, '1037', 'Hitachi Micro Systems'),
|
||
(94, '1038', 'AMP, Inc'),
|
||
(95, '1039', 'Silicon Integrated Systems [SiS]'),
|
||
(96, '103a', 'Seiko Epson Corporation'),
|
||
(97, '103b', 'Tatung Corp. Of America'),
|
||
(98, '103c', 'Hewlett-Packard Company'),
|
||
(99, '103e', 'Solliday Engineering'),
|
||
(100, '103f', 'Synopsys/Logic Modeling Group'),
|
||
(101, '1040', 'Accelgraphics Inc.'),
|
||
(102, '1041', 'Computrend'),
|
||
(103, '1042', 'Micron'),
|
||
(104, '1043', 'ASUSTeK Computer Inc.'),
|
||
(105, '1044', 'Adaptec (formerly DPT)'),
|
||
(106, '1045', 'OPTi Inc.'),
|
||
(107, '1046', 'IPC Corporation, Ltd.'),
|
||
(108, '1047', 'Genoa Systems Corp'),
|
||
(109, '1048', 'Elsa AG'),
|
||
(110, '1049', 'Fountain Technologies, Inc.'),
|
||
(111, '104a', 'STMicroelectronics'),
|
||
(112, '104b', 'BusLogic'),
|
||
(113, '104c', 'Texas Instruments'),
|
||
(114, '104d', 'Sony Corporation'),
|
||
(115, '104e', 'Oak Technology, Inc'),
|
||
(116, '104f', 'Co-time Computer Ltd'),
|
||
(117, '1050', 'Winbond Electronics Corp'),
|
||
(118, '1051', 'Anigma, Inc.'),
|
||
(119, '1052', '?Young Micro Systems'),
|
||
(120, '1053', 'Young Micro Systems'),
|
||
(121, '1054', 'Hitachi, Ltd'),
|
||
(122, '1055', 'Microchip Technology / SMSC'),
|
||
(123, '1056', 'ICL'),
|
||
(124, '1057', 'Motorola'),
|
||
(125, '1058', 'Electronics & Telecommunications RSH'),
|
||
(126, '1059', 'Kontron'),
|
||
(127, '105a', 'Promise Technology, Inc.'),
|
||
(128, '105b', 'Foxconn International, Inc.'),
|
||
(129, '105c', 'Wipro Infotech Limited'),
|
||
(130, '105d', 'Number 9 Computer Company'),
|
||
(131, '105e', 'Vtech Computers Ltd'),
|
||
(132, '105f', 'Infotronic America Inc'),
|
||
(133, '1060', 'United Microelectronics [UMC]'),
|
||
(134, '1061', 'I.I.T.'),
|
||
(135, '1062', 'Maspar Computer Corp'),
|
||
(136, '1063', 'Ocean Office Automation'),
|
||
(137, '1064', 'Alcatel'),
|
||
(138, '1065', 'Texas Microsystems'),
|
||
(139, '1066', 'PicoPower Technology'),
|
||
(140, '1067', 'Mitsubishi Electric'),
|
||
(141, '1068', 'Diversified Technology'),
|
||
(142, '1069', 'Mylex Corporation'),
|
||
(143, '106a', 'Aten Research Inc'),
|
||
(144, '106b', 'Apple Inc.'),
|
||
(145, '106c', 'Hynix Semiconductor'),
|
||
(146, '106d', 'Sequent Computer Systems'),
|
||
(147, '106e', 'DFI, Inc'),
|
||
(148, '106f', 'City Gate Development Ltd'),
|
||
(149, '1070', 'Daewoo Telecom Ltd'),
|
||
(150, '1071', 'Mitac'),
|
||
(151, '1072', 'GIT Co Ltd'),
|
||
(152, '1073', 'Yamaha Corporation'),
|
||
(153, '1074', 'NexGen Microsystems'),
|
||
(154, '1075', 'Advanced Integrations Research'),
|
||
(155, '1076', 'Chaintech Computer Co. Ltd'),
|
||
(156, '1077', 'QLogic Corp.'),
|
||
(157, '1078', 'Cyrix Corporation'),
|
||
(158, '1079', 'I-Bus'),
|
||
(159, '107a', 'NetWorth'),
|
||
(160, '107b', 'Gateway, Inc.'),
|
||
(161, '107c', 'LG Electronics [Lucky Goldstar Co. Ltd]'),
|
||
(162, '107d', 'LeadTek Research Inc.'),
|
||
(163, '107e', 'Interphase Corporation'),
|
||
(164, '107f', 'Data Technology Corporation'),
|
||
(165, '1080', 'Contaq Microsystems'),
|
||
(166, '1081', 'Supermac Technology'),
|
||
(167, '1082', 'EFA Corporation of America'),
|
||
(168, '1083', 'Forex Computer Corporation'),
|
||
(169, '1084', 'Parador'),
|
||
(170, '1086', 'J. Bond Computer Systems'),
|
||
(171, '1087', 'Cache Computer'),
|
||
(172, '1088', 'Microcomputer Systems (M) Son'),
|
||
(173, '1089', 'Data General Corporation'),
|
||
(174, '108a', 'SBS Technologies'),
|
||
(175, '108c', 'Oakleigh Systems Inc.'),
|
||
(176, '108d', 'Olicom'),
|
||
(177, '108e', 'Oracle/SUN'),
|
||
(178, '108f', 'Systemsoft'),
|
||
(179, '1090', 'Compro Computer Services, Inc.'),
|
||
(180, '1091', 'Intergraph Corporation'),
|
||
(181, '1092', 'Diamond Multimedia Systems'),
|
||
(182, '1093', 'National Instruments'),
|
||
(183, '1094', 'First International Computers [FIC]'),
|
||
(184, '1095', 'Silicon Image, Inc.'),
|
||
(185, '1096', 'Alacron'),
|
||
(186, '1097', 'Appian Technology'),
|
||
(187, '1098', 'Quantum Designs (H.K.) Ltd'),
|
||
(188, '1099', 'Samsung Electronics Co., Ltd'),
|
||
(189, '109a', 'Packard Bell'),
|
||
(190, '109b', 'Gemlight Computer Ltd.'),
|
||
(191, '109c', 'Megachips Corporation'),
|
||
(192, '109d', 'Zida Technologies Ltd.'),
|
||
(193, '109e', 'Brooktree Corporation'),
|
||
(194, '109f', 'Trigem Computer Inc.'),
|
||
(195, '10a0', 'Meidensha Corporation'),
|
||
(196, '10a1', 'Juko Electronics Ind. Co. Ltd'),
|
||
(197, '10a2', 'Quantum Corporation'),
|
||
(198, '10a3', 'Everex Systems Inc'),
|
||
(199, '10a4', 'Globe Manufacturing Sales'),
|
||
(200, '10a5', 'Smart Link Ltd.'),
|
||
(201, '10a6', 'Informtech Industrial Ltd.'),
|
||
(202, '10a7', 'Benchmarq Microelectronics'),
|
||
(203, '10a8', 'Sierra Semiconductor'),
|
||
(204, '10a9', 'Silicon Graphics Intl. Corp.'),
|
||
(205, '10aa', 'ACC Microelectronics'),
|
||
(206, '10ab', 'Digicom'),
|
||
(207, '10ac', 'Honeywell IAC'),
|
||
(208, '10ad', 'Symphony Labs'),
|
||
(209, '10ae', 'Cornerstone Technology'),
|
||
(210, '10af', 'Micro Computer Systems Inc'),
|
||
(211, '10b0', 'CardExpert Technology'),
|
||
(212, '10b1', 'Cabletron Systems Inc'),
|
||
(213, '10b2', 'Raytheon Company'),
|
||
(214, '10b3', 'Databook Inc'),
|
||
(215, '10b4', 'STB Systems Inc'),
|
||
(216, '10b5', 'PLX Technology, Inc.'),
|
||
(217, '10b6', 'Madge Networks'),
|
||
(218, '10b7', '3Com Corporation'),
|
||
(219, '10b8', 'Standard Microsystems Corp [SMC]'),
|
||
(220, '10b9', 'ULi Electronics Inc.'),
|
||
(221, '10ba', 'Mitsubishi Electric Corp.'),
|
||
(222, '10bb', 'Dapha Electronics Corporation'),
|
||
(223, '10bc', 'Advanced Logic Research'),
|
||
(224, '10bd', 'Surecom Technology'),
|
||
(225, '10be', 'Tseng Labs International Co.'),
|
||
(226, '10bf', 'Most Inc'),
|
||
(227, '10c0', 'Boca Research Inc.'),
|
||
(228, '10c1', 'ICM Co., Ltd.'),
|
||
(229, '10c2', 'Auspex Systems Inc.'),
|
||
(230, '10c3', 'Samsung Semiconductors, Inc.'),
|
||
(231, '10c4', 'Award Software International Inc.'),
|
||
(232, '10c5', 'Xerox Corporation'),
|
||
(233, '10c6', 'Rambus Inc.'),
|
||
(234, '10c7', 'Media Vision'),
|
||
(235, '10c8', 'Neomagic Corporation'),
|
||
(236, '10c9', 'Dataexpert Corporation'),
|
||
(237, '10ca', 'Fujitsu Microelectr., Inc.'),
|
||
(238, '10cb', 'Omron Corporation'),
|
||
(239, '10cc', 'Mai Logic Incorporated'),
|
||
(240, '10cd', 'Advanced System Products, Inc'),
|
||
(241, '10ce', 'Radius'),
|
||
(242, '10cf', 'Fujitsu Limited.'),
|
||
(243, '10d1', 'FuturePlus Systems Corp.'),
|
||
(244, '10d2', 'Molex Incorporated'),
|
||
(245, '10d3', 'Jabil Circuit Inc'),
|
||
(246, '10d4', 'Hualon Microelectronics'),
|
||
(247, '10d5', 'Autologic Inc.'),
|
||
(248, '10d6', 'Cetia'),
|
||
(249, '10d7', 'BCM Advanced Research'),
|
||
(250, '10d8', 'Advanced Peripherals Labs'),
|
||
(251, '10d9', 'Macronix, Inc. [MXIC]'),
|
||
(252, '10da', 'Compaq IPG-Austin'),
|
||
(253, '10db', 'Rohm LSI Systems, Inc.'),
|
||
(254, '10dc', 'CERN/ECP/EDU'),
|
||
(255, '10dd', 'Evans & Sutherland'),
|
||
(256, '10de', 'NVIDIA Corporation'),
|
||
(257, '10df', 'Emulex Corporation'),
|
||
(258, '10e0', 'Integrated Micro Solutions Inc.'),
|
||
(259, '10e1', 'Tekram Technology Co.,Ltd.'),
|
||
(260, '10e2', 'Aptix Corporation'),
|
||
(261, '10e3', 'Tundra Semiconductor Corp.'),
|
||
(262, '10e4', 'Tandem Computers'),
|
||
(263, '10e5', 'Micro Industries Corporation'),
|
||
(264, '10e6', 'Gainbery Computer Products Inc.'),
|
||
(265, '10e7', 'Vadem'),
|
||
(266, '10e8', 'Applied Micro Circuits Corp.'),
|
||
(267, '10e9', 'Alps Electric Co., Ltd.'),
|
||
(268, '10ea', 'Integraphics'),
|
||
(269, '10eb', 'Artists Graphics'),
|
||
(270, '10ec', 'Realtek Semiconductor Co., Ltd.'),
|
||
(271, '10ed', 'Ascii Corporation'),
|
||
(272, '10ee', 'Xilinx Corporation'),
|
||
(273, '10ef', 'Racore Computer Products, Inc.'),
|
||
(274, '10f0', 'Peritek Corporation'),
|
||
(275, '10f1', 'Tyan Computer'),
|
||
(276, '10f2', 'Achme Computer, Inc.'),
|
||
(277, '10f3', 'Alaris, Inc.'),
|
||
(278, '10f4', 'S-MOS Systems, Inc.'),
|
||
(279, '10f5', 'NKK Corporation'),
|
||
(280, '10f6', 'Creative Electronic Systems SA'),
|
||
(281, '10f7', 'Matsushita Electric Industrial Co., Ltd.'),
|
||
(282, '10f8', 'Altos India Ltd'),
|
||
(283, '10f9', 'PC Direct'),
|
||
(284, '10fa', 'Truevision'),
|
||
(285, '10fb', 'Thesys Gesellschaft fuer Mikroelektronik mbH'),
|
||
(286, '10fc', 'I-O Data Device, Inc.'),
|
||
(287, '10fd', 'Soyo Computer, Inc'),
|
||
(288, '10fe', 'Fast Multimedia AG'),
|
||
(289, '10ff', 'NCube'),
|
||
(290, '1100', 'Jazz Multimedia'),
|
||
(291, '1101', 'Initio Corporation'),
|
||
(292, '1102', 'Creative Labs'),
|
||
(293, '1103', 'HighPoint Technologies, Inc.'),
|
||
(294, '1104', 'RasterOps Corp.'),
|
||
(295, '1105', 'Sigma Designs, Inc.'),
|
||
(296, '1106', 'VIA Technologies, Inc.'),
|
||
(297, '1107', 'Stratus Computers'),
|
||
(298, '1108', 'Proteon, Inc.'),
|
||
(299, '1109', 'Cogent Data Technologies, Inc.'),
|
||
(300, '110a', 'Siemens AG'),
|
||
(301, '110b', 'Chromatic Research Inc.'),
|
||
(302, '110c', 'Mini-Max Technology, Inc.'),
|
||
(303, '110d', 'Znyx Advanced Systems'),
|
||
(304, '110e', 'CPU Technology'),
|
||
(305, '110f', 'Ross Technology'),
|
||
(306, '1110', 'Powerhouse Systems'),
|
||
(307, '1111', 'Santa Cruz Operation'),
|
||
(308, '1112', 'Osicom Technologies Inc'),
|
||
(309, '1113', 'Accton Technology Corporation'),
|
||
(310, '1114', 'Atmel Corporation'),
|
||
(311, '1115', '3D Labs'),
|
||
(312, '1116', 'Data Translation'),
|
||
(313, '1117', 'Datacube, Inc'),
|
||
(314, '1118', 'Berg Electronics'),
|
||
(315, '1119', 'ICP Vortex Computersysteme GmbH'),
|
||
(316, '111a', 'Efficient Networks, Inc'),
|
||
(317, '111b', 'Teledyne Electronic Systems'),
|
||
(318, '111c', 'Tricord Systems Inc.'),
|
||
(319, '111d', 'Microsemi / PMC / IDT'),
|
||
(320, '111e', 'Eldec'),
|
||
(321, '111f', 'Precision Digital Images'),
|
||
(322, '1120', 'Dell EMC'),
|
||
(323, '1121', 'Zilog'),
|
||
(324, '1122', 'Multi-tech Systems, Inc.'),
|
||
(325, '1123', 'Excellent Design, Inc.'),
|
||
(326, '1124', 'Leutron Vision AG'),
|
||
(327, '1125', 'Eurocore'),
|
||
(328, '1126', 'Vigra'),
|
||
(329, '1127', 'FORE Systems Inc'),
|
||
(330, '1129', 'Firmworks'),
|
||
(331, '112a', 'Hermes Electronics Company, Ltd.'),
|
||
(332, '112b', 'Heidelberger Druckmaschinen AGHeidelberger Druckmaschinen AG'),
|
||
(333, '112c', 'Zenith Data Systems'),
|
||
(334, '112d', 'Ravicad'),
|
||
(335, '112e', 'Infomedia Microelectronics Inc.'),
|
||
(336, '112f', 'Dalsa Inc.'),
|
||
(337, '1130', 'Computervision'),
|
||
(338, '1131', 'Philips Semiconductors'),
|
||
(339, '1132', 'Mitel Corp.'),
|
||
(340, '1133', 'Dialogic Corporation'),
|
||
(341, '1134', 'Mercury Computer Systems'),
|
||
(342, '1135', 'Fuji Xerox Co Ltd'),
|
||
(343, '1136', 'Momentum Data Systems'),
|
||
(344, '1137', 'Cisco Systems Inc'),
|
||
(345, '1138', 'Ziatech Corporation'),
|
||
(346, '1139', 'Dynamic Pictures, Inc'),
|
||
(347, '113a', 'FWB Inc'),
|
||
(348, '113b', 'Network Computing Devices'),
|
||
(349, '113c', 'Cyclone Microsystems, Inc.'),
|
||
(350, '113d', 'Leading Edge Products Inc'),
|
||
(351, '113e', 'Sanyo Electric Co - Computer Engineering Dept'),
|
||
(352, '113f', 'Equinox Systems, Inc.'),
|
||
(353, '1140', 'Intervoice Inc'),
|
||
(354, '1141', 'Crest Microsystem Inc'),
|
||
(355, '1142', 'Alliance Semiconductor Corporation'),
|
||
(356, '1143', 'NetPower, Inc'),
|
||
(357, '1144', 'Cincinnati Milacron'),
|
||
(358, '1145', 'Workbit Corporation'),
|
||
(359, '1146', 'Force Computers'),
|
||
(360, '1147', 'Interface Corp'),
|
||
(361, '1148', 'SysKonnect'),
|
||
(362, '1149', 'Win System Corporation'),
|
||
(363, '114a', 'VMIC'),
|
||
(364, '114b', 'Canopus Co., Ltd'),
|
||
(365, '114c', 'Annabooks'),
|
||
(366, '114d', 'IC Corporation'),
|
||
(367, '114e', 'Nikon Systems Inc'),
|
||
(368, '114f', 'Digi International'),
|
||
(369, '1150', 'Thinking Machines Corp'),
|
||
(370, '1151', 'JAE Electronics Inc.'),
|
||
(371, '1152', 'Megatek'),
|
||
(372, '1153', 'Land Win Electronic Corp'),
|
||
(373, '1154', 'Melco Inc'),
|
||
(374, '1155', 'Pine Technology Ltd'),
|
||
(375, '1156', 'Periscope Engineering'),
|
||
(376, '1157', 'Avsys Corporation'),
|
||
(377, '1158', 'Voarx R & D Inc'),
|
||
(378, '1159', 'MuTech Corporation'),
|
||
(379, '115a', 'Harlequin Ltd'),
|
||
(380, '115b', 'Parallax Graphics'),
|
||
(381, '115c', 'Photron Ltd.'),
|
||
(382, '115d', 'Xircom'),
|
||
(383, '115e', 'Peer Protocols Inc'),
|
||
(384, '115f', 'Maxtor Corporation'),
|
||
(385, '1160', 'Megasoft Inc'),
|
||
(386, '1161', 'PFU Limited'),
|
||
(387, '1162', 'OA Laboratory Co Ltd'),
|
||
(388, '1163', 'Rendition'),
|
||
(389, '1164', 'Advanced Peripherals Technologies'),
|
||
(390, '1165', 'Imagraph Corporation'),
|
||
(391, '1166', 'Broadcom'),
|
||
(392, '1167', 'Mutoh Industries Inc'),
|
||
(393, '1168', 'Thine Electronics Inc'),
|
||
(394, '1169', 'Centre for Development of Advanced Computing'),
|
||
(395, '116a', 'Luminex Software, Inc.'),
|
||
(396, '116b', 'Connectware Inc'),
|
||
(397, '116c', 'Intelligent Resources Integrated Systems'),
|
||
(398, '116d', 'Martin-Marietta'),
|
||
(399, '116e', 'Electronics for Imaging'),
|
||
(400, '116f', 'Workstation Technology'),
|
||
(401, '1170', 'Inventec Corporation'),
|
||
(402, '1171', 'Loughborough Sound Images Plc'),
|
||
(403, '1172', 'Altera Corporation'),
|
||
(404, '1173', 'Adobe Systems, Inc'),
|
||
(405, '1174', 'Bridgeport Machines'),
|
||
(406, '1175', 'Mitron Computer Inc.'),
|
||
(407, '1176', 'SBE Incorporated'),
|
||
(408, '1177', 'Silicon Engineering'),
|
||
(409, '1178', 'Alfa, Inc.'),
|
||
(410, '1179', 'Toshiba Corporation'),
|
||
(411, '117a', 'A-Trend Technology'),
|
||
(412, '117b', 'L G Electronics, Inc.'),
|
||
(413, '117c', 'ATTO Technology, Inc.'),
|
||
(414, '117d', 'Becton & Dickinson'),
|
||
(415, '117e', 'T/R Systems'),
|
||
(416, '117f', 'Integrated Circuit Systems'),
|
||
(417, '1180', 'Ricoh Co Ltd'),
|
||
(418, '1181', 'Telmatics International'),
|
||
(419, '1183', 'Fujikura Ltd'),
|
||
(420, '1184', 'Forks Inc'),
|
||
(421, '1185', 'Dataworld International Ltd'),
|
||
(422, '1186', 'D-Link System Inc'),
|
||
(423, '1187', 'Advanced Technology Laboratories, Inc.'),
|
||
(424, '1188', 'Shima Seiki Manufacturing Ltd.'),
|
||
(425, '1189', 'Matsushita Electronics Co Ltd'),
|
||
(426, '118a', 'Hilevel Technology'),
|
||
(427, '118b', 'Hypertec Pty Limited'),
|
||
(428, '118c', 'Corollary, Inc'),
|
||
(429, '118d', 'BitFlow Inc'),
|
||
(430, '118e', 'Hermstedt GmbH'),
|
||
(431, '118f', 'Green Logic'),
|
||
(432, '1190', 'Tripace'),
|
||
(433, '1191', 'Artop Electronic Corp'),
|
||
(434, '1192', 'Densan Company Ltd'),
|
||
(435, '1193', 'Zeitnet Inc.'),
|
||
(436, '1194', 'Toucan Technology'),
|
||
(437, '1195', 'Ratoc System Inc'),
|
||
(438, '1196', 'Hytec Electronics Ltd'),
|
||
(439, '1197', 'Gage Applied Sciences, Inc.'),
|
||
(440, '1198', 'Lambda Systems Inc'),
|
||
(441, '1199', 'Attachmate Corporation'),
|
||
(442, '119a', 'Mind Share, Inc.'),
|
||
(443, '119b', 'Omega Micro Inc.'),
|
||
(444, '119c', 'Information Technology Inst.'),
|
||
(445, '119d', 'Bug, Inc. Sapporo Japan'),
|
||
(446, '119e', 'Fujitsu Microelectronics Ltd.'),
|
||
(447, '119f', 'Bull HN Information Systems'),
|
||
(448, '11a0', 'Convex Computer Corporation'),
|
||
(449, '11a1', 'Hamamatsu Photonics K.K.'),
|
||
(450, '11a2', 'Sierra Research and Technology'),
|
||
(451, '11a3', 'Deuretzbacher GmbH & Co. Eng. KG'),
|
||
(452, '11a4', 'Barco Graphics NV'),
|
||
(453, '11a5', 'Microunity Systems Eng. Inc'),
|
||
(454, '11a6', 'Pure Data Ltd.'),
|
||
(455, '11a7', 'Power Computing Corp.'),
|
||
(456, '11a8', 'Systech Corp.'),
|
||
(457, '11a9', 'InnoSys Inc.'),
|
||
(458, '11aa', 'Actel'),
|
||
(459, '11ab', 'Marvell Technology Group Ltd.'),
|
||
(460, '11ac', 'Canon Information Systems Research Aust.'),
|
||
(461, '11ad', 'Lite-On Communications Inc'),
|
||
(462, '11ae', 'Aztech System Ltd'),
|
||
(463, '11af', 'Avid Technology Inc.'),
|
||
(464, '11b0', 'V3 Semiconductor Inc.'),
|
||
(465, '11b1', 'Apricot Computers'),
|
||
(466, '11b2', 'Eastman Kodak'),
|
||
(467, '11b3', 'Barr Systems Inc.'),
|
||
(468, '11b4', 'Leitch Technology International'),
|
||
(469, '11b5', 'Radstone Technology Plc'),
|
||
(470, '11b6', 'United Video Corp'),
|
||
(471, '11b7', 'Motorola'),
|
||
(472, '11b8', 'XPoint Technologies, Inc'),
|
||
(473, '11b9', 'Pathlight Technology Inc.'),
|
||
(474, '11ba', 'Videotron Corp'),
|
||
(475, '11bb', 'Pyramid Technology'),
|
||
(476, '11bc', 'Network Peripherals Inc'),
|
||
(477, '11bd', 'Pinnacle Systems Inc.'),
|
||
(478, '11be', 'International Microcircuits Inc'),
|
||
(479, '11bf', 'Astrodesign, Inc.'),
|
||
(480, '11c0', 'Hewlett Packard'),
|
||
(481, '11c1', 'LSI Corporation'),
|
||
(482, '11c2', 'Sand Microelectronics'),
|
||
(483, '11c3', 'NEC Corporation'),
|
||
(484, '11c4', 'Document Technologies, Inc'),
|
||
(485, '11c5', 'Shiva Corporation'),
|
||
(486, '11c6', 'Dainippon Screen Mfg. Co. Ltd'),
|
||
(487, '11c7', 'D.C.M. Data Systems'),
|
||
(488, '11c8', 'Dolphin Interconnect Solutions AS'),
|
||
(489, '11c9', 'Magma'),
|
||
(490, '11ca', 'LSI Systems, Inc'),
|
||
(491, '11cb', 'Specialix Research Ltd.'),
|
||
(492, '11cc', 'Michels & Kleberhoff Computer GmbH'),
|
||
(493, '11cd', 'HAL Computer Systems, Inc.'),
|
||
(494, '11ce', 'Netaccess'),
|
||
(495, '11cf', 'Pioneer Electronic Corporation'),
|
||
(496, '11d0', 'Lockheed Martin Federal Systems-Manassas'),
|
||
(497, '11d1', 'Auravision'),
|
||
(498, '11d2', 'Intercom Inc.'),
|
||
(499, '11d3', 'Trancell Systems Inc'),
|
||
(500, '11d4', 'Analog Devices'),
|
||
(501, '11d5', 'Ikon Corporation'),
|
||
(502, '11d6', 'Tekelec Telecom'),
|
||
(503, '11d7', 'Trenton Technology, Inc.'),
|
||
(504, '11d8', 'Image Technologies Development'),
|
||
(505, '11d9', 'TEC Corporation'),
|
||
(506, '11da', 'Novell'),
|
||
(507, '11db', 'Sega Enterprises Ltd'),
|
||
(508, '11dc', 'Questra Corporation'),
|
||
(509, '11dd', 'Crosfield Electronics Limited'),
|
||
(510, '11de', 'Zoran Corporation'),
|
||
(511, '11df', 'New Wave PDG'),
|
||
(512, '11e0', 'Cray Communications A/S'),
|
||
(513, '11e1', 'GEC Plessey Semi Inc.'),
|
||
(514, '11e2', 'Samsung Information Systems America'),
|
||
(515, '11e3', 'Quicklogic Corporation'),
|
||
(516, '11e4', 'Second Wave Inc'),
|
||
(517, '11e5', 'IIX Consulting'),
|
||
(518, '11e6', 'Mitsui-Zosen System Research'),
|
||
(519, '11e7', 'Toshiba America, Elec. Company'),
|
||
(520, '11e8', 'Digital Processing Systems Inc.'),
|
||
(521, '11e9', 'Highwater Designs Ltd.'),
|
||
(522, '11ea', 'Elsag Bailey'),
|
||
(523, '11eb', 'Formation Inc.'),
|
||
(524, '11ec', 'Coreco Inc'),
|
||
(525, '11ed', 'Mediamatics'),
|
||
(526, '11ee', 'Dome Imaging Systems Inc'),
|
||
(527, '11ef', 'Nicolet Technologies B.V.'),
|
||
(528, '11f0', 'Compu-Shack'),
|
||
(529, '11f1', 'Symbios Logic Inc'),
|
||
(530, '11f2', 'Picture Tel Japan K.K.'),
|
||
(531, '11f3', 'Keithley Metrabyte'),
|
||
(532, '11f4', 'Kinetic Systems Corporation'),
|
||
(533, '11f5', 'Computing Devices International'),
|
||
(534, '11f6', 'Compex'),
|
||
(535, '11f7', 'Scientific Atlanta'),
|
||
(536, '11f8', 'PMC-Sierra Inc.'),
|
||
(537, '11f9', 'I-Cube Inc'),
|
||
(538, '11fa', 'Kasan Electronics Company, Ltd.'),
|
||
(539, '11fb', 'Datel Inc'),
|
||
(540, '11fc', 'Silicon Magic'),
|
||
(541, '11fd', 'High Street Consultants'),
|
||
(542, '11fe', 'Pepperl+Fuchs Comtrol, Inc.'),
|
||
(543, '11ff', 'Scion Corporation'),
|
||
(544, '1200', 'CSS Corporation'),
|
||
(545, '1201', 'Vista Controls Corp'),
|
||
(546, '1202', 'Network General Corp.'),
|
||
(547, '1203', 'Bayer Corporation, Agfa Division'),
|
||
(548, '1204', 'Lattice Semiconductor Corporation'),
|
||
(549, '1205', 'Array Corporation'),
|
||
(550, '1206', 'Amdahl Corporation'),
|
||
(551, '1208', 'Parsytec GmbH'),
|
||
(552, '1209', 'SCI Systems Inc'),
|
||
(553, '120a', 'Synaptel'),
|
||
(554, '120b', 'Adaptive Solutions'),
|
||
(555, '120c', 'Technical Corp.'),
|
||
(556, '120d', 'Compression Labs, Inc.'),
|
||
(557, '120e', 'Cyclades Corporation'),
|
||
(558, '120f', 'Essential Communications'),
|
||
(559, '1210', 'Hyperparallel Technologies'),
|
||
(560, '1211', 'Braintech Inc'),
|
||
(561, '1213', 'Applied Intelligent Systems, Inc.'),
|
||
(562, '1214', 'Performance Technologies, Inc.'),
|
||
(563, '1215', 'Interware Co., Ltd'),
|
||
(564, '1216', 'Purup Prepress A/S'),
|
||
(565, '1217', 'O2 Micro, Inc.'),
|
||
(566, '1218', 'Hybricon Corp.'),
|
||
(567, '1219', 'First Virtual Corporation'),
|
||
(568, '121a', '3Dfx Interactive, Inc.'),
|
||
(569, '121b', 'Advanced Telecommunications Modules'),
|
||
(570, '121c', 'Nippon Texaco., Ltd'),
|
||
(571, '121d', 'LiPPERT ADLINK Technology GmbH'),
|
||
(572, '121e', 'CSPI'),
|
||
(573, '121f', 'Arcus Technology, Inc.'),
|
||
(574, '1220', 'Ariel Corporation'),
|
||
(575, '1221', 'Contec Co., Ltd'),
|
||
(576, '1222', 'Ancor Communications, Inc.'),
|
||
(577, '1223', 'Artesyn Communication Products'),
|
||
(578, '1224', 'Interactive Images'),
|
||
(579, '1225', 'Power I/O, Inc.'),
|
||
(580, '1227', 'EIZO Rugged Solutions'),
|
||
(581, '1228', 'Norsk Elektro Optikk A/S'),
|
||
(582, '1229', 'Data Kinesis Inc.'),
|
||
(583, '122a', 'Integrated Telecom'),
|
||
(584, '122b', 'LG Industrial Systems Co., Ltd'),
|
||
(585, '122c', 'Sican GmbH'),
|
||
(586, '122d', 'Aztech System Ltd'),
|
||
(587, '122e', 'Xyratex'),
|
||
(588, '122f', 'Andrew Corporation'),
|
||
(589, '1230', 'Fishcamp Engineering'),
|
||
(590, '1231', 'Woodward McCoach, Inc.'),
|
||
(591, '1232', 'GPT Limited'),
|
||
(592, '1233', 'Bus-Tech, Inc.'),
|
||
(593, '1235', 'SMART Modular Technologies'),
|
||
(594, '1236', 'Sigma Designs Corporation'),
|
||
(595, '1237', 'Alta Technology Corporation'),
|
||
(596, '1238', 'Adtran'),
|
||
(597, '1239', '3DO Company'),
|
||
(598, '123a', 'Visicom Laboratories, Inc.'),
|
||
(599, '123b', 'Seeq Technology, Inc.'),
|
||
(600, '123c', 'Century Systems, Inc.'),
|
||
(601, '123d', 'Engineering Design Team, Inc.'),
|
||
(602, '123e', 'Simutech, Inc.'),
|
||
(603, '123f', 'LSI Logic'),
|
||
(604, '1240', 'Marathon Technologies Corp.'),
|
||
(605, '1241', 'DSC Communications'),
|
||
(606, '1242', 'JNI Corporation'),
|
||
(607, '1243', 'Delphax'),
|
||
(608, '1244', 'AVM GmbH'),
|
||
(609, '1245', 'A.P.D., S.A.'),
|
||
(610, '1246', 'Dipix Technologies, Inc.'),
|
||
(611, '1247', 'Xylon Research, Inc.'),
|
||
(612, '1248', 'Central Data Corporation'),
|
||
(613, '1249', 'Samsung Electronics Co., Ltd.'),
|
||
(614, '124a', 'AEG Electrocom GmbH'),
|
||
(615, '124b', 'SBS/Greenspring Modular I/O'),
|
||
(616, '124c', 'Solitron Technologies, Inc.'),
|
||
(617, '124d', 'Stallion Technologies, Inc.'),
|
||
(618, '124e', 'Cylink'),
|
||
(619, '124f', 'Infortrend Technology, Inc.'),
|
||
(620, '1250', 'Hitachi Microcomputer System Ltd'),
|
||
(621, '1251', 'VLSI Solutions Oy'),
|
||
(622, '1253', 'Guzik Technical Enterprises'),
|
||
(623, '1254', 'Linear Systems Ltd.'),
|
||
(624, '1255', 'Optibase Ltd'),
|
||
(625, '1256', 'Perceptive Solutions, Inc.'),
|
||
(626, '1257', 'Vertex Networks, Inc.'),
|
||
(627, '1258', 'Gilbarco, Inc.'),
|
||
(628, '1259', 'Allied Telesis'),
|
||
(629, '125a', 'ABB Power Systems'),
|
||
(630, '125b', 'Asix Electronics Corporation'),
|
||
(631, '125c', 'Aurora Technologies, Inc.'),
|
||
(632, '125d', 'ESS Technology'),
|
||
(633, '125e', 'Specialvideo Engineering SRL'),
|
||
(634, '125f', 'Concurrent Technologies, Inc.'),
|
||
(635, '1260', 'Intersil Corporation'),
|
||
(636, '1261', 'Matsushita-Kotobuki Electronics Industries, Ltd.'),
|
||
(637, '1262', 'ES Computer Company, Ltd.'),
|
||
(638, '1263', 'Sonic Solutions'),
|
||
(639, '1264', 'Aval Nagasaki Corporation'),
|
||
(640, '1265', 'Casio Computer Co., Ltd.'),
|
||
(641, '1266', 'Microdyne Corporation'),
|
||
(642, '1267', 'S. A. Telecommunications'),
|
||
(643, '1268', 'Tektronix'),
|
||
(644, '1269', 'Thomson-CSF/TTM'),
|
||
(645, '126a', 'Lexmark International, Inc.'),
|
||
(646, '126b', 'Adax, Inc.'),
|
||
(647, '126c', 'Northern Telecom'),
|
||
(648, '126d', 'Splash Technology, Inc.'),
|
||
(649, '126e', 'Sumitomo Metal Industries, Ltd.'),
|
||
(650, '126f', 'Silicon Motion, Inc.'),
|
||
(651, '1270', 'Olympus Optical Co., Ltd.'),
|
||
(652, '1271', 'GW Instruments'),
|
||
(653, '1272', 'Telematics International'),
|
||
(654, '1273', 'Hughes Network Systems'),
|
||
(655, '1274', 'Ensoniq'),
|
||
(656, '1275', 'Network Appliance Corporation'),
|
||
(657, '1276', 'Switched Network Technologies, Inc.'),
|
||
(658, '1277', 'Comstream'),
|
||
(659, '1278', 'Transtech Parallel Systems Ltd.'),
|
||
(660, '1279', 'Transmeta Corporation'),
|
||
(661, '127a', 'Rockwell International'),
|
||
(662, '127b', 'Pixera Corporation'),
|
||
(663, '127c', 'Crosspoint Solutions, Inc.'),
|
||
(664, '127d', 'Vela Research'),
|
||
(665, '127e', 'Winnov, L.P.'),
|
||
(666, '127f', 'Fujifilm'),
|
||
(667, '1280', 'Photoscript Group Ltd.'),
|
||
(668, '1281', 'Yokogawa Electric Corporation'),
|
||
(669, '1282', 'Davicom Semiconductor, Inc.'),
|
||
(670, '1283', 'Integrated Technology Express, Inc.'),
|
||
(671, '1284', 'Sahara Networks, Inc.'),
|
||
(672, '1285', 'Platform Technologies, Inc.'),
|
||
(673, '1286', 'Mazet GmbH'),
|
||
(674, '1287', 'M-Pact, Inc.'),
|
||
(675, '1288', 'Timestep Corporation'),
|
||
(676, '1289', 'AVC Technology, Inc.'),
|
||
(677, '128a', 'Asante Technologies, Inc.'),
|
||
(678, '128b', 'Transwitch Corporation'),
|
||
(679, '128c', 'Retix Corporation'),
|
||
(680, '128d', 'G2 Networks, Inc.'),
|
||
(681, '128e', 'Hoontech Corporation/Samho Multi Tech Ltd.'),
|
||
(682, '128f', 'Tateno Dennou, Inc.'),
|
||
(683, '1290', 'Sord Computer Corporation'),
|
||
(684, '1291', 'NCS Computer Italia'),
|
||
(685, '1292', 'Tritech Microelectronics Inc'),
|
||
(686, '1293', 'Media Reality Technology'),
|
||
(687, '1294', 'Rhetorex, Inc.'),
|
||
(688, '1295', 'Imagenation Corporation'),
|
||
(689, '1296', 'Kofax Image Products'),
|
||
(690, '1297', 'Holco Enterprise Co, Ltd/Shuttle Computer'),
|
||
(691, '1298', 'Spellcaster Telecommunications Inc.'),
|
||
(692, '1299', 'Knowledge Technology Lab.'),
|
||
(693, '129a', 'VMetro, inc.'),
|
||
(694, '129b', 'Image Access'),
|
||
(695, '129c', 'Jaycor'),
|
||
(696, '129d', 'Compcore Multimedia, Inc.'),
|
||
(697, '129e', 'Victor Company of Japan, Ltd.'),
|
||
(698, '129f', 'OEC Medical Systems, Inc.'),
|
||
(699, '12a0', 'Allen-Bradley Company'),
|
||
(700, '12a1', 'Simpact Associates, Inc.'),
|
||
(701, '12a2', 'Newgen Systems Corporation'),
|
||
(702, '12a3', 'Lucent Technologies'),
|
||
(703, '12a4', 'NTT Electronics Corporation'),
|
||
(704, '12a5', 'Vision Dynamics Ltd.'),
|
||
(705, '12a6', 'Scalable Networks, Inc.'),
|
||
(706, '12a7', 'AMO GmbH'),
|
||
(707, '12a8', 'News Datacom'),
|
||
(708, '12a9', 'Xiotech Corporation'),
|
||
(709, '12aa', 'SDL Communications, Inc.'),
|
||
(710, '12ab', 'YUAN High-Tech Development Co., Ltd.'),
|
||
(711, '12ac', 'Measurex Corporation'),
|
||
(712, '12ad', 'Multidata GmbH'),
|
||
(713, '12ae', 'Alteon Networks Inc.'),
|
||
(714, '12af', 'TDK USA Corp'),
|
||
(715, '12b0', 'Jorge Scientific Corp'),
|
||
(716, '12b1', 'GammaLink'),
|
||
(717, '12b2', 'General Signal Networks'),
|
||
(718, '12b3', 'Inter-Face Co Ltd'),
|
||
(719, '12b4', 'FutureTel Inc'),
|
||
(720, '12b5', 'Granite Systems Inc.'),
|
||
(721, '12b6', 'Natural Microsystems'),
|
||
(722, '12b7', 'Cognex Corporation'),
|
||
(723, '12b8', 'Korg'),
|
||
(724, '12b9', '3Com Corp, Modem Division'),
|
||
(725, '12ba', 'BittWare, Inc.'),
|
||
(726, '12bb', 'Nippon Unisoft Corporation'),
|
||
(727, '12bc', 'Array Microsystems'),
|
||
(728, '12bd', 'Computerm Corp.'),
|
||
(729, '12be', 'Anchor Chips Inc.'),
|
||
(730, '12bf', 'Fujifilm Microdevices'),
|
||
(731, '12c0', 'Infimed'),
|
||
(732, '12c1', 'GMM Research Corp'),
|
||
(733, '12c2', 'Mentec Limited'),
|
||
(734, '12c3', 'Holtek Microelectronics Inc'),
|
||
(735, '12c4', 'Connect Tech Inc'),
|
||
(736, '12c5', 'Picture Elements Incorporated'),
|
||
(737, '12c6', 'Mitani Corporation'),
|
||
(738, '12c7', 'Dialogic Corp'),
|
||
(739, '12c8', 'G Force Co, Ltd'),
|
||
(740, '12c9', 'Gigi Operations'),
|
||
(741, '12ca', 'Integrated Computing Engines'),
|
||
(742, '12cb', 'Antex Electronics Corporation'),
|
||
(743, '12cc', 'Pluto Technologies International'),
|
||
(744, '12cd', 'Aims Lab'),
|
||
(745, '12ce', 'Netspeed Inc.'),
|
||
(746, '12cf', 'Prophet Systems, Inc.'),
|
||
(747, '12d0', 'GDE Systems, Inc.'),
|
||
(748, '12d1', 'PSITech'),
|
||
(749, '12d2', 'NVidia / SGS Thomson (Joint Venture)'),
|
||
(750, '12d3', 'Vingmed Sound A/S'),
|
||
(751, '12d4', 'Ulticom (Formerly DGM&S)'),
|
||
(752, '12d5', 'Equator Technologies Inc'),
|
||
(753, '12d6', 'Analogic Corp'),
|
||
(754, '12d7', 'Biotronic SRL'),
|
||
(755, '12d8', 'Pericom Semiconductor'),
|
||
(756, '12d9', 'Aculab PLC'),
|
||
(757, '12da', 'True Time Inc.'),
|
||
(758, '12db', 'Annapolis Micro Systems, Inc'),
|
||
(759, '12dc', 'Symicron Computer Communication Ltd.'),
|
||
(760, '12dd', 'Management Graphics'),
|
||
(761, '12de', 'Rainbow Technologies'),
|
||
(762, '12df', 'SBS Technologies Inc'),
|
||
(763, '12e0', 'Chase Research'),
|
||
(764, '12e1', 'Nintendo Co, Ltd'),
|
||
(765, '12e2', 'Datum Inc. Bancomm-Timing Division'),
|
||
(766, '12e3', 'Imation Corp - Medical Imaging Systems'),
|
||
(767, '12e4', 'Brooktrout Technology Inc'),
|
||
(768, '12e5', 'Apex Semiconductor Inc'),
|
||
(769, '12e6', 'Cirel Systems'),
|
||
(770, '12e7', 'Sunsgroup Corporation'),
|
||
(771, '12e8', 'Crisc Corp'),
|
||
(772, '12e9', 'GE Spacenet'),
|
||
(773, '12ea', 'Zuken'),
|
||
(774, '12eb', 'Aureal Semiconductor'),
|
||
(775, '12ec', '3A International, Inc.'),
|
||
(776, '12ed', 'Optivision Inc.'),
|
||
(777, '12ee', 'Orange Micro'),
|
||
(778, '12ef', 'Vienna Systems'),
|
||
(779, '12f0', 'Pentek'),
|
||
(780, '12f1', 'Sorenson Vision Inc'),
|
||
(781, '12f2', 'Gammagraphx, Inc.'),
|
||
(782, '12f3', 'Radstone Technology'),
|
||
(783, '12f4', 'Megatel'),
|
||
(784, '12f5', 'Forks'),
|
||
(785, '12f6', 'Dawson France'),
|
||
(786, '12f7', 'Cognex'),
|
||
(787, '12f8', 'Electronic Design GmbH'),
|
||
(788, '12f9', 'Four Fold Ltd'),
|
||
(789, '12fb', 'Spectrum Signal Processing'),
|
||
(790, '12fc', 'Capital Equipment Corp'),
|
||
(791, '12fd', 'I2S'),
|
||
(792, '12fe', 'ESD Electronic System Design GmbH'),
|
||
(793, '12ff', 'Lexicon'),
|
||
(794, '1300', 'Harman International Industries Inc'),
|
||
(795, '1302', 'Computer Sciences Corp'),
|
||
(796, '1303', 'Innovative Integration'),
|
||
(797, '1304', 'Juniper Networks'),
|
||
(798, '1305', 'Netphone, Inc'),
|
||
(799, '1306', 'Duet Technologies'),
|
||
(800, '1307', 'Measurement Computing'),
|
||
(801, '1308', 'Jato Technologies Inc.'),
|
||
(802, '1309', 'AB Semiconductor Ltd'),
|
||
(803, '130a', 'Mitsubishi Electric Microcomputer'),
|
||
(804, '130b', 'Colorgraphic Communications Corp'),
|
||
(805, '130c', 'Ambex Technologies, Inc'),
|
||
(806, '130d', 'Accelerix Inc'),
|
||
(807, '130e', 'Yamatake-Honeywell Co. Ltd'),
|
||
(808, '130f', 'Advanet Inc'),
|
||
(809, '1310', 'Gespac'),
|
||
(810, '1311', 'Videoserver, Inc'),
|
||
(811, '1312', 'Acuity Imaging, Inc'),
|
||
(812, '1313', 'Yaskawa Electric Co.'),
|
||
(813, '1315', 'Wavesat'),
|
||
(814, '1316', 'Teradyne Inc'),
|
||
(815, '1317', 'ADMtek'),
|
||
(816, '1318', 'Packet Engines Inc.'),
|
||
(817, '1319', 'Fortemedia, Inc'),
|
||
(818, '131a', 'Finisar Corp.'),
|
||
(819, '131c', 'Nippon Electro-Sensory Devices Corp'),
|
||
(820, '131d', 'Sysmic, Inc.'),
|
||
(821, '131e', 'Xinex Networks Inc'),
|
||
(822, '131f', 'Siig Inc'),
|
||
(823, '1320', 'Crypto AG'),
|
||
(824, '1321', 'Arcobel Graphics BV'),
|
||
(825, '1322', 'MTT Co., Ltd'),
|
||
(826, '1323', 'Dome Inc'),
|
||
(827, '1324', 'Sphere Communications'),
|
||
(828, '1325', 'Salix Technologies, Inc'),
|
||
(829, '1326', 'Seachange international'),
|
||
(830, '1327', 'Voss scientific'),
|
||
(831, '1328', 'quadrant international'),
|
||
(832, '1329', 'Productivity Enhancement'),
|
||
(833, '132a', 'Microcom Inc.'),
|
||
(834, '132b', 'Broadband Technologies'),
|
||
(835, '132c', 'Micrel Inc'),
|
||
(836, '132d', 'Integrated Silicon Solution, Inc.'),
|
||
(837, '1330', 'MMC Networks'),
|
||
(838, '1331', 'RadiSys Corporation'),
|
||
(839, '1332', 'Micro Memory'),
|
||
(840, '1334', 'Redcreek Communications, Inc'),
|
||
(841, '1335', 'Videomail, Inc'),
|
||
(842, '1337', 'Third Planet Publishing'),
|
||
(843, '1338', 'BT Electronics'),
|
||
(844, '133a', 'Vtel Corp'),
|
||
(845, '133b', 'Softcom Microsystems'),
|
||
(846, '133c', 'Holontech Corp'),
|
||
(847, '133d', 'SS Technologies'),
|
||
(848, '133e', 'Virtual Computer Corp'),
|
||
(849, '133f', 'SCM Microsystems'),
|
||
(850, '1340', 'Atalla Corp'),
|
||
(851, '1341', 'Kyoto Microcomputer Co'),
|
||
(852, '1342', 'Promax Systems Inc'),
|
||
(853, '1343', 'Phylon Communications Inc'),
|
||
(854, '1344', 'Micron Technology Inc'),
|
||
(855, '1345', 'Arescom Inc'),
|
||
(856, '1347', 'Odetics'),
|
||
(857, '1349', 'Sumitomo Electric Industries, Ltd.'),
|
||
(858, '134a', 'DTC Technology Corp.'),
|
||
(859, '134b', 'ARK Research Corp.'),
|
||
(860, '134c', 'Chori Joho System Co. Ltd'),
|
||
(861, '134d', 'PCTel Inc'),
|
||
(862, '134e', 'CSTI'),
|
||
(863, '134f', 'Algo System Co Ltd'),
|
||
(864, '1350', 'Systec Co. Ltd'),
|
||
(865, '1351', 'Sonix Inc'),
|
||
(866, '1353', 'dbeeSet Technology'),
|
||
(867, '1354', 'Dwave System Inc'),
|
||
(868, '1355', 'Kratos Analytical Ltd'),
|
||
(869, '1356', 'The Logical Co'),
|
||
(870, '1359', 'Prisa Networks'),
|
||
(871, '135a', 'Brain Boxes'),
|
||
(872, '135b', 'Giganet Inc'),
|
||
(873, '135c', 'Quatech Inc'),
|
||
(874, '135d', 'ABB Network Partner AB'),
|
||
(875, '135e', 'Sealevel Systems Inc'),
|
||
(876, '135f', 'I-Data International A-S'),
|
||
(877, '1360', 'Meinberg Funkuhren'),
|
||
(878, '1361', 'Soliton Systems K.K.'),
|
||
(879, '1362', 'Fujifacom Corporation'),
|
||
(880, '1363', 'Phoenix Technology Ltd'),
|
||
(881, '1364', 'ATM Communications Inc'),
|
||
(882, '1365', 'Hypercope GmbH'),
|
||
(883, '1366', 'Teijin Seiki Co. Ltd'),
|
||
(884, '1367', 'Hitachi Zosen Corporation'),
|
||
(885, '1368', 'Skyware Corporation'),
|
||
(886, '1369', 'Digigram'),
|
||
(887, '136a', 'High Soft Tech'),
|
||
(888, '136b', 'Kawasaki Steel Corporation'),
|
||
(889, '136c', 'Adtek System Science Co Ltd'),
|
||
(890, '136d', 'Gigalabs Inc'),
|
||
(891, '136f', 'Applied Magic Inc'),
|
||
(892, '1370', 'ATL Products'),
|
||
(893, '1371', 'CNet Technology Inc'),
|
||
(894, '1373', 'Silicon Vision Inc'),
|
||
(895, '1374', 'Silicom Ltd.'),
|
||
(896, '1375', 'Argosystems Inc'),
|
||
(897, '1376', 'LMC'),
|
||
(898, '1377', 'Electronic Equipment Production & Distribution GmbH'),
|
||
(899, '1378', 'Telemann Co. Ltd'),
|
||
(900, '1379', 'Asahi Kasei Microsystems Co Ltd'),
|
||
(901, '137a', 'Mark of the Unicorn Inc'),
|
||
(902, '137b', 'PPT Vision'),
|
||
(903, '137c', 'Iwatsu Electric Co Ltd'),
|
||
(904, '137d', 'Dynachip Corporation'),
|
||
(905, '137e', 'Patriot Scientific Corporation'),
|
||
(906, '137f', 'Japan Satellite Systems Inc'),
|
||
(907, '1380', 'Sanritz Automation Co Ltd'),
|
||
(908, '1381', 'Brains Co. Ltd'),
|
||
(909, '1382', 'Marian - Electronic & Software'),
|
||
(910, '1383', 'Controlnet Inc'),
|
||
(911, '1384', 'Reality Simulation Systems Inc'),
|
||
(912, '1385', 'Netgear'),
|
||
(913, '1386', 'Video Domain Technologies'),
|
||
(914, '1387', 'Systran Corp'),
|
||
(915, '1388', 'Hitachi Information Technology Co Ltd'),
|
||
(916, '1389', 'Applicom International'),
|
||
(917, '138a', 'Fusion Micromedia Corp'),
|
||
(918, '138b', 'Tokimec Inc'),
|
||
(919, '138c', 'Silicon Reality'),
|
||
(920, '138d', 'Future Techno Designs pte Ltd'),
|
||
(921, '138e', 'Basler GmbH'),
|
||
(922, '138f', 'Patapsco Designs Inc'),
|
||
(923, '1390', 'Concept Development Inc'),
|
||
(924, '1391', 'Development Concepts Inc'),
|
||
(925, '1392', 'Medialight Inc'),
|
||
(926, '1393', 'Moxa Technologies Co Ltd'),
|
||
(927, '1394', 'Level One Communications'),
|
||
(928, '1395', 'Ambicom Inc'),
|
||
(929, '1396', 'Cipher Systems Inc'),
|
||
(930, '1397', 'Cologne Chip Designs GmbH'),
|
||
(931, '1398', 'Clarion co. Ltd'),
|
||
(932, '1399', 'Rios systems Co Ltd'),
|
||
(933, '139a', 'Alacritech Inc'),
|
||
(934, '139b', 'Mediasonic Multimedia Systems Ltd'),
|
||
(935, '139c', 'Quantum 3d Inc'),
|
||
(936, '139d', 'EPL limited'),
|
||
(937, '139e', 'Media4'),
|
||
(938, '139f', 'Aethra s.r.l.'),
|
||
(939, '13a0', 'Crystal Group Inc'),
|
||
(940, '13a1', 'Kawasaki Heavy Industries Ltd'),
|
||
(941, '13a2', 'Ositech Communications Inc'),
|
||
(942, '13a3', 'Hifn Inc.'),
|
||
(943, '13a4', 'Rascom Inc'),
|
||
(944, '13a5', 'Audio Digital Imaging Inc'),
|
||
(945, '13a6', 'Videonics Inc'),
|
||
(946, '13a7', 'Teles AG'),
|
||
(947, '13a8', 'Exar Corp.'),
|
||
(948, '13a9', 'Siemens Medical Systems, Ultrasound Group'),
|
||
(949, '13aa', 'Broadband Networks Inc'),
|
||
(950, '13ab', 'Arcom Control Systems Ltd'),
|
||
(951, '13ac', 'Motion Media Technology Ltd'),
|
||
(952, '13ad', 'Nexus Inc'),
|
||
(953, '13ae', 'ALD Technology Ltd'),
|
||
(954, '13af', 'T.Sqware'),
|
||
(955, '13b0', 'Maxspeed Corp'),
|
||
(956, '13b1', 'Tamura corporation'),
|
||
(957, '13b2', 'Techno Chips Co. Ltd'),
|
||
(958, '13b3', 'Lanart Corporation'),
|
||
(959, '13b4', 'Wellbean Co Inc'),
|
||
(960, '13b5', 'ARM'),
|
||
(961, '13b6', 'Dlog GmbH'),
|
||
(962, '13b7', 'Logic Devices Inc'),
|
||
(963, '13b8', 'Nokia Telecommunications oy'),
|
||
(964, '13b9', 'Elecom Co Ltd'),
|
||
(965, '13ba', 'Oxford Instruments'),
|
||
(966, '13bb', 'Sanyo Technosound Co Ltd'),
|
||
(967, '13bc', 'Bitran Corporation'),
|
||
(968, '13bd', 'Sharp corporation'),
|
||
(969, '13be', 'Miroku Jyoho Service Co. Ltd'),
|
||
(970, '13bf', 'Sharewave Inc'),
|
||
(971, '13c0', 'Microgate Corporation'),
|
||
(972, '13c1', '3ware Inc'),
|
||
(973, '13c2', 'Technotrend Systemtechnik GmbH'),
|
||
(974, '13c3', 'Janz Computer AG'),
|
||
(975, '13c4', 'Phase Metrics'),
|
||
(976, '13c5', 'Alphi Technology Corp'),
|
||
(977, '13c6', 'Condor Engineering Inc'),
|
||
(978, '13c7', 'Blue Chip Technology Ltd'),
|
||
(979, '13c8', 'Apptech Inc'),
|
||
(980, '13c9', 'Eaton Corporation'),
|
||
(981, '13ca', 'Iomega Corporation'),
|
||
(982, '13cb', 'Yano Electric Co Ltd'),
|
||
(983, '13cc', 'BARCO'),
|
||
(984, '13cd', 'Compatible Systems Corporation'),
|
||
(985, '13ce', 'Cocom A/S'),
|
||
(986, '13cf', 'Studio Audio & Video Ltd'),
|
||
(987, '13d0', 'Techsan Electronics Co Ltd'),
|
||
(988, '13d1', 'Abocom Systems Inc'),
|
||
(989, '13d2', 'Shark Multimedia Inc'),
|
||
(990, '13d4', 'Graphics Microsystems Inc'),
|
||
(991, '13d5', 'Media 100 Inc'),
|
||
(992, '13d6', 'K.I. Technology Co Ltd'),
|
||
(993, '13d7', 'Toshiba Engineering Corporation'),
|
||
(994, '13d8', 'Phobos corporation'),
|
||
(995, '13d9', 'Apex PC Solutions Inc'),
|
||
(996, '13da', 'Intresource Systems pte Ltd'),
|
||
(997, '13db', 'Janich & Klass Computertechnik GmbH'),
|
||
(998, '13dc', 'Netboost Corporation'),
|
||
(999, '13dd', 'Multimedia Bundle Inc'),
|
||
(1000, '13de', 'ABB Robotics Products AB'),
|
||
(1001, '13df', 'E-Tech Inc'),
|
||
(1002, '13e0', 'GVC Corporation'),
|
||
(1003, '13e1', 'Silicom Multimedia Systems Inc'),
|
||
(1004, '13e2', 'Dynamics Research Corporation'),
|
||
(1005, '13e3', 'Nest Inc'),
|
||
(1006, '13e4', 'Calculex Inc'),
|
||
(1007, '13e5', 'Telesoft Design Ltd'),
|
||
(1008, '13e6', 'Argosy research Inc'),
|
||
(1009, '13e7', 'NAC Incorporated'),
|
||
(1010, '13e8', 'Chip Express Corporation'),
|
||
(1011, '13e9', 'Intraserver Technology Inc'),
|
||
(1012, '13ea', 'Dallas Semiconductor'),
|
||
(1013, '13eb', 'Hauppauge Computer Works Inc'),
|
||
(1014, '13ec', 'Zydacron Inc'),
|
||
(1015, '13ed', 'Raytheion E-Systems'),
|
||
(1016, '13ee', 'Hayes Microcomputer Products Inc'),
|
||
(1017, '13ef', 'Coppercom Inc'),
|
||
(1018, '13f0', 'Sundance Technology Inc / IC Plus Corp'),
|
||
(1019, '13f1', 'Oce\' - Technologies B.V.'),
|
||
(1020, '13f2', 'Ford Microelectronics Inc'),
|
||
(1021, '13f3', 'Mcdata Corporation'),
|
||
(1022, '13f4', 'Troika Networks, Inc.'),
|
||
(1023, '13f5', 'Kansai Electric Co. Ltd'),
|
||
(1024, '13f6', 'C-Media Electronics Inc'),
|
||
(1025, '13f7', 'Wildfire Communications'),
|
||
(1026, '13f8', 'Ad Lib Multimedia Inc'),
|
||
(1027, '13f9', 'NTT Advanced Technology Corp.'),
|
||
(1028, '13fa', 'Pentland Systems Ltd'),
|
||
(1029, '13fb', 'Aydin Corp'),
|
||
(1030, '13fc', 'Computer Peripherals International'),
|
||
(1031, '13fd', 'Micro Science Inc'),
|
||
(1032, '13fe', 'Advantech Co. Ltd'),
|
||
(1033, '13ff', 'Silicon Spice Inc'),
|
||
(1034, '1400', 'Artx Inc'),
|
||
(1035, '1401', 'CR-Systems A/S'),
|
||
(1036, '1402', 'Meilhaus Electronic GmbH'),
|
||
(1037, '1403', 'Ascor Inc'),
|
||
(1038, '1404', 'Fundamental Software Inc'),
|
||
(1039, '1405', 'Excalibur Systems Inc'),
|
||
(1040, '1406', 'Oce\' Printing Systems GmbH'),
|
||
(1041, '1407', 'Lava Computer mfg Inc'),
|
||
(1042, '1408', 'Aloka Co. Ltd'),
|
||
(1043, '1409', 'Timedia Technology Co Ltd'),
|
||
(1044, '140a', 'DSP Research Inc'),
|
||
(1045, '140b', 'Abaco Systems, Inc.'),
|
||
(1046, '140c', 'Elmic Systems Inc'),
|
||
(1047, '140d', 'Matsushita Electric Works Ltd'),
|
||
(1048, '140e', 'Goepel Electronic GmbH'),
|
||
(1049, '140f', 'Salient Systems Corp'),
|
||
(1050, '1410', 'Midas lab Inc'),
|
||
(1051, '1411', 'Ikos Systems Inc'),
|
||
(1052, '1412', 'VIA Technologies Inc.'),
|
||
(1053, '1413', 'Addonics'),
|
||
(1054, '1414', 'Microsoft Corporation'),
|
||
(1055, '1415', 'Oxford Semiconductor Ltd'),
|
||
(1056, '1416', 'Multiwave Innovation pte Ltd'),
|
||
(1057, '1417', 'Convergenet Technologies Inc'),
|
||
(1058, '1418', 'Kyushu electronics systems Inc'),
|
||
(1059, '1419', 'Excel Switching Corp'),
|
||
(1060, '141a', 'Apache Micro Peripherals Inc'),
|
||
(1061, '141b', 'Zoom Telephonics Inc'),
|
||
(1062, '141d', 'Digitan Systems Inc'),
|
||
(1063, '141e', 'Fanuc Ltd'),
|
||
(1064, '141f', 'Visiontech Ltd'),
|
||
(1065, '1420', 'Psion Dacom plc'),
|
||
(1066, '1421', 'Ads Technologies Inc'),
|
||
(1067, '1422', 'Ygrec Systems Co Ltd'),
|
||
(1068, '1423', 'Custom Technology Corp.'),
|
||
(1069, '1424', 'Videoserver Connections'),
|
||
(1070, '1425', 'Chelsio Communications Inc'),
|
||
(1071, '1426', 'Storage Technology Corp.'),
|
||
(1072, '1427', 'Better On-Line Solutions'),
|
||
(1073, '1428', 'Edec Co Ltd'),
|
||
(1074, '1429', 'Unex Technology Corp.'),
|
||
(1075, '142a', 'Kingmax Technology Inc'),
|
||
(1076, '142b', 'Radiolan'),
|
||
(1077, '142c', 'Minton Optic Industry Co Ltd'),
|
||
(1078, '142d', 'Pix stream Inc'),
|
||
(1079, '142e', 'Vitec Multimedia'),
|
||
(1080, '142f', 'Radicom Research Inc'),
|
||
(1081, '1430', 'ITT Aerospace/Communications Division'),
|
||
(1082, '1431', 'Gilat Satellite Networks'),
|
||
(1083, '1432', 'Edimax Computer Co.'),
|
||
(1084, '1433', 'Eltec Elektronik GmbH'),
|
||
(1085, '1435', 'RTD Embedded Technologies, Inc.'),
|
||
(1086, '1436', 'CIS Technology Inc'),
|
||
(1087, '1437', 'Nissin Inc Co'),
|
||
(1088, '1438', 'Atmel-dream'),
|
||
(1089, '1439', 'Outsource Engineering & Mfg. Inc'),
|
||
(1090, '143a', 'Stargate Solutions Inc'),
|
||
(1091, '143b', 'Canon Research Center, America'),
|
||
(1092, '143c', 'Amlogic Inc'),
|
||
(1093, '143d', 'Tamarack Microelectronics Inc'),
|
||
(1094, '143e', 'Jones Futurex Inc'),
|
||
(1095, '143f', 'Lightwell Co Ltd - Zax Division'),
|
||
(1096, '1440', 'ALGOL Corp.'),
|
||
(1097, '1441', 'AGIE Ltd'),
|
||
(1098, '1442', 'Phoenix Contact GmbH & Co.'),
|
||
(1099, '1443', 'Unibrain S.A.'),
|
||
(1100, '1444', 'TRW'),
|
||
(1101, '1445', 'Logical DO Ltd'),
|
||
(1102, '1446', 'Graphin Co Ltd'),
|
||
(1103, '1447', 'AIM GmBH'),
|
||
(1104, '1448', 'Alesis Studio Electronics'),
|
||
(1105, '1449', 'TUT Systems Inc'),
|
||
(1106, '144a', 'Adlink Technology'),
|
||
(1107, '144b', 'Verint Systems Inc.'),
|
||
(1108, '144c', 'Catalina Research Inc'),
|
||
(1109, '144d', 'Samsung Electronics Co Ltd'),
|
||
(1110, '144e', 'OLITEC'),
|
||
(1111, '144f', 'Askey Computer Corp.'),
|
||
(1112, '1450', 'Octave Communications Ind.'),
|
||
(1113, '1451', 'SP3D Chip Design GmBH'),
|
||
(1114, '1453', 'MYCOM Inc'),
|
||
(1115, '1454', 'Altiga Networks'),
|
||
(1116, '1455', 'Logic Plus Plus Inc'),
|
||
(1117, '1456', 'Advanced Hardware Architectures'),
|
||
(1118, '1457', 'Nuera Communications Inc'),
|
||
(1119, '1458', 'Gigabyte Technology Co., Ltd'),
|
||
(1120, '1459', 'DOOIN Electronics'),
|
||
(1121, '145a', 'Escalate Networks Inc'),
|
||
(1122, '145b', 'PRAIM SRL'),
|
||
(1123, '145c', 'Cryptek'),
|
||
(1124, '145d', 'Gallant Computer Inc'),
|
||
(1125, '145e', 'Aashima Technology B.V.'),
|
||
(1126, '145f', 'Baldor Electric Company'),
|
||
(1127, '1460', 'DYNARC INC'),
|
||
(1128, '1461', 'Avermedia Technologies Inc'),
|
||
(1129, '1462', 'Micro-Star International Co., Ltd. [MSI]'),
|
||
(1130, '1463', 'Fast Corporation'),
|
||
(1131, '1464', 'Interactive Circuits & Systems Ltd'),
|
||
(1132, '1465', 'GN NETTEST Telecom DIV.'),
|
||
(1133, '1466', 'Designpro Inc.'),
|
||
(1134, '1467', 'DIGICOM SPA'),
|
||
(1135, '1468', 'AMBIT Microsystem Corp.'),
|
||
(1136, '1469', 'Cleveland Motion Controls'),
|
||
(1137, '146a', 'Aeroflex'),
|
||
(1138, '146b', 'Parascan Technologies Ltd'),
|
||
(1139, '146c', 'Ruby Tech Corp.'),
|
||
(1140, '146d', 'Tachyon, INC.'),
|
||
(1141, '146e', 'Williams Electronics Games, Inc.'),
|
||
(1142, '146f', 'Multi Dimensional Consulting Inc'),
|
||
(1143, '1470', 'Bay Networks'),
|
||
(1144, '1471', 'Integrated Telecom Express Inc'),
|
||
(1145, '1472', 'DAIKIN Industries, Ltd'),
|
||
(1146, '1473', 'ZAPEX Technologies Inc'),
|
||
(1147, '1474', 'Doug Carson & Associates'),
|
||
(1148, '1475', 'PICAZO Communications'),
|
||
(1149, '1476', 'MORTARA Instrument Inc'),
|
||
(1150, '1477', 'Net Insight'),
|
||
(1151, '1478', 'DIATREND Corporation'),
|
||
(1152, '1479', 'TORAY Industries Inc'),
|
||
(1153, '147a', 'FORMOSA Industrial Computing'),
|
||
(1154, '147b', 'ABIT Computer Corp.'),
|
||
(1155, '147c', 'AWARE, Inc.'),
|
||
(1156, '147d', 'Interworks Computer Products'),
|
||
(1157, '147e', 'Matsushita Graphic Communication Systems, Inc.'),
|
||
(1158, '147f', 'NIHON UNISYS, Ltd.'),
|
||
(1159, '1480', 'SCII Telecom'),
|
||
(1160, '1481', 'BIOPAC Systems Inc'),
|
||
(1161, '1482', 'ISYTEC - Integrierte Systemtechnik GmBH'),
|
||
(1162, '1483', 'LABWAY Corporation'),
|
||
(1163, '1484', 'Logic Corporation'),
|
||
(1164, '1485', 'ERMA - Electronic GmBH'),
|
||
(1165, '1486', 'L3 Communications Telemetry & Instrumentation'),
|
||
(1166, '1487', 'MARQUETTE Medical Systems'),
|
||
(1167, '1489', 'KYE Systems Corporation'),
|
||
(1168, '148a', 'OPTO'),
|
||
(1169, '148b', 'INNOMEDIALOGIC Inc.'),
|
||
(1170, '148c', 'Tul Corporation / PowerColor'),
|
||
(1171, '148d', 'DIGICOM Systems, Inc.'),
|
||
(1172, '148e', 'OSI Plus Corporation'),
|
||
(1173, '148f', 'Plant Equipment, Inc.'),
|
||
(1174, '1490', 'Stone Microsystems PTY Ltd.'),
|
||
(1175, '1491', 'ZEAL Corporation'),
|
||
(1176, '1492', 'Time Logic Corporation'),
|
||
(1177, '1493', 'MAKER Communications'),
|
||
(1178, '1494', 'WINTOP Technology, Inc.'),
|
||
(1179, '1495', 'TOKAI Communications Industry Co. Ltd'),
|
||
(1180, '1496', 'JOYTECH Computer Co., Ltd.'),
|
||
(1181, '1497', 'SMA Regelsysteme GmBH'),
|
||
(1182, '1498', 'TEWS Technologies GmbH'),
|
||
(1183, '1499', 'EMTEC CO., Ltd'),
|
||
(1184, '149a', 'ANDOR Technology Ltd'),
|
||
(1185, '149b', 'SEIKO Instruments Inc'),
|
||
(1186, '149c', 'OVISLINK Corp.'),
|
||
(1187, '149d', 'NEWTEK Inc'),
|
||
(1188, '149e', 'Mapletree Networks Inc.'),
|
||
(1189, '149f', 'LECTRON Co Ltd'),
|
||
(1190, '14a0', 'SOFTING GmBH'),
|
||
(1191, '14a1', 'Systembase Co Ltd'),
|
||
(1192, '14a2', 'Millennium Engineering Inc'),
|
||
(1193, '14a3', 'Maverick Networks'),
|
||
(1194, '14a4', 'Lite-On Technology Corporation'),
|
||
(1195, '14a5', 'XIONICS Document Technologies Inc'),
|
||
(1196, '14a6', 'INOVA Computers GmBH & Co KG'),
|
||
(1197, '14a7', 'MYTHOS Systems Inc'),
|
||
(1198, '14a8', 'FEATRON Technologies Corporation'),
|
||
(1199, '14a9', 'HIVERTEC Inc'),
|
||
(1200, '14aa', 'Advanced MOS Technology Inc'),
|
||
(1201, '14ab', 'Mentor Graphics Corp.'),
|
||
(1202, '14ac', 'Novaweb Technologies Inc'),
|
||
(1203, '14ad', 'Time Space Radio AB'),
|
||
(1204, '14ae', 'CTI, Inc'),
|
||
(1205, '14af', 'Guillemot Corporation'),
|
||
(1206, '14b0', 'BST Communication Technology Ltd'),
|
||
(1207, '14b1', 'Nextcom K.K.'),
|
||
(1208, '14b2', 'ENNOVATE Networks Inc'),
|
||
(1209, '14b3', 'XPEED Inc'),
|
||
(1210, '14b4', 'PHILIPS Business Electronics B.V.'),
|
||
(1211, '14b5', 'Creamware GmBH'),
|
||
(1212, '14b6', 'Quantum Data Corp.'),
|
||
(1213, '14b7', 'PROXIM Inc'),
|
||
(1214, '14b8', 'Techsoft Technology Co Ltd'),
|
||
(1215, '14b9', 'Cisco Aironet Wireless Communications'),
|
||
(1216, '14ba', 'INTERNIX Inc.'),
|
||
(1217, '14bb', 'SEMTECH Corporation'),
|
||
(1218, '14bc', 'Globespan Semiconductor Inc.'),
|
||
(1219, '14bd', 'CARDIO Control N.V.'),
|
||
(1220, '14be', 'L3 Communications'),
|
||
(1221, '14bf', 'SPIDER Communications Inc.'),
|
||
(1222, '14c0', 'COMPAL Electronics Inc'),
|
||
(1223, '14c1', 'MYRICOM Inc.'),
|
||
(1224, '14c2', 'DTK Computer'),
|
||
(1225, '14c3', 'MEDIATEK Corp.'),
|
||
(1226, '14c4', 'IWASAKI Information Systems Co Ltd'),
|
||
(1227, '14c5', 'Automation Products AB'),
|
||
(1228, '14c6', 'Data Race Inc'),
|
||
(1229, '14c7', 'Modular Technology Holdings Ltd'),
|
||
(1230, '14c8', 'Turbocomm Tech. Inc.'),
|
||
(1231, '14c9', 'ODIN Telesystems Inc'),
|
||
(1232, '14ca', 'PE Logic Corp.'),
|
||
(1233, '14cb', 'Billionton Systems Inc'),
|
||
(1234, '14cc', 'NAKAYO Telecommunications Inc'),
|
||
(1235, '14cd', 'Universal Global Scientific Industrial Co.,Ltd'),
|
||
(1236, '14ce', 'Whistle Communications'),
|
||
(1237, '14cf', 'TEK Microsystems Inc.'),
|
||
(1238, '14d0', 'Ericsson Axe R & D'),
|
||
(1239, '14d1', 'Computer Hi-Tech Co Ltd'),
|
||
(1240, '14d2', 'Titan Electronics Inc'),
|
||
(1241, '14d3', 'CIRTECH (UK) Ltd'),
|
||
(1242, '14d4', 'Panacom Technology Corp'),
|
||
(1243, '14d5', 'Nitsuko Corporation'),
|
||
(1244, '14d6', 'Accusys Inc'),
|
||
(1245, '14d7', 'Hirakawa Hewtech Corp'),
|
||
(1246, '14d8', 'HOPF Elektronik GmBH'),
|
||
(1247, '14d9', 'Alliance Semiconductor Corporation'),
|
||
(1248, '14da', 'National Aerospace Laboratories'),
|
||
(1249, '14db', 'AFAVLAB Technology Inc'),
|
||
(1250, '14dc', 'Amplicon Liveline Ltd'),
|
||
(1251, '14dd', 'Boulder Design Labs Inc'),
|
||
(1252, '14de', 'Applied Integration Corporation'),
|
||
(1253, '14df', 'ASIC Communications Corp'),
|
||
(1254, '14e1', 'INVERTEX'),
|
||
(1255, '14e2', 'INFOLIBRIA'),
|
||
(1256, '14e3', 'AMTELCO'),
|
||
(1257, '14e4', 'Broadcom Inc. and subsidiaries'),
|
||
(1258, '14e5', 'Pixelfusion Ltd'),
|
||
(1259, '14e6', 'SHINING Technology Inc'),
|
||
(1260, '14e7', '3CX'),
|
||
(1261, '14e8', 'RAYCER Inc'),
|
||
(1262, '14e9', 'GARNETS System CO Ltd'),
|
||
(1263, '14ea', 'Planex Communications, Inc'),
|
||
(1264, '14eb', 'SEIKO EPSON Corp'),
|
||
(1265, '14ec', 'Agilent Technologies'),
|
||
(1266, '14ed', 'DATAKINETICS Ltd'),
|
||
(1267, '14ee', 'MASPRO KENKOH Corp'),
|
||
(1268, '14ef', 'CARRY Computer ENG. CO Ltd'),
|
||
(1269, '14f0', 'CANON RESEACH CENTRE FRANCE'),
|
||
(1270, '14f1', 'Conexant Systems, Inc.'),
|
||
(1271, '14f2', 'MOBILITY Electronics'),
|
||
(1272, '14f3', 'BroadLogic'),
|
||
(1273, '14f4', 'TOKYO Electronic Industry CO Ltd'),
|
||
(1274, '14f5', 'SOPAC Ltd'),
|
||
(1275, '14f6', 'COYOTE Technologies LLC'),
|
||
(1276, '14f7', 'WOLF Technology Inc'),
|
||
(1277, '14f8', 'AUDIOCODES Inc'),
|
||
(1278, '14f9', 'AG COMMUNICATIONS'),
|
||
(1279, '14fa', 'WANDEL & GOLTERMANN'),
|
||
(1280, '14fb', 'TRANSAS MARINE (UK) Ltd'),
|
||
(1281, '14fc', 'Quadrics Ltd'),
|
||
(1282, '14fd', 'JAPAN Computer Industry Inc'),
|
||
(1283, '14fe', 'ARCHTEK TELECOM Corp'),
|
||
(1284, '14ff', 'TWINHEAD INTERNATIONAL Corp'),
|
||
(1285, '1500', 'DELTA Electronics, Inc'),
|
||
(1286, '1501', 'BANKSOFT CANADA Ltd'),
|
||
(1287, '1502', 'MITSUBISHI ELECTRIC LOGISTICS SUPPORT Co Ltd'),
|
||
(1288, '1503', 'KAWASAKI LSI USA Inc'),
|
||
(1289, '1504', 'KAISER Electronics'),
|
||
(1290, '1505', 'ITA INGENIEURBURO FUR TESTAUFGABEN GmbH'),
|
||
(1291, '1506', 'CHAMELEON Systems Inc'),
|
||
(1292, '1507', 'Motorola ?? / HTEC'),
|
||
(1293, '1508', 'HONDA CONNECTORS/MHOTRONICS Inc'),
|
||
(1294, '1509', 'FIRST INTERNATIONAL Computer Inc'),
|
||
(1295, '150a', 'FORVUS RESEARCH Inc'),
|
||
(1296, '150b', 'YAMASHITA Systems Corp'),
|
||
(1297, '150c', 'KYOPAL CO Ltd'),
|
||
(1298, '150d', 'WARPSPPED Inc'),
|
||
(1299, '150e', 'C-PORT Corp'),
|
||
(1300, '150f', 'INTEC GmbH'),
|
||
(1301, '1510', 'BEHAVIOR TECH Computer Corp'),
|
||
(1302, '1511', 'CENTILLIUM Technology Corp'),
|
||
(1303, '1512', 'ROSUN Technologies Inc'),
|
||
(1304, '1513', 'Raychem'),
|
||
(1305, '1514', 'TFL LAN Inc'),
|
||
(1306, '1515', 'Advent design'),
|
||
(1307, '1516', 'MYSON Technology Inc'),
|
||
(1308, '1517', 'ECHOTEK Corp'),
|
||
(1309, '1518', 'Kontron'),
|
||
(1310, '1519', 'TELEFON AKTIEBOLAGET LM Ericsson'),
|
||
(1311, '151a', 'Globetek'),
|
||
(1312, '151b', 'COMBOX Ltd'),
|
||
(1313, '151c', 'DIGITAL AUDIO LABS Inc'),
|
||
(1314, '151d', 'Fujitsu Computer Products Of America'),
|
||
(1315, '151e', 'MATRIX Corp'),
|
||
(1316, '151f', 'TOPIC SEMICONDUCTOR Corp'),
|
||
(1317, '1520', 'CHAPLET System Inc'),
|
||
(1318, '1521', 'BELL Corp'),
|
||
(1319, '1522', 'MainPine Ltd'),
|
||
(1320, '1523', 'MUSIC Semiconductors'),
|
||
(1321, '1524', 'ENE Technology Inc'),
|
||
(1322, '1525', 'IMPACT Technologies'),
|
||
(1323, '1526', 'ISS, Inc'),
|
||
(1324, '1527', 'SOLECTRON'),
|
||
(1325, '1528', 'ACKSYS'),
|
||
(1326, '1529', 'ON Semiconductor'),
|
||
(1327, '152a', 'QUICKTURN DESIGN Systems'),
|
||
(1328, '152b', 'FLYTECH Technology CO Ltd'),
|
||
(1329, '152c', 'MACRAIGOR Systems LLC'),
|
||
(1330, '152d', 'QUANTA Computer Inc'),
|
||
(1331, '152e', 'MELEC Inc'),
|
||
(1332, '152f', 'PHILIPS - CRYPTO'),
|
||
(1333, '1530', 'ACQIS Technology Inc'),
|
||
(1334, '1531', 'CHRYON Corp'),
|
||
(1335, '1532', 'ECHELON Corp'),
|
||
(1336, '1533', 'BALTIMORE'),
|
||
(1337, '1534', 'ROAD Corp'),
|
||
(1338, '1535', 'EVERGREEN Technologies Inc'),
|
||
(1339, '1536', 'ACTIS Computer'),
|
||
(1340, '1537', 'DATALEX COMMUNCATIONS'),
|
||
(1341, '1538', 'ARALION Inc'),
|
||
(1342, '1539', 'ATELIER INFORMATIQUES et ELECTRONIQUE ETUDES S.A.'),
|
||
(1343, '153a', 'ONO SOKKI'),
|
||
(1344, '153b', 'TERRATEC Electronic GmbH'),
|
||
(1345, '153c', 'ANTAL Electronic'),
|
||
(1346, '153d', 'FILANET Corp'),
|
||
(1347, '153e', 'TECHWELL Inc'),
|
||
(1348, '153f', 'MIPS Technologies, Inc.'),
|
||
(1349, '1540', 'PROVIDEO MULTIMEDIA Co Ltd'),
|
||
(1350, '1541', 'MACHONE Communications'),
|
||
(1351, '1542', 'Concurrent Real-Time'),
|
||
(1352, '1543', 'SILICON Laboratories'),
|
||
(1353, '1544', 'DCM DATA Systems'),
|
||
(1354, '1545', 'VISIONTEK'),
|
||
(1355, '1546', 'IOI Technology Corp'),
|
||
(1356, '1547', 'MITUTOYO Corp'),
|
||
(1357, '1548', 'JET PROPULSION Laboratory'),
|
||
(1358, '1549', 'INTERCONNECT Systems Solutions'),
|
||
(1359, '154a', 'MAX Technologies Inc'),
|
||
(1360, '154b', 'COMPUTEX Co Ltd'),
|
||
(1361, '154c', 'VISUAL Technology Inc'),
|
||
(1362, '154d', 'PAN INTERNATIONAL Industrial Corp'),
|
||
(1363, '154e', 'SERVOTEST Ltd'),
|
||
(1364, '154f', 'STRATABEAM Technology'),
|
||
(1365, '1550', 'OPEN NETWORK Co Ltd'),
|
||
(1366, '1551', 'SMART Electronic DEVELOPMENT GmBH'),
|
||
(1367, '1552', 'RACAL AIRTECH Ltd'),
|
||
(1368, '1553', 'CHICONY Electronics Co Ltd'),
|
||
(1369, '1554', 'PROLINK Microsystems Corp'),
|
||
(1370, '1555', 'GESYTEC GmBH'),
|
||
(1371, '1556', 'PLDA'),
|
||
(1372, '1557', 'MEDIASTAR Co Ltd'),
|
||
(1373, '1558', 'CLEVO/KAPOK Computer'),
|
||
(1374, '1559', 'SI LOGIC Ltd'),
|
||
(1375, '155a', 'INNOMEDIA Inc'),
|
||
(1376, '155b', 'PROTAC INTERNATIONAL Corp'),
|
||
(1377, '155c', 'Cemax-Icon Inc'),
|
||
(1378, '155d', 'Mac System Co Ltd'),
|
||
(1379, '155e', 'LP Elektronik GmbH'),
|
||
(1380, '155f', 'Perle Systems Ltd'),
|
||
(1381, '1560', 'Terayon Communications Systems'),
|
||
(1382, '1561', 'Viewgraphics Inc'),
|
||
(1383, '1562', 'Symbol Technologies'),
|
||
(1384, '1563', 'A-Trend Technology Co Ltd'),
|
||
(1385, '1564', 'Yamakatsu Electronics Industry Co Ltd'),
|
||
(1386, '1565', 'Biostar Microtech Int\'l Corp'),
|
||
(1387, '1566', 'Ardent Technologies Inc'),
|
||
(1388, '1567', 'Jungsoft'),
|
||
(1389, '1568', 'DDK Electronics Inc'),
|
||
(1390, '1569', 'Palit Microsystems Inc.'),
|
||
(1391, '156a', 'Avtec Systems'),
|
||
(1392, '156b', '2wire Inc'),
|
||
(1393, '156c', 'Vidac Electronics GmbH'),
|
||
(1394, '156d', 'Alpha-Top Corp'),
|
||
(1395, '156e', 'Alfa Inc'),
|
||
(1396, '156f', 'M-Systems Flash Disk Pioneers Ltd'),
|
||
(1397, '1570', 'Lecroy Corp'),
|
||
(1398, '1571', 'Contemporary Controls'),
|
||
(1399, '1572', 'Otis Elevator Company'),
|
||
(1400, '1573', 'Lattice - Vantis'),
|
||
(1401, '1574', 'Fairchild Semiconductor'),
|
||
(1402, '1575', 'Voltaire Advanced Data Security Ltd'),
|
||
(1403, '1576', 'Viewcast COM'),
|
||
(1404, '1578', 'HITT'),
|
||
(1405, '1579', 'Dual Technology Corp'),
|
||
(1406, '157a', 'Japan Elecronics Ind Inc'),
|
||
(1407, '157b', 'Star Multimedia Corp'),
|
||
(1408, '157c', 'Eurosoft (UK)'),
|
||
(1409, '157d', 'Gemflex Networks'),
|
||
(1410, '157e', 'Transition Networks'),
|
||
(1411, '157f', 'PX Instruments Technology Ltd'),
|
||
(1412, '1580', 'Primex Aerospace Co'),
|
||
(1413, '1581', 'SEH Computertechnik GmbH'),
|
||
(1414, '1582', 'Cytec Corp'),
|
||
(1415, '1583', 'Inet Technologies Inc'),
|
||
(1416, '1584', 'Uniwill Computer Corp'),
|
||
(1417, '1585', 'Logitron'),
|
||
(1418, '1586', 'Lancast Inc'),
|
||
(1419, '1587', 'Konica Corp'),
|
||
(1420, '1588', 'Solidum Systems Corp'),
|
||
(1421, '1589', 'Atlantek Microsystems Pty Ltd'),
|
||
(1422, '158a', 'Digalog Systems Inc'),
|
||
(1423, '158b', 'Allied Data Technologies'),
|
||
(1424, '158c', 'Hitachi Semiconductor & Devices Sales Co Ltd'),
|
||
(1425, '158d', 'Point Multimedia Systems'),
|
||
(1426, '158e', 'Lara Technology Inc'),
|
||
(1427, '158f', 'Ditect Coop'),
|
||
(1428, '1590', 'Hewlett Packard Enterprise'),
|
||
(1429, '1591', 'ARN'),
|
||
(1430, '1592', 'Syba Tech Ltd'),
|
||
(1431, '1593', 'Bops Inc'),
|
||
(1432, '1594', 'Netgame Ltd'),
|
||
(1433, '1595', 'Diva Systems Corp'),
|
||
(1434, '1596', 'Folsom Research Inc'),
|
||
(1435, '1597', 'Memec Design Services'),
|
||
(1436, '1598', 'Granite Microsystems'),
|
||
(1437, '1599', 'Delta Electronics Inc'),
|
||
(1438, '159a', 'General Instrument'),
|
||
(1439, '159b', 'Faraday Technology Corp'),
|
||
(1440, '159c', 'Stratus Computer Systems'),
|
||
(1441, '159d', 'Ningbo Harrison Electronics Co Ltd'),
|
||
(1442, '159e', 'A-Max Technology Co Ltd'),
|
||
(1443, '159f', 'Galea Network Security'),
|
||
(1444, '15a0', 'Compumaster SRL'),
|
||
(1445, '15a1', 'Geocast Network Systems'),
|
||
(1446, '15a2', 'Catalyst Enterprises Inc'),
|
||
(1447, '15a3', 'Italtel'),
|
||
(1448, '15a4', 'X-Net OY'),
|
||
(1449, '15a5', 'Toyota Macs Inc'),
|
||
(1450, '15a6', 'Sunlight Ultrasound Technologies Ltd'),
|
||
(1451, '15a7', 'SSE Telecom Inc'),
|
||
(1452, '15a8', 'Shanghai Communications Technologies Center'),
|
||
(1453, '15aa', 'Moreton Bay'),
|
||
(1454, '15ab', 'Bluesteel Networks Inc'),
|
||
(1455, '15ac', 'North Atlantic Instruments'),
|
||
(1456, '15ad', 'VMware'),
|
||
(1457, '15ae', 'Amersham Pharmacia Biotech'),
|
||
(1458, '15b0', 'Zoltrix International Ltd'),
|
||
(1459, '15b1', 'Source Technology Inc'),
|
||
(1460, '15b2', 'Mosaid Technologies Inc'),
|
||
(1461, '15b3', 'Mellanox Technologies'),
|
||
(1462, '15b4', 'CCI/TRIAD'),
|
||
(1463, '15b5', 'Cimetrics Inc'),
|
||
(1464, '15b6', 'Texas Memory Systems Inc'),
|
||
(1465, '15b7', 'Sandisk Corp'),
|
||
(1466, '15b8', 'ADDI-DATA GmbH'),
|
||
(1467, '15b9', 'Maestro Digital Communications'),
|
||
(1468, '15ba', 'Impacct Technology Corp'),
|
||
(1469, '15bb', 'Portwell Inc'),
|
||
(1470, '15bc', 'Agilent Technologies'),
|
||
(1471, '15bd', 'DFI Inc'),
|
||
(1472, '15be', 'Sola Electronics'),
|
||
(1473, '15bf', 'High Tech Computer Corp (HTC)'),
|
||
(1474, '15c0', 'BVM Ltd'),
|
||
(1475, '15c1', 'Quantel'),
|
||
(1476, '15c2', 'Newer Technology Inc'),
|
||
(1477, '15c3', 'Taiwan Mycomp Co Ltd'),
|
||
(1478, '15c4', 'EVSX Inc'),
|
||
(1479, '15c5', 'Procomp Informatics Ltd'),
|
||
(1480, '15c6', 'Technical University of Budapest'),
|
||
(1481, '15c7', 'Tateyama System Laboratory Co Ltd'),
|
||
(1482, '15c8', 'Penta Media Co Ltd'),
|
||
(1483, '15c9', 'Serome Technology Inc'),
|
||
(1484, '15ca', 'Bitboys OY'),
|
||
(1485, '15cb', 'AG Electronics Ltd'),
|
||
(1486, '15cc', 'Hotrail Inc'),
|
||
(1487, '15cd', 'Dreamtech Co Ltd'),
|
||
(1488, '15ce', 'Genrad Inc'),
|
||
(1489, '15cf', 'Hilscher GmbH'),
|
||
(1490, '15d1', 'Infineon Technologies AG'),
|
||
(1491, '15d2', 'FIC (First International Computer Inc)'),
|
||
(1492, '15d3', 'NDS Technologies Israel Ltd'),
|
||
(1493, '15d4', 'Iwill Corp'),
|
||
(1494, '15d5', 'Tatung Co'),
|
||
(1495, '15d6', 'Entridia Corp'),
|
||
(1496, '15d7', 'Rockwell-Collins Inc'),
|
||
(1497, '15d8', 'Cybernetics Technology Co Ltd'),
|
||
(1498, '15d9', 'Super Micro Computer Inc'),
|
||
(1499, '15da', 'Cyberfirm Inc'),
|
||
(1500, '15db', 'Applied Computing Systems Inc'),
|
||
(1501, '15dc', 'Litronic Inc'),
|
||
(1502, '15dd', 'Sigmatel Inc'),
|
||
(1503, '15de', 'Malleable Technologies Inc'),
|
||
(1504, '15df', 'Infinilink Corp'),
|
||
(1505, '15e0', 'Cacheflow Inc'),
|
||
(1506, '15e1', 'Voice Technologies Group Inc'),
|
||
(1507, '15e2', 'Quicknet Technologies Inc'),
|
||
(1508, '15e3', 'Networth Technologies Inc'),
|
||
(1509, '15e4', 'VSN Systemen BV'),
|
||
(1510, '15e5', 'Valley technologies Inc'),
|
||
(1511, '15e6', 'Agere Inc'),
|
||
(1512, '15e7', 'Get Engineering Corp'),
|
||
(1513, '15e8', 'National Datacomm Corp'),
|
||
(1514, '15e9', 'Pacific Digital Corp'),
|
||
(1515, '15ea', 'Tokyo Denshi Sekei K.K.'),
|
||
(1516, '15eb', 'DResearch Digital Media Systems GmbH'),
|
||
(1517, '15ec', 'Beckhoff GmbH'),
|
||
(1518, '15ed', 'Macrolink Inc'),
|
||
(1519, '15ee', 'In Win Development Inc'),
|
||
(1520, '15ef', 'Intelligent Paradigm Inc'),
|
||
(1521, '15f0', 'B-Tree Systems Inc'),
|
||
(1522, '15f1', 'Times N Systems Inc'),
|
||
(1523, '15f2', 'Diagnostic Instruments Inc'),
|
||
(1524, '15f3', 'Digitmedia Corp'),
|
||
(1525, '15f4', 'Valuesoft'),
|
||
(1526, '15f5', 'Power Micro Research'),
|
||
(1527, '15f6', 'Extreme Packet Device Inc'),
|
||
(1528, '15f7', 'Banctec'),
|
||
(1529, '15f8', 'Koga Electronics Co'),
|
||
(1530, '15f9', 'Zenith Electronics Corp'),
|
||
(1531, '15fa', 'J.P. Axzam Corp'),
|
||
(1532, '15fb', 'Zilog Inc'),
|
||
(1533, '15fc', 'Techsan Electronics Co Ltd'),
|
||
(1534, '15fd', 'N-CUBED.NET'),
|
||
(1535, '15fe', 'Kinpo Electronics Inc'),
|
||
(1536, '15ff', 'Fastpoint Technologies Inc'),
|
||
(1537, '1600', 'Northrop Grumman - Canada Ltd'),
|
||
(1538, '1601', 'Tenta Technology'),
|
||
(1539, '1602', 'Prosys-tec Inc'),
|
||
(1540, '1603', 'Nokia Wireless Communications'),
|
||
(1541, '1604', 'Central System Research Co Ltd'),
|
||
(1542, '1605', 'Pairgain Technologies'),
|
||
(1543, '1606', 'Europop AG'),
|
||
(1544, '1607', 'Lava Semiconductor Manufacturing Inc'),
|
||
(1545, '1608', 'Automated Wagering International'),
|
||
(1546, '1609', 'Scimetric Instruments Inc'),
|
||
(1547, '1612', 'Telesynergy Research Inc.'),
|
||
(1548, '1618', 'Stone Ridge Technology'),
|
||
(1549, '1619', 'FarSite Communications Ltd'),
|
||
(1550, '161f', 'Rioworks'),
|
||
(1551, '1621', 'Lynx Studio Technology, Inc.'),
|
||
(1552, '1626', 'TDK Semiconductor Corp.'),
|
||
(1553, '1629', 'Kongsberg Spacetec AS'),
|
||
(1554, '1631', 'Packard Bell B.V.'),
|
||
(1555, '1638', 'Standard Microsystems Corp [SMC]'),
|
||
(1556, '163c', 'Smart Link Ltd.'),
|
||
(1557, '1641', 'MKNet Corp.'),
|
||
(1558, '1642', 'Bitland(ShenZhen) Information Technology Co., Ltd.'),
|
||
(1559, '1657', 'Cavium QLogic'),
|
||
(1560, '165a', 'Epix Inc'),
|
||
(1561, '165c', 'Gidel Ltd.'),
|
||
(1562, '165d', 'Hsing Tech. Enterprise Co., Ltd.'),
|
||
(1563, '165f', 'Linux Media Labs, LLC'),
|
||
(1564, '1661', 'Worldspace Corp.'),
|
||
(1565, '1668', 'Actiontec Electronics Inc'),
|
||
(1566, '166d', 'Broadcom Corporation'),
|
||
(1567, '1677', 'Bernecker + Rainer'),
|
||
(1568, '1678', 'NetEffect'),
|
||
(1569, '1679', 'Tokyo Electron Device Ltd.'),
|
||
(1570, '167b', 'ZyDAS Technology Corp.'),
|
||
(1571, '167d', 'Samsung Electro-Mechanics Co., Ltd.'),
|
||
(1572, '167e', 'ONNTO Corp.'),
|
||
(1573, '1681', 'Hercules'),
|
||
(1574, '1682', 'XFX Pine Group Inc.'),
|
||
(1575, '1688', 'CastleNet Technology Inc.'),
|
||
(1576, '168a', 'Utimaco IS GmbH'),
|
||
(1577, '168c', 'Qualcomm Atheros'),
|
||
(1578, '1695', 'EPoX Computer Co., Ltd.'),
|
||
(1579, '169c', 'Netcell Corporation'),
|
||
(1580, '169d', 'Club-3D VB (Wrong ID)'),
|
||
(1581, '16a5', 'Tekram Technology Co.,Ltd.'),
|
||
(1582, '16ab', 'Global Sun Technology Inc'),
|
||
(1583, '16ae', 'SafeNet Inc'),
|
||
(1584, '16af', 'SparkLAN Communications, Inc.'),
|
||
(1585, '16b4', 'Aspex Semiconductor Ltd'),
|
||
(1586, '16b8', 'Sonnet Technologies, Inc.'),
|
||
(1587, '16be', 'Creatix Polymedia GmbH'),
|
||
(1588, '16c3', 'Synopsys, Inc.'),
|
||
(1589, '16c6', 'Micrel-Kendin'),
|
||
(1590, '16c8', 'Octasic Inc.'),
|
||
(1591, '16c9', 'EONIC B.V. The Netherlands'),
|
||
(1592, '16ca', 'CENATEK Inc'),
|
||
(1593, '16cd', 'Advantech Co. Ltd'),
|
||
(1594, '16ce', 'Roland Corp.'),
|
||
(1595, '16d5', 'Acromag, Inc.'),
|
||
(1596, '16da', 'Advantech Co., Ltd.'),
|
||
(1597, '16df', 'PIKA Technologies Inc.'),
|
||
(1598, '16e2', 'Geotest-MTS'),
|
||
(1599, '16e3', 'European Space Agency'),
|
||
(1600, '16e5', 'Intellon Corp.'),
|
||
(1601, '16ec', 'U.S. Robotics'),
|
||
(1602, '16ed', 'Sycron N. V.'),
|
||
(1603, '16f2', 'ETAS GmbH'),
|
||
(1604, '16f3', 'Jetway Information Co., Ltd.'),
|
||
(1605, '16f4', 'Vweb Corp'),
|
||
(1606, '16f6', 'VideoTele.com, Inc.'),
|
||
(1607, '1702', 'Internet Machines Corporation (IMC)'),
|
||
(1608, '1705', 'Digital First, Inc.'),
|
||
(1609, '170b', 'NetOctave'),
|
||
(1610, '170c', 'YottaYotta Inc.'),
|
||
(1611, '1719', 'EZChip Technologies'),
|
||
(1612, '1725', 'Vitesse Semiconductor'),
|
||
(1613, '172a', 'Accelerated Encryption'),
|
||
(1614, '1734', 'Fujitsu Technology Solutions'),
|
||
(1615, '1735', 'Aten International Co. Ltd.'),
|
||
(1616, '1737', 'Linksys'),
|
||
(1617, '173b', 'Altima (nee Broadcom)'),
|
||
(1618, '1743', 'Peppercon AG'),
|
||
(1619, '1745', 'ViXS Systems, Inc.'),
|
||
(1620, '1749', 'RLX Technologies'),
|
||
(1621, '174b', 'PC Partner Limited / Sapphire Technology'),
|
||
(1622, '174d', 'WellX Telecom SA'),
|
||
(1623, '175c', 'AudioScience Inc'),
|
||
(1624, '175e', 'Sanera Systems, Inc.'),
|
||
(1625, '1760', 'TEDIA spol. s r. o.'),
|
||
(1626, '1761', 'Pickering Interfaces Ltd'),
|
||
(1627, '1771', 'InnoVISION Multimedia Ltd.'),
|
||
(1628, '1775', 'General Electric'),
|
||
(1629, '177d', 'Cavium, Inc.'),
|
||
(1630, '1787', 'Hightech Information System Ltd.'),
|
||
(1631, '1789', 'Ennyah Technologies Corp.'),
|
||
(1632, '1796', 'Research Centre Juelich'),
|
||
(1633, '1797', 'Intersil Techwell'),
|
||
(1634, '1799', 'Belkin'),
|
||
(1635, '179a', 'id Quantique'),
|
||
(1636, '179c', 'Data Patterns'),
|
||
(1637, '17a0', 'Genesys Logic, Inc'),
|
||
(1638, '17aa', 'Lenovo'),
|
||
(1639, '17ab', 'Phillips Components'),
|
||
(1640, '17af', 'Hightech Information System Ltd.'),
|
||
(1641, '17b3', 'Hawking Technologies'),
|
||
(1642, '17b4', 'Indra Networks, Inc.'),
|
||
(1643, '17c0', 'Wistron Corp.'),
|
||
(1644, '17c2', 'Newisys, Inc.'),
|
||
(1645, '17cb', 'Qualcomm'),
|
||
(1646, '17cc', 'NetChip Technology, Inc'),
|
||
(1647, '17cd', 'Cadence Design Systems, Inc.'),
|
||
(1648, '17cf', 'Z-Com, Inc.'),
|
||
(1649, '17d3', 'Areca Technology Corp.'),
|
||
(1650, '17d5', 'Exar Corp.'),
|
||
(1651, '17db', 'Cray Inc'),
|
||
(1652, '17de', 'KWorld Computer Co. Ltd.'),
|
||
(1653, '17df', 'Dini Group'),
|
||
(1654, '17e4', 'Sectra AB'),
|
||
(1655, '17e6', 'MaxLinear'),
|
||
(1656, '17ee', 'Connect Components Ltd'),
|
||
(1657, '17f2', 'Albatron Corp.'),
|
||
(1658, '17f3', 'RDC Semiconductor, Inc.'),
|
||
(1659, '17f7', 'Topdek Semiconductor Inc.'),
|
||
(1660, '17f9', 'Gemtek Technology Co., Ltd'),
|
||
(1661, '17fc', 'IOGEAR, Inc.'),
|
||
(1662, '17fe', 'InProComm Inc.'),
|
||
(1663, '17ff', 'Benq Corporation'),
|
||
(1664, '1800', 'Qualcore Logic Inc.'),
|
||
(1665, '1803', 'ProdaSafe GmbH'),
|
||
(1666, '1804', 'Ralink corp. (wrong ID)'),
|
||
(1667, '1805', 'Euresys S.A.'),
|
||
(1668, '1809', 'Lumanate, Inc.'),
|
||
(1669, '180c', 'IEI Integration Corp'),
|
||
(1670, '1813', 'Ambient Technologies Inc'),
|
||
(1671, '1814', 'Ralink corp.'),
|
||
(1672, '1815', 'Devolo AG'),
|
||
(1673, '1820', 'InfiniCon Systems Inc.'),
|
||
(1674, '1822', 'Twinhan Technology Co. Ltd'),
|
||
(1675, '182d', 'SiteCom Europe BV'),
|
||
(1676, '182e', 'Raza Microelectronics, Inc.'),
|
||
(1677, '182f', 'Broadcom'),
|
||
(1678, '1830', 'Credence Systems Corporation'),
|
||
(1679, '183b', 'MikroM GmbH'),
|
||
(1680, '1846', 'Alcatel-Lucent'),
|
||
(1681, '1849', 'ASRock Incorporation'),
|
||
(1682, '184a', 'Thales Computers'),
|
||
(1683, '1850', 'Advantest Corporation'),
|
||
(1684, '1851', 'Microtune, Inc.'),
|
||
(1685, '1852', 'Anritsu Corp.'),
|
||
(1686, '1853', 'SMSC Automotive Infotainment System Group'),
|
||
(1687, '1854', 'LG Electronics, Inc.'),
|
||
(1688, '185b', 'Compro Technology, Inc.'),
|
||
(1689, '185f', 'Wistron NeWeb Corp.'),
|
||
(1690, '1864', 'SilverBack'),
|
||
(1691, '1867', 'Topspin Communications'),
|
||
(1692, '186c', 'Humusoft, s.r.o.'),
|
||
(1693, '186f', 'WiNRADiO Communications'),
|
||
(1694, '1876', 'L-3 Communications'),
|
||
(1695, '187e', 'ZyXEL Communications Corporation'),
|
||
(1696, '1885', 'Avvida Systems Inc.'),
|
||
(1697, '1888', 'Varisys Ltd'),
|
||
(1698, '188a', 'Ample Communications, Inc'),
|
||
(1699, '1890', 'Egenera, Inc.'),
|
||
(1700, '1894', 'KNC One'),
|
||
(1701, '1896', 'B&B Electronics Manufacturing Company, Inc.'),
|
||
(1702, '1897', 'AMtek'),
|
||
(1703, '18a1', 'Astute Networks Inc.'),
|
||
(1704, '18a2', 'Stretch Inc.'),
|
||
(1705, '18a3', 'AT&T'),
|
||
(1706, '18ac', 'DViCO Corporation'),
|
||
(1707, '18b8', 'Ammasso'),
|
||
(1708, '18bc', 'GeCube Technologies, Inc.'),
|
||
(1709, '18c3', 'Micronas Semiconductor Holding AG'),
|
||
(1710, '18c8', 'Cray Inc'),
|
||
(1711, '18c9', 'ARVOO Engineering BV'),
|
||
(1712, '18ca', 'XGI Technology Inc. (eXtreme Graphics Innovation)'),
|
||
(1713, '18d2', 'Sitecom Europe BV (Wrong ID)'),
|
||
(1714, '18d4', 'Celestica'),
|
||
(1715, '18d8', 'Dialogue Technology Corp.'),
|
||
(1716, '18dd', 'Artimi Inc'),
|
||
(1717, '18df', 'LeWiz Communications'),
|
||
(1718, '18e6', 'MPL AG'),
|
||
(1719, '18eb', 'Advance Multimedia Internet Technology, Inc.'),
|
||
(1720, '18ec', 'Cesnet, z.s.p.o.'),
|
||
(1721, '18ee', 'Chenming Mold Ind. Corp.'),
|
||
(1722, '18f1', 'Spectrum GmbH'),
|
||
(1723, '18f4', 'Napatech A/S'),
|
||
(1724, '18f6', 'NextIO'),
|
||
(1725, '18f7', 'Commtech, Inc.'),
|
||
(1726, '18fb', 'Resilience Corporation'),
|
||
(1727, '1904', 'Hangzhou Silan Microelectronics Co., Ltd.'),
|
||
(1728, '1905', 'Micronas USA, Inc.'),
|
||
(1729, '1912', 'Renesas Technology Corp.'),
|
||
(1730, '1919', 'Soltek Computer Inc.'),
|
||
(1731, '1923', 'Sangoma Technologies Corp.'),
|
||
(1732, '1924', 'Solarflare Communications'),
|
||
(1733, '192a', 'BiTMICRO Networks Inc.'),
|
||
(1734, '192e', 'TransDimension'),
|
||
(1735, '1931', 'Option N.V.'),
|
||
(1736, '1932', 'DiBcom'),
|
||
(1737, '193c', 'MAXIM Integrated Products'),
|
||
(1738, '193d', 'Hangzhou H3C Technologies Co., Ltd.'),
|
||
(1739, '193f', 'AHA Products Group'),
|
||
(1740, '1942', 'ClearSpeed Technology plc'),
|
||
(1741, '1947', 'C-guys, Inc.'),
|
||
(1742, '1948', 'Alpha Networks Inc.'),
|
||
(1743, '194a', 'DapTechnology B.V.'),
|
||
(1744, '1954', 'One Stop Systems, Inc.'),
|
||
(1745, '1957', 'Freescale Semiconductor Inc'),
|
||
(1746, '1958', 'Faster Technology, LLC.'),
|
||
(1747, '1959', 'PA Semi, Inc'),
|
||
(1748, '1966', 'Orad Hi-Tec Systems'),
|
||
(1749, '1969', 'Qualcomm Atheros'),
|
||
(1750, '196a', 'Sensory Networks Inc.'),
|
||
(1751, '196d', 'Club-3D BV'),
|
||
(1752, '196e', 'PNY'),
|
||
(1753, '1971', 'AGEIA Technologies, Inc.'),
|
||
(1754, '1974', 'Star Electronics GmbH & Co. KG'),
|
||
(1755, '1976', 'TRENDnet'),
|
||
(1756, '1977', 'Parsec'),
|
||
(1757, '197b', 'JMicron Technology Corp.'),
|
||
(1758, '1982', 'Distant Early Warning Communications Inc'),
|
||
(1759, '1987', 'Phison Electronics Corporation'),
|
||
(1760, '1989', 'Montilio Inc.'),
|
||
(1761, '198a', 'Nallatech Ltd.'),
|
||
(1762, '1993', 'Innominate Security Technologies AG'),
|
||
(1763, '1999', 'A-Logics'),
|
||
(1764, '199a', 'Pulse-LINK, Inc.'),
|
||
(1765, '199d', 'Xsigo Systems'),
|
||
(1766, '199f', 'Auvitek'),
|
||
(1767, '19a2', 'Emulex Corporation'),
|
||
(1768, '19a8', 'DAQDATA GmbH'),
|
||
(1769, '19ac', 'Kasten Chase Applied Research'),
|
||
(1770, '19ae', 'Progeny Systems Corporation'),
|
||
(1771, '19ba', 'ZyXEL Communications Corp.'),
|
||
(1772, '19c1', 'Exegy Inc.'),
|
||
(1773, '19d1', 'Motorola Expedience'),
|
||
(1774, '19d4', 'Quixant Limited'),
|
||
(1775, '19da', 'ZOTAC International (MCO) Ltd.'),
|
||
(1776, '19de', 'Pico Computing'),
|
||
(1777, '19e2', 'Vector Informatik GmbH'),
|
||
(1778, '19e3', 'DDRdrive LLC'),
|
||
(1779, '19e5', 'Huawei Technologies Co., Ltd.'),
|
||
(1780, '19e7', 'NET (Network Equipment Technologies)'),
|
||
(1781, '19ee', 'Netronome Systems, Inc.'),
|
||
(1782, '19f1', 'BFG Tech'),
|
||
(1783, '19ff', 'Eclipse Electronic Systems, Inc.'),
|
||
(1784, '1a03', 'ASPEED Technology, Inc.'),
|
||
(1785, '1a05', 'deltaww'),
|
||
(1786, '1a07', 'Kvaser AB'),
|
||
(1787, '1a08', 'Sierra semiconductor'),
|
||
(1788, '1a0d', 'SEAKR Engineering'),
|
||
(1789, '1a0e', 'DekTec Digital Video B.V.'),
|
||
(1790, '1a17', 'Force10 Networks, Inc.'),
|
||
(1791, '1a1d', 'GFaI e.V.'),
|
||
(1792, '1a1e', '3Leaf Systems, Inc.'),
|
||
(1793, '1a22', 'Ambric Inc.'),
|
||
(1794, '1a29', 'Fortinet, Inc.'),
|
||
(1795, '1a2b', 'Ascom AG'),
|
||
(1796, '1a30', 'Lantiq'),
|
||
(1797, '1a32', 'Quanta Microsystems, Inc'),
|
||
(1798, '1a3b', 'AzureWave'),
|
||
(1799, '1a41', 'Tilera Corp.'),
|
||
(1800, '1a4a', 'SLAC National Accelerator Lab TID-AIR'),
|
||
(1801, '1a51', 'Hectronic AB'),
|
||
(1802, '1a55', 'Rohde & Schwarz DVS GmbH'),
|
||
(1803, '1a56', 'Rivet Networks'),
|
||
(1804, '1a57', 'Highly Reliable Systems'),
|
||
(1805, '1a58', 'Razer USA Ltd.'),
|
||
(1806, '1a5d', 'Celoxica'),
|
||
(1807, '1a5e', 'Aprius Inc.'),
|
||
(1808, '1a5f', 'System TALKS Inc.'),
|
||
(1809, '1a68', 'VirtenSys Limited'),
|
||
(1810, '1a71', 'XenSource, Inc.'),
|
||
(1811, '1a73', 'Violin Memory, Inc'),
|
||
(1812, '1a76', 'Wavesat'),
|
||
(1813, '1a77', 'Lightfleet Corporation'),
|
||
(1814, '1a78', 'Virident Systems Inc.'),
|
||
(1815, '1a84', 'Commex Technologies'),
|
||
(1816, '1a88', 'MEN Mikro Elektronik'),
|
||
(1817, '1a8a', 'StarBridge, Inc.'),
|
||
(1818, '1a8c', 'Verigy Pte. Ltd.'),
|
||
(1819, '1a8e', 'DRS Technologies'),
|
||
(1820, '1aa8', 'Ciprico, Inc.'),
|
||
(1821, '1aae', 'Global Velocity, Inc.'),
|
||
(1822, '1ab4', 'Distributed Management Task Force, Inc. (DMTF)'),
|
||
(1823, '1ab6', 'CalDigit, Inc.'),
|
||
(1824, '1ab8', 'Parallels, Inc.'),
|
||
(1825, '1ab9', 'Espia Srl'),
|
||
(1826, '1ac1', 'Global Unichip Corp.'),
|
||
(1827, '1ac8', 'Aeroflex Gaisler'),
|
||
(1828, '1acc', 'Point of View BV'),
|
||
(1829, '1ad7', 'Spectracom Corporation'),
|
||
(1830, '1ade', 'Spin Master Ltd.'),
|
||
(1831, '1ae0', 'Google, Inc.'),
|
||
(1832, '1ae3', 'SANBlaze Technology, Inc.'),
|
||
(1833, '1ae7', 'First Wise Media GmbH'),
|
||
(1834, '1ae8', 'Silicon Software GmbH'),
|
||
(1835, '1ae9', 'Wilocity Ltd.'),
|
||
(1836, '1aea', 'Alcor Micro'),
|
||
(1837, '1aec', 'Wolfson Microelectronics'),
|
||
(1838, '1aed', 'SanDisk'),
|
||
(1839, '1aee', 'Caustic Graphics Inc.'),
|
||
(1840, '1af4', 'Red Hat, Inc.'),
|
||
(1841, '1af5', 'Netezza Corp.'),
|
||
(1842, '1afa', 'J & W Electronics Co., Ltd.'),
|
||
(1843, '1b03', 'Magnum Semiconductor, Inc,'),
|
||
(1844, '1b08', 'MSC Technologies GmbH'),
|
||
(1845, '1b0a', 'Pegatron'),
|
||
(1846, '1b13', 'Jaton Corp'),
|
||
(1847, '1b1a', 'K&F Computing Research Co.'),
|
||
(1848, '1b1c', 'Corsair'),
|
||
(1849, '1b21', 'ASMedia Technology Inc.'),
|
||
(1850, '1b26', 'Netcope Technologies, a.s.'),
|
||
(1851, '1b2c', 'Opal-RT Technologies Inc.'),
|
||
(1852, '1b36', 'Red Hat, Inc.'),
|
||
(1853, '1b37', 'Signal Processing Devices Sweden AB'),
|
||
(1854, '1b39', 'sTec, Inc.'),
|
||
(1855, '1b3a', 'Westar Display Technologies'),
|
||
(1856, '1b3e', 'Teradata Corp.'),
|
||
(1857, '1b40', 'Schooner Information Technology, Inc.'),
|
||
(1858, '1b47', 'Numascale AS'),
|
||
(1859, '1b4b', 'Marvell Technology Group Ltd.'),
|
||
(1860, '1b4c', 'GALAX'),
|
||
(1861, '1b55', 'NetUP Inc.'),
|
||
(1862, '1b66', 'DELTACAST'),
|
||
(1863, '1b6f', 'Etron Technology, Inc.'),
|
||
(1864, '1b73', 'Fresco Logic'),
|
||
(1865, '1b74', 'OpenVox Communication Co. Ltd.'),
|
||
(1866, '1b79', 'Absolute Analysis'),
|
||
(1867, '1b85', 'OCZ Technology Group, Inc.'),
|
||
(1868, '1b94', 'Signatec / Dynamic Signals Corp'),
|
||
(1869, '1b96', 'Western Digital'),
|
||
(1870, '1b9a', 'XAVi Technologies Corp.'),
|
||
(1871, '1baa', 'QNAP Systems, Inc.'),
|
||
(1872, '1bad', 'ReFLEX CES'),
|
||
(1873, '1bb0', 'SimpliVity Corporation'),
|
||
(1874, '1bb1', 'Seagate Technology PLC'),
|
||
(1875, '1bb3', 'Bluecherry'),
|
||
(1876, '1bb5', 'Quantenna Communications, Inc.'),
|
||
(1877, '1bbf', 'Maxeler Technologies Ltd.'),
|
||
(1878, '1bcf', 'NEC Corporation'),
|
||
(1879, '1bd0', 'Astronics Corporation'),
|
||
(1880, '1bd4', 'Inspur Electronic Information Industry Co., Ltd.'),
|
||
(1881, '1bee', 'IXXAT Automation GmbH'),
|
||
(1882, '1bef', 'Lantiq'),
|
||
(1883, '1bf4', 'VTI Instruments Corporation'),
|
||
(1884, '1bfd', 'EeeTOP'),
|
||
(1885, '1c09', 'CSP, Inc.'),
|
||
(1886, '1c1c', 'Symphony'),
|
||
(1887, '1c1f', 'SoftLab-NSK'),
|
||
(1888, '1c28', 'Lite-On IT Corp. / Plextor'),
|
||
(1889, '1c2c', 'Silicom Denmark'),
|
||
(1890, '1c32', 'Highland Technology, Inc.'),
|
||
(1891, '1c33', 'Daktronics, Inc'),
|
||
(1892, '1c36', 'Annapurna Labs Ltd.'),
|
||
(1893, '1c3b', 'Accensus, LLC'),
|
||
(1894, '1c44', 'Enmotus Inc'),
|
||
(1895, '1c58', 'HGST, Inc.'),
|
||
(1896, '1c5c', 'SK hynix'),
|
||
(1897, '1c5f', 'Beijing Memblaze Technology Co. Ltd.'),
|
||
(1898, '1c63', 'Science and Research Centre of Computer Technology (JSC "NICEVT")'),
|
||
(1899, '1c7e', 'TTTech Computertechnik AG'),
|
||
(1900, '1c7f', 'Elektrobit Austria GmbH'),
|
||
(1901, '1c8a', 'TSF5 Corporation'),
|
||
(1902, '1c8c', 'Mobiveil, Inc.'),
|
||
(1903, '1cb0', 'Shannon Systems'),
|
||
(1904, '1cb1', 'Collion UG & Co.KG'),
|
||
(1905, '1cb5', 'Focusrite Audio Engineering Ltd'),
|
||
(1906, '1cb8', 'Dawning Information Industry Co., Ltd.'),
|
||
(1907, '1cc1', 'ADATA Technology Co., Ltd.'),
|
||
(1908, '1cc4', 'Union Memory (Shenzhen)'),
|
||
(1909, '1cc5', 'Embedded Intelligence, Inc.'),
|
||
(1910, '1cc7', 'Radian Memory Systems Inc.'),
|
||
(1911, '1ccf', 'Zoom Corporation'),
|
||
(1912, '1cd2', 'SesKion GmbH'),
|
||
(1913, '1cd7', 'Nanjing Magewell Electronics Co., Ltd.'),
|
||
(1914, '1cdd', 'secunet Security Networks AG'),
|
||
(1915, '1ce4', 'Exablaze'),
|
||
(1916, '1cf0', 'Akitio'),
|
||
(1917, '1cf7', 'Subspace Dynamics'),
|
||
(1918, '1d00', 'Pure Storage'),
|
||
(1919, '1d05', 'Tongfang Hongkong Limited'),
|
||
(1920, '1d0f', 'Amazon.com, Inc.'),
|
||
(1921, '1d17', 'Zhaoxin'),
|
||
(1922, '1d18', 'RME'),
|
||
(1923, '1d1d', 'CNEX Labs'),
|
||
(1924, '1d21', 'Allo'),
|
||
(1925, '1d22', 'Baidu Technology'),
|
||
(1926, '1d26', 'Kalray Inc.'),
|
||
(1927, '1d37', 'NovaSparks'),
|
||
(1928, '1d40', 'Techman Electronics (Changshu) Co., Ltd.'),
|
||
(1929, '1d44', 'DPT'),
|
||
(1930, '1d49', 'Lenovo'),
|
||
(1931, '1d4c', 'Diamanti, Inc.'),
|
||
(1932, '1d5c', 'Fantasia Trading LLC'),
|
||
(1933, '1d61', 'Technobox, Inc.'),
|
||
(1934, '1d62', 'Nebbiolo Technologies'),
|
||
(1935, '1d65', 'Imagine Communications Corp.'),
|
||
(1936, '1d6a', 'Aquantia Corp.'),
|
||
(1937, '1d6c', 'Atomic Rules LLC'),
|
||
(1938, '1d72', 'Xiaomi'),
|
||
(1939, '1d78', 'DERA Storage'),
|
||
(1940, '1d7c', 'Aerotech, Inc.'),
|
||
(1941, '1d82', 'NETINT Technologies Inc.'),
|
||
(1942, '1d87', 'Fuzhou Rockchip Electronics Co., Ltd'),
|
||
(1943, '1d8f', 'Enyx'),
|
||
(1944, '1d93', 'YADRO'),
|
||
(1945, '1d94', 'Chengdu Haiguang IC Design Co., Ltd.'),
|
||
(1946, '1d95', 'Graphcore Ltd'),
|
||
(1947, '1d97', 'Shenzhen Longsys Electronics Co., Ltd.'),
|
||
(1948, '1d9b', 'Facebook, Inc.'),
|
||
(1949, '1da1', 'Teko Telecom S.r.l.'),
|
||
(1950, '1da2', 'Sapphire Technology Limited'),
|
||
(1951, '1da3', 'Habana Labs Ltd.'),
|
||
(1952, '1db2', 'ATP ELECTRONICS INC'),
|
||
(1953, '1dbb', 'NGD Systems, Inc.'),
|
||
(1954, '1dbf', 'Guizhou Huaxintong Semiconductor Technology Co., Ltd'),
|
||
(1955, '1dc5', 'FADU Inc.'),
|
||
(1956, '1dcd', 'Liqid Inc.'),
|
||
(1957, '1dd8', 'Pensando Systems'),
|
||
(1958, '1de0', 'Groq'),
|
||
(1959, '1de1', 'Tekram Technology Co.,Ltd.'),
|
||
(1960, '1de5', 'Eideticom, Inc'),
|
||
(1961, '1dee', 'Biwin Storage Technology Co., Ltd.'),
|
||
(1962, '1def', 'Ampere Computing, LLC'),
|
||
(1963, '1df3', 'Ethernity Networks'),
|
||
(1964, '1df7', 'opencpi.org'),
|
||
(1965, '1dfc', 'JSC NT-COM'),
|
||
(1966, '1e0f', 'KIOXIA Corporation'),
|
||
(1967, '1e17', 'Arnold & Richter Cine Technik GmbH & Co. Betriebs KG'),
|
||
(1968, '1e24', 'Squirrels Research Labs'),
|
||
(1969, '1e26', 'Fujitsu Client Computing Limited'),
|
||
(1970, '1e36', 'Shanghai Enflame Technology Co. Ltd'),
|
||
(1971, '1e38', 'Blaize, Inc'),
|
||
(1972, '1e3b', 'Shenzhen DAPU Microelectronics Co., Ltd'),
|
||
(1973, '1e3d', 'Burlywood, Inc'),
|
||
(1974, '1e49', 'Yangtze Memory Technologies Co.,Ltd'),
|
||
(1975, '1e4b', 'MAXIO Technology (Hangzhou) Ltd.'),
|
||
(1976, '1e4c', 'GSI Technology'),
|
||
(1977, '1e57', 'Beijing Panyi Technology Co., Ltd'),
|
||
(1978, '1e60', 'Hailo Technologies Ltd.'),
|
||
(1979, '1e6b', 'Axiado Corp.'),
|
||
(1980, '1e7b', 'Dataland'),
|
||
(1981, '1e7c', 'Brainchip Inc'),
|
||
(1982, '1e85', 'Heitec AG'),
|
||
(1983, '1e89', 'ID Quantique SA'),
|
||
(1984, '1e94', 'Calian SED'),
|
||
(1985, '1e95', 'Solid State Storage Technology Corporation'),
|
||
(1986, '1ea0', 'Tencent Technology (Shenzhen) Company Limited'),
|
||
(1987, '1eab', 'Hefei DATANG Storage Technology Co.,LTD.'),
|
||
(1988, '1eae', 'XFX Limited'),
|
||
(1989, '1eb1', 'VeriSilicon Inc'),
|
||
(1990, '1ed8', 'Digiteq Automotive'),
|
||
(1991, '1ed9', 'Myrtle.ai'),
|
||
(1992, '1ee9', 'SUSE LLC'),
|
||
(1993, '1fc0', 'Ascom (Finland) Oy'),
|
||
(1994, '1fc1', 'QLogic, Corp.'),
|
||
(1995, '1fc9', 'Tehuti Networks Ltd.'),
|
||
(1996, '1fcc', 'StreamLabs'),
|
||
(1997, '1fce', 'Cognio Inc.'),
|
||
(1998, '1fd4', 'SUNIX Co., Ltd.'),
|
||
(1999, '2000', 'Smart Link Ltd.'),
|
||
(2000, '2001', 'Temporal Research Ltd'),
|
||
(2001, '2003', 'Smart Link Ltd.'),
|
||
(2002, '2004', 'Smart Link Ltd.'),
|
||
(2003, '2048', 'Beijing SpaceControl Technology Co.Ltd'),
|
||
(2004, '20f4', 'TRENDnet'),
|
||
(2005, '2116', 'ZyDAS Technology Corp.'),
|
||
(2006, '21c3', '21st Century Computer Corp.'),
|
||
(2007, '22b8', 'Flex-Logix Technologies'),
|
||
(2008, '22db', 'Missing Link Electronics, Inc.'),
|
||
(2009, '2304', 'Colorgraphic Communications Corp.'),
|
||
(2010, '2348', 'Racore'),
|
||
(2011, '2646', 'Kingston Technology Company, Inc.'),
|
||
(2012, '270b', 'Xantel Corporation'),
|
||
(2013, '270f', 'Chaintech Computer Co. Ltd'),
|
||
(2014, '2711', 'AVID Technology Inc.'),
|
||
(2015, '2955', 'Connectix Virtual PC'),
|
||
(2016, '2a15', '3D Vision(???)'),
|
||
(2017, '2bd8', 'ROPEX Industrie-Elektronik GmbH'),
|
||
(2018, '3000', 'Hansol Electronics Inc.'),
|
||
(2019, '3112', 'Satelco Ingenieria S.A.'),
|
||
(2020, '3130', 'AUDIOTRAK'),
|
||
(2021, '3142', 'Post Impression Systems.'),
|
||
(2022, '31ab', 'Zonet'),
|
||
(2023, '3388', 'Hint Corp'),
|
||
(2024, '3411', 'Quantum Designs (H.K.) Inc'),
|
||
(2025, '3442', 'Bihl+Wiedemann GmbH'),
|
||
(2026, '3475', 'Arista Networks, Inc.'),
|
||
(2027, '3513', 'ARCOM Control Systems Ltd'),
|
||
(2028, '37d9', 'ITD Firm ltd.'),
|
||
(2029, '3842', 'eVga.com. Corp.'),
|
||
(2030, '38ef', '4Links'),
|
||
(2031, '3d3d', '3DLabs'),
|
||
(2032, '4005', 'Avance Logic Inc.'),
|
||
(2033, '4033', 'Addtron Technology Co, Inc.'),
|
||
(2034, '4040', 'NetXen Incorporated'),
|
||
(2035, '4143', 'Digital Equipment Corp'),
|
||
(2036, '4144', 'Alpha Data'),
|
||
(2037, '4150', 'ONA Electroerosion'),
|
||
(2038, '415a', 'Auzentech, Inc.'),
|
||
(2039, '416c', 'Aladdin Knowledge Systems'),
|
||
(2040, '4254', 'DVBSky'),
|
||
(2041, '4321', 'Tata Power Strategic Electronics Division'),
|
||
(2042, '4348', 'WCH.CN'),
|
||
(2043, '434e', 'CAST Navigation LLC'),
|
||
(2044, '43b0', 'Tiger Lake-H PCIe Root Port #9'),
|
||
(2045, '43bc', 'Tiger Lake-H PCIe Root Port #5'),
|
||
(2046, '4444', 'Internext Compression Inc'),
|
||
(2047, '4468', 'Bridgeport machines'),
|
||
(2048, '4594', 'Cogetec Informatique Inc'),
|
||
(2049, '45fb', 'Baldor Electric Company'),
|
||
(2050, '4624', 'Budker Institute of Nuclear Physics'),
|
||
(2051, '4651', 'TXIC'),
|
||
(2052, '4680', 'Umax Computer Corp'),
|
||
(2053, '4843', 'Hercules Computer Technology Inc'),
|
||
(2054, '4916', 'RedCreek Communications Inc'),
|
||
(2055, '4943', 'Growth Networks'),
|
||
(2056, '494f', 'ACCES I/O Products, Inc.'),
|
||
(2057, '4978', 'Axil Computer Inc'),
|
||
(2058, '4a14', 'NetVin'),
|
||
(2059, '4b10', 'Buslogic Inc.'),
|
||
(2060, '4c48', 'LUNG HWA Electronics'),
|
||
(2061, '4c52', 'LR-Link'),
|
||
(2062, '4c53', 'SBS Technologies'),
|
||
(2063, '4ca1', 'Seanix Technology Inc'),
|
||
(2064, '4d51', 'MediaQ Inc.'),
|
||
(2065, '4d54', 'Microtechnica Co Ltd'),
|
||
(2066, '4d56', 'MATRIX VISION GmbH'),
|
||
(2067, '4ddc', 'ILC Data Device Corp'),
|
||
(2068, '5045', 'University of Toronto'),
|
||
(2069, '5046', 'GemTek Technology Corporation'),
|
||
(2070, '5053', 'Voyetra Technologies'),
|
||
(2071, '50b2', 'TerraTec Electronic GmbH'),
|
||
(2072, '5136', 'S S Technologies'),
|
||
(2073, '5143', 'Qualcomm Inc'),
|
||
(2074, '5145', 'Ensoniq (Old)'),
|
||
(2075, '5168', 'Animation Technologies Inc.'),
|
||
(2076, '5301', 'Alliance Semiconductor Corp.'),
|
||
(2077, '5333', 'S3 Graphics Ltd.'),
|
||
(2078, '5431', 'AuzenTech, Inc.'),
|
||
(2079, '544c', 'Teralogic Inc'),
|
||
(2080, '544d', 'TBS Technologies'),
|
||
(2081, '5452', 'SCANLAB AG'),
|
||
(2082, '5455', 'Technische Universitaet Berlin'),
|
||
(2083, '5456', 'GoTView'),
|
||
(2084, '5519', 'Cnet Technologies, Inc.'),
|
||
(2085, '5544', 'Dunord Technologies'),
|
||
(2086, '5555', 'Genroco, Inc'),
|
||
(2087, '5646', 'Vector Fabrics BV'),
|
||
(2088, '5654', 'VoiceTronix Pty Ltd'),
|
||
(2089, '5678', 'Dawicontrol Computersysteme GmbH'),
|
||
(2090, '5700', 'Netpower'),
|
||
(2091, '5845', 'X-ES, Inc.'),
|
||
(2092, '584d', 'AuzenTech Co., Ltd.'),
|
||
(2093, '5851', 'Exacq Technologies'),
|
||
(2094, '5853', 'XenSource, Inc.'),
|
||
(2095, '5854', 'GoTView'),
|
||
(2096, '5ace', 'Beholder International Ltd.'),
|
||
(2097, '6205', 'TBS Technologies (wrong ID)'),
|
||
(2098, '6209', 'TBS Technologies (wrong ID)'),
|
||
(2099, '631c', 'SmartInfra Ltd'),
|
||
(2100, '6356', 'UltraStor'),
|
||
(2101, '6374', 'c\'t Magazin fuer Computertechnik'),
|
||
(2102, '6409', 'Logitec Corp.'),
|
||
(2103, '6549', 'Teradici Corp.'),
|
||
(2104, '6666', 'Decision Computer International Co.'),
|
||
(2105, '6688', 'Zycoo Co., Ltd'),
|
||
(2106, '6900', 'Red Hat, Inc.'),
|
||
(2107, '7063', 'pcHDTV'),
|
||
(2108, '7284', 'HT OMEGA Inc.'),
|
||
(2109, '7357', 'IOxOS Technologies SA'),
|
||
(2110, '7401', 'EndRun Technologies'),
|
||
(2111, '7470', 'TP-LINK Technologies Co., Ltd.'),
|
||
(2112, '7604', 'O.N. Electronic Co Ltd.'),
|
||
(2113, '7bde', 'MIDAC Corporation'),
|
||
(2114, '7fed', 'PowerTV'),
|
||
(2115, '8008', 'Quancom Electronic GmbH'),
|
||
(2116, '807d', 'Asustek Computer, Inc.'),
|
||
(2117, '8086', 'Intel Corporation'),
|
||
(2118, '8088', 'Beijing Wangxun Technology Co., Ltd.'),
|
||
(2119, '80ee', 'InnoTek Systemberatung GmbH'),
|
||
(2120, '8322', 'Sodick America Corp.'),
|
||
(2121, '8384', 'SigmaTel'),
|
||
(2122, '8401', 'TRENDware International Inc.'),
|
||
(2123, '8686', 'ScaleMP'),
|
||
(2124, '8800', 'Trigem Computer Inc.'),
|
||
(2125, '8866', 'T-Square Design Inc.'),
|
||
(2126, '8888', 'Silicon Magic'),
|
||
(2127, '8912', 'TRX'),
|
||
(2128, '8c4a', 'Winbond'),
|
||
(2129, '8e0e', 'Computone Corporation'),
|
||
(2130, '8e2e', 'KTI'),
|
||
(2131, '9004', 'Adaptec'),
|
||
(2132, '9005', 'Adaptec'),
|
||
(2133, '907f', 'Atronics'),
|
||
(2134, '919a', 'Gigapixel Corp'),
|
||
(2135, '9412', 'Holtek'),
|
||
(2136, '9413', 'Softlogic Co., Ltd.'),
|
||
(2137, '9618', 'JusonTech Corporation'),
|
||
(2138, '9699', 'Omni Media Technology Inc'),
|
||
(2139, '9710', 'MosChip Semiconductor Technology Ltd.'),
|
||
(2140, '9850', '3Com (wrong ID)'),
|
||
(2141, '9902', 'Stargen Inc.'),
|
||
(2142, '9a11', 'Tiger Lake-H Gaussian & Neural Accelerator'),
|
||
(2143, '9d32', 'Beijing Starblaze Technology Co. Ltd.'),
|
||
(2144, 'a000', 'Asix Electronics Corporation (Wrong ID)'),
|
||
(2145, 'a0a0', 'AOPEN Inc.'),
|
||
(2146, 'a0f1', 'UNISYS Corporation'),
|
||
(2147, 'a200', 'NEC Corporation'),
|
||
(2148, 'a259', 'Hewlett Packard'),
|
||
(2149, 'a25b', 'Hewlett Packard GmbH PL24-MKT'),
|
||
(2150, 'a304', 'Sony'),
|
||
(2151, 'a727', '3Com Corporation'),
|
||
(2152, 'aa00', 'iTuner'),
|
||
(2153, 'aa01', 'iTuner'),
|
||
(2154, 'aa02', 'iTuner'),
|
||
(2155, 'aa03', 'iTuner'),
|
||
(2156, 'aa04', 'iTuner'),
|
||
(2157, 'aa05', 'iTuner'),
|
||
(2158, 'aa06', 'iTuner'),
|
||
(2159, 'aa07', 'iTuner'),
|
||
(2160, 'aa08', 'iTuner'),
|
||
(2161, 'aa09', 'iTuner'),
|
||
(2162, 'aa0a', 'iTuner'),
|
||
(2163, 'aa0b', 'iTuner'),
|
||
(2164, 'aa0c', 'iTuner'),
|
||
(2165, 'aa0d', 'iTuner'),
|
||
(2166, 'aa0e', 'iTuner'),
|
||
(2167, 'aa0f', 'iTuner'),
|
||
(2168, 'aa42', 'Scitex Digital Video'),
|
||
(2169, 'aa55', 'Ncomputing X300 PCI-Engine'),
|
||
(2170, 'aaaa', 'Adnaco Technology Inc.'),
|
||
(2171, 'abcd', 'Vadatech Inc.'),
|
||
(2172, 'ac1e', 'Digital Receiver Technology Inc'),
|
||
(2173, 'ac3d', 'Actuality Systems'),
|
||
(2174, 'ad00', 'Alta Data Technologies LLC'),
|
||
(2175, 'aecb', 'Adrienne Electronics Corporation'),
|
||
(2176, 'affe', 'Sirrix AG security technologies'),
|
||
(2177, 'b100', 'OpenVox Communication Co. Ltd.'),
|
||
(2178, 'b10b', 'Uakron PCI Project'),
|
||
(2179, 'b1b3', 'Shiva Europe Limited'),
|
||
(2180, 'b1d9', 'ATCOM Technology co., LTD.'),
|
||
(2181, 'bd11', 'Pinnacle Systems, Inc. (Wrong ID)'),
|
||
(2182, 'bdbd', 'Blackmagic Design'),
|
||
(2183, 'c001', 'TSI Telsys'),
|
||
(2184, 'c0a9', 'Micron/Crucial Technology'),
|
||
(2185, 'c0de', 'Motorola'),
|
||
(2186, 'c0fe', 'Motion Engineering, Inc.'),
|
||
(2187, 'ca3b', 'Cambrionix Ltd.'),
|
||
(2188, 'ca50', 'Varian Australia Pty Ltd'),
|
||
(2189, 'cace', 'CACE Technologies, Inc.'),
|
||
(2190, 'caed', 'Canny Edge'),
|
||
(2191, 'cafe', 'Chrysalis-ITS'),
|
||
(2192, 'cc53', 'ScaleFlux Inc.'),
|
||
(2193, 'cccc', 'Catapult Communications'),
|
||
(2194, 'ccec', 'Curtiss-Wright Controls Embedded Computing'),
|
||
(2195, 'cddd', 'Tyzx, Inc.'),
|
||
(2196, 'ceba', 'KEBA AG'),
|
||
(2197, 'd161', 'Digium, Inc.'),
|
||
(2198, 'd209', 'Ultimarc'),
|
||
(2199, 'd4d4', 'Dy4 Systems Inc'),
|
||
(2200, 'd531', 'I+ME ACTIA GmbH'),
|
||
(2201, 'd84d', 'Exsys'),
|
||
(2202, 'dada', 'Datapath Limited'),
|
||
(2203, 'db10', 'Diablo Technologies'),
|
||
(2204, 'dc93', 'Dawicontrol GmbH'),
|
||
(2205, 'dcba', 'Dynamic Engineering'),
|
||
(2206, 'dd01', 'Digital Devices GmbH'),
|
||
(2207, 'dead', 'Indigita Corporation'),
|
||
(2208, 'deaf', 'Middle Digital Inc.'),
|
||
(2209, 'deda', 'XIMEA'),
|
||
(2210, 'e000', 'Winbond'),
|
||
(2211, 'e159', 'Tiger Jet Network Inc. / ICP DAS'),
|
||
(2212, 'e1c5', 'Elcus'),
|
||
(2213, 'e4bf', 'EKF Elektronik GmbH'),
|
||
(2214, 'e4e4', 'Xorcom'),
|
||
(2215, 'e55e', 'Essence Technology, Inc.'),
|
||
(2216, 'ea01', 'Eagle Technology'),
|
||
(2217, 'ea50', 'Emerson Automation Solutions'),
|
||
(2218, 'ea60', 'RME'),
|
||
(2219, 'eabb', 'Aashima Technology B.V.'),
|
||
(2220, 'eace', 'Endace Measurement Systems, Ltd'),
|
||
(2221, 'ec80', 'Belkin Corporation'),
|
||
(2222, 'ecc0', 'Echo Digital Audio Corporation'),
|
||
(2223, 'edd8', 'ARK Logic Inc'),
|
||
(2224, 'f043', 'ASUSTeK Computer Inc. (Wrong ID)'),
|
||
(2225, 'f05b', 'Foxconn International, Inc. (Wrong ID)'),
|
||
(2226, 'f15e', 'SiFive, Inc.'),
|
||
(2227, 'f1d0', 'AJA Video'),
|
||
(2228, 'f5f5', 'F5 Networks, Inc.'),
|
||
(2229, 'f849', 'ASRock Incorporation (Wrong ID)'),
|
||
(2230, 'fa57', 'Interagon AS'),
|
||
(2231, 'fab7', 'Fabric7 Systems, Inc.'),
|
||
(2232, 'febd', 'Ultraview Corp.'),
|
||
(2233, 'feda', 'Broadcom Inc'),
|
||
(2234, 'fede', 'Fedetec Inc.'),
|
||
(2235, 'fffd', 'XenSource, Inc.'),
|
||
(2236, 'fffe', 'VMWare Inc (temporary ID)'),
|
||
(2237, 'ffff', 'Illegal Vendor ID'),
|
||
(2238, 'C', '00 Unclassified device'),
|
||
(2239, 'C', '01 Mass storage controller'),
|
||
(2240, 'C', '02 Network controller'),
|
||
(2241, 'C', '03 Display controller'),
|
||
(2242, 'C', '04 Multimedia controller'),
|
||
(2243, 'C', '05 Memory controller'),
|
||
(2244, 'C', '06 Bridge'),
|
||
(2245, 'C', '07 Communication controller'),
|
||
(2246, 'C', '08 Generic system peripheral'),
|
||
(2247, 'C', '09 Input device controller'),
|
||
(2248, 'C', '0a Docking station'),
|
||
(2249, 'C', '0b Processor'),
|
||
(2250, 'C', '0c Serial bus controller'),
|
||
(2251, 'C', '0d Wireless controller'),
|
||
(2252, 'C', '0e Intelligent controller'),
|
||
(2253, 'C', '0f Satellite communications controller'),
|
||
(2254, 'C', '10 Encryption controller'),
|
||
(2255, 'C', '11 Signal processing controller'),
|
||
(2256, 'C', '12 Processing accelerators'),
|
||
(2257, 'C', '13 Non-Essential Instrumentation'),
|
||
(2258, 'C', '40 Coprocessor'),
|
||
(2259, 'C', 'ff Unassigned class');
|
||
|
||
|
||
INSERT INTO `glpi_plugin_fusioninventory_pcidevices`
|
||
(`id`, `deviceid`, `name`, `plugin_fusioninventory_pcivendor_id`) VALUES
|
||
(1, '8139', 'AT-2500TX V3 Ethernet', '2'),
|
||
(2, '7a00', 'Hyper Transport Bridge Controller', '3'),
|
||
(3, '7a02', 'APB (Advanced Peripheral Bus) Controller', '3'),
|
||
(4, '7a03', 'Gigabit Ethernet Controller', '3'),
|
||
(5, '7a04', 'OTG USB Controller', '3'),
|
||
(6, '7a05', 'Vivante GPU (Graphics Processing Unit)', '3'),
|
||
(7, '7a06', 'DC (Display Controller)', '3'),
|
||
(8, '7a07', 'HDA (High Definition Audio) Controller', '3'),
|
||
(9, '7a08', 'SATA AHCI Controller', '3'),
|
||
(10, '7a09', 'PCI-to-PCI Bridge', '3'),
|
||
(11, '7a0b', 'SPI Controller', '3'),
|
||
(12, '7a0c', 'LPC Controller', '3'),
|
||
(13, '7a0f', 'DMA (Direct Memory Access) Controller', '3'),
|
||
(14, '7a10', 'Hyper Transport Bridge Controller', '3'),
|
||
(15, '7a14', 'EHCI USB Controller', '3'),
|
||
(16, '7a15', 'Vivante GPU (Graphics Processing Unit)', '3'),
|
||
(17, '7a19', 'PCI-to-PCI Bridge', '3'),
|
||
(18, '7a24', 'OHCI USB Controller', '3'),
|
||
(19, '7a29', 'PCI-to-PCI Bridge', '3'),
|
||
(20, '0001', 'PCAN-PCI CAN-Bus controller', '4'),
|
||
(21, '7801', 'WinTV HVR-1800 MCE', '7'),
|
||
(22, '0680', 'Ultra ATA/133 IDE RAID CONTROLLER CARD', '9'),
|
||
(23, '0106', 'FPC-0106TX misprogrammed [RTL81xx]', '14'),
|
||
(24, '8139', 'HNE-300 (RealTek RTL8139c) [iPaq Networking]', '17'),
|
||
(25, '1012', '1012 PCMCIA 10/100 Ethernet Card [RTL81xx]', '20'),
|
||
(26, '000a', 'TTP-Monitoring Card V2.0', '25'),
|
||
(27, '0001', 'Pluto2 DVB-T Receiver for PCMCIA [EasyWatch MobilSet]', '26'),
|
||
(28, '1700', 'IS64PH ISDN Adapter', '28'),
|
||
(29, '1702', 'IS64PH ISDN Adapter', '28'),
|
||
(30, '1703', 'ISDN Adapter (PCI Bus, DV, W)', '28'),
|
||
(31, '1704', 'ISDN Adapter (PCI Bus, D, C)', '28'),
|
||
(32, '7200', 'JM7200 Series GPU', '30'),
|
||
(33, '6663', 'Butane II (MPEG2 encoder board)', '32'),
|
||
(34, '6666', 'MediaPress (MPEG2 encoder board)', '32'),
|
||
(35, '0105', 'R1T1', '37'),
|
||
(36, '0205', 'R4FXO', '37'),
|
||
(37, '0206', 'RCB4FXO 4-channel FXO analog telephony card', '37'),
|
||
(38, '0305', 'R4T1', '37'),
|
||
(39, '0405', 'R8FXX', '37'),
|
||
(40, '0406', 'RCB8FXX 8-channel modular analog telephony card', '37'),
|
||
(41, '0505', 'R24FXX', '37'),
|
||
(42, '0506', 'RCB24FXS 24-Channel FXS analog telephony card', '37'),
|
||
(43, '0605', 'R2T1', '37'),
|
||
(44, '0705', 'R24FXS', '37'),
|
||
(45, '0706', 'RCB24FXO 24-Channel FXO analog telephony card', '37'),
|
||
(46, '0905', 'R1T3 Single T3 Digital Telephony Card', '37'),
|
||
(47, '0906', 'RCB24FXX 24-channel modular analog telephony card', '37'),
|
||
(48, '0a06', 'RCB672FXX 672-channel modular analog telephony card', '37'),
|
||
(49, '0001', 'PCI to EISA Bridge', '38'),
|
||
(50, '0002', 'PCI to ISA Bridge', '38'),
|
||
(51, '0046', 'Smart Array 64xx', '38'),
|
||
(52, '0049', 'NC7132 Gigabit Upgrade Module', '38'),
|
||
(53, '004a', 'NC6136 Gigabit Server Adapter', '38'),
|
||
(54, '005a', 'Remote Insight II board - Lights-Out', '38'),
|
||
(55, '007c', 'NC7770 1000BaseTX', '38'),
|
||
(56, '007d', 'NC6770 1000BaseTX', '38'),
|
||
(57, '0085', 'NC7780 1000BaseTX', '38'),
|
||
(58, '00b1', 'Remote Insight II board - PCI device', '38'),
|
||
(59, '00bb', 'NC7760', '38'),
|
||
(60, '00ca', 'NC7771', '38'),
|
||
(61, '00cb', 'NC7781', '38'),
|
||
(62, '00cf', 'NC7772', '38'),
|
||
(63, '00d0', 'NC7782', '38'),
|
||
(64, '00d1', 'NC7783', '38'),
|
||
(65, '00e3', 'NC7761', '38'),
|
||
(66, '0508', 'Netelligent 4/16 Token Ring', '38'),
|
||
(67, '1000', 'Triflex/Pentium Bridge, Model 1000', '38'),
|
||
(68, '2000', 'Triflex/Pentium Bridge, Model 2000', '38'),
|
||
(69, '3032', 'QVision 1280/p', '38'),
|
||
(70, '3033', 'QVision 1280/p', '38'),
|
||
(71, '3034', 'QVision 1280/p', '38'),
|
||
(72, '4000', '4000 [Triflex]', '38'),
|
||
(73, '4040', 'Integrated Array', '38'),
|
||
(74, '4048', 'Compaq Raid LC2', '38'),
|
||
(75, '4050', 'Smart Array 4200', '38'),
|
||
(76, '4051', 'Smart Array 4250ES', '38'),
|
||
(77, '4058', 'Smart Array 431', '38'),
|
||
(78, '4070', 'Smart Array 5300', '38'),
|
||
(79, '4080', 'Smart Array 5i', '38'),
|
||
(80, '4082', 'Smart Array 532', '38'),
|
||
(81, '4083', 'Smart Array 5312', '38'),
|
||
(82, '4091', 'Smart Array 6i', '38'),
|
||
(83, '409a', 'Smart Array 641', '38'),
|
||
(84, '409b', 'Smart Array 642', '38'),
|
||
(85, '409c', 'Smart Array 6400', '38'),
|
||
(86, '409d', 'Smart Array 6400 EM', '38'),
|
||
(87, '6010', 'HotPlug PCI Bridge 6010', '38'),
|
||
(88, '7020', 'USB Controller', '38'),
|
||
(89, 'a0ec', 'Fibre Channel Host Controller', '38'),
|
||
(90, 'a0f0', 'Advanced System Management Controller', '38'),
|
||
(91, 'a0f3', 'Triflex PCI to ISA Bridge', '38'),
|
||
(92, 'a0f7', 'PCI Hotplug Controller', '38'),
|
||
(93, 'a0f8', 'ZFMicro Chipset USB', '38'),
|
||
(94, 'a0fc', 'FibreChannel HBA Tachyon', '38'),
|
||
(95, 'ae10', 'Smart-2/P RAID Controller', '38'),
|
||
(96, 'ae29', 'MIS-L', '38'),
|
||
(97, 'ae2a', 'MPC', '38'),
|
||
(98, 'ae2b', 'MIS-E', '38'),
|
||
(99, 'ae31', 'System Management Controller', '38'),
|
||
(100, 'ae32', 'Netelligent 10/100 TX PCI UTP', '38'),
|
||
(101, 'ae33', 'Triflex Dual EIDE Controller', '38'),
|
||
(102, 'ae34', 'Netelligent 10 T PCI UTP', '38'),
|
||
(103, 'ae35', 'Integrated NetFlex-3/P', '38'),
|
||
(104, 'ae40', 'Netelligent Dual 10/100 TX PCI UTP', '38'),
|
||
(105, 'ae43', 'Netelligent Integrated 10/100 TX UTP', '38'),
|
||
(106, 'ae69', 'CETUS-L', '38'),
|
||
(107, 'ae6c', 'Northstar', '38'),
|
||
(108, 'ae6d', 'NorthStar CPU to PCI Bridge', '38'),
|
||
(109, 'b011', 'Netelligent 10/100 TX Embedded UTP', '38'),
|
||
(110, 'b012', 'Netelligent 10 T/2 PCI UTP/Coax', '38'),
|
||
(111, 'b01e', 'NC3120 Fast Ethernet NIC', '38'),
|
||
(112, 'b01f', 'NC3122 Fast Ethernet NIC', '38'),
|
||
(113, 'b02f', 'NC1120 Ethernet NIC', '38'),
|
||
(114, 'b030', 'Netelligent 10/100 TX UTP', '38'),
|
||
(115, 'b04a', '10/100 TX PCI Intel WOL UTP Controller', '38'),
|
||
(116, 'b060', 'Smart Array 5300 Controller', '38'),
|
||
(117, 'b0c6', 'NC3161 Fast Ethernet NIC', '38'),
|
||
(118, 'b0c7', 'NC3160 Fast Ethernet NIC', '38'),
|
||
(119, 'b0d7', 'NC3121 Fast Ethernet NIC', '38'),
|
||
(120, 'b0dd', 'NC3131 Fast Ethernet NIC', '38'),
|
||
(121, 'b0de', 'NC3132 Fast Ethernet Module', '38'),
|
||
(122, 'b0df', 'NC6132 Gigabit Module', '38'),
|
||
(123, 'b0e0', 'NC6133 Gigabit Module', '38'),
|
||
(124, 'b0e1', 'NC3133 Fast Ethernet Module', '38'),
|
||
(125, 'b123', 'NC6134 Gigabit NIC', '38'),
|
||
(126, 'b134', 'NC3163 Fast Ethernet NIC', '38'),
|
||
(127, 'b13c', 'NC3162 Fast Ethernet NIC', '38'),
|
||
(128, 'b144', 'NC3123 Fast Ethernet NIC', '38'),
|
||
(129, 'b163', 'NC3134 Fast Ethernet NIC', '38'),
|
||
(130, 'b164', 'NC3165 Fast Ethernet Upgrade Module', '38'),
|
||
(131, 'b178', 'Smart Array 5i/532', '38'),
|
||
(132, 'b1a4', 'NC7131 Gigabit Server Adapter', '38'),
|
||
(133, 'b200', 'Memory Hot-Plug Controller', '38'),
|
||
(134, 'b203', 'Integrated Lights Out Controller', '38'),
|
||
(135, 'b204', 'Integrated Lights Out Processor', '38'),
|
||
(136, 'c000', 'Remote Insight Lights-Out Edition', '38'),
|
||
(137, 'f130', 'NetFlex-3/P ThunderLAN 1.0', '38'),
|
||
(138, 'f150', 'NetFlex-3/P ThunderLAN 2.3', '38'),
|
||
(139, '0008', 'Ethernet Powerlink Managing Node 01', '40'),
|
||
(140, '0001', '53c810', '42'),
|
||
(141, '0002', '53c820', '42'),
|
||
(142, '0003', '53c825', '42'),
|
||
(143, '0004', '53c815', '42'),
|
||
(144, '0005', '53c810AP', '42'),
|
||
(145, '0006', '53c860', '42'),
|
||
(146, '000a', '53c1510', '42'),
|
||
(147, '000b', '53C896/897', '42'),
|
||
(148, '000c', '53c895', '42'),
|
||
(149, '000d', '53c885', '42'),
|
||
(150, '000f', '53c875', '42'),
|
||
(151, '0010', '53C1510', '42'),
|
||
(152, '0012', '53c895a', '42'),
|
||
(153, '0013', '53c875a', '42'),
|
||
(154, '0014', 'MegaRAID Tri-Mode SAS3516', '42'),
|
||
(155, '0015', 'MegaRAID Tri-Mode SAS3416', '42'),
|
||
(156, '0016', 'MegaRAID Tri-Mode SAS3508', '42'),
|
||
(157, '0017', 'MegaRAID Tri-Mode SAS3408', '42'),
|
||
(158, '001b', 'MegaRAID Tri-Mode SAS3504', '42'),
|
||
(159, '001c', 'MegaRAID Tri-Mode SAS3404', '42'),
|
||
(160, '0020', '53c1010 Ultra3 SCSI Adapter', '42'),
|
||
(161, '0021', '53c1010 66MHz Ultra3 SCSI Adapter', '42'),
|
||
(162, '002f', 'MegaRAID SAS 2208 IOV [Thunderbolt]', '42'),
|
||
(163, '0030', '53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI', '42'),
|
||
(164, '0031', '53c1030ZC PCI-X Fusion-MPT Dual Ultra320 SCSI', '42'),
|
||
(165, '0032', '53c1035 PCI-X Fusion-MPT Dual Ultra320 SCSI', '42'),
|
||
(166, '0033', '1030ZC_53c1035 PCI-X Fusion-MPT Dual Ultra320 SCSI', '42'),
|
||
(167, '0040', '53c1035 PCI-X Fusion-MPT Dual Ultra320 SCSI', '42'),
|
||
(168, '0041', '53C1035ZC PCI-X Fusion-MPT Dual Ultra320 SCSI', '42'),
|
||
(169, '0050', 'SAS1064 PCI-X Fusion-MPT SAS', '42'),
|
||
(170, '0052', 'MegaRAID SAS-3 3216/3224 [Cutlass]', '42'),
|
||
(171, '0053', 'MegaRAID SAS-3 3216/3224 [Cutlass]', '42'),
|
||
(172, '0054', 'SAS1068 PCI-X Fusion-MPT SAS', '42'),
|
||
(173, '0055', 'SAS1068 PCI-X Fusion-MPT SAS', '42'),
|
||
(174, '0056', 'SAS1064ET PCI-Express Fusion-MPT SAS', '42'),
|
||
(175, '0057', 'M1064E MegaRAID SAS', '42'),
|
||
(176, '0058', 'SAS1068E PCI-Express Fusion-MPT SAS', '42'),
|
||
(177, '0059', 'MegaRAID SAS 8208ELP/8208ELP', '42'),
|
||
(178, '005a', 'SAS1066E PCI-Express Fusion-MPT SAS', '42'),
|
||
(179, '005b', 'MegaRAID SAS 2208 [Thunderbolt]', '42'),
|
||
(180, '005c', 'SAS1064A PCI-X Fusion-MPT SAS', '42'),
|
||
(181, '005d', 'MegaRAID SAS-3 3108 [Invader]', '42'),
|
||
(182, '005e', 'SAS1066 PCI-X Fusion-MPT SAS', '42'),
|
||
(183, '005f', 'MegaRAID SAS-3 3008 [Fury]', '42'),
|
||
(184, '0060', 'MegaRAID SAS 1078', '42'),
|
||
(185, '0062', 'SAS1078 PCI-Express Fusion-MPT SAS', '42'),
|
||
(186, '0064', 'SAS2116 PCI-Express Fusion-MPT SAS-2 [Meteor]', '42'),
|
||
(187, '0065', 'SAS2116 PCI-Express Fusion-MPT SAS-2 [Meteor]', '42'),
|
||
(188, '006e', 'SAS2308 PCI-Express Fusion-MPT SAS-2', '42'),
|
||
(189, '0070', 'SAS2004 PCI-Express Fusion-MPT SAS-2 [Spitfire]', '42'),
|
||
(190, '0071', 'MR SAS HBA 2004', '42'),
|
||
(191, '0072', 'SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon]', '42'),
|
||
(192, '0073', 'MegaRAID SAS 2008 [Falcon]', '42'),
|
||
(193, '0074', 'SAS2108 PCI-Express Fusion-MPT SAS-2 [Liberator]', '42'),
|
||
(194, '0076', 'SAS2108 PCI-Express Fusion-MPT SAS-2 [Liberator]', '42'),
|
||
(195, '0077', 'SAS2108 PCI-Express Fusion-MPT SAS-2 [Liberator]', '42'),
|
||
(196, '0079', 'MegaRAID SAS 2108 [Liberator]', '42'),
|
||
(197, '007c', 'MegaRAID SAS 1078DE', '42'),
|
||
(198, '007e', 'SSS6200 PCI-Express Flash SSD', '42'),
|
||
(199, '0080', 'SAS2208 PCI-Express Fusion-MPT SAS-2', '42'),
|
||
(200, '0081', 'SAS2208 PCI-Express Fusion-MPT SAS-2', '42'),
|
||
(201, '0082', 'SAS2208 PCI-Express Fusion-MPT SAS-2', '42'),
|
||
(202, '0083', 'SAS2208 PCI-Express Fusion-MPT SAS-2', '42'),
|
||
(203, '0084', 'SAS2208 PCI-Express Fusion-MPT SAS-2', '42'),
|
||
(204, '0085', 'SAS2208 PCI-Express Fusion-MPT SAS-2', '42'),
|
||
(205, '0086', 'SAS2308 PCI-Express Fusion-MPT SAS-2', '42'),
|
||
(206, '0087', 'SAS2308 PCI-Express Fusion-MPT SAS-2', '42'),
|
||
(207, '008f', '53c875J', '42'),
|
||
(208, '0090', 'SAS3108 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(209, '0091', 'SAS3108 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(210, '0094', 'SAS3108 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(211, '0095', 'SAS3108 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(212, '0096', 'SAS3004 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(213, '0097', 'SAS3008 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(214, '00ab', 'SAS3516 Fusion-MPT Tri-Mode RAID On Chip (ROC)', '42'),
|
||
(215, '00ac', 'SAS3416 Fusion-MPT Tri-Mode I/O Controller Chip (IOC)', '42'),
|
||
(216, '00ae', 'SAS3508 Fusion-MPT Tri-Mode RAID On Chip (ROC)', '42'),
|
||
(217, '00af', 'SAS3408 Fusion-MPT Tri-Mode I/O Controller Chip (IOC)', '42'),
|
||
(218, '00b2', 'PCIe Switch management endpoint', '42'),
|
||
(219, '00be', 'SAS3504 Fusion-MPT Tri-Mode RAID On Chip (ROC)', '42'),
|
||
(220, '00bf', 'SAS3404 Fusion-MPT Tri-Mode I/O Controller Chip (IOC)', '42'),
|
||
(221, '00c0', 'SAS3324 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(222, '00c1', 'SAS3324 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(223, '00c2', 'SAS3324 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(224, '00c3', 'SAS3324 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(225, '00c4', 'SAS3224 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(226, '00c5', 'SAS3316 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(227, '00c6', 'SAS3316 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(228, '00c7', 'SAS3316 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(229, '00c8', 'SAS3316 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(230, '00c9', 'SAS3216 PCI-Express Fusion-MPT SAS-3', '42'),
|
||
(231, '00ce', 'MegaRAID SAS-3 3316 [Intruder]', '42'),
|
||
(232, '00cf', 'MegaRAID SAS-3 3324 [Intruder]', '42'),
|
||
(233, '00d0', 'SAS3716 Fusion-MPT Tri-Mode RAID Controller Chip (ROC)', '42'),
|
||
(234, '00d1', 'SAS3616 Fusion-MPT Tri-Mode I/O Controller Chip (IOC)', '42'),
|
||
(235, '00d3', 'MegaRAID Tri-Mode SAS3716W', '42'),
|
||
(236, '00e0', 'Fusion-MPT 12GSAS/PCIe Unsupported SAS39xx', '42'),
|
||
(237, '00e1', 'Fusion-MPT 12GSAS/PCIe SAS39xx', '42'),
|
||
(238, '00e2', 'Fusion-MPT 12GSAS/PCIe Secure SAS39xx', '42'),
|
||
(239, '00e3', 'Fusion-MPT 12GSAS/PCIe Unsupported SAS39xx', '42'),
|
||
(240, '00e4', 'Fusion-MPT 12GSAS/PCIe Unsupported SAS38xx', '42'),
|
||
(241, '00e5', 'Fusion-MPT 12GSAS/PCIe SAS38xx', '42'),
|
||
(242, '00e6', 'Fusion-MPT 12GSAS/PCIe Secure SAS38xx', '42'),
|
||
(243, '00e7', 'Fusion-MPT 12GSAS/PCIe Unsupported SAS38xx', '42'),
|
||
(244, '02b0', 'Virtual Endpoint on PCIe Switch', '42'),
|
||
(245, '02b1', 'Virtual Endpoint on PCIe Switch (9749)', '42'),
|
||
(246, '0407', 'MegaRAID', '42'),
|
||
(247, '0408', 'MegaRAID', '42'),
|
||
(248, '0409', 'MegaRAID', '42'),
|
||
(249, '0411', 'MegaRAID SAS 1068', '42'),
|
||
(250, '0413', 'MegaRAID SAS 1068 [Verde ZCR]', '42'),
|
||
(251, '0621', 'FC909 Fibre Channel Adapter', '42'),
|
||
(252, '0622', 'FC929 Fibre Channel Adapter', '42'),
|
||
(253, '0623', 'FC929 LAN', '42'),
|
||
(254, '0624', 'FC919 Fibre Channel Adapter', '42'),
|
||
(255, '0625', 'FC919 LAN', '42'),
|
||
(256, '0626', 'FC929X Fibre Channel Adapter', '42'),
|
||
(257, '0627', 'FC929X LAN', '42'),
|
||
(258, '0628', 'FC919X Fibre Channel Adapter', '42'),
|
||
(259, '0629', 'FC919X LAN', '42'),
|
||
(260, '0640', 'FC949X Fibre Channel Adapter', '42'),
|
||
(261, '0642', 'FC939X Fibre Channel Adapter', '42'),
|
||
(262, '0646', 'FC949ES Fibre Channel Adapter', '42'),
|
||
(263, '0701', '83C885 NT50 DigitalScape Fast Ethernet', '42'),
|
||
(264, '0702', 'Yellowfin G-NIC gigabit ethernet', '42'),
|
||
(265, '0804', 'SA2010', '42'),
|
||
(266, '0805', 'SA2010ZC', '42'),
|
||
(267, '0806', 'SA2020', '42'),
|
||
(268, '0807', 'SA2020ZC', '42'),
|
||
(269, '0901', '61C102', '42'),
|
||
(270, '1000', '63C815', '42'),
|
||
(271, '10e0', 'MegaRAID 12GSAS/PCIe Unsupported SAS39xx', '42'),
|
||
(272, '10e1', 'MegaRAID 12GSAS/PCIe SAS39xx', '42'),
|
||
(273, '10e2', 'MegaRAID 12GSAS/PCIe Secure SAS39xx', '42'),
|
||
(274, '10e3', 'MegaRAID 12GSAS/PCIe Unsupported SAS39xx', '42'),
|
||
(275, '10e4', 'MegaRAID 12GSAS/PCIe Unsupported SAS38xx', '42'),
|
||
(276, '10e5', 'MegaRAID 12GSAS/PCIe SAS38xx', '42'),
|
||
(277, '10e6', 'MegaRAID 12GSAS/PCIe Secure SAS38xx', '42'),
|
||
(278, '10e7', 'MegaRAID 12GSAS/PCIe Unsupported SAS38xx', '42'),
|
||
(279, '1960', 'MegaRAID', '42'),
|
||
(280, '3050', 'SAS2008 PCI-Express Fusion-MPT SAS-2', '42'),
|
||
(281, '6001', 'DX1 Multiformat Broadcast HD/SD Encoder/Decoder', '42'),
|
||
(282, 'c012', 'PEX880xx PCIe Gen 4 Switch', '42'),
|
||
(283, '0010', 'PCI 1616 Measurement card with 32 digital I/O lines', '43'),
|
||
(284, '0011', 'OPTO-PCI Opto-Isolated digital I/O board', '43'),
|
||
(285, '0012', 'PCI-AD/DA Analogue I/O board', '43'),
|
||
(286, '0013', 'PCI-OPTO-RELAIS Digital I/O board with relay outputs', '43'),
|
||
(287, '0014', 'PCI-Counter/Timer Counter Timer board', '43'),
|
||
(288, '0015', 'PCI-DAC416 Analogue output board', '43'),
|
||
(289, '0016', 'PCI-MFB Analogue I/O board', '43'),
|
||
(290, '0017', 'PROTO-3 PCI Prototyping board', '43'),
|
||
(291, '9100', 'INI-9100/9100W SCSI Host', '43'),
|
||
(292, '1304', 'Kaveri', '44'),
|
||
(293, '1305', 'Kaveri', '44'),
|
||
(294, '1306', 'Kaveri', '44'),
|
||
(295, '1307', 'Kaveri', '44'),
|
||
(296, '1308', 'Kaveri HDMI/DP Audio Controller', '44'),
|
||
(297, '1309', 'Kaveri [Radeon R6/R7 Graphics]', '44'),
|
||
(298, '130a', 'Kaveri [Radeon R6 Graphics]', '44'),
|
||
(299, '130b', 'Kaveri [Radeon R4 Graphics]', '44'),
|
||
(300, '130c', 'Kaveri [Radeon R7 Graphics]', '44'),
|
||
(301, '130d', 'Kaveri [Radeon R6 Graphics]', '44'),
|
||
(302, '130e', 'Kaveri [Radeon R5 Graphics]', '44'),
|
||
(303, '130f', 'Kaveri [Radeon R7 Graphics]', '44'),
|
||
(304, '1310', 'Kaveri', '44'),
|
||
(305, '1311', 'Kaveri', '44'),
|
||
(306, '1312', 'Kaveri', '44'),
|
||
(307, '1313', 'Kaveri [Radeon R7 Graphics]', '44'),
|
||
(308, '1314', 'Wrestler HDMI Audio', '44'),
|
||
(309, '1315', 'Kaveri [Radeon R5 Graphics]', '44'),
|
||
(310, '1316', 'Kaveri [Radeon R5 Graphics]', '44'),
|
||
(311, '1317', 'Kaveri', '44'),
|
||
(312, '1318', 'Kaveri [Radeon R5 Graphics]', '44'),
|
||
(313, '131b', 'Kaveri [Radeon R4 Graphics]', '44'),
|
||
(314, '131c', 'Kaveri [Radeon R7 Graphics]', '44'),
|
||
(315, '131d', 'Kaveri [Radeon R6 Graphics]', '44'),
|
||
(316, '13e9', 'Ariel', '44'),
|
||
(317, '1478', 'Navi 10 XL Upstream Port of PCI Express Switch', '44'),
|
||
(318, '1479', 'Navi 10 XL Downstream Port of PCI Express Switch', '44'),
|
||
(319, '154c', 'Kryptos [Radeon RX 350]', '44'),
|
||
(320, '154e', 'Garfield', '44'),
|
||
(321, '1551', 'Arlene', '44'),
|
||
(322, '1552', 'Pooky', '44'),
|
||
(323, '1561', 'Anubis', '44'),
|
||
(324, '15d8', 'Picasso', '44'),
|
||
(325, '15dd', 'Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series]', '44'),
|
||
(326, '15de', 'Raven/Raven2/Fenghuang HDMI/DP Audio Controller', '44'),
|
||
(327, '15df', 'Raven/Raven2/Fenghuang/Renoir Cryptographic Coprocessor', '44'),
|
||
(328, '15ff', 'Fenghuang [Zhongshan Subor Z+]', '44'),
|
||
(329, '1607', 'Arden', '44'),
|
||
(330, '1636', 'Renoir', '44'),
|
||
(331, '1638', 'Cezanne', '44'),
|
||
(332, '163f', 'VanGogh', '44'),
|
||
(333, '164c', 'Lucienne', '44'),
|
||
(334, '1714', 'BeaverCreek HDMI Audio [Radeon HD 6500D and 6400G-6600G series]', '44'),
|
||
(335, '3150', 'RV380/M24 [Mobility Radeon X600]', '44'),
|
||
(336, '3151', 'RV380 GL [FireMV 2400]', '44'),
|
||
(337, '3152', 'RV370/M22 [Mobility Radeon X300]', '44'),
|
||
(338, '3154', 'RV380/M24 GL [Mobility FireGL V3200]', '44'),
|
||
(339, '3155', 'RV380 GL [FireMV 2400]', '44'),
|
||
(340, '3171', 'RV380 GL [FireMV 2400] (Secondary)', '44'),
|
||
(341, '3e50', 'RV380 [Radeon X550/X600]', '44'),
|
||
(342, '3e54', 'RV380 GL [FireGL V3200]', '44'),
|
||
(343, '3e70', 'RV380 [Radeon X550/X600] (Secondary)', '44'),
|
||
(344, '4136', 'RS100 [Mobility IGP 320M]', '44'),
|
||
(345, '4137', 'RS200 [Radeon IGP 340]', '44'),
|
||
(346, '4144', 'R300 [Radeon 9500]', '44'),
|
||
(347, '4146', 'R300 [Radeon 9700 PRO]', '44'),
|
||
(348, '4147', 'R300 GL [FireGL Z1]', '44'),
|
||
(349, '4148', 'R350 [Radeon 9800/9800 SE]', '44'),
|
||
(350, '4150', 'RV350 [Radeon 9550/9600/X1050 Series]', '44'),
|
||
(351, '4151', 'RV350 [Radeon 9600 Series]', '44'),
|
||
(352, '4152', 'RV360 [Radeon 9600/X1050 Series]', '44'),
|
||
(353, '4153', 'RV350 [Radeon 9550]', '44'),
|
||
(354, '4154', 'RV350 GL [FireGL T2]', '44'),
|
||
(355, '4155', 'RV350 [Radeon 9600]', '44'),
|
||
(356, '4157', 'RV350 GL [FireGL T2]', '44'),
|
||
(357, '4158', '68800AX [Graphics Ultra Pro PCI]', '44'),
|
||
(358, '4164', 'R300 [Radeon 9500 PRO] (Secondary)', '44'),
|
||
(359, '4165', 'R300 [Radeon 9700 PRO] (Secondary)', '44'),
|
||
(360, '4166', 'R300 [Radeon 9700 PRO] (Secondary)', '44'),
|
||
(361, '4168', 'RV350 [Radeon 9800 SE] (Secondary)', '44'),
|
||
(362, '4170', 'RV350 [Radeon 9550/9600/X1050 Series] (Secondary)', '44'),
|
||
(363, '4171', 'RV350 [Radeon 9600] (Secondary)', '44'),
|
||
(364, '4172', 'RV350 [Radeon 9600/X1050 Series] (Secondary)', '44'),
|
||
(365, '4173', 'RV350 [Radeon 9550] (Secondary)', '44'),
|
||
(366, '4242', 'R200 [All-In-Wonder Radeon 8500 DV]', '44'),
|
||
(367, '4243', 'R200 PCI Bridge [All-in-Wonder Radeon 8500DV]', '44'),
|
||
(368, '4336', 'RS100 [Radeon IGP 320M]', '44'),
|
||
(369, '4337', 'RS200M [Radeon IGP 330M/340M/345M/350M]', '44'),
|
||
(370, '4341', 'SB200 AC97 Audio Controller', '44'),
|
||
(371, '4342', 'SB200 PCI to PCI Bridge', '44'),
|
||
(372, '4345', 'SB200 EHCI USB Controller', '44'),
|
||
(373, '4346', 'Crayola 6 [XENOS Parent Die (XBOX 360)]', '44'),
|
||
(374, '4347', 'SB200 OHCI USB Controller #1', '44'),
|
||
(375, '4348', 'SB200 OHCI USB Controller #2', '44'),
|
||
(376, '4349', 'SB200 IDE Controller', '44'),
|
||
(377, '434c', 'SB200 PCI to LPC Bridge', '44'),
|
||
(378, '434d', 'SB200 AC97 Modem Controller', '44'),
|
||
(379, '4353', 'SB200 SMBus Controller', '44'),
|
||
(380, '4354', '215CT [Mach64 CT PCI]', '44'),
|
||
(381, '4358', 'Mach64 CX [Graphics Xpression]', '44'),
|
||
(382, '4361', 'SB300 AC\'97 Audio Controller', '44'),
|
||
(383, '4362', 'SB300 PCI to PCI Bridge', '44'),
|
||
(384, '4363', 'SB300 SMBus Controller', '44'),
|
||
(385, '4365', 'SB300 USB Controller (EHCI)', '44'),
|
||
(386, '4367', 'SB300 USB Controller (EHCI)', '44'),
|
||
(387, '4368', 'SB300 USB Controller (EHCI)', '44'),
|
||
(388, '4369', 'SB300 IDE Controller', '44'),
|
||
(389, '436c', 'SB300 PCI to LPC Bridge', '44'),
|
||
(390, '436d', 'SB300 AC97 Modem Controller', '44'),
|
||
(391, '436e', 'SB300 Serial ATA Controller', '44'),
|
||
(392, '4370', 'IXP SB400 AC\'97 Audio Controller', '44'),
|
||
(393, '4371', 'IXP SB4x0 PCI-PCI Bridge', '44'),
|
||
(394, '4372', 'IXP SB4x0 SMBus Controller', '44'),
|
||
(395, '4373', 'IXP SB4x0 USB2 Host Controller', '44'),
|
||
(396, '4374', 'IXP SB4x0 USB Host Controller', '44'),
|
||
(397, '4375', 'IXP SB4x0 USB Host Controller', '44'),
|
||
(398, '4376', 'IXP SB4x0 IDE Controller', '44'),
|
||
(399, '4377', 'IXP SB4x0 PCI-ISA Bridge', '44'),
|
||
(400, '4378', 'IXP SB400 AC\'97 Modem Controller', '44'),
|
||
(401, '4379', 'IXP SB4x0 Serial ATA Controller', '44'),
|
||
(402, '437a', 'IXP SB400 Serial ATA Controller', '44'),
|
||
(403, '437b', 'IXP SB4x0 High Definition Audio Controller', '44'),
|
||
(404, '4380', 'SB600 Non-Raid-5 SATA', '44'),
|
||
(405, '4381', 'SB600 SATA Controller (RAID 5 mode)', '44'),
|
||
(406, '4382', 'SB600 AC97 Audio', '44'),
|
||
(407, '4383', 'SBx00 Azalia (Intel HDA)', '44'),
|
||
(408, '4384', 'SBx00 PCI to PCI Bridge', '44'),
|
||
(409, '4385', 'SBx00 SMBus Controller', '44'),
|
||
(410, '4386', 'SB600 USB Controller (EHCI)', '44'),
|
||
(411, '4387', 'SB600 USB (OHCI0)', '44'),
|
||
(412, '4388', 'SB600 USB (OHCI1)', '44'),
|
||
(413, '4389', 'SB600 USB (OHCI2)', '44'),
|
||
(414, '438a', 'SB600 USB (OHCI3)', '44'),
|
||
(415, '438b', 'SB600 USB (OHCI4)', '44'),
|
||
(416, '438c', 'SB600 IDE', '44'),
|
||
(417, '438d', 'SB600 PCI to LPC Bridge', '44'),
|
||
(418, '438e', 'SB600 AC97 Modem', '44'),
|
||
(419, '4390', 'SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]', '44'),
|
||
(420, '4391', 'SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]', '44'),
|
||
(421, '4392', 'SB7x0/SB8x0/SB9x0 SATA Controller [Non-RAID5 mode]', '44'),
|
||
(422, '4393', 'SB7x0/SB8x0/SB9x0 SATA Controller [RAID5 mode]', '44'),
|
||
(423, '4394', 'SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]', '44'),
|
||
(424, '4395', 'SB8x0/SB9x0 SATA Controller [Storage mode]', '44'),
|
||
(425, '4396', 'SB7x0/SB8x0/SB9x0 USB EHCI Controller', '44'),
|
||
(426, '4397', 'SB7x0/SB8x0/SB9x0 USB OHCI0 Controller', '44'),
|
||
(427, '4398', 'SB7x0 USB OHCI1 Controller', '44'),
|
||
(428, '4399', 'SB7x0/SB8x0/SB9x0 USB OHCI2 Controller', '44'),
|
||
(429, '439c', 'SB7x0/SB8x0/SB9x0 IDE Controller', '44'),
|
||
(430, '439d', 'SB7x0/SB8x0/SB9x0 LPC host controller', '44'),
|
||
(431, '43a0', 'SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0)', '44'),
|
||
(432, '43a1', 'SB700/SB800/SB900 PCI to PCI bridge (PCIE port 1)', '44'),
|
||
(433, '43a2', 'SB900 PCI to PCI bridge (PCIE port 2)', '44'),
|
||
(434, '43a3', 'SB900 PCI to PCI bridge (PCIE port 3)', '44'),
|
||
(435, '4437', 'RS250 [Mobility Radeon 7000 IGP]', '44'),
|
||
(436, '4554', '210888ET [Mach64 ET]', '44'),
|
||
(437, '4630', 'XENOS Parent Die (XBOX 360)', '44'),
|
||
(438, '4631', 'XENOS Daughter Die (XBOX 360)', '44'),
|
||
(439, '4654', 'Mach64 VT', '44'),
|
||
(440, '4742', 'Rage 3 [3D Rage PRO AGP 2X]', '44'),
|
||
(441, '4744', 'Rage 3 [3D Rage PRO AGP 1X]', '44'),
|
||
(442, '4749', '3D Rage PRO PCI', '44'),
|
||
(443, '474d', 'Rage XL AGP 2X', '44'),
|
||
(444, '474e', 'Rage XC AGP', '44'),
|
||
(445, '474f', 'Rage XL', '44'),
|
||
(446, '4750', '3D Rage Pro PCI', '44'),
|
||
(447, '4752', 'Rage 3 [Rage XL PCI]', '44'),
|
||
(448, '4753', 'Rage XC', '44'),
|
||
(449, '4754', 'Mach64 GT/GT-B [3D Rage I/II]', '44'),
|
||
(450, '4755', 'Mach64 GT-B [3D Rage II+ DVD]', '44'),
|
||
(451, '4756', 'Rage 2 [3D Rage IIC PCI]', '44'),
|
||
(452, '4757', 'Rage 2 [3D Rage IIC AGP]', '44'),
|
||
(453, '4758', 'Mach64 GX [WinTurbo]', '44'),
|
||
(454, '4759', 'Rage 3 [3D Rage IIC PCI]', '44'),
|
||
(455, '475a', '3D Rage IIC AGP', '44'),
|
||
(456, '4845', 'Xilleon 220 HBIU for HDTV2', '44'),
|
||
(457, '4846', 'Xilleon 220 IDE for HDTV2', '44'),
|
||
(458, '4847', 'Xilleon 220 USB for HDTV2', '44'),
|
||
(459, '4848', 'Xilleon 220 DAIO-0 for HDTV2', '44'),
|
||
(460, '4849', 'Xilleon 220 DAIO-1 for HDTV2', '44'),
|
||
(461, '484a', 'Xilleon 220 LPC for HDTV2', '44'),
|
||
(462, '4850', 'Xilleon 215 HBIU for X215', '44'),
|
||
(463, '4851', 'Xilleon 215 IDE for X215', '44'),
|
||
(464, '4852', 'Xilleon 215 USB for X215', '44'),
|
||
(465, '4853', 'Xilleon 215 DAIO-0 for X215', '44'),
|
||
(466, '4854', 'Xilleon 215 DAIO-1 for X215', '44'),
|
||
(467, '4855', 'Xilleon 225 HBIU for X225', '44'),
|
||
(468, '4856', 'Xilleon 225 IDE for X225', '44'),
|
||
(469, '4857', 'Xilleon 225 USB for X225', '44'),
|
||
(470, '4858', 'Xilleon 225 DAIO-0 for X225', '44'),
|
||
(471, '4859', 'Xilleon 225 DAIO-1 for X225', '44'),
|
||
(472, '4860', 'Xilleon 210 HBIU for X210', '44'),
|
||
(473, '4861', 'Xilleon 210 IDE for X210', '44'),
|
||
(474, '4862', 'Xilleon 210 USB for X210', '44'),
|
||
(475, '4863', 'Xilleon 210 DAIO-0 for X210', '44'),
|
||
(476, '4864', 'Xilleon 210 DAIO-1 for X210', '44'),
|
||
(477, '4865', 'Xilleon 226 HBIU for X226', '44'),
|
||
(478, '4866', 'Xilleon 226 IDE for X226', '44'),
|
||
(479, '4867', 'Xilleon 226 USB for X226', '44'),
|
||
(480, '4868', 'Xilleon 226 DAIO-0 for X226', '44'),
|
||
(481, '4869', 'Xilleon 226 DAIO-1 for X226', '44'),
|
||
(482, '486a', 'Xilleon 240S HBIU for X240S', '44'),
|
||
(483, '486b', 'Xilleon 240H HBIU for X240H', '44'),
|
||
(484, '486c', 'Xilleon 240S USB for X240S', '44'),
|
||
(485, '486d', 'Xilleon 240H USB for X240H', '44'),
|
||
(486, '486e', 'Xilleon 250 USB 1.1 for X250', '44'),
|
||
(487, '486f', 'Xilleon 260 USB 1.1 for X260', '44'),
|
||
(488, '4870', 'Xilleon 250 HBIU for X250', '44'),
|
||
(489, '4871', 'Xilleon 250 IDE for X250', '44'),
|
||
(490, '4872', 'Xilleon 234/235 HBIU for X234/X235', '44'),
|
||
(491, '4873', 'Xilleon 244/245 HBIU for X244/X245', '44'),
|
||
(492, '4874', 'Xilleon 234/235 USB 1.1 for X234/X235', '44'),
|
||
(493, '4875', 'Xilleon 260 HBIU for X260', '44'),
|
||
(494, '4876', 'Xilleon 260 IDE for X260', '44'),
|
||
(495, '4877', 'Xilleon 244/245 USB 1.1 for X244/X245', '44'),
|
||
(496, '4878', 'Xilleon 270 HBIU for X270', '44'),
|
||
(497, '487b', 'Xilleon 242 HBIU for X242', '44'),
|
||
(498, '487d', 'Xilleon 242 USB 1.1 for X242', '44'),
|
||
(499, '4880', 'Xilleon 254 HBIU for X254', '44'),
|
||
(500, '4881', 'Xilleon 254 USB 1.1 for X254', '44'),
|
||
(501, '4882', 'Xilleon 255 HBIU for X255', '44'),
|
||
(502, '4883', 'Xilleon 255 USB 1.1 for X255', '44'),
|
||
(503, '4884', 'Xilleon 243 HBIU for X243', '44'),
|
||
(504, '4885', 'Xilleon 243 USB 1.1 for X243', '44'),
|
||
(505, '4886', 'Xilleon 233 HBIU for X233', '44'),
|
||
(506, '4887', 'Xilleon 233 USB 1.1 for X233', '44'),
|
||
(507, '4888', 'Xilleon 143 HBIU for X143', '44'),
|
||
(508, '4889', 'Xilleon 143 HBIU for X143L', '44'),
|
||
(509, '488a', 'Xilleon 143 HBIU for X143S', '44'),
|
||
(510, '4966', 'RV250 [Radeon 9000 Series]', '44'),
|
||
(511, '496e', 'RV250 [Radeon 9000] (Secondary)', '44'),
|
||
(512, '4a49', 'R420 [Radeon X800 PRO/GTO AGP]', '44'),
|
||
(513, '4a4a', 'R420 [Radeon X800 GT AGP]', '44'),
|
||
(514, '4a4b', 'R420 [Radeon X800 AGP Series]', '44'),
|
||
(515, '4a4d', 'R420 GL [FireGL X3-256]', '44'),
|
||
(516, '4a4e', 'RV420/M18 [Mobility Radeon 9800]', '44'),
|
||
(517, '4a4f', 'R420 [Radeon X850 AGP]', '44'),
|
||
(518, '4a50', 'R420 [Radeon X800 XT Platinum Edition AGP]', '44'),
|
||
(519, '4a54', 'R420 [Radeon X800 VE AGP]', '44'),
|
||
(520, '4a69', 'R420 [Radeon X800 PRO/GTO] (Secondary)', '44'),
|
||
(521, '4a6a', 'R420 [Radeon X800] (Secondary)', '44'),
|
||
(522, '4a6b', 'R420 [Radeon X800 XT AGP] (Secondary)', '44'),
|
||
(523, '4a70', 'R420 [Radeon X800 XT Platinum Edition AGP] (Secondary)', '44'),
|
||
(524, '4a74', 'R420 [Radeon X800 VE] (Secondary)', '44'),
|
||
(525, '4b49', 'R481 [Radeon X850 XT AGP]', '44'),
|
||
(526, '4b4b', 'R481 [Radeon X850 PRO AGP]', '44'),
|
||
(527, '4b4c', 'R481 [Radeon X850 XT Platinum Edition AGP]', '44'),
|
||
(528, '4b69', 'R481 [Radeon X850 XT AGP] (Secondary)', '44'),
|
||
(529, '4b6b', 'R481 [Radeon X850 PRO AGP] (Secondary)', '44'),
|
||
(530, '4b6c', 'R481 [Radeon X850 XT Platinum Edition AGP] (Secondary)', '44'),
|
||
(531, '4c42', 'Mach64 LT [3D Rage LT PRO AGP]', '44'),
|
||
(532, '4c46', 'Rage Mobility 128 AGP 2X/Mobility M3', '44'),
|
||
(533, '4c47', '3D Rage IIC PCI / Mobility Radeon 7500/7500C', '44'),
|
||
(534, '4c49', '3D Rage LT PRO PCI', '44'),
|
||
(535, '4c4d', 'Rage Mobility AGP 2x Series', '44'),
|
||
(536, '4c50', 'Rage 3 LT [3D Rage LT PRO PCI]', '44'),
|
||
(537, '4c52', 'M1 [Rage Mobility-M1 PCI]', '44'),
|
||
(538, '4c54', '264LT [Mach64 LT]', '44'),
|
||
(539, '4c57', 'RV200/M7 [Mobility Radeon 7500]', '44'),
|
||
(540, '4c58', 'RV200/M7 GL [Mobility FireGL 7800]', '44'),
|
||
(541, '4c59', 'RV100/M6 [Rage/Radeon Mobility Series]', '44'),
|
||
(542, '4c66', 'RV250/M9 GL [Mobility FireGL 9000/Radeon 9000]', '44'),
|
||
(543, '4c6e', 'RV250/M9 [Mobility Radeon 9000] (Secondary)', '44'),
|
||
(544, '4d46', 'Rage Mobility 128 AGP 4X/Mobility M4', '44'),
|
||
(545, '4d52', 'Theater 550 PRO PCI [ATI TV Wonder 550]', '44'),
|
||
(546, '4d53', 'Theater 550 PRO PCIe', '44'),
|
||
(547, '4e44', 'R300 [Radeon 9700/9700 PRO]', '44'),
|
||
(548, '4e45', 'R300 [Radeon 9500 PRO/9700]', '44'),
|
||
(549, '4e46', 'R300 [Radeon 9600 TX]', '44'),
|
||
(550, '4e47', 'R300 GL [FireGL X1]', '44'),
|
||
(551, '4e48', 'R350 [Radeon 9800 Series]', '44'),
|
||
(552, '4e49', 'R350 [Radeon 9800]', '44'),
|
||
(553, '4e4a', 'R360 [Radeon 9800 XXL/XT]', '44'),
|
||
(554, '4e4b', 'R350 GL [FireGL X2 AGP Pro]', '44'),
|
||
(555, '4e50', 'RV350/M10 / RV360/M11 [Mobility Radeon 9600 (PRO) / 9700]', '44'),
|
||
(556, '4e51', 'RV350 [Radeon 9550/9600/X1050 Series]', '44'),
|
||
(557, '4e52', 'RV350/M10 [Mobility Radeon 9500/9700 SE]', '44'),
|
||
(558, '4e54', 'RV350/M10 GL [Mobility FireGL T2]', '44'),
|
||
(559, '4e56', 'RV360/M12 [Mobility Radeon 9550]', '44'),
|
||
(560, '4e64', 'R300 [Radeon 9700 PRO] (Secondary)', '44'),
|
||
(561, '4e65', 'R300 [Radeon 9500 PRO] (Secondary)', '44'),
|
||
(562, '4e66', 'RV350 [Radeon 9600] (Secondary)', '44'),
|
||
(563, '4e67', 'R300 GL [FireGL X1] (Secondary)', '44'),
|
||
(564, '4e68', 'R350 [Radeon 9800 PRO] (Secondary)', '44'),
|
||
(565, '4e69', 'R350 [Radeon 9800] (Secondary)', '44'),
|
||
(566, '4e6a', 'RV350 [Radeon 9800 XT] (Secondary)', '44'),
|
||
(567, '4e71', 'RV350/M10 [Mobility Radeon 9600] (Secondary)', '44'),
|
||
(568, '4f72', 'RV250 [Radeon 9000 Series]', '44'),
|
||
(569, '4f73', 'RV250 [Radeon 9000 Series] (Secondary)', '44'),
|
||
(570, '5044', 'All-In-Wonder 128 PCI', '44'),
|
||
(571, '5046', 'Rage 4 [Rage 128 PRO AGP 4X]', '44'),
|
||
(572, '5050', 'Rage 4 [Rage 128 PRO PCI / Xpert 128 PCI]', '44'),
|
||
(573, '5052', 'Rage 4 [Rage 128 PRO AGP 4X]', '44'),
|
||
(574, '5144', 'R100 [Radeon 7200 / All-In-Wonder Radeon]', '44'),
|
||
(575, '5148', 'R200 GL [FireGL 8800]', '44'),
|
||
(576, '514c', 'R200 [Radeon 8500/8500 LE]', '44'),
|
||
(577, '514d', 'R200 [Radeon 9100]', '44'),
|
||
(578, '5157', 'RV200 [Radeon 7500/7500 LE]', '44'),
|
||
(579, '5159', 'RV100 [Radeon 7000 / Radeon VE]', '44'),
|
||
(580, '515e', 'ES1000', '44'),
|
||
(581, '5245', 'Rage 128 GL PCI', '44'),
|
||
(582, '5246', 'Rage 128 (Rage 4) series', '44'),
|
||
(583, '524b', 'Rage 128 VR PCI', '44'),
|
||
(584, '524c', 'Rage 128 VR AGP', '44'),
|
||
(585, '534d', 'Rage 128 4X AGP 4x', '44'),
|
||
(586, '5354', 'Mach 64 VT', '44'),
|
||
(587, '5446', 'Rage 128 PRO Ultra AGP 4x', '44'),
|
||
(588, '5452', 'Rage 128 PRO Ultra4XL VR-R AGP', '44'),
|
||
(589, '5460', 'RV370/M22 [Mobility Radeon X300]', '44'),
|
||
(590, '5461', 'RV370/M22 [Mobility Radeon X300]', '44'),
|
||
(591, '5462', 'RV380/M24C [Mobility Radeon X600 SE]', '44'),
|
||
(592, '5464', 'RV370/M22 GL [Mobility FireGL V3100]', '44'),
|
||
(593, '5549', 'R423 [Radeon X800 GTO]', '44'),
|
||
(594, '554a', 'R423 [Radeon X800 XT Platinum Edition]', '44'),
|
||
(595, '554b', 'R423 [Radeon X800 GT/SE]', '44'),
|
||
(596, '554d', 'R480 [Radeon X800 GTO2/XL]', '44'),
|
||
(597, '554e', 'R430 [All-In-Wonder X800 GT]', '44'),
|
||
(598, '554f', 'R430 [Radeon X800]', '44'),
|
||
(599, '5550', 'R423 GL [FireGL V7100]', '44'),
|
||
(600, '5551', 'R423 GL [FireGL V5100]', '44'),
|
||
(601, '5569', 'R423 [Radeon X800 PRO] (Secondary)', '44'),
|
||
(602, '556b', 'R423 [Radeon X800 GT] (Secondary)', '44'),
|
||
(603, '556d', 'R480 [Radeon X800 GTO2/XL] (Secondary)', '44'),
|
||
(604, '556f', 'R430 [Radeon X800] (Secondary)', '44'),
|
||
(605, '5571', 'R423 GL [FireGL V5100] (Secondary)', '44'),
|
||
(606, '564b', 'RV410/M26 GL [Mobility FireGL V5000]', '44'),
|
||
(607, '564f', 'RV410/M26 [Mobility Radeon X700 XL]', '44'),
|
||
(608, '5652', 'RV410/M26 [Mobility Radeon X700]', '44'),
|
||
(609, '5653', 'RV410/M26 [Mobility Radeon X700]', '44'),
|
||
(610, '5654', 'Mach64 VT [Video Xpression]', '44'),
|
||
(611, '5655', '264VT3 [Mach64 VT3]', '44'),
|
||
(612, '5656', 'Mach64 VT4 [Video Xpression+]', '44'),
|
||
(613, '5657', 'RV410 [Radeon X550 XTX / X700]', '44'),
|
||
(614, '5830', 'RS300 Host Bridge', '44'),
|
||
(615, '5831', 'RS300 Host Bridge', '44'),
|
||
(616, '5832', 'RS300 Host Bridge', '44'),
|
||
(617, '5833', 'RS300 Host Bridge', '44'),
|
||
(618, '5834', 'RS300 [Radeon 9100 IGP]', '44'),
|
||
(619, '5835', 'RS300M [Mobility Radeon 9100 IGP]', '44'),
|
||
(620, '5838', 'RS300 AGP Bridge', '44'),
|
||
(621, '5854', 'RS480 [Radeon Xpress 200 Series] (Secondary)', '44'),
|
||
(622, '5874', 'RS480 [Radeon Xpress 1150] (Secondary)', '44'),
|
||
(623, '5940', 'RV280 [Radeon 9200 PRO] (Secondary)', '44'),
|
||
(624, '5941', 'RV280 [Radeon 9200] (Secondary)', '44'),
|
||
(625, '5944', 'RV280 [Radeon 9200 SE PCI]', '44'),
|
||
(626, '5950', 'RS480/RS482/RS485 Host Bridge', '44'),
|
||
(627, '5951', 'RX480/RX482 Host Bridge', '44'),
|
||
(628, '5952', 'RD580 Host Bridge', '44'),
|
||
(629, '5954', 'RS480 [Radeon Xpress 200 Series]', '44'),
|
||
(630, '5955', 'RS480M [Mobility Radeon Xpress 200]', '44'),
|
||
(631, '5956', 'RD790 Host Bridge', '44'),
|
||
(632, '5957', 'RX780/RX790 Host Bridge', '44'),
|
||
(633, '5958', 'RD780 Host Bridge', '44'),
|
||
(634, '5960', 'RV280 [Radeon 9200 PRO / 9250]', '44'),
|
||
(635, '5961', 'RV280 [Radeon 9200]', '44'),
|
||
(636, '5962', 'RV280 [Radeon 9200]', '44'),
|
||
(637, '5964', 'RV280 [Radeon 9200 SE]', '44'),
|
||
(638, '5965', 'RV280 GL [FireMV 2200 PCI]', '44'),
|
||
(639, '5974', 'RS482/RS485 [Radeon Xpress 1100/1150]', '44'),
|
||
(640, '5975', 'RS482M [Mobility Radeon Xpress 200]', '44'),
|
||
(641, '5978', 'RX780/RD790 PCI to PCI bridge (external gfx0 port A)', '44'),
|
||
(642, '5979', 'RD790 PCI to PCI bridge (external gfx0 port B)', '44'),
|
||
(643, '597a', 'RD790 PCI to PCI bridge (PCI express gpp port A)', '44'),
|
||
(644, '597b', 'RX780/RD790 PCI to PCI bridge (PCI express gpp port B)', '44'),
|
||
(645, '597c', 'RD790 PCI to PCI bridge (PCI express gpp port C)', '44'),
|
||
(646, '597d', 'RX780/RD790 PCI to PCI bridge (PCI express gpp port D)', '44'),
|
||
(647, '597e', 'RD790 PCI to PCI bridge (PCI express gpp port E)', '44'),
|
||
(648, '597f', 'RD790 PCI to PCI bridge (PCI express gpp port F)', '44'),
|
||
(649, '5980', 'RD790 PCI to PCI bridge (external gfx1 port A)', '44'),
|
||
(650, '5981', 'RD790 PCI to PCI bridge (external gfx1 port B)', '44'),
|
||
(651, '5982', 'RD790 PCI to PCI bridge (NB-SB link)', '44'),
|
||
(652, '5a10', 'RD890 Northbridge only dual slot (2x16) PCI-e GFX Hydra part', '44'),
|
||
(653, '5a11', 'RD890 Northbridge only single slot PCI-e GFX Hydra part', '44'),
|
||
(654, '5a12', 'RD890 Northbridge only dual slot (2x8) PCI-e GFX Hydra part', '44'),
|
||
(655, '5a13', 'RD890S/SR5650 Host Bridge', '44'),
|
||
(656, '5a14', 'RD9x0/RX980 Host Bridge', '44'),
|
||
(657, '5a15', 'RD890 PCI to PCI bridge (PCI express gpp port A)', '44'),
|
||
(658, '5a16', 'RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GFX port 0)', '44'),
|
||
(659, '5a17', 'RD890/RD9x0 PCI to PCI bridge (PCI Express GFX port 1)', '44'),
|
||
(660, '5a18', 'RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 0)', '44'),
|
||
(661, '5a19', 'RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 1)', '44'),
|
||
(662, '5a1a', 'RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 2)', '44'),
|
||
(663, '5a1b', 'RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 3)', '44'),
|
||
(664, '5a1c', 'RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 4)', '44'),
|
||
(665, '5a1d', 'RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP Port 5)', '44'),
|
||
(666, '5a1e', 'RD890/RD9x0/RX980 PCI to PCI bridge (PCI Express GPP2 Port 0)', '44'),
|
||
(667, '5a1f', 'RD890/RD990 PCI to PCI bridge (PCI Express GFX2 port 0)', '44'),
|
||
(668, '5a20', 'RD890/RD990 PCI to PCI bridge (PCI Express GFX2 port 1)', '44'),
|
||
(669, '5a23', 'RD890S/RD990 I/O Memory Management Unit (IOMMU)', '44'),
|
||
(670, '5a31', 'RC410 Host Bridge', '44'),
|
||
(671, '5a33', 'RS400 Host Bridge', '44'),
|
||
(672, '5a34', 'RS4xx PCI Express Port [ext gfx]', '44'),
|
||
(673, '5a36', 'RC4xx/RS4xx PCI Express Port 1', '44'),
|
||
(674, '5a37', 'RC4xx/RS4xx PCI Express Port 2', '44'),
|
||
(675, '5a38', 'RC4xx/RS4xx PCI Express Port 3', '44'),
|
||
(676, '5a39', 'RC4xx/RS4xx PCI Express Port 4', '44'),
|
||
(677, '5a3f', 'RC4xx/RS4xx PCI Bridge [int gfx]', '44'),
|
||
(678, '5a41', 'RS400 [Radeon Xpress 200]', '44'),
|
||
(679, '5a42', 'RS400M [Radeon Xpress 200M]', '44'),
|
||
(680, '5a61', 'RC410 [Radeon Xpress 200/1100]', '44'),
|
||
(681, '5a62', 'RC410M [Mobility Radeon Xpress 200M]', '44'),
|
||
(682, '5b60', 'RV370 [Radeon X300]', '44'),
|
||
(683, '5b62', 'RV370 [Radeon X600/X600 SE]', '44'),
|
||
(684, '5b63', 'RV370 [Radeon X300/X550/X1050 Series]', '44'),
|
||
(685, '5b64', 'RV370 GL [FireGL V3100]', '44'),
|
||
(686, '5b65', 'RV370 GL [FireMV 2200]', '44'),
|
||
(687, '5b66', 'RV370X', '44'),
|
||
(688, '5b70', 'RV370 [Radeon X300 SE]', '44'),
|
||
(689, '5b72', 'RV380 [Radeon X300/X550/X1050 Series] (Secondary)', '44'),
|
||
(690, '5b73', 'RV370 [Radeon X300/X550/X1050 Series] (Secondary)', '44'),
|
||
(691, '5b74', 'RV370 GL [FireGL V3100] (Secondary)', '44'),
|
||
(692, '5b75', 'RV370 GL [FireMV 2200] (Secondary)', '44'),
|
||
(693, '5c61', 'RV280/M9+ [Mobility Radeon 9200 AGP]', '44'),
|
||
(694, '5c63', 'RV280/M9+ [Mobility Radeon 9200 AGP]', '44'),
|
||
(695, '5d44', 'RV280 [Radeon 9200 SE] (Secondary)', '44'),
|
||
(696, '5d45', 'RV280 GL [FireMV 2200 PCI] (Secondary)', '44'),
|
||
(697, '5d48', 'R423/M28 [Mobility Radeon X800 XT]', '44'),
|
||
(698, '5d49', 'R423/M28 GL [Mobility FireGL V5100]', '44'),
|
||
(699, '5d4a', 'R423/M28 [Mobility Radeon X800]', '44'),
|
||
(700, '5d4d', 'R480 [Radeon X850 XT Platinum Edition]', '44'),
|
||
(701, '5d4e', 'R480 [Radeon X850 SE]', '44'),
|
||
(702, '5d4f', 'R480 [Radeon X800 GTO]', '44'),
|
||
(703, '5d50', 'R480 GL [FireGL V7200]', '44'),
|
||
(704, '5d52', 'R480 [Radeon X850 XT]', '44'),
|
||
(705, '5d57', 'R423 [Radeon X800 XT]', '44'),
|
||
(706, '5d6d', 'R480 [Radeon X850 XT Platinum Edition] (Secondary)', '44'),
|
||
(707, '5d6f', 'R480 [Radeon X800 GTO] (Secondary)', '44'),
|
||
(708, '5d72', 'R480 [Radeon X850 XT] (Secondary)', '44'),
|
||
(709, '5d77', 'R423 [Radeon X800 XT] (Secondary)', '44'),
|
||
(710, '5e48', 'RV410 GL [FireGL V5000]', '44'),
|
||
(711, '5e49', 'RV410 [Radeon X700 Series]', '44'),
|
||
(712, '5e4a', 'RV410 [Radeon X700 XT]', '44'),
|
||
(713, '5e4b', 'RV410 [Radeon X700 PRO]', '44'),
|
||
(714, '5e4c', 'RV410 [Radeon X700 SE]', '44'),
|
||
(715, '5e4d', 'RV410 [Radeon X700]', '44'),
|
||
(716, '5e4f', 'RV410 [Radeon X700]', '44'),
|
||
(717, '5e6b', 'RV410 [Radeon X700 PRO] (Secondary)', '44'),
|
||
(718, '5e6d', 'RV410 [Radeon X700] (Secondary)', '44'),
|
||
(719, '5f57', 'R423 [Radeon X800 XT]', '44'),
|
||
(720, '6600', 'Mars [Radeon HD 8670A/8670M/8750M]', '44'),
|
||
(721, '6601', 'Mars [Radeon HD 8730M]', '44'),
|
||
(722, '6604', 'Opal XT [Radeon R7 M265/M365X/M465]', '44'),
|
||
(723, '6605', 'Opal PRO [Radeon R7 M260X]', '44'),
|
||
(724, '6606', 'Mars XTX [Radeon HD 8790M]', '44'),
|
||
(725, '6607', 'Mars LE [Radeon HD 8530M / R5 M240]', '44'),
|
||
(726, '6608', 'Oland GL [FirePro W2100]', '44'),
|
||
(727, '6609', 'Oland GL [FirePro W2100 / Barco MXRT 2600]', '44'),
|
||
(728, '6610', 'Oland XT [Radeon HD 8670 / R7 250/350]', '44'),
|
||
(729, '6611', 'Oland [Radeon HD 8570 / R5 430 OEM / R7 240/340 / Radeon 520 OEM]', '44'),
|
||
(730, '6613', 'Oland PRO [Radeon R7 240/340]', '44'),
|
||
(731, '6631', 'Oland', '44'),
|
||
(732, '6640', 'Saturn XT [FirePro M6100]', '44'),
|
||
(733, '6641', 'Saturn PRO [Radeon HD 8930M]', '44'),
|
||
(734, '6646', 'Bonaire XT [Radeon R9 M280X]', '44'),
|
||
(735, '6647', 'Saturn PRO/XT [Radeon R9 M270X/M280X]', '44'),
|
||
(736, '6649', 'Bonaire [FirePro W5100]', '44'),
|
||
(737, '664d', 'Bonaire [FirePro W5100 / Barco MXRT-5600]', '44'),
|
||
(738, '6650', 'Bonaire', '44'),
|
||
(739, '6651', 'Bonaire', '44'),
|
||
(740, '6658', 'Bonaire XTX [Radeon R7 260X/360]', '44'),
|
||
(741, '665c', 'Bonaire XT [Radeon HD 7790/8770 / R7 360 / R9 260/360 OEM]', '44'),
|
||
(742, '665d', 'Bonaire [Radeon R7 200 Series]', '44'),
|
||
(743, '665f', 'Tobago PRO [Radeon R7 360 / R9 360 OEM]', '44'),
|
||
(744, '6660', 'Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / Radeon 520 Mobile]', '44'),
|
||
(745, '6663', 'Sun PRO [Radeon HD 8570A/8570M]', '44'),
|
||
(746, '6664', 'Jet XT [Radeon R5 M240]', '44'),
|
||
(747, '6665', 'Jet PRO [Radeon R5 M230 / R7 M260DX / Radeon 520 Mobile]', '44'),
|
||
(748, '6667', 'Jet ULT [Radeon R5 M230]', '44'),
|
||
(749, '666f', 'Sun LE [Radeon HD 8550M / R5 M230]', '44'),
|
||
(750, '66a0', 'Vega 20 [Radeon Instinct]', '44'),
|
||
(751, '66a1', 'Vega 20 WKS GL-XE [Radeon Pro VII]', '44'),
|
||
(752, '66a2', 'Vega 20', '44'),
|
||
(753, '66a3', 'Vega 20 [Radeon Pro Vega II/Radeon Pro Vega II Duo]', '44'),
|
||
(754, '66a7', 'Vega 20 [Radeon Pro Vega 20]', '44'),
|
||
(755, '66af', 'Vega 20 [Radeon VII]', '44'),
|
||
(756, '6704', 'Cayman PRO GL [FirePro V7900]', '44'),
|
||
(757, '6707', 'Cayman LE GL [FirePro V5900]', '44'),
|
||
(758, '6718', 'Cayman XT [Radeon HD 6970]', '44'),
|
||
(759, '6719', 'Cayman PRO [Radeon HD 6950]', '44'),
|
||
(760, '671c', 'Antilles [Radeon HD 6990]', '44'),
|
||
(761, '671d', 'Antilles [Radeon HD 6990]', '44'),
|
||
(762, '671f', 'Cayman CE [Radeon HD 6930]', '44'),
|
||
(763, '6720', 'Blackcomb [Radeon HD 6970M/6990M]', '44'),
|
||
(764, '6738', 'Barts XT [Radeon HD 6870]', '44'),
|
||
(765, '6739', 'Barts PRO [Radeon HD 6850]', '44'),
|
||
(766, '673e', 'Barts LE [Radeon HD 6790]', '44'),
|
||
(767, '6740', 'Whistler [Radeon HD 6730M/6770M/7690M XT]', '44'),
|
||
(768, '6741', 'Whistler [Radeon HD 6630M/6650M/6750M/7670M/7690M]', '44'),
|
||
(769, '6742', 'Whistler LE [Radeon HD 6610M/7610M]', '44'),
|
||
(770, '6743', 'Whistler [Radeon E6760]', '44'),
|
||
(771, '6749', 'Turks GL [FirePro V4900]', '44'),
|
||
(772, '674a', 'Turks GL [FirePro V3900]', '44'),
|
||
(773, '6750', 'Onega [Radeon HD 6650A/7650A]', '44'),
|
||
(774, '6751', 'Turks [Radeon HD 7650A/7670A]', '44'),
|
||
(775, '6758', 'Turks XT [Radeon HD 6670/7670]', '44'),
|
||
(776, '6759', 'Turks PRO [Radeon HD 6570/7570/8550]', '44'),
|
||
(777, '675b', 'Turks [Radeon HD 7600 Series]', '44'),
|
||
(778, '675d', 'Turks PRO [Radeon HD 7570]', '44'),
|
||
(779, '675f', 'Turks LE [Radeon HD 5570/6510/7510/8510]', '44'),
|
||
(780, '6760', 'Seymour [Radeon HD 6400M/7400M Series]', '44'),
|
||
(781, '6761', 'Seymour LP [Radeon HD 6430M]', '44'),
|
||
(782, '6763', 'Seymour [Radeon E6460]', '44'),
|
||
(783, '6764', 'Seymour [Radeon HD 6400M Series]', '44'),
|
||
(784, '6765', 'Seymour [Radeon HD 6400M Series]', '44'),
|
||
(785, '6766', 'Caicos', '44'),
|
||
(786, '6767', 'Caicos', '44'),
|
||
(787, '6768', 'Caicos', '44'),
|
||
(788, '6770', 'Caicos [Radeon HD 6450A/7450A]', '44'),
|
||
(789, '6771', 'Caicos XTX [Radeon HD 8490 / R5 235X OEM]', '44'),
|
||
(790, '6772', 'Caicos [Radeon HD 7450A]', '44'),
|
||
(791, '6778', 'Caicos XT [Radeon HD 7470/8470 / R5 235/310 OEM]', '44'),
|
||
(792, '6779', 'Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]', '44'),
|
||
(793, '677b', 'Caicos PRO [Radeon HD 7450]', '44'),
|
||
(794, '6780', 'Tahiti XT GL [FirePro W9000]', '44'),
|
||
(795, '6784', 'Tahiti [FirePro Series Graphics Adapter]', '44'),
|
||
(796, '6788', 'Tahiti [FirePro Series Graphics Adapter]', '44'),
|
||
(797, '678a', 'Tahiti PRO GL [FirePro Series]', '44'),
|
||
(798, '6798', 'Tahiti XT [Radeon HD 7970/8970 OEM / R9 280X]', '44'),
|
||
(799, '679a', 'Tahiti PRO [Radeon HD 7950/8950 OEM / R9 280]', '44'),
|
||
(800, '679b', 'Malta [Radeon HD 7990/8990 OEM]', '44'),
|
||
(801, '679e', 'Tahiti LE [Radeon HD 7870 XT]', '44'),
|
||
(802, '679f', 'Tahiti', '44'),
|
||
(803, '67a0', 'Hawaii XT GL [FirePro W9100]', '44'),
|
||
(804, '67a1', 'Hawaii PRO GL [FirePro W8100]', '44'),
|
||
(805, '67a2', 'Hawaii GL', '44'),
|
||
(806, '67a8', 'Hawaii', '44'),
|
||
(807, '67a9', 'Hawaii', '44'),
|
||
(808, '67aa', 'Hawaii', '44'),
|
||
(809, '67b0', 'Hawaii XT / Grenada XT [Radeon R9 290X/390X]', '44'),
|
||
(810, '67b1', 'Hawaii PRO [Radeon R9 290/390]', '44'),
|
||
(811, '67b8', 'Hawaii XT [Radeon R9 290X Engineering Sample]', '44'),
|
||
(812, '67b9', 'Vesuvius [Radeon R9 295X2]', '44'),
|
||
(813, '67be', 'Hawaii LE', '44'),
|
||
(814, '67c0', 'Ellesmere [Radeon Pro WX 7100 Mobile]', '44'),
|
||
(815, '67c2', 'Ellesmere [Radeon Pro V7300X / V7350x2]', '44'),
|
||
(816, '67c4', 'Ellesmere [Radeon Pro WX 7100]', '44'),
|
||
(817, '67c7', 'Ellesmere [Radeon Pro WX 5100]', '44'),
|
||
(818, '67ca', 'Ellesmere [Polaris10]', '44'),
|
||
(819, '67cc', 'Ellesmere [Polaris10]', '44'),
|
||
(820, '67cf', 'Ellesmere [Polaris10]', '44'),
|
||
(821, '67d0', 'Ellesmere [Radeon Pro V7300X / V7350x2]', '44'),
|
||
(822, '67d7', 'Ellesmere [Radeon Pro WX 5100 / Barco MXRT-6700]', '44'),
|
||
(823, '67df', 'Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]', '44'),
|
||
(824, '67e0', 'Baffin [Radeon Pro WX 4170]', '44'),
|
||
(825, '67e1', 'Baffin [Polaris11]', '44'),
|
||
(826, '67e3', 'Baffin [Radeon Pro WX 4100]', '44'),
|
||
(827, '67e8', 'Baffin [Radeon Pro WX 4130/4150]', '44'),
|
||
(828, '67e9', 'Baffin [Polaris11]', '44'),
|
||
(829, '67eb', 'Baffin [Radeon Pro V5300X]', '44'),
|
||
(830, '67ef', 'Baffin [Radeon RX 460/560D / Pro 450/455/460/555/555X/560/560X]', '44'),
|
||
(831, '67ff', 'Baffin [Radeon RX 550 640SP / RX 560/560X]', '44'),
|
||
(832, '6800', 'Wimbledon XT [Radeon HD 7970M]', '44'),
|
||
(833, '6801', 'Neptune XT [Radeon HD 8970M]', '44'),
|
||
(834, '6802', 'Wimbledon', '44'),
|
||
(835, '6806', 'Neptune', '44'),
|
||
(836, '6808', 'Pitcairn XT GL [FirePro W7000]', '44'),
|
||
(837, '6809', 'Pitcairn LE GL [FirePro W5000]', '44'),
|
||
(838, '6810', 'Curacao XT / Trinidad XT [Radeon R7 370 / R9 270X/370X]', '44'),
|
||
(839, '6811', 'Curacao PRO [Radeon R7 370 / R9 270/370 OEM]', '44'),
|
||
(840, '6816', 'Pitcairn', '44'),
|
||
(841, '6817', 'Pitcairn', '44'),
|
||
(842, '6818', 'Pitcairn XT [Radeon HD 7870 GHz Edition]', '44'),
|
||
(843, '6819', 'Pitcairn PRO [Radeon HD 7850 / R7 265 / R9 270 1024SP]', '44'),
|
||
(844, '6820', 'Venus XTX [Radeon HD 8890M / R9 M275X/M375X]', '44'),
|
||
(845, '6821', 'Venus XT [Radeon HD 8870M / R9 M270X/M370X]', '44'),
|
||
(846, '6822', 'Venus PRO [Radeon E8860]', '44'),
|
||
(847, '6823', 'Venus PRO [Radeon HD 8850M / R9 M265X]', '44'),
|
||
(848, '6825', 'Heathrow XT [Radeon HD 7870M]', '44'),
|
||
(849, '6826', 'Chelsea LP [Radeon HD 7700M Series]', '44'),
|
||
(850, '6827', 'Heathrow PRO [Radeon HD 7850M/8850M]', '44'),
|
||
(851, '6828', 'Cape Verde PRO [FirePro W600]', '44'),
|
||
(852, '6829', 'Cape Verde', '44'),
|
||
(853, '682a', 'Venus PRO', '44'),
|
||
(854, '682b', 'Cape Verde PRO / Venus LE / Tropo PRO-L [Radeon HD 8830M / R7 250 / R7 M465X]', '44'),
|
||
(855, '682c', 'Cape Verde GL [FirePro W4100]', '44'),
|
||
(856, '682d', 'Chelsea XT GL [FirePro M4000]', '44'),
|
||
(857, '682f', 'Chelsea LP [Radeon HD 7730M]', '44'),
|
||
(858, '6835', 'Cape Verde PRX [Radeon R9 255 OEM]', '44'),
|
||
(859, '6837', 'Cape Verde LE [Radeon HD 7730/8730]', '44'),
|
||
(860, '683d', 'Cape Verde XT [Radeon HD 7770/8760 / R7 250X]', '44'),
|
||
(861, '683f', 'Cape Verde PRO [Radeon HD 7750/8740 / R7 250E]', '44'),
|
||
(862, '6840', 'Thames [Radeon HD 7500M/7600M Series]', '44'),
|
||
(863, '6841', 'Thames [Radeon HD 7550M/7570M/7650M]', '44'),
|
||
(864, '6842', 'Thames LE [Radeon HD 7000M Series]', '44'),
|
||
(865, '6843', 'Thames [Radeon HD 7670M]', '44'),
|
||
(866, '6860', 'Vega 10 [Radeon Instinct MI25]', '44'),
|
||
(867, '6861', 'Vega 10 XT [Radeon PRO WX 9100]', '44'),
|
||
(868, '6862', 'Vega 10 XT [Radeon PRO SSG]', '44'),
|
||
(869, '6863', 'Vega 10 XTX [Radeon Vega Frontier Edition]', '44'),
|
||
(870, '6864', 'Vega 10 [Radeon Pro V340]', '44'),
|
||
(871, '6867', 'Vega 10 XL [Radeon Pro Vega 56]', '44'),
|
||
(872, '6868', 'Vega 10 [Radeon PRO WX 8100/8200]', '44'),
|
||
(873, '6869', 'Vega 10 XGA [Radeon Pro Vega 48]', '44'),
|
||
(874, '686a', 'Vega 10 LEA', '44'),
|
||
(875, '686b', 'Vega 10 XTXA [Radeon Pro Vega 64X]', '44'),
|
||
(876, '686c', 'Vega 10 [Radeon Instinct MI25 MxGPU]', '44'),
|
||
(877, '686d', 'Vega 10 GLXTA', '44'),
|
||
(878, '686e', 'Vega 10 GLXLA', '44'),
|
||
(879, '687f', 'Vega 10 XL/XT [Radeon RX Vega 56/64]', '44'),
|
||
(880, '6880', 'Lexington [Radeon HD 6550M]', '44'),
|
||
(881, '6888', 'Cypress XT [FirePro V8800]', '44'),
|
||
(882, '6889', 'Cypress PRO [FirePro V7800]', '44'),
|
||
(883, '688a', 'Cypress XT [FirePro V9800]', '44'),
|
||
(884, '688c', 'Cypress XT GL [FireStream 9370]', '44'),
|
||
(885, '688d', 'Cypress PRO GL [FireStream 9350]', '44'),
|
||
(886, '6898', 'Cypress XT [Radeon HD 5870]', '44'),
|
||
(887, '6899', 'Cypress PRO [Radeon HD 5850]', '44'),
|
||
(888, '689b', 'Cypress PRO [Radeon HD 6800 Series]', '44'),
|
||
(889, '689c', 'Hemlock [Radeon HD 5970]', '44'),
|
||
(890, '689d', 'Hemlock [Radeon HD 5970]', '44'),
|
||
(891, '689e', 'Cypress LE [Radeon HD 5830]', '44'),
|
||
(892, '68a0', 'Broadway XT [Mobility Radeon HD 5870]', '44'),
|
||
(893, '68a1', 'Broadway PRO [Mobility Radeon HD 5850]', '44'),
|
||
(894, '68a8', 'Granville [Radeon HD 6850M/6870M]', '44'),
|
||
(895, '68a9', 'Juniper XT [FirePro V5800]', '44'),
|
||
(896, '68b8', 'Juniper XT [Radeon HD 5770]', '44'),
|
||
(897, '68b9', 'Juniper LE [Radeon HD 5670 640SP Edition]', '44'),
|
||
(898, '68ba', 'Juniper XT [Radeon HD 6770]', '44'),
|
||
(899, '68be', 'Juniper PRO [Radeon HD 5750]', '44'),
|
||
(900, '68bf', 'Juniper PRO [Radeon HD 6750]', '44'),
|
||
(901, '68c0', 'Madison [Mobility Radeon HD 5730 / 6570M]', '44'),
|
||
(902, '68c1', 'Madison [Mobility Radeon HD 5650/5750 / 6530M/6550M]', '44'),
|
||
(903, '68c7', 'Pinewood [Mobility Radeon HD 5570/6550A]', '44'),
|
||
(904, '68c8', 'Redwood XT GL [FirePro V4800]', '44'),
|
||
(905, '68c9', 'Redwood PRO GL [FirePro V3800]', '44'),
|
||
(906, '68d8', 'Redwood XT [Radeon HD 5670/5690/5730]', '44'),
|
||
(907, '68d9', 'Redwood PRO [Radeon HD 5550/5570/5630/6510/6610/7570]', '44'),
|
||
(908, '68da', 'Redwood LE [Radeon HD 5550/5570/5630/6390/6490/7570]', '44'),
|
||
(909, '68de', 'Redwood', '44'),
|
||
(910, '68e0', 'Park [Mobility Radeon HD 5430/5450/5470]', '44'),
|
||
(911, '68e1', 'Park [Mobility Radeon HD 5430]', '44'),
|
||
(912, '68e4', 'Robson CE [Radeon HD 6370M/7370M]', '44'),
|
||
(913, '68e5', 'Robson LE [Radeon HD 6330M]', '44'),
|
||
(914, '68e8', 'Cedar', '44'),
|
||
(915, '68e9', 'Cedar [ATI FirePro (FireGL) Graphics Adapter]', '44'),
|
||
(916, '68f1', 'Cedar GL [FirePro 2460]', '44'),
|
||
(917, '68f2', 'Cedar GL [FirePro 2270]', '44'),
|
||
(918, '68f8', 'Cedar [Radeon HD 7300 Series]', '44'),
|
||
(919, '68f9', 'Cedar [Radeon HD 5000/6000/7350/8350 Series]', '44'),
|
||
(920, '68fa', 'Cedar [Radeon HD 7350/8350 / R5 220]', '44'),
|
||
(921, '68fe', 'Cedar LE', '44'),
|
||
(922, '6900', 'Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445 / 530/535 / 620/625 Mobile]', '44'),
|
||
(923, '6901', 'Topaz PRO [Radeon R5 M255]', '44'),
|
||
(924, '6907', 'Meso XT [Radeon R5 M315]', '44'),
|
||
(925, '6920', 'Amethyst [Radeon R9 M395/ M395X Mac Edition]', '44'),
|
||
(926, '6921', 'Amethyst XT [Radeon R9 M295X / M390X]', '44'),
|
||
(927, '6929', 'Tonga XT GL [FirePro S7150]', '44'),
|
||
(928, '692b', 'Tonga PRO GL [FirePro W7100]', '44'),
|
||
(929, '692f', 'Tonga XTV GL [FirePro S7150V]', '44'),
|
||
(930, '6938', 'Tonga XT / Amethyst XT [Radeon R9 380X / R9 M295X]', '44'),
|
||
(931, '6939', 'Tonga PRO [Radeon R9 285/380]', '44'),
|
||
(932, '693b', 'Tonga PRO GL [FirePro W7100 / Barco MXRT-7600]', '44'),
|
||
(933, '694c', 'Polaris 22 XT [Radeon RX Vega M GH]', '44'),
|
||
(934, '694e', 'Polaris 22 XL [Radeon RX Vega M GL]', '44'),
|
||
(935, '694f', 'Polaris 22 MGL XL [Radeon Pro WX Vega M GL]', '44'),
|
||
(936, '6980', 'Polaris12', '44'),
|
||
(937, '6981', 'Lexa XT [Radeon PRO WX 3200]', '44'),
|
||
(938, '6985', 'Lexa XT [Radeon PRO WX 3100]', '44'),
|
||
(939, '6986', 'Polaris12', '44'),
|
||
(940, '6987', 'Lexa [Radeon 540X/550X/630 / RX 640 / E9171 MCM]', '44'),
|
||
(941, '6995', 'Lexa XT [Radeon PRO WX 2100]', '44'),
|
||
(942, '699f', 'Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X]', '44'),
|
||
(943, '69a0', 'Vega 12', '44'),
|
||
(944, '69a1', 'Vega 12', '44'),
|
||
(945, '69a2', 'Vega 12', '44'),
|
||
(946, '69a3', 'Vega 12', '44'),
|
||
(947, '69af', 'Vega 12 [Radeon Pro Vega 20]', '44'),
|
||
(948, '6fdf', 'Polaris 20 XL [Radeon RX 580 2048SP]', '44'),
|
||
(949, '700f', 'RS100 AGP Bridge', '44'),
|
||
(950, '7010', 'RS200/RS250 AGP Bridge', '44'),
|
||
(951, '7100', 'R520 [Radeon X1800 XT]', '44'),
|
||
(952, '7101', 'R520/M58 [Mobility Radeon X1800 XT]', '44'),
|
||
(953, '7102', 'R520/M58 [Mobility Radeon X1800]', '44'),
|
||
(954, '7104', 'R520 GL [FireGL V7200 / Barco MXTR-5100]', '44'),
|
||
(955, '7109', 'R520 [Radeon X1800 XL]', '44'),
|
||
(956, '710a', 'R520 [Radeon X1800 GTO]', '44'),
|
||
(957, '710b', 'R520 [Radeon X1800 GTO]', '44'),
|
||
(958, '710e', 'R520 GL [FireGL V7300]', '44'),
|
||
(959, '710f', 'R520 GL [FireGL V7350]', '44'),
|
||
(960, '7120', 'R520 [Radeon X1800] (Secondary)', '44'),
|
||
(961, '7124', 'R520 GL [FireGL V7200] (Secondary)', '44'),
|
||
(962, '7129', 'R520 [Radeon X1800] (Secondary)', '44'),
|
||
(963, '712e', 'R520 GL [FireGL V7300] (Secondary)', '44'),
|
||
(964, '712f', 'R520 GL [FireGL V7350] (Secondary)', '44'),
|
||
(965, '7140', 'RV515 [Radeon X1300/X1550/X1600 Series]', '44'),
|
||
(966, '7142', 'RV515 PRO [Radeon X1300/X1550 Series]', '44'),
|
||
(967, '7143', 'RV505 [Radeon X1300/X1550 Series]', '44'),
|
||
(968, '7145', 'RV515/M54 [Mobility Radeon X1400]', '44'),
|
||
(969, '7146', 'RV515 [Radeon X1300/X1550]', '44'),
|
||
(970, '7147', 'RV505 [Radeon X1550 64-bit]', '44'),
|
||
(971, '7149', 'RV515/M52 [Mobility Radeon X1300]', '44'),
|
||
(972, '714a', 'RV515/M52 [Mobility Radeon X1300]', '44'),
|
||
(973, '7152', 'RV515 GL [FireGL V3300]', '44'),
|
||
(974, '7153', 'RV515 GL [FireGL V3350]', '44'),
|
||
(975, '715f', 'RV505 CE [Radeon X1550 64-bit]', '44'),
|
||
(976, '7162', 'RV515 PRO [Radeon X1300/X1550 Series] (Secondary)', '44'),
|
||
(977, '7163', 'RV505 [Radeon X1550 Series] (Secondary)', '44'),
|
||
(978, '7166', 'RV515 [Radeon X1300/X1550 Series] (Secondary)', '44'),
|
||
(979, '7167', 'RV515 [Radeon X1550 64-bit] (Secondary)', '44'),
|
||
(980, '7172', 'RV515 GL [FireGL V3300] (Secondary)', '44'),
|
||
(981, '7173', 'RV515 GL [FireGL V3350] (Secondary)', '44'),
|
||
(982, '7181', 'RV516 [Radeon X1600/X1650 Series]', '44'),
|
||
(983, '7183', 'RV516 [Radeon X1300/X1550 Series]', '44'),
|
||
(984, '7186', 'RV516/M64 [Mobility Radeon X1450]', '44'),
|
||
(985, '7187', 'RV516 [Radeon X1300/X1550 Series]', '44'),
|
||
(986, '7188', 'RV516/M64-S [Mobility Radeon X2300]', '44'),
|
||
(987, '718a', 'RV516/M64 [Mobility Radeon X2300]', '44'),
|
||
(988, '718b', 'RV516/M62 [Mobility Radeon X1350]', '44'),
|
||
(989, '718c', 'RV516/M62-CSP64 [Mobility Radeon X1350]', '44'),
|
||
(990, '718d', 'RV516/M64-CSP128 [Mobility Radeon X1450]', '44'),
|
||
(991, '7193', 'RV516 [Radeon X1550 Series]', '44'),
|
||
(992, '7196', 'RV516/M62-S [Mobility Radeon X1350]', '44'),
|
||
(993, '719b', 'RV516 GL [FireMV 2250]', '44'),
|
||
(994, '719f', 'RV516 [Radeon X1550 Series]', '44'),
|
||
(995, '71a0', 'RV516 [Radeon X1300/X1550 Series] (Secondary)', '44'),
|
||
(996, '71a1', 'RV516 [Radeon X1600/X1650 Series] (Secondary)', '44'),
|
||
(997, '71a3', 'RV516 [Radeon X1300/X1550 Series] (Secondary)', '44'),
|
||
(998, '71a7', 'RV516 [Radeon X1300/X1550 Series] (Secondary)', '44'),
|
||
(999, '71bb', 'RV516 GL [FireMV 2250] (Secondary)', '44'),
|
||
(1000, '71c0', 'RV530 [Radeon X1600 XT/X1650 GTO]', '44'),
|
||
(1001, '71c1', 'RV535 [Radeon X1650 PRO]', '44'),
|
||
(1002, '71c2', 'RV530 [Radeon X1600 PRO]', '44'),
|
||
(1003, '71c3', 'RV530 [Radeon X1600 PRO]', '44'),
|
||
(1004, '71c4', 'RV530/M56 GL [Mobility FireGL V5200]', '44'),
|
||
(1005, '71c5', 'RV530/M56-P [Mobility Radeon X1600]', '44'),
|
||
(1006, '71c6', 'RV530LE [Radeon X1600/X1650 PRO]', '44'),
|
||
(1007, '71c7', 'RV535 [Radeon X1650 PRO]', '44'),
|
||
(1008, '71ce', 'RV530 [Radeon X1300 XT/X1600 PRO]', '44'),
|
||
(1009, '71d2', 'RV530 GL [FireGL V3400]', '44'),
|
||
(1010, '71d4', 'RV530/M66 GL [Mobility FireGL V5250]', '44'),
|
||
(1011, '71d5', 'RV530/M66-P [Mobility Radeon X1700]', '44'),
|
||
(1012, '71d6', 'RV530/M66-XT [Mobility Radeon X1700]', '44'),
|
||
(1013, '71de', 'RV530/M66 [Mobility Radeon X1700/X2500]', '44'),
|
||
(1014, '71e0', 'RV530 [Radeon X1600] (Secondary)', '44'),
|
||
(1015, '71e1', 'RV535 [Radeon X1650 PRO] (Secondary)', '44'),
|
||
(1016, '71e2', 'RV530 [Radeon X1600] (Secondary)', '44'),
|
||
(1017, '71e6', 'RV530 [Radeon X1650] (Secondary)', '44'),
|
||
(1018, '71e7', 'RV535 [Radeon X1650 PRO] (Secondary)', '44'),
|
||
(1019, '71f2', 'RV530 GL [FireGL V3400] (Secondary)', '44'),
|
||
(1020, '7210', 'RV550/M71 [Mobility Radeon HD 2300]', '44'),
|
||
(1021, '7211', 'RV550/M71 [Mobility Radeon X2300 HD]', '44'),
|
||
(1022, '7240', 'R580+ [Radeon X1950 XTX]', '44'),
|
||
(1023, '7244', 'R580+ [Radeon X1950 XT]', '44'),
|
||
(1024, '7248', 'R580 [Radeon X1950]', '44'),
|
||
(1025, '7249', 'R580 [Radeon X1900 XT]', '44'),
|
||
(1026, '724b', 'R580 [Radeon X1900 GT]', '44'),
|
||
(1027, '724e', 'R580 GL [FireGL V7350]', '44'),
|
||
(1028, '7269', 'R580 [Radeon X1900 XT] (Secondary)', '44'),
|
||
(1029, '726b', 'R580 [Radeon X1900 GT] (Secondary)', '44'),
|
||
(1030, '726e', 'R580 [AMD Stream Processor] (Secondary)', '44'),
|
||
(1031, '7280', 'RV570 [Radeon X1950 PRO]', '44'),
|
||
(1032, '7288', 'RV570 [Radeon X1950 GT]', '44'),
|
||
(1033, '7291', 'RV560 [Radeon X1650 XT]', '44'),
|
||
(1034, '7293', 'RV560 [Radeon X1650 GT]', '44'),
|
||
(1035, '72a0', 'RV570 [Radeon X1950 PRO] (Secondary)', '44'),
|
||
(1036, '72a8', 'RV570 [Radeon X1950 GT] (Secondary)', '44'),
|
||
(1037, '72b1', 'RV560 [Radeon X1650 XT] (Secondary)', '44'),
|
||
(1038, '72b3', 'RV560 [Radeon X1650 GT] (Secondary)', '44'),
|
||
(1039, '7300', 'Fiji [Radeon R9 FURY / NANO Series]', '44'),
|
||
(1040, '7310', 'Navi 10 [Radeon Pro W5700X]', '44'),
|
||
(1041, '7312', 'Navi 10 [Radeon Pro W5700]', '44'),
|
||
(1042, '731f', 'Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT]', '44'),
|
||
(1043, '7340', 'Navi 14 [Radeon RX 5500/5500M / Pro 5500M]', '44'),
|
||
(1044, '7341', 'Navi 14 [Radeon Pro W5500]', '44'),
|
||
(1045, '7347', 'Navi 14 [Radeon Pro W5500M]', '44'),
|
||
(1046, '734f', 'Navi 14 [Radeon Pro W5300M]', '44'),
|
||
(1047, '7360', 'Navi 12 [Radeon Pro 5600M / V520]', '44'),
|
||
(1048, '7362', 'Navi 12 [Radeon Pro V520]', '44'),
|
||
(1049, '7388', 'Arcturus GL-XL', '44'),
|
||
(1050, '738c', 'Arcturus GL-XL [AMD Instinct MI100]', '44'),
|
||
(1051, '738e', 'Arcturus GL-XL', '44'),
|
||
(1052, '73bf', 'Navi 21 [Radeon RX 6800/6800 XT / 6900 XT]', '44'),
|
||
(1053, '73c3', 'Navi 22', '44'),
|
||
(1054, '73df', 'Navi 22', '44'),
|
||
(1055, '73e0', 'Navi 23', '44'),
|
||
(1056, '73ff', 'Navi 23', '44'),
|
||
(1057, '7833', 'RS350 Host Bridge', '44'),
|
||
(1058, '7834', 'RS350 [Radeon 9100 PRO/XT IGP]', '44'),
|
||
(1059, '7835', 'RS350M [Mobility Radeon 9000 IGP]', '44'),
|
||
(1060, '7838', 'RS350 AGP Bridge', '44'),
|
||
(1061, '7910', 'RS690 Host Bridge', '44'),
|
||
(1062, '7911', 'RS690/RS740 Host Bridge', '44'),
|
||
(1063, '7912', 'RS690/RS740 PCI to PCI Bridge (Internal gfx)', '44'),
|
||
(1064, '7913', 'RS690 PCI to PCI Bridge (PCI Express Graphics Port 0)', '44'),
|
||
(1065, '7915', 'RS690 PCI to PCI Bridge (PCI Express Port 1)', '44'),
|
||
(1066, '7916', 'RS690 PCI to PCI Bridge (PCI Express Port 2)', '44'),
|
||
(1067, '7917', 'RS690 PCI to PCI Bridge (PCI Express Port 3)', '44'),
|
||
(1068, '7919', 'RS690 HDMI Audio [Radeon Xpress 1200 Series]', '44'),
|
||
(1069, '791e', 'RS690 [Radeon X1200]', '44'),
|
||
(1070, '791f', 'RS690M [Radeon Xpress 1200/1250/1270]', '44'),
|
||
(1071, '7930', 'RS600 Host Bridge', '44'),
|
||
(1072, '7932', 'RS600 PCI to PCI Bridge (Internal gfx)', '44'),
|
||
(1073, '7933', 'RS600 PCI to PCI Bridge (PCI Express Graphics Port 0)', '44'),
|
||
(1074, '7935', 'RS600 PCI to PCI Bridge (PCI Express Port 1)', '44'),
|
||
(1075, '7936', 'RS600 PCI to PCI Bridge (PCI Express Port 2)', '44'),
|
||
(1076, '7937', 'RS690 PCI to PCI Bridge (PCI Express Port 3)', '44'),
|
||
(1077, '793b', 'RS600 HDMI Audio [Radeon Xpress 1250]', '44'),
|
||
(1078, '793f', 'RS690M [Radeon Xpress 1200/1250/1270] (Secondary)', '44'),
|
||
(1079, '7941', 'RS600 [Radeon Xpress 1250]', '44'),
|
||
(1080, '7942', 'RS600M [Radeon Xpress 1250]', '44'),
|
||
(1081, '796e', 'RS740 [Radeon 2100]', '44'),
|
||
(1082, '9400', 'R600 [Radeon HD 2900 PRO/XT]', '44'),
|
||
(1083, '9401', 'R600 [Radeon HD 2900 XT]', '44'),
|
||
(1084, '9403', 'R600 [Radeon HD 2900 PRO]', '44'),
|
||
(1085, '9405', 'R600 [Radeon HD 2900 GT]', '44'),
|
||
(1086, '940a', 'R600 GL [FireGL V8650]', '44'),
|
||
(1087, '940b', 'R600 GL [FireGL V8600]', '44'),
|
||
(1088, '940f', 'R600 GL [FireGL V7600]', '44'),
|
||
(1089, '9440', 'RV770 [Radeon HD 4870]', '44'),
|
||
(1090, '9441', 'R700 [Radeon HD 4870 X2]', '44'),
|
||
(1091, '9442', 'RV770 [Radeon HD 4850]', '44'),
|
||
(1092, '9443', 'R700 [Radeon HD 4850 X2]', '44'),
|
||
(1093, '9444', 'RV770 GL [FirePro V8750]', '44'),
|
||
(1094, '9446', 'RV770 GL [FirePro V7760]', '44'),
|
||
(1095, '944a', 'RV770/M98L [Mobility Radeon HD 4850]', '44'),
|
||
(1096, '944b', 'RV770/M98 [Mobility Radeon HD 4850 X2]', '44'),
|
||
(1097, '944c', 'RV770 LE [Radeon HD 4830]', '44'),
|
||
(1098, '944e', 'RV770 CE [Radeon HD 4710]', '44'),
|
||
(1099, '9450', 'RV770 GL [FireStream 9270]', '44'),
|
||
(1100, '9452', 'RV770 GL [FireStream 9250]', '44'),
|
||
(1101, '9456', 'RV770 GL [FirePro V8700]', '44'),
|
||
(1102, '945a', 'RV770/M98-XT [Mobility Radeon HD 4870]', '44'),
|
||
(1103, '9460', 'RV790 [Radeon HD 4890]', '44'),
|
||
(1104, '9462', 'RV790 [Radeon HD 4860]', '44'),
|
||
(1105, '946a', 'RV770 GL [FirePro M7750]', '44'),
|
||
(1106, '9480', 'RV730/M96 [Mobility Radeon HD 4650/5165]', '44'),
|
||
(1107, '9488', 'RV730/M96-XT [Mobility Radeon HD 4670]', '44'),
|
||
(1108, '9489', 'RV730/M96 GL [Mobility FireGL V5725]', '44'),
|
||
(1109, '9490', 'RV730 XT [Radeon HD 4670]', '44'),
|
||
(1110, '9491', 'RV730/M96-CSP [Radeon E4690]', '44'),
|
||
(1111, '9495', 'RV730 [Radeon HD 4600 AGP Series]', '44'),
|
||
(1112, '9498', 'RV730 PRO [Radeon HD 4650]', '44'),
|
||
(1113, '949c', 'RV730 GL [FirePro V7750]', '44'),
|
||
(1114, '949e', 'RV730 GL [FirePro V5700]', '44'),
|
||
(1115, '949f', 'RV730 GL [FirePro V3750]', '44'),
|
||
(1116, '94a0', 'RV740/M97 [Mobility Radeon HD 4830]', '44'),
|
||
(1117, '94a1', 'RV740/M97-XT [Mobility Radeon HD 4860]', '44'),
|
||
(1118, '94a3', 'RV740/M97 GL [FirePro M7740]', '44'),
|
||
(1119, '94b3', 'RV740 PRO [Radeon HD 4770]', '44'),
|
||
(1120, '94b4', 'RV740 PRO [Radeon HD 4750]', '44'),
|
||
(1121, '94c1', 'RV610 [Radeon HD 2400 PRO/XT]', '44'),
|
||
(1122, '94c3', 'RV610 [Radeon HD 2400 PRO]', '44'),
|
||
(1123, '94c4', 'RV610 LE [Radeon HD 2400 PRO AGP]', '44'),
|
||
(1124, '94c5', 'RV610 [Radeon HD 2400 LE]', '44'),
|
||
(1125, '94c7', 'RV610 [Radeon HD 2350]', '44'),
|
||
(1126, '94c8', 'RV610/M74 [Mobility Radeon HD 2400 XT]', '44'),
|
||
(1127, '94c9', 'RV610/M72-S [Mobility Radeon HD 2400]', '44'),
|
||
(1128, '94cb', 'RV610 [Radeon E2400]', '44'),
|
||
(1129, '94cc', 'RV610 LE [Radeon HD 2400 PRO PCI]', '44'),
|
||
(1130, '9500', 'RV670 [Radeon HD 3850 X2]', '44'),
|
||
(1131, '9501', 'RV670 [Radeon HD 3870]', '44'),
|
||
(1132, '9504', 'RV670/M88 [Mobility Radeon HD 3850]', '44'),
|
||
(1133, '9505', 'RV670 [Radeon HD 3690/3850]', '44'),
|
||
(1134, '9506', 'RV670/M88 [Mobility Radeon HD 3850 X2]', '44'),
|
||
(1135, '9507', 'RV670 [Radeon HD 3830]', '44'),
|
||
(1136, '9508', 'RV670/M88-XT [Mobility Radeon HD 3870]', '44'),
|
||
(1137, '9509', 'RV670/M88 [Mobility Radeon HD 3870 X2]', '44'),
|
||
(1138, '950f', 'R680 [Radeon HD 3870 X2]', '44'),
|
||
(1139, '9511', 'RV670 GL [FireGL V7700]', '44'),
|
||
(1140, '9513', 'RV670 [Radeon HD 3850 X2]', '44'),
|
||
(1141, '9515', 'RV670 PRO [Radeon HD 3850 AGP]', '44'),
|
||
(1142, '9519', 'RV670 GL [FireStream 9170]', '44'),
|
||
(1143, '9540', 'RV710 [Radeon HD 4550]', '44'),
|
||
(1144, '954f', 'RV710 [Radeon HD 4350/4550]', '44'),
|
||
(1145, '9552', 'RV710/M92 [Mobility Radeon HD 4330/4350/4550]', '44'),
|
||
(1146, '9553', 'RV710/M92 [Mobility Radeon HD 4530/4570/545v]', '44'),
|
||
(1147, '9555', 'RV710/M92 [Mobility Radeon HD 4350/4550]', '44'),
|
||
(1148, '9557', 'RV711 GL [FirePro RG220]', '44'),
|
||
(1149, '955f', 'RV710/M92 [Mobility Radeon HD 4330]', '44'),
|
||
(1150, '9580', 'RV630 [Radeon HD 2600 PRO]', '44'),
|
||
(1151, '9581', 'RV630/M76 [Mobility Radeon HD 2600]', '44'),
|
||
(1152, '9583', 'RV630/M76 [Mobility Radeon HD 2600 XT/2700]', '44'),
|
||
(1153, '9586', 'RV630 XT [Radeon HD 2600 XT AGP]', '44'),
|
||
(1154, '9587', 'RV630 PRO [Radeon HD 2600 PRO AGP]', '44'),
|
||
(1155, '9588', 'RV630 XT [Radeon HD 2600 XT]', '44'),
|
||
(1156, '9589', 'RV630 PRO [Radeon HD 2600 PRO]', '44'),
|
||
(1157, '958a', 'RV630 [Radeon HD 2600 X2]', '44'),
|
||
(1158, '958b', 'RV630/M76 [Mobility Radeon HD 2600 XT]', '44'),
|
||
(1159, '958c', 'RV630 GL [FireGL V5600]', '44'),
|
||
(1160, '958d', 'RV630 GL [FireGL V3600]', '44'),
|
||
(1161, '9591', 'RV635/M86 [Mobility Radeon HD 3650]', '44'),
|
||
(1162, '9593', 'RV635/M86 [Mobility Radeon HD 3670]', '44'),
|
||
(1163, '9595', 'RV635/M86 GL [Mobility FireGL V5700]', '44'),
|
||
(1164, '9596', 'RV635 PRO [Radeon HD 3650 AGP]', '44'),
|
||
(1165, '9597', 'RV635 PRO [Radeon HD 3650 AGP]', '44'),
|
||
(1166, '9598', 'RV635 [Radeon HD 3650/3750/4570/4580]', '44'),
|
||
(1167, '9599', 'RV635 PRO [Radeon HD 3650 AGP]', '44'),
|
||
(1168, '95c0', 'RV620 PRO [Radeon HD 3470]', '44'),
|
||
(1169, '95c2', 'RV620/M82 [Mobility Radeon HD 3410/3430]', '44'),
|
||
(1170, '95c4', 'RV620/M82 [Mobility Radeon HD 3450/3470]', '44'),
|
||
(1171, '95c5', 'RV620 LE [Radeon HD 3450]', '44'),
|
||
(1172, '95c6', 'RV620 LE [Radeon HD 3450 AGP]', '44'),
|
||
(1173, '95c9', 'RV620 LE [Radeon HD 3450 PCI]', '44'),
|
||
(1174, '95cc', 'RV620 GL [FirePro V3700]', '44'),
|
||
(1175, '95cd', 'RV620 GL [FirePro 2450]', '44'),
|
||
(1176, '95cf', 'RV620 GL [FirePro 2260]', '44'),
|
||
(1177, '960f', 'RS780 HDMI Audio [Radeon 3000/3100 / HD 3200/3300]', '44'),
|
||
(1178, '9610', 'RS780 [Radeon HD 3200]', '44'),
|
||
(1179, '9611', 'RS780C [Radeon 3100]', '44'),
|
||
(1180, '9612', 'RS780M [Mobility Radeon HD 3200]', '44'),
|
||
(1181, '9613', 'RS780MC [Mobility Radeon HD 3100]', '44'),
|
||
(1182, '9614', 'RS780D [Radeon HD 3300]', '44'),
|
||
(1183, '9615', 'RS780E [Radeon HD 3200]', '44'),
|
||
(1184, '9616', 'RS780L [Radeon 3000]', '44'),
|
||
(1185, '9640', 'Sumo [Radeon HD 6550D]', '44'),
|
||
(1186, '9641', 'Sumo [Radeon HD 6620G]', '44'),
|
||
(1187, '9642', 'SuperSumo [Radeon HD 6370D]', '44'),
|
||
(1188, '9643', 'SuperSumo [Radeon HD 6380G]', '44'),
|
||
(1189, '9644', 'SuperSumo [Radeon HD 6410D]', '44'),
|
||
(1190, '9645', 'SuperSumo [Radeon HD 6410D]', '44'),
|
||
(1191, '9647', 'Sumo [Radeon HD 6520G]', '44'),
|
||
(1192, '9648', 'Sumo [Radeon HD 6480G]', '44'),
|
||
(1193, '9649', 'SuperSumo [Radeon HD 6480G]', '44'),
|
||
(1194, '964a', 'Sumo [Radeon HD 6530D]', '44'),
|
||
(1195, '964b', 'Sumo', '44'),
|
||
(1196, '964c', 'Sumo', '44'),
|
||
(1197, '964e', 'Sumo', '44'),
|
||
(1198, '964f', 'Sumo', '44'),
|
||
(1199, '970f', 'RS880 HDMI Audio [Radeon HD 4200 Series]', '44'),
|
||
(1200, '9710', 'RS880 [Radeon HD 4200]', '44'),
|
||
(1201, '9712', 'RS880M [Mobility Radeon HD 4225/4250]', '44'),
|
||
(1202, '9713', 'RS880M [Mobility Radeon HD 4100]', '44'),
|
||
(1203, '9714', 'RS880 [Radeon HD 4290]', '44'),
|
||
(1204, '9715', 'RS880 [Radeon HD 4250]', '44'),
|
||
(1205, '9802', 'Wrestler [Radeon HD 6310]', '44'),
|
||
(1206, '9803', 'Wrestler [Radeon HD 6310]', '44'),
|
||
(1207, '9804', 'Wrestler [Radeon HD 6250]', '44'),
|
||
(1208, '9805', 'Wrestler [Radeon HD 6250]', '44'),
|
||
(1209, '9806', 'Wrestler [Radeon HD 6320]', '44'),
|
||
(1210, '9807', 'Wrestler [Radeon HD 6290]', '44'),
|
||
(1211, '9808', 'Wrestler [Radeon HD 7340]', '44'),
|
||
(1212, '9809', 'Wrestler [Radeon HD 7310]', '44'),
|
||
(1213, '980a', 'Wrestler [Radeon HD 7290]', '44'),
|
||
(1214, '9830', 'Kabini [Radeon HD 8400 / R3 Series]', '44'),
|
||
(1215, '9831', 'Kabini [Radeon HD 8400E]', '44'),
|
||
(1216, '9832', 'Kabini [Radeon HD 8330]', '44'),
|
||
(1217, '9833', 'Kabini [Radeon HD 8330E]', '44'),
|
||
(1218, '9834', 'Kabini [Radeon HD 8210]', '44'),
|
||
(1219, '9835', 'Kabini [Radeon HD 8310E]', '44'),
|
||
(1220, '9836', 'Kabini [Radeon HD 8280 / R3 Series]', '44'),
|
||
(1221, '9837', 'Kabini [Radeon HD 8280E]', '44'),
|
||
(1222, '9838', 'Kabini [Radeon HD 8240 / R3 Series]', '44'),
|
||
(1223, '9839', 'Kabini [Radeon HD 8180]', '44'),
|
||
(1224, '983d', 'Temash [Radeon HD 8250/8280G]', '44'),
|
||
(1225, '9840', 'Kabini HDMI/DP Audio', '44'),
|
||
(1226, '9850', 'Mullins [Radeon R3 Graphics]', '44'),
|
||
(1227, '9851', 'Mullins [Radeon R4/R5 Graphics]', '44'),
|
||
(1228, '9852', 'Mullins [Radeon R2 Graphics]', '44'),
|
||
(1229, '9853', 'Mullins [Radeon R2 Graphics]', '44'),
|
||
(1230, '9854', 'Mullins [Radeon R3E Graphics]', '44'),
|
||
(1231, '9855', 'Mullins [Radeon R6 Graphics]', '44'),
|
||
(1232, '9856', 'Mullins [Radeon R1E/R2E Graphics]', '44'),
|
||
(1233, '9857', 'Mullins [Radeon APU XX-2200M with R2 Graphics]', '44'),
|
||
(1234, '9858', 'Mullins', '44'),
|
||
(1235, '9859', 'Mullins', '44'),
|
||
(1236, '985a', 'Mullins', '44'),
|
||
(1237, '985b', 'Mullins', '44'),
|
||
(1238, '985c', 'Mullins', '44'),
|
||
(1239, '985d', 'Mullins', '44'),
|
||
(1240, '985e', 'Mullins', '44'),
|
||
(1241, '985f', 'Mullins', '44'),
|
||
(1242, '9874', 'Wani [Radeon R5/R6/R7 Graphics]', '44'),
|
||
(1243, '9890', 'Amur', '44'),
|
||
(1244, '98c0', 'Nolan', '44'),
|
||
(1245, '98e4', 'Stoney [Radeon R2/R3/R4/R5 Graphics]', '44'),
|
||
(1246, '9900', 'Trinity [Radeon HD 7660G]', '44'),
|
||
(1247, '9901', 'Trinity [Radeon HD 7660D]', '44'),
|
||
(1248, '9902', 'Trinity HDMI Audio Controller', '44'),
|
||
(1249, '9903', 'Trinity [Radeon HD 7640G]', '44'),
|
||
(1250, '9904', 'Trinity [Radeon HD 7560D]', '44'),
|
||
(1251, '9905', 'Trinity GL [FirePro A300]', '44'),
|
||
(1252, '9906', 'Trinity GL [FirePro A320]', '44'),
|
||
(1253, '9907', 'Trinity [Radeon HD 7620G]', '44'),
|
||
(1254, '9908', 'Trinity [Radeon HD 7600G]', '44'),
|
||
(1255, '9909', 'Trinity [Radeon HD 7500G]', '44'),
|
||
(1256, '990a', 'Trinity [Radeon HD 7500G]', '44'),
|
||
(1257, '990b', 'Richland [Radeon HD 8650G]', '44'),
|
||
(1258, '990c', 'Richland [Radeon HD 8670D]', '44'),
|
||
(1259, '990d', 'Richland [Radeon HD 8550G]', '44'),
|
||
(1260, '990e', 'Richland [Radeon HD 8570D]', '44'),
|
||
(1261, '990f', 'Richland [Radeon HD 8610G]', '44'),
|
||
(1262, '9910', 'Trinity [Radeon HD 7660G]', '44'),
|
||
(1263, '9913', 'Trinity [Radeon HD 7640G]', '44'),
|
||
(1264, '9917', 'Trinity [Radeon HD 7620G]', '44'),
|
||
(1265, '9918', 'Trinity [Radeon HD 7600G]', '44'),
|
||
(1266, '9919', 'Trinity [Radeon HD 7500G]', '44'),
|
||
(1267, '991e', 'Bishop [Xbox One S APU]', '44'),
|
||
(1268, '9920', 'Liverpool [Playstation 4 APU]', '44'),
|
||
(1269, '9921', 'Liverpool HDMI/DP Audio Controller', '44'),
|
||
(1270, '9922', 'Starshp', '44'),
|
||
(1271, '9923', 'Starsha2 [Kingston/Clayton]', '44'),
|
||
(1272, '9924', 'Gladius', '44'),
|
||
(1273, '9925', 'Kingston/Clayton/Jupiter/Gladius/Montego HDMI Controller', '44'),
|
||
(1274, '9926', 'Jupiter', '44'),
|
||
(1275, '9990', 'Trinity 2 [Radeon HD 7520G]', '44'),
|
||
(1276, '9991', 'Trinity 2 [Radeon HD 7540D]', '44'),
|
||
(1277, '9992', 'Trinity 2 [Radeon HD 7420G]', '44'),
|
||
(1278, '9993', 'Trinity 2 [Radeon HD 7480D]', '44'),
|
||
(1279, '9994', 'Trinity 2 [Radeon HD 7400G]', '44'),
|
||
(1280, '9995', 'Richland [Radeon HD 8450G]', '44'),
|
||
(1281, '9996', 'Richland [Radeon HD 8470D]', '44'),
|
||
(1282, '9997', 'Richland [Radeon HD 8350G]', '44'),
|
||
(1283, '9998', 'Richland [Radeon HD 8370D]', '44'),
|
||
(1284, '9999', 'Richland [Radeon HD 8510G]', '44'),
|
||
(1285, '999a', 'Richland [Radeon HD 8410G]', '44'),
|
||
(1286, '999b', 'Richland [Radeon HD 8310G]', '44'),
|
||
(1287, '999c', 'Richland [Radeon HD 8650D]', '44'),
|
||
(1288, '999d', 'Richland [Radeon HD 8550D]', '44'),
|
||
(1289, '99a0', 'Trinity 2 [Radeon HD 7520G]', '44'),
|
||
(1290, '99a2', 'Trinity 2 [Radeon HD 7420G]', '44'),
|
||
(1291, '99a4', 'Trinity 2 [Radeon HD 7400G]', '44'),
|
||
(1292, 'aa00', 'R600 HDMI Audio [Radeon HD 2900 GT/PRO/XT]', '44'),
|
||
(1293, 'aa01', 'RV635 HDMI Audio [Radeon HD 3650/3730/3750]', '44'),
|
||
(1294, 'aa08', 'RV630 HDMI Audio [Radeon HD 2600 PRO/XT / HD 3610]', '44'),
|
||
(1295, 'aa10', 'RV610 HDMI Audio [Radeon HD 2350 PRO / 2400 PRO/XT / HD 3410]', '44'),
|
||
(1296, 'aa18', 'RV670/680 HDMI Audio [Radeon HD 3690/3800 Series]', '44'),
|
||
(1297, 'aa20', 'RV635 HDMI Audio [Radeon HD 3650/3730/3750]', '44'),
|
||
(1298, 'aa28', 'RV620 HDMI Audio [Radeon HD 3450/3470/3550/3570]', '44'),
|
||
(1299, 'aa30', 'RV770 HDMI Audio [Radeon HD 4850/4870]', '44'),
|
||
(1300, 'aa38', 'RV710/730 HDMI Audio [Radeon HD 4000 series]', '44'),
|
||
(1301, 'aa50', 'Cypress HDMI Audio [Radeon HD 5830/5850/5870 / 6850/6870 Rebrand]', '44'),
|
||
(1302, 'aa58', 'Juniper HDMI Audio [Radeon HD 5700 Series]', '44'),
|
||
(1303, 'aa60', 'Redwood HDMI Audio [Radeon HD 5000 Series]', '44'),
|
||
(1304, 'aa68', 'Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series]', '44'),
|
||
(1305, 'aa80', 'Cayman/Antilles HDMI Audio [Radeon HD 6930/6950/6970/6990]', '44'),
|
||
(1306, 'aa88', 'Barts HDMI Audio [Radeon HD 6790/6850/6870 / 7720 OEM]', '44'),
|
||
(1307, 'aa90', 'Turks HDMI Audio [Radeon HD 6500/6600 / 6700M Series]', '44'),
|
||
(1308, 'aa98', 'Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235/235X OEM]', '44'),
|
||
(1309, 'aaa0', 'Tahiti HDMI Audio [Radeon HD 7870 XT / 7950/7970]', '44'),
|
||
(1310, 'aab0', 'Oland/Hainan/Cape Verde/Pitcairn HDMI Audio [Radeon HD 7000 Series]', '44'),
|
||
(1311, 'aab8', 'Tiran HDMI Audio', '44'),
|
||
(1312, 'aac0', 'Tobago HDMI Audio [Radeon R7 360 / R9 360 OEM]', '44'),
|
||
(1313, 'aac8', 'Hawaii HDMI Audio [Radeon R9 290/290X / 390/390X]', '44'),
|
||
(1314, 'aad8', 'Tonga HDMI Audio [Radeon R9 285/380]', '44'),
|
||
(1315, 'aae0', 'Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X]', '44'),
|
||
(1316, 'aae8', 'Fiji HDMI/DP Audio [Radeon R9 Nano / FURY/FURY X]', '44'),
|
||
(1317, 'aaf0', 'Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]', '44'),
|
||
(1318, 'aaf8', 'Vega 10 HDMI Audio [Radeon Vega 56/64]', '44'),
|
||
(1319, 'ab00', 'Baffin HDMI/DP Audio [Radeon RX 550 640SP / RX 560/560X]', '44'),
|
||
(1320, 'ab08', 'Polaris 22 HDMI Audio', '44'),
|
||
(1321, 'ab10', 'Lexa HDMI Audio', '44'),
|
||
(1322, 'ab18', 'Vega 12 HDMI Audio', '44'),
|
||
(1323, 'ab20', 'Vega 20 HDMI Audio [Radeon VII]', '44'),
|
||
(1324, 'ab38', 'Navi 10 HDMI Audio', '44'),
|
||
(1325, 'ac00', 'Theater 506 World-Wide Analog Decoder', '44'),
|
||
(1326, 'ac01', 'Theater 506 World-Wide Analog Decoder', '44'),
|
||
(1327, 'ac02', 'TV Wonder HD 600 PCIe', '44'),
|
||
(1328, 'ac03', 'Theater 506 PCIe', '44'),
|
||
(1329, 'ac04', 'Theater 506 USB', '44'),
|
||
(1330, 'ac05', 'Theater 506 USB', '44'),
|
||
(1331, 'ac06', 'Theater 506 External USB', '44'),
|
||
(1332, 'ac07', 'Theater 506 External USB', '44'),
|
||
(1333, 'ac08', 'Theater 506A World-Wide Analog Decoder + Demodulator', '44'),
|
||
(1334, 'ac09', 'Theater 506A World-Wide Analog Decoder + Demodulator', '44'),
|
||
(1335, 'ac0a', 'Theater 506A PCIe', '44'),
|
||
(1336, 'ac0b', 'Theater 506A PCIe', '44'),
|
||
(1337, 'ac0c', 'Theater 506A USB', '44'),
|
||
(1338, 'ac0d', 'Theater 506A USB', '44'),
|
||
(1339, 'ac0e', 'Theater 506A External USB', '44'),
|
||
(1340, 'ac0f', 'Theater 506A External USB', '44'),
|
||
(1341, 'ac12', 'Theater HD T507 (DVB-T) TV tuner/capture device', '44'),
|
||
(1342, 'cab0', 'RS100 Host Bridge', '44'),
|
||
(1343, 'cab2', 'RS200 Host Bridge', '44'),
|
||
(1344, 'cab3', 'RS250 Host Bridge', '44'),
|
||
(1345, 'cbb2', 'RS200 Host Bridge', '44'),
|
||
(1346, '0201', 'US201', '45'),
|
||
(1347, '0005', '82C592-FC1', '46'),
|
||
(1348, '0006', '82C593-FC1', '46'),
|
||
(1349, '0007', '82C594-AFC2', '46'),
|
||
(1350, '0008', '82C596/7 [Wildcat]', '46'),
|
||
(1351, '0009', '82C597-AFC2', '46'),
|
||
(1352, '000c', '82C541 [Lynx]', '46'),
|
||
(1353, '000d', '82C543 [Lynx]', '46'),
|
||
(1354, '0101', '82C532', '46'),
|
||
(1355, '0102', '82C534 [Eagle]', '46'),
|
||
(1356, '0103', '82C538', '46'),
|
||
(1357, '0104', '82C535', '46'),
|
||
(1358, '0105', '82C147', '46'),
|
||
(1359, '0200', '82C975', '46'),
|
||
(1360, '0280', '82C925', '46'),
|
||
(1361, '0304', 'QSound ThunderBird PCI Audio', '46'),
|
||
(1362, '0305', 'QSound ThunderBird PCI Audio Gameport', '46'),
|
||
(1363, '0306', 'QSound ThunderBird PCI Audio Support Registers', '46'),
|
||
(1364, '0307', 'SAA7785 ThunderBird PCI Audio', '46'),
|
||
(1365, '0308', 'SAA7785 ThunderBird PCI Audio Gameport', '46'),
|
||
(1366, '0702', 'VAS96011 [Golden Gate II]', '46'),
|
||
(1367, '0703', 'Tollgate', '46'),
|
||
(1368, '2064', 'ALG2032/2064', '47'),
|
||
(1369, '2128', 'ALG2364A', '47'),
|
||
(1370, '2301', 'ALG2301', '47'),
|
||
(1371, '2302', 'ALG2302', '47'),
|
||
(1372, '2364', 'ALG2364', '47'),
|
||
(1373, '2464', 'ALG2364A', '47'),
|
||
(1374, '2501', 'ALG2564A/25128A', '47'),
|
||
(1375, '0001', 'DP83810', '52'),
|
||
(1376, '0002', '87415/87560 IDE', '52'),
|
||
(1377, '000e', '87560 Legacy I/O', '52'),
|
||
(1378, '000f', 'FireWire Controller', '52'),
|
||
(1379, '0011', 'NS87560 National PCI System I/O', '52'),
|
||
(1380, '0012', 'USB Controller', '52'),
|
||
(1381, '0020', 'DP83815 (MacPhyter) Ethernet Controller', '52'),
|
||
(1382, '0021', 'PC87200 PCI to ISA Bridge', '52'),
|
||
(1383, '0022', 'DP83820 10/100/1000 Ethernet Controller', '52'),
|
||
(1384, '0028', 'Geode GX2 Host Bridge', '52'),
|
||
(1385, '002a', 'CS5535 South Bridge', '52'),
|
||
(1386, '002b', 'CS5535 ISA bridge', '52'),
|
||
(1387, '002d', 'CS5535 IDE', '52'),
|
||
(1388, '002e', 'CS5535 Audio', '52'),
|
||
(1389, '002f', 'CS5535 USB', '52'),
|
||
(1390, '0030', 'Geode GX2 Graphics Processor', '52'),
|
||
(1391, '0035', 'DP83065 [Saturn] 10/100/1000 Ethernet Controller', '52'),
|
||
(1392, '0500', 'SCx200 Bridge', '52'),
|
||
(1393, '0501', 'SCx200 SMI', '52'),
|
||
(1394, '0502', 'SCx200, SC1100 IDE controller', '52'),
|
||
(1395, '0503', 'SCx200, SC1100 Audio Controller', '52'),
|
||
(1396, '0504', 'SCx200 Video', '52'),
|
||
(1397, '0505', 'SCx200 XBus', '52'),
|
||
(1398, '0510', 'SC1100 Bridge', '52'),
|
||
(1399, '0511', 'SC1100 SMI & ACPI', '52'),
|
||
(1400, '0515', 'SC1100 XBus', '52'),
|
||
(1401, 'd001', '87410 IDE', '52'),
|
||
(1402, '3202', 'ET4000/W32p rev A', '53'),
|
||
(1403, '3205', 'ET4000/W32p rev B', '53'),
|
||
(1404, '3206', 'ET4000/W32p rev C', '53'),
|
||
(1405, '3207', 'ET4000/W32p rev D', '53'),
|
||
(1406, '3208', 'ET6000', '53'),
|
||
(1407, '4702', 'ET6300', '53'),
|
||
(1408, '9000', 'P9000 Viper', '55'),
|
||
(1409, '9001', 'P9000 Viper', '55'),
|
||
(1410, '9002', 'P9000 Viper', '55'),
|
||
(1411, '9100', 'P9100 Viper Pro/SE', '55'),
|
||
(1412, '0001', 'DECchip 21050', '57'),
|
||
(1413, '0002', 'DECchip 21040 [Tulip]', '57'),
|
||
(1414, '0004', 'DECchip 21030 [TGA]', '57'),
|
||
(1415, '0007', 'NVRAM [Zephyr NVRAM]', '57'),
|
||
(1416, '0008', 'KZPSA [KZPSA]', '57'),
|
||
(1417, '0009', 'DECchip 21140 [FasterNet]', '57'),
|
||
(1418, '000a', '21230 Video Codec', '57'),
|
||
(1419, '000d', 'PBXGB [TGA2]', '57'),
|
||
(1420, '000f', 'PCI-to-PDQ Interface Chip [PFI] FDDI (DEFPA)', '57'),
|
||
(1421, '0014', 'DECchip 21041 [Tulip Pass 3]', '57'),
|
||
(1422, '0016', 'ATMworks 350 Adapter [OPPO] (DGLPB)', '57'),
|
||
(1423, '0017', 'PV-PCI Graphics Controller (ZLXp-L)', '57'),
|
||
(1424, '0018', 'Memory Channel interface', '57'),
|
||
(1425, '0019', 'DECchip 21142/43', '57'),
|
||
(1426, '001a', 'Farallon PN9000SX Gigabit Ethernet', '57'),
|
||
(1427, '0021', 'DECchip 21052', '57'),
|
||
(1428, '0022', 'DECchip 21150', '57'),
|
||
(1429, '0023', 'DECchip 21150', '57'),
|
||
(1430, '0024', 'DECchip 21152', '57'),
|
||
(1431, '0025', 'DECchip 21153', '57'),
|
||
(1432, '0026', 'DECchip 21154', '57'),
|
||
(1433, '0034', '56k Modem Cardbus', '57'),
|
||
(1434, '0045', 'DECchip 21553', '57'),
|
||
(1435, '0046', 'DECchip 21554', '57'),
|
||
(1436, '1065', 'StrongARM DC21285', '57'),
|
||
(1437, '0038', 'GD 7548', '59'),
|
||
(1438, '0040', 'GD 7555 Flat Panel GUI Accelerator', '59'),
|
||
(1439, '004c', 'GD 7556 Video/Graphics LCD/CRT Ctrlr', '59'),
|
||
(1440, '00a0', 'GD 5430/40 [Alpine]', '59'),
|
||
(1441, '00a2', 'GD 5432 [Alpine]', '59'),
|
||
(1442, '00a4', 'GD 5434-4 [Alpine]', '59'),
|
||
(1443, '00a8', 'GD 5434-8 [Alpine]', '59'),
|
||
(1444, '00ac', 'GD 5436 [Alpine]', '59'),
|
||
(1445, '00b0', 'GD 5440', '59'),
|
||
(1446, '00b8', 'GD 5446', '59'),
|
||
(1447, '00bc', 'GD 5480', '59'),
|
||
(1448, '00d0', 'GD 5462', '59'),
|
||
(1449, '00d2', 'GD 5462 [Laguna I]', '59'),
|
||
(1450, '00d4', 'GD 5464 [Laguna]', '59'),
|
||
(1451, '00d5', 'GD 5464 BD [Laguna]', '59'),
|
||
(1452, '00d6', 'GD 5465 [Laguna]', '59'),
|
||
(1453, '00e8', 'GD 5436U', '59'),
|
||
(1454, '1100', 'CL 6729', '59'),
|
||
(1455, '1110', 'PD 6832 PCMCIA/CardBus Ctrlr', '59'),
|
||
(1456, '1112', 'PD 6834 PCMCIA/CardBus Ctrlr', '59'),
|
||
(1457, '1113', 'PD 6833 PCMCIA/CardBus Ctrlr', '59'),
|
||
(1458, '1200', 'GD 7542 [Nordic]', '59'),
|
||
(1459, '1202', 'GD 7543 [Viking]', '59'),
|
||
(1460, '1204', 'GD 7541 [Nordic Light]', '59'),
|
||
(1461, '4000', 'MD 5620 [CLM Data Fax Voice]', '59'),
|
||
(1462, '4400', 'CD 4400', '59'),
|
||
(1463, '6001', 'CS 4610/11 [CrystalClear SoundFusion Audio Accelerator]', '59'),
|
||
(1464, '6003', 'CS 4614/22/24/30 [CrystalClear SoundFusion Audio Accelerator]', '59'),
|
||
(1465, '6004', 'CS 4614/22/24 [CrystalClear SoundFusion Audio Accelerator]', '59'),
|
||
(1466, '6005', 'Crystal CS4281 PCI Audio', '59'),
|
||
(1467, '0002', 'PCI to MCA Bridge', '60'),
|
||
(1468, '0005', 'Processor to I/O Controller [Alta Lite]', '60'),
|
||
(1469, '0007', 'Processor to I/O Controller [Alta MP]', '60'),
|
||
(1470, '000a', 'PCI to ISA Bridge (IBM27-82376) [Fire Coral]', '60'),
|
||
(1471, '0017', 'CPU to PCI Bridge', '60'),
|
||
(1472, '0018', 'TR Auto LANstreamer', '60'),
|
||
(1473, '001b', 'GXT-150P', '60'),
|
||
(1474, '001c', 'Carrera', '60'),
|
||
(1475, '001d', 'SCSI-2 FAST PCI Adapter (82G2675)', '60'),
|
||
(1476, '0020', 'GXT1000 Graphics Adapter', '60'),
|
||
(1477, '0022', 'PCI to PCI Bridge (IBM27-82351)', '60'),
|
||
(1478, '002d', 'Processor to I/O Controller [Python]', '60'),
|
||
(1479, '002e', 'SCSI RAID Adapter [ServeRAID]', '60'),
|
||
(1480, '0031', '2 Port Serial Adapter', '60'),
|
||
(1481, '0036', 'PCI to 32-bit LocalBus Bridge [Miami]', '60'),
|
||
(1482, '0037', 'PowerPC to PCI Bridge (IBM27-82660)', '60'),
|
||
(1483, '003a', 'CPU to PCI Bridge', '60'),
|
||
(1484, '003c', 'GXT250P/GXT255P Graphics Adapter', '60'),
|
||
(1485, '003e', '16/4 Token ring UTP/STP controller', '60'),
|
||
(1486, '0045', 'SSA Adapter', '60'),
|
||
(1487, '0046', 'MPIC interrupt controller', '60'),
|
||
(1488, '0047', 'PCI to PCI Bridge', '60'),
|
||
(1489, '0048', 'PCI to PCI Bridge', '60'),
|
||
(1490, '0049', 'Warhead SCSI Controller', '60'),
|
||
(1491, '004e', 'ATM Controller (14104e00)', '60'),
|
||
(1492, '004f', 'ATM Controller (14104f00)', '60'),
|
||
(1493, '0050', 'ATM Controller (14105000)', '60'),
|
||
(1494, '0053', '25 MBit ATM Controller', '60'),
|
||
(1495, '0054', 'GXT500P/GXT550P Graphics Adapter', '60'),
|
||
(1496, '0057', 'MPEG PCI Bridge', '60'),
|
||
(1497, '0058', 'SSA Adapter [Advanced SerialRAID/X]', '60'),
|
||
(1498, '005e', 'GXT800P Graphics Adapter', '60'),
|
||
(1499, '007c', 'ATM Controller (14107c00)', '60'),
|
||
(1500, '007d', '3780IDSP [MWave]', '60'),
|
||
(1501, '008b', 'EADS PCI to PCI Bridge', '60'),
|
||
(1502, '008e', 'GXT3000P Graphics Adapter', '60'),
|
||
(1503, '0090', 'GXT 3000P', '60'),
|
||
(1504, '0091', 'SSA Adapter', '60'),
|
||
(1505, '0095', '20H2999 PCI Docking Bridge', '60'),
|
||
(1506, '0096', 'Chukar chipset SCSI controller', '60'),
|
||
(1507, '009f', 'PCI 4758 Cryptographic Accelerator', '60'),
|
||
(1508, '00a5', 'ATM Controller (1410a500)', '60'),
|
||
(1509, '00a6', 'ATM 155MBPS MM Controller (1410a600)', '60'),
|
||
(1510, '00b7', 'GXT2000P Graphics Adapter', '60'),
|
||
(1511, '00b8', 'GXT2000P Graphics Adapter', '60'),
|
||
(1512, '00be', 'ATM 622MBPS Controller (1410be00)', '60'),
|
||
(1513, '00dc', 'Advanced Systems Management Adapter (ASMA)', '60'),
|
||
(1514, '00fc', 'CPC710 Dual Bridge and Memory Controller (PCI-64)', '60'),
|
||
(1515, '0105', 'CPC710 Dual Bridge and Memory Controller (PCI-32)', '60'),
|
||
(1516, '010f', 'Remote Supervisor Adapter (RSA)', '60'),
|
||
(1517, '0142', 'Yotta Video Compositor Input', '60'),
|
||
(1518, '0144', 'Yotta Video Compositor Output', '60'),
|
||
(1519, '0156', '405GP PLB to PCI Bridge', '60'),
|
||
(1520, '015e', '622Mbps ATM PCI Adapter', '60'),
|
||
(1521, '0160', '64bit/66MHz PCI ATM 155 MMF', '60'),
|
||
(1522, '016e', 'GXT4000P Graphics Adapter', '60'),
|
||
(1523, '0170', 'GXT6000P Graphics Adapter', '60'),
|
||
(1524, '017d', 'GXT300P Graphics Adapter', '60'),
|
||
(1525, '0180', 'Snipe chipset SCSI controller', '60'),
|
||
(1526, '0188', 'EADS-X PCI-X to PCI-X Bridge', '60'),
|
||
(1527, '01a7', 'PCI-X to PCI-X Bridge', '60'),
|
||
(1528, '01bd', 'ServeRAID Controller', '60'),
|
||
(1529, '01c1', '64bit/66MHz PCI ATM 155 UTP', '60'),
|
||
(1530, '01e6', 'Cryptographic Accelerator', '60'),
|
||
(1531, '01ef', 'PowerPC 440GP PCI Bridge', '60'),
|
||
(1532, '01ff', '10/100 Mbps Ethernet', '60'),
|
||
(1533, '0219', 'Multiport Serial Adapter', '60'),
|
||
(1534, '021b', 'GXT6500P Graphics Adapter', '60'),
|
||
(1535, '021c', 'GXT4500P Graphics Adapter', '60'),
|
||
(1536, '0233', 'GXT135P Graphics Adapter', '60'),
|
||
(1537, '028c', 'Citrine chipset SCSI controller', '60'),
|
||
(1538, '02a1', 'Calgary PCI-X Host Bridge', '60'),
|
||
(1539, '02bd', 'Obsidian chipset SCSI controller', '60'),
|
||
(1540, '0302', 'Winnipeg PCI-X Host Bridge', '60'),
|
||
(1541, '0308', 'CalIOC2 PCI-E Root Port', '60'),
|
||
(1542, '0311', 'FC 5740/1954 4-Port 10/100/1000 Base-TX PCI-X Adapter for POWER', '60'),
|
||
(1543, '0314', 'ZISC 036 Neural accelerator card', '60'),
|
||
(1544, '032d', 'Axon - Cell Companion Chip', '60'),
|
||
(1545, '0339', 'Obsidian-E PCI-E SCSI controller', '60'),
|
||
(1546, '033d', 'PCI-E IPR SAS Adapter (FPGA)', '60'),
|
||
(1547, '034a', 'PCI-E IPR SAS Adapter (ASIC)', '60'),
|
||
(1548, '03dc', 'POWER8 Host Bridge (PHB3)', '60'),
|
||
(1549, '044b', 'GenWQE Accelerator Adapter', '60'),
|
||
(1550, '04aa', 'Flash Adapter 90 (PCIe2 0.9TB)', '60'),
|
||
(1551, '04c1', 'POWER9 Host Bridge (PHB4)', '60'),
|
||
(1552, '04da', 'PCI-E IPR SAS+ Adapter (ASIC)', '60'),
|
||
(1553, '04ed', 'Internal Shared Memory (ISM) virtual PCI device', '60'),
|
||
(1554, '3022', 'QLA3022 Network Adapter', '60'),
|
||
(1555, '4022', 'QLA3022 Network Adapter', '60'),
|
||
(1556, 'ffff', 'MPIC-2 interrupt controller', '60'),
|
||
(1557, '5343', 'SPEA 3D Accelerator', '63'),
|
||
(1558, '0005', '100VG ethernet', '66'),
|
||
(1559, '0007', 'BYNET BIC4G/2C/2G', '66'),
|
||
(1560, '0009', 'PQS Memory Controller', '66'),
|
||
(1561, '000a', 'BYNET BPCI Adapter', '66'),
|
||
(1562, '000b', 'BYNET 4 Port BYA Switch (BYA4P)', '66'),
|
||
(1563, '000c', 'BYNET 4 Port BYA Switch (BYA4G)', '66'),
|
||
(1564, '0010', 'NCR AMC Memory Controller', '66'),
|
||
(1565, '1dc1', 'BYNET BIC2M/BIC4M/BYA4M', '66'),
|
||
(1566, '1fa8', 'BYNET Multi-port BIC Adapter (XBIC Based)', '66'),
|
||
(1567, '0452', 'VSC452 [SuperBMC]', '67'),
|
||
(1568, '0193', '33C193A', '68'),
|
||
(1569, '0196', '33C196A', '68'),
|
||
(1570, '0197', '33C197A', '68'),
|
||
(1571, '0296', '33C296A', '68'),
|
||
(1572, '3193', '7193', '68'),
|
||
(1573, '3197', '7197', '68'),
|
||
(1574, '3296', '33C296A', '68'),
|
||
(1575, '4296', '34C296', '68'),
|
||
(1576, '9710', 'Pipeline 9710', '68'),
|
||
(1577, '9712', 'Pipeline 9712', '68'),
|
||
(1578, 'c24a', '90C', '68'),
|
||
(1579, '0009', 'MegaRAID 428 Ultra RAID Controller (rev 03)', '70'),
|
||
(1580, '1960', 'MegaRAID', '70'),
|
||
(1581, '9010', 'MegaRAID 428 Ultra RAID Controller', '70'),
|
||
(1582, '9030', 'EIDE Controller', '70'),
|
||
(1583, '9031', 'EIDE Controller', '70'),
|
||
(1584, '9032', 'EIDE & SCSI Controller', '70'),
|
||
(1585, '9033', 'SCSI Controller', '70'),
|
||
(1586, '9040', 'Multimedia card', '70'),
|
||
(1587, '9060', 'MegaRAID 434 Ultra GT RAID Controller', '70'),
|
||
(1588, '9063', 'MegaRAC', '70'),
|
||
(1589, '1100', 'K8 [Athlon64/Opteron] HyperTransport Technology Configuration', '74'),
|
||
(1590, '1101', 'K8 [Athlon64/Opteron] Address Map', '74'),
|
||
(1591, '1102', 'K8 [Athlon64/Opteron] DRAM Controller', '74'),
|
||
(1592, '1103', 'K8 [Athlon64/Opteron] Miscellaneous Control', '74'),
|
||
(1593, '1200', 'Family 10h Processor HyperTransport Configuration', '74'),
|
||
(1594, '1201', 'Family 10h Processor Address Map', '74'),
|
||
(1595, '1202', 'Family 10h Processor DRAM Controller', '74'),
|
||
(1596, '1203', 'Family 10h Processor Miscellaneous Control', '74'),
|
||
(1597, '1204', 'Family 10h Processor Link Control', '74'),
|
||
(1598, '1300', 'Family 11h Processor HyperTransport Configuration', '74'),
|
||
(1599, '1301', 'Family 11h Processor Address Map', '74'),
|
||
(1600, '1302', 'Family 11h Processor DRAM Controller', '74'),
|
||
(1601, '1303', 'Family 11h Processor Miscellaneous Control', '74'),
|
||
(1602, '1304', 'Family 11h Processor Link Control', '74'),
|
||
(1603, '1305', 'Griffin Function 5', '74'),
|
||
(1604, '1306', 'Griffin Function 6', '74'),
|
||
(1605, '1307', 'Griffin Function 7', '74'),
|
||
(1606, '1308', 'Kaveri Audio Controller', '74'),
|
||
(1607, '1314', 'Wrestler/Bheem/Ontario/Krishna Audio Controller', '74'),
|
||
(1608, '13e0', 'Ariel Root Complex', '74'),
|
||
(1609, '13e1', 'Ariel IOMMU', '74'),
|
||
(1610, '13e2', 'Ariel PCIe Dummy Host Bridge', '74'),
|
||
(1611, '13e3', 'Ariel PCIe GPP Bridge', '74'),
|
||
(1612, '13e4', 'Ariel PCIe Dummy Host Bridge', '74'),
|
||
(1613, '13e5', 'Ariel Internal PCIe GPP Bridge 0 to Bus A', '74'),
|
||
(1614, '13e6', 'Ariel Internal PCIe GPP Bridge 0 to Bus B', '74'),
|
||
(1615, '13e7', 'Ariel SMBus Controller', '74'),
|
||
(1616, '13e8', 'Ariel LPC Bridge', '74'),
|
||
(1617, '13e9', 'Ariel Internal GPU', '74'),
|
||
(1618, '13ea', 'Ariel HD Audio Controller', '74'),
|
||
(1619, '13eb', 'Ariel HD Audio Coprocessor', '74'),
|
||
(1620, '13ec', 'Ariel Cryptographic Coprocessor', '74'),
|
||
(1621, '13ed', 'Ariel USB 3.1 Type C: Gen2 x 1port + DP Alt Mode', '74'),
|
||
(1622, '13ee', 'Ariel USB 3.1 Type A: Gen2 x 2 ports', '74'),
|
||
(1623, '13ef', 'Ariel ZCN/MP4', '74'),
|
||
(1624, '13f0', 'Ariel Device 24: Function 0', '74'),
|
||
(1625, '13f1', 'Ariel Device 24: Function 1', '74'),
|
||
(1626, '13f2', 'Ariel Device 24: Function 2', '74'),
|
||
(1627, '13f3', 'Ariel Device 24: Function 3', '74'),
|
||
(1628, '13f4', 'Ariel Device 24: Function 4', '74'),
|
||
(1629, '13f5', 'Ariel Device 24: Function 5', '74'),
|
||
(1630, '13f6', 'Ariel Device 24: Function 6', '74'),
|
||
(1631, '13f7', 'Ariel Device 24: Function 7', '74'),
|
||
(1632, '1400', 'Family 15h (Models 10h-1fh) Processor Function 0', '74'),
|
||
(1633, '1401', 'Family 15h (Models 10h-1fh) Processor Function 1', '74'),
|
||
(1634, '1402', 'Family 15h (Models 10h-1fh) Processor Function 2', '74'),
|
||
(1635, '1403', 'Family 15h (Models 10h-1fh) Processor Function 3', '74'),
|
||
(1636, '1404', 'Family 15h (Models 10h-1fh) Processor Function 4', '74'),
|
||
(1637, '1405', 'Family 15h (Models 10h-1fh) Processor Function 5', '74'),
|
||
(1638, '1410', 'Family 15h (Models 10h-1fh) Processor Root Complex', '74'),
|
||
(1639, '1412', 'Family 15h (Models 10h-1fh) Processor Root Port', '74'),
|
||
(1640, '1413', 'Family 15h (Models 10h-1fh) Processor Root Port', '74'),
|
||
(1641, '1414', 'Family 15h (Models 10h-1fh) Processor Root Port', '74'),
|
||
(1642, '1415', 'Family 15h (Models 10h-1fh) Processor Root Port', '74'),
|
||
(1643, '1416', 'Family 15h (Models 10h-1fh) Processor Root Port', '74'),
|
||
(1644, '1417', 'Family 15h (Models 10h-1fh) Processor Root Port', '74'),
|
||
(1645, '1418', 'Family 15h (Models 10h-1fh) Processor Root Port', '74'),
|
||
(1646, '1419', 'Family 15h (Models 10h-1fh) I/O Memory Management Unit', '74'),
|
||
(1647, '141a', 'Family 15h (Models 30h-3fh) Processor Function 0', '74'),
|
||
(1648, '141b', 'Family 15h (Models 30h-3fh) Processor Function 1', '74'),
|
||
(1649, '141c', 'Family 15h (Models 30h-3fh) Processor Function 2', '74'),
|
||
(1650, '141d', 'Family 15h (Models 30h-3fh) Processor Function 3', '74'),
|
||
(1651, '141e', 'Family 15h (Models 30h-3fh) Processor Function 4', '74'),
|
||
(1652, '141f', 'Family 15h (Models 30h-3fh) Processor Function 5', '74'),
|
||
(1653, '1422', 'Family 15h (Models 30h-3fh) Processor Root Complex', '74'),
|
||
(1654, '1423', 'Family 15h (Models 30h-3fh) I/O Memory Management Unit', '74'),
|
||
(1655, '1424', 'Family 15h (Models 30h-3fh) Processor Root Port', '74'),
|
||
(1656, '1425', 'Kaveri P2P Bridge for GFX PCIe Port [1:0]', '74'),
|
||
(1657, '1426', 'Family 15h (Models 30h-3fh) Processor Root Port', '74'),
|
||
(1658, '142e', 'Liverpool Processor HT configuration', '74'),
|
||
(1659, '142f', 'Liverpool Processor Address Maps', '74'),
|
||
(1660, '1430', 'Liverpool Processor DRAM configuration', '74'),
|
||
(1661, '1431', 'Liverpool Processor Misc configuration', '74'),
|
||
(1662, '1432', 'Liverpool Processor PM configuration', '74'),
|
||
(1663, '1433', 'Liverpool Processor NB Performance Monitor', '74'),
|
||
(1664, '1434', 'Liverpool Processor SPLL Configuration', '74'),
|
||
(1665, '1436', 'Liverpool Processor Root Complex', '74'),
|
||
(1666, '1437', 'Liverpool I/O Memory Management Unit', '74'),
|
||
(1667, '1438', 'Liverpool UMI PCIe Dummy Host Bridge', '74'),
|
||
(1668, '1439', 'Family 16h Processor Functions 5:1', '74'),
|
||
(1669, '143a', 'Kingston/Clayton/Gladius/Montego Root Complex', '74'),
|
||
(1670, '143b', 'Kingston/Clayton/Gladius/Montego P2P Bridge for UMI Link', '74'),
|
||
(1671, '1440', 'Matisse Device 24: Function 0', '74'),
|
||
(1672, '1441', 'Matisse Device 24: Function 1', '74'),
|
||
(1673, '1442', 'Matisse Device 24: Function 2', '74'),
|
||
(1674, '1443', 'Matisse Device 24: Function 3', '74'),
|
||
(1675, '1444', 'Matisse Device 24: Function 4', '74'),
|
||
(1676, '1445', 'Matisse Device 24: Function 5', '74'),
|
||
(1677, '1446', 'Matisse Device 24: Function 6', '74'),
|
||
(1678, '1447', 'Matisse Device 24: Function 7', '74'),
|
||
(1679, '1448', 'Renoir Device 24: Function 0', '74'),
|
||
(1680, '1449', 'Renoir Device 24: Function 1', '74'),
|
||
(1681, '144a', 'Renoir Device 24: Function 2', '74'),
|
||
(1682, '144b', 'Renoir Device 24: Function 3', '74'),
|
||
(1683, '144c', 'Renoir Device 24: Function 4', '74'),
|
||
(1684, '144d', 'Renoir Device 24: Function 5', '74'),
|
||
(1685, '144e', 'Renoir Device 24: Function 6', '74'),
|
||
(1686, '144f', 'Renoir Device 24: Function 7', '74'),
|
||
(1687, '1450', 'Family 17h (Models 00h-0fh) Root Complex', '74'),
|
||
(1688, '1451', 'Family 17h (Models 00h-0fh) I/O Memory Management Unit', '74'),
|
||
(1689, '1452', 'Family 17h (Models 00h-1fh) PCIe Dummy Host Bridge', '74'),
|
||
(1690, '1453', 'Family 17h (Models 00h-0fh) PCIe GPP Bridge', '74'),
|
||
(1691, '1454', 'Family 17h (Models 00h-0fh) Internal PCIe GPP Bridge 0 to Bus B', '74'),
|
||
(1692, '1455', 'Zeppelin/Renoir PCIe Dummy Function', '74'),
|
||
(1693, '1456', 'Family 17h (Models 00h-0fh) Platform Security Processor', '74'),
|
||
(1694, '1457', 'Family 17h (Models 00h-0fh) HD Audio Controller', '74'),
|
||
(1695, '145a', 'Zeppelin/Raven/Raven2 PCIe Dummy Function', '74'),
|
||
(1696, '145b', 'Zeppelin Non-Transparent Bridge', '74'),
|
||
(1697, '145c', 'Family 17h (Models 00h-0fh) USB 3.0 Host Controller', '74'),
|
||
(1698, '145d', 'Zeppelin Switch Upstream (PCIE SW.US)', '74'),
|
||
(1699, '145e', 'Zeppelin Switch Downstream (PCIE SW.DS)', '74'),
|
||
(1700, '145f', 'Zeppelin USB 3.0 Host controller', '74'),
|
||
(1701, '1460', 'Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 0', '74'),
|
||
(1702, '1461', 'Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 1', '74'),
|
||
(1703, '1462', 'Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 2', '74'),
|
||
(1704, '1463', 'Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 3', '74'),
|
||
(1705, '1464', 'Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 4', '74'),
|
||
(1706, '1465', 'Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 5', '74'),
|
||
(1707, '1466', 'Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 6', '74'),
|
||
(1708, '1467', 'Family 17h (Models 00h-0fh) Data Fabric: Device 18h; Function 7', '74'),
|
||
(1709, '1468', 'Zeppelin Cryptographic Coprocessor NTBCCP', '74'),
|
||
(1710, '1470', 'Vega 10 PCIe Bridge', '74'),
|
||
(1711, '1471', 'Vega 10 PCIe Bridge', '74'),
|
||
(1712, '1480', 'Starship/Matisse Root Complex', '74'),
|
||
(1713, '1481', 'Starship/Matisse IOMMU', '74'),
|
||
(1714, '1482', 'Starship/Matisse PCIe Dummy Host Bridge', '74'),
|
||
(1715, '1483', 'Starship/Matisse GPP Bridge', '74'),
|
||
(1716, '1484', 'Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B]', '74'),
|
||
(1717, '1485', 'Starship/Matisse Reserved SPP', '74'),
|
||
(1718, '1486', 'Starship/Matisse Cryptographic Coprocessor PSPCPP', '74'),
|
||
(1719, '1487', 'Starship/Matisse HD Audio Controller', '74'),
|
||
(1720, '1488', 'Starship Reserved SSP', '74'),
|
||
(1721, '1489', 'Starship Reserved SSP', '74'),
|
||
(1722, '148a', 'Starship/Matisse PCIe Dummy Function', '74'),
|
||
(1723, '148b', 'Starship/Matisse Non-Transparent Bridge', '74'),
|
||
(1724, '148c', 'Starship USB 3.0 Host Controller', '74'),
|
||
(1725, '148d', 'Starship/Matisse Switch Upstream (PCIE SW.US)', '74'),
|
||
(1726, '148e', 'Starship/Matisse Switch Downstream (PCIE SW.DS)', '74'),
|
||
(1727, '148f', 'Starship Reserved SSP', '74'),
|
||
(1728, '1490', 'Starship Device 24; Function 0', '74'),
|
||
(1729, '1491', 'Starship Device 24; Function 1', '74'),
|
||
(1730, '1492', 'Starship Device 24; Function 2', '74'),
|
||
(1731, '1493', 'Starship Device 24; Function 3', '74'),
|
||
(1732, '1494', 'Starship Device 24; Function 4', '74'),
|
||
(1733, '1495', 'Starship Device 24; Function 5', '74'),
|
||
(1734, '1496', 'Starship Device 24; Function 6', '74'),
|
||
(1735, '1497', 'Starship Device 24; Function 7', '74'),
|
||
(1736, '1498', 'Starship/Matisse PTDMA', '74'),
|
||
(1737, '1499', 'Starship/Matisse NVMe', '74'),
|
||
(1738, '149a', 'Starship PCIe GPP Bridge [1:0]', '74'),
|
||
(1739, '149b', 'Starship Reserved SSP', '74'),
|
||
(1740, '149c', 'Matisse USB 3.0 Host Controller', '74'),
|
||
(1741, '149d', 'Vangogh CVIP', '74'),
|
||
(1742, '1510', 'Family 14h Processor Root Complex', '74'),
|
||
(1743, '1512', 'Family 14h Processor Root Port', '74'),
|
||
(1744, '1513', 'Family 14h Processor Root Port', '74'),
|
||
(1745, '1514', 'Family 14h Processor Root Port', '74'),
|
||
(1746, '1515', 'Family 14h Processor Root Port', '74'),
|
||
(1747, '1516', 'Family 14h Processor Root Port', '74'),
|
||
(1748, '1530', 'Family 16h Processor Function 0', '74'),
|
||
(1749, '1531', 'Family 16h Processor Function 1', '74'),
|
||
(1750, '1532', 'Family 16h Processor Function 2', '74'),
|
||
(1751, '1533', 'Family 16h Processor Function 3', '74'),
|
||
(1752, '1534', 'Family 16h Processor Function 4', '74'),
|
||
(1753, '1535', 'Family 16h Processor Function 5', '74'),
|
||
(1754, '1536', 'Family 16h Processor Root Complex', '74'),
|
||
(1755, '1537', 'Kabini/Mullins PSP-Platform Security Processor', '74'),
|
||
(1756, '1538', 'Family 16h Processor Function 0', '74'),
|
||
(1757, '1539', 'Kabini P2P Bridge for PCIe Ports[4:0]', '74'),
|
||
(1758, '1540', 'Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky HT Configuration', '74'),
|
||
(1759, '1541', 'Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky Address Maps', '74'),
|
||
(1760, '1542', 'Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky DRAM Configuration', '74'),
|
||
(1761, '1543', 'Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky Miscellaneous Configuration', '74'),
|
||
(1762, '1544', 'Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky PM Configuration', '74'),
|
||
(1763, '1545', 'Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky NB Performance Monitor', '74'),
|
||
(1764, '1546', 'Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky Root Complex', '74'),
|
||
(1765, '1547', 'Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky IOMMU', '74'),
|
||
(1766, '1548', 'Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky UMI PCIe Dummy Host Bridge', '74'),
|
||
(1767, '1549', 'Kryptos/Cato/Garfield/Garfield+ P2P Bridge for PCIe Port [3:0]', '74'),
|
||
(1768, '154a', 'Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky Audio Processor', '74'),
|
||
(1769, '154b', 'Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky Security Processor', '74'),
|
||
(1770, '154d', 'Kryptos/Cato/Garfield/Garfield+/Arlene/Pooky/Anubis HDMI Controller', '74'),
|
||
(1771, '154f', 'Anubis Audio Processor', '74'),
|
||
(1772, '1550', 'Garfield+/Arlene/Pooky/Anubis SPLL Configuration', '74'),
|
||
(1773, '1553', 'Arlene/Pooky P2P Bridge for PCIE (3:0)', '74'),
|
||
(1774, '155b', 'Anubis Root Complex', '74'),
|
||
(1775, '155c', 'Anubis IOMMU', '74'),
|
||
(1776, '155d', 'Anubis UMI PCIe Dummy Bridge', '74'),
|
||
(1777, '155e', 'Anubis P2P Bridge for PCIe Ports [4:0]', '74'),
|
||
(1778, '1560', 'Anubis Security Processor', '74'),
|
||
(1779, '1566', 'Family 16h (Models 30h-3fh) Processor Root Complex', '74'),
|
||
(1780, '1567', 'Mullins IOMMU', '74'),
|
||
(1781, '156b', 'Family 16h (Models 30h-3fh) Host Bridge', '74'),
|
||
(1782, '1570', 'Family 15h (Models 60h-6fh) Processor Function 0', '74'),
|
||
(1783, '1571', 'Family 15h (Models 60h-6fh) Processor Function 1', '74'),
|
||
(1784, '1572', 'Family 15h (Models 60h-6fh) Processor Function 2', '74'),
|
||
(1785, '1573', 'Family 15h (Models 60h-6fh) Processor Function 3', '74'),
|
||
(1786, '1574', 'Family 15h (Models 60h-6fh) Processor Function 4', '74'),
|
||
(1787, '1575', 'Family 15h (Models 60h-6fh) Processor Function 5', '74'),
|
||
(1788, '1576', 'Family 15h (Models 60h-6fh) Processor Root Complex', '74'),
|
||
(1789, '1577', 'Family 15h (Models 60h-6fh) I/O Memory Management Unit', '74'),
|
||
(1790, '1578', 'Carrizo Platform Security Processor', '74'),
|
||
(1791, '1579', 'Carrizo Audio Processor', '74'),
|
||
(1792, '157a', 'Family 15h (Models 60h-6fh) Audio Controller', '74'),
|
||
(1793, '157b', 'Family 15h (Models 60h-6fh) Host Bridge', '74'),
|
||
(1794, '157c', 'Family 15h (Models 60h-6fh) Processor Root Port', '74'),
|
||
(1795, '157d', 'Carrizo Audio Dummy Host Bridge', '74'),
|
||
(1796, '157e', 'Carrizo Audio Controller', '74'),
|
||
(1797, '1580', 'Family 16h (Models 30h-3fh) Processor Function 0', '74'),
|
||
(1798, '1581', 'Family 16h (Models 30h-3fh) Processor Function 1', '74'),
|
||
(1799, '1582', 'Family 16h (Models 30h-3fh) Processor Function 2', '74'),
|
||
(1800, '1583', 'Family 16h (Models 30h-3fh) Processor Function 3', '74'),
|
||
(1801, '1584', 'Family 16h (Models 30h-3fh) Processor Function 4', '74'),
|
||
(1802, '1585', 'Family 16h (Models 30h-3fh) Processor Function 5', '74'),
|
||
(1803, '1590', 'Amur/Nolan HT Configuration', '74'),
|
||
(1804, '1591', 'Amur/Nolan Address Maps', '74'),
|
||
(1805, '1592', 'Amur/Nolan DRAM Configuration', '74'),
|
||
(1806, '1593', 'Amur/Nolan Miscellaneous Configuration', '74'),
|
||
(1807, '1594', 'Amur/Nolan PM Configuration', '74'),
|
||
(1808, '1595', 'Amur/Nolan NB Performance Monitor', '74'),
|
||
(1809, '1596', 'Amur/Nolan Root Complex', '74'),
|
||
(1810, '1597', 'Amur/Nolan IOMMU', '74'),
|
||
(1811, '1598', 'Amur/Nolan Platform Security Processor', '74'),
|
||
(1812, '1599', 'Amur/Nolan PCIe Dummy Host Bridge', '74'),
|
||
(1813, '159d', 'Amur Function 6: Gasket', '74'),
|
||
(1814, '15b0', 'Stoney HT Configuration', '74'),
|
||
(1815, '15b1', 'Stoney Address Maps', '74'),
|
||
(1816, '15b2', 'Stoney DRAM Configuration', '74'),
|
||
(1817, '15b3', 'Stoney Miscellaneous Configuration', '74'),
|
||
(1818, '15b4', 'Stoney PM Configuration', '74'),
|
||
(1819, '15b5', 'Stoney NB Performance Monitor', '74'),
|
||
(1820, '15bc', 'Stoney PCIe [GFX,GPP] Bridge [4:0]', '74'),
|
||
(1821, '15be', 'Stoney Audio Processor', '74'),
|
||
(1822, '15d0', 'Raven/Raven2 Root Complex', '74'),
|
||
(1823, '15d1', 'Raven/Raven2 IOMMU', '74'),
|
||
(1824, '15d2', 'Raven/Raven2 PCIe Dummy Host Bridge', '74'),
|
||
(1825, '15d3', 'Raven/Raven2 PCIe GPP Bridge [6:0]', '74'),
|
||
(1826, '15d4', 'FireFlight USB 3.1', '74'),
|
||
(1827, '15d5', 'FireFlight USB 3.1', '74'),
|
||
(1828, '15da', 'Raven/Raven2 PCIe Dummy Host Bridge', '74'),
|
||
(1829, '15db', 'Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus A', '74'),
|
||
(1830, '15dc', 'Raven/Raven2 Internal PCIe GPP Bridge 0 to Bus B', '74'),
|
||
(1831, '15de', 'Raven/Raven2/FireFlight HD Audio Controller', '74'),
|
||
(1832, '15df', 'Family 17h (Models 10h-1fh) Platform Security Processor', '74'),
|
||
(1833, '15e0', 'Raven USB 3.1', '74'),
|
||
(1834, '15e1', 'Raven USB 3.1', '74'),
|
||
(1835, '15e2', 'Raven/Raven2/FireFlight/Renoir Audio Processor', '74'),
|
||
(1836, '15e3', 'Family 17h (Models 10h-1fh) HD Audio Controller', '74'),
|
||
(1837, '15e4', 'Raven/Raven2/Renoir Sensor Fusion Hub', '74'),
|
||
(1838, '15e5', 'Raven2 USB 3.1', '74'),
|
||
(1839, '15e6', 'Raven/Raven2/Renoir Non-Sensor Fusion Hub KMDF driver', '74'),
|
||
(1840, '15e8', 'Raven/Raven2 Device 24: Function 0', '74'),
|
||
(1841, '15e9', 'Raven/Raven2 Device 24: Function 1', '74'),
|
||
(1842, '15ea', 'Raven/Raven2 Device 24: Function 2', '74'),
|
||
(1843, '15eb', 'Raven/Raven2 Device 24: Function 3', '74'),
|
||
(1844, '15ec', 'Raven/Raven2 Device 24: Function 4', '74'),
|
||
(1845, '15ed', 'Raven/Raven2 Device 24: Function 5', '74'),
|
||
(1846, '15ee', 'Raven/Raven2 Device 24: Function 6', '74'),
|
||
(1847, '15ef', 'Raven/Raven2 Device 24: Function 7', '74'),
|
||
(1848, '15f0', 'FireFlight Device 24: Function 0', '74'),
|
||
(1849, '15f1', 'FireFlight Device 24: Function 1', '74'),
|
||
(1850, '15f2', 'FireFlight Device 24: Function 2', '74'),
|
||
(1851, '15f3', 'FireFlight Device 24: Function 3', '74'),
|
||
(1852, '15f4', 'FireFlight Device 24: Function 4', '74'),
|
||
(1853, '15f5', 'FireFlight Device 24: Function 5', '74'),
|
||
(1854, '15f6', 'FireFlight Device 24: Function 6', '74'),
|
||
(1855, '15f7', 'FireFlight Device 24: Function 7', '74'),
|
||
(1856, '15f8', 'FireFlight Root Complex', '74'),
|
||
(1857, '15f9', 'FireFlight IOMMU', '74'),
|
||
(1858, '15fa', 'FireFlight PCIe Dummy Host Bridge', '74'),
|
||
(1859, '15fb', 'FireFlight PCIe GPP Bride 3:0', '74'),
|
||
(1860, '15fc', 'FireFlight PCIe Dummy Host Bridge', '74'),
|
||
(1861, '15fd', 'FireFlight Internal PCIe GPP Bridge 0 to Bus A', '74'),
|
||
(1862, '15fe', 'FireFlight Internal PCIe GPP Bridge 0 to Bus B', '74'),
|
||
(1863, '15ff', 'FireFlight Bus A; Device 0: Function 0: Internal GPU', '74'),
|
||
(1864, '1600', 'Family 15h Processor Function 0', '74'),
|
||
(1865, '1601', 'Family 15h Processor Function 1', '74'),
|
||
(1866, '1602', 'Family 15h Processor Function 2', '74'),
|
||
(1867, '1603', 'Family 15h Processor Function 3', '74'),
|
||
(1868, '1604', 'Family 15h Processor Function 4', '74'),
|
||
(1869, '1605', 'Family 15h Processor Function 5', '74'),
|
||
(1870, '1606', 'Arden Security Processor', '74'),
|
||
(1871, '1608', 'Arden Device 18h: Function 0', '74'),
|
||
(1872, '1609', 'Arden Device 18h: Function 1', '74'),
|
||
(1873, '160a', 'Arden Device 18h: Function 2', '74'),
|
||
(1874, '160b', 'Arden Device 18h: Function 3', '74'),
|
||
(1875, '160c', 'Arden Device 18h: Function 4', '74'),
|
||
(1876, '160d', 'Arden Device 18h: Function 5', '74'),
|
||
(1877, '160e', 'Arden Device 18h: Function 6', '74'),
|
||
(1878, '160f', 'Arden Device 18h: Function 7', '74'),
|
||
(1879, '1620', 'Anubis HT Configuration', '74'),
|
||
(1880, '1621', 'Anubis Address Maps', '74'),
|
||
(1881, '1622', 'Anubis DRAM Configuration', '74'),
|
||
(1882, '1623', 'Anubis Miscellaneous Configuration', '74'),
|
||
(1883, '1624', 'Anubis PM Configuration', '74'),
|
||
(1884, '1625', 'Anubis NB Performance Monitor', '74'),
|
||
(1885, '1626', 'Arden Root Complex', '74'),
|
||
(1886, '1627', 'Arden IOMMU', '74'),
|
||
(1887, '1628', 'Arden PCIe Dummy Host Bridge', '74'),
|
||
(1888, '1629', 'Arden PCIe GPP Bridge', '74'),
|
||
(1889, '162a', 'Arden Internal PCIe GPP Bridge 0 to bus X', '74'),
|
||
(1890, '162b', 'Arden PCIe Non-Transparent Bridge', '74'),
|
||
(1891, '1630', 'Renoir Root Complex', '74'),
|
||
(1892, '1631', 'Renoir IOMMU', '74'),
|
||
(1893, '1632', 'Renoir PCIe Dummy Host Bridge', '74'),
|
||
(1894, '1633', 'Renoir PCIe GPP Bridge', '74'),
|
||
(1895, '1634', 'Renoir PCIe GPP Bridge', '74'),
|
||
(1896, '1635', 'Renoir Internal PCIe GPP Bridge to Bus', '74'),
|
||
(1897, '1637', 'Renoir HD Audio Controller', '74'),
|
||
(1898, '1639', 'Renoir USB 3.1', '74'),
|
||
(1899, '1641', 'Renoir 10GbE Controller Port 0 (XGBE0/1)', '74'),
|
||
(1900, '1642', 'Renoir WLAN', '74'),
|
||
(1901, '1643', 'Renoir BT', '74'),
|
||
(1902, '1644', 'Renoir I2S', '74'),
|
||
(1903, '1648', 'VanGogh Root Complex', '74'),
|
||
(1904, '1649', 'VanGogh PSP/CCP', '74'),
|
||
(1905, '1700', 'Family 12h/14h Processor Function 0', '74'),
|
||
(1906, '1701', 'Family 12h/14h Processor Function 1', '74'),
|
||
(1907, '1702', 'Family 12h/14h Processor Function 2', '74'),
|
||
(1908, '1703', 'Family 12h/14h Processor Function 3', '74'),
|
||
(1909, '1704', 'Family 12h/14h Processor Function 4', '74'),
|
||
(1910, '1705', 'Family 12h Processor Root Complex', '74'),
|
||
(1911, '1706', 'Llano P2P Bridge to external GPU', '74'),
|
||
(1912, '1707', 'Family 12h Processor Root Port', '74'),
|
||
(1913, '1708', 'Family 12h Processor Root Port', '74'),
|
||
(1914, '1709', 'Family 12h Processor Root Port', '74'),
|
||
(1915, '170a', 'Family 12h Processor Root Port', '74'),
|
||
(1916, '170b', 'Family 12h Processor Root Port', '74'),
|
||
(1917, '170c', 'Family 12h Processor Root Port', '74'),
|
||
(1918, '170d', 'Family 12h Processor Root Port', '74'),
|
||
(1919, '1716', 'Family 12h/14h Processor Function 5', '74'),
|
||
(1920, '1718', 'Family 12h/14h Processor Function 6', '74'),
|
||
(1921, '1719', 'Family 12h/14h Processor Function 7', '74'),
|
||
(1922, '2000', '79c970 [PCnet32 LANCE]', '74'),
|
||
(1923, '2001', '79c978 [HomePNA]', '74'),
|
||
(1924, '2003', 'Am 1771 MBW [Alchemy]', '74'),
|
||
(1925, '2020', '53c974 [PCscsi]', '74'),
|
||
(1926, '2040', '79c974', '74'),
|
||
(1927, '2080', 'CS5536 [Geode companion] Host Bridge', '74'),
|
||
(1928, '2081', 'Geode LX Video', '74'),
|
||
(1929, '2082', 'Geode LX AES Security Block', '74'),
|
||
(1930, '208f', 'CS5536 GeodeLink PCI South Bridge', '74'),
|
||
(1931, '2090', 'CS5536 [Geode companion] ISA', '74'),
|
||
(1932, '2091', 'CS5536 [Geode companion] FLASH', '74'),
|
||
(1933, '2093', 'CS5536 [Geode companion] Audio', '74'),
|
||
(1934, '2094', 'CS5536 [Geode companion] OHC', '74'),
|
||
(1935, '2095', 'CS5536 [Geode companion] EHC', '74'),
|
||
(1936, '2096', 'CS5536 [Geode companion] UDC', '74'),
|
||
(1937, '2097', 'CS5536 [Geode companion] UOC', '74'),
|
||
(1938, '209a', 'CS5536 [Geode companion] IDE', '74'),
|
||
(1939, '2625', 'Am79C973 [Lance/PCI PCNet/32]', '74'),
|
||
(1940, '2627', 'Am79C975 [Lance/PCI PCNet/32]', '74'),
|
||
(1941, '3000', 'ELanSC520 Microcontroller', '74'),
|
||
(1942, '43a0', 'Hudson PCI to PCI bridge (PCIE port 0)', '74'),
|
||
(1943, '43a1', 'Hudson PCI to PCI bridge (PCIE port 1)', '74'),
|
||
(1944, '43a2', 'Hudson PCI to PCI bridge (PCIE port 2)', '74'),
|
||
(1945, '43a3', 'Hudson PCI to PCI bridge (PCIE port 3)', '74'),
|
||
(1946, '43b0', 'X370 Series Chipset PCIe Upstream Port', '74'),
|
||
(1947, '43b1', 'X399 Series Chipset PCIe Bridge', '74'),
|
||
(1948, '43b4', '300 Series Chipset PCIe Port', '74'),
|
||
(1949, '43b5', 'X370 Series Chipset SATA Controller', '74'),
|
||
(1950, '43b6', 'X399 Series Chipset SATA Controller', '74'),
|
||
(1951, '43b7', '300 Series Chipset SATA Controller', '74'),
|
||
(1952, '43b9', 'X370 Series Chipset USB 3.1 xHCI Controller', '74'),
|
||
(1953, '43ba', 'X399 Series Chipset USB 3.1 xHCI Controller', '74'),
|
||
(1954, '43bb', '300 Series Chipset USB 3.1 xHCI Controller', '74'),
|
||
(1955, '43c6', '400 Series Chipset PCIe Bridge', '74'),
|
||
(1956, '43c7', '400 Series Chipset PCIe Port', '74'),
|
||
(1957, '43c8', '400 Series Chipset SATA Controller', '74'),
|
||
(1958, '43d5', '400 Series Chipset USB 3.1 XHCI Controller', '74'),
|
||
(1959, '57a3', 'Matisse PCIe GPP Bridge', '74'),
|
||
(1960, '57a4', 'Matisse PCIe GPP Bridge', '74'),
|
||
(1961, '57ad', 'Matisse Switch Upstream', '74'),
|
||
(1962, '7006', 'AMD-751 [Irongate] System Controller', '74'),
|
||
(1963, '7007', 'AMD-751 [Irongate] AGP Bridge', '74'),
|
||
(1964, '700a', 'AMD-IGR4 AGP Host to PCI Bridge', '74'),
|
||
(1965, '700b', 'AMD-IGR4 PCI to PCI Bridge', '74'),
|
||
(1966, '700c', 'AMD-760 MP [IGD4-2P] System Controller', '74'),
|
||
(1967, '700d', 'AMD-760 MP [IGD4-2P] AGP Bridge', '74'),
|
||
(1968, '700e', 'AMD-760 [IGD4-1P] System Controller', '74'),
|
||
(1969, '700f', 'AMD-760 [IGD4-1P] AGP Bridge', '74'),
|
||
(1970, '7400', 'AMD-755 [Cobra] ISA', '74'),
|
||
(1971, '7401', 'AMD-755 [Cobra] IDE', '74'),
|
||
(1972, '7403', 'AMD-755 [Cobra] ACPI', '74'),
|
||
(1973, '7404', 'AMD-755 [Cobra] USB', '74'),
|
||
(1974, '7408', 'AMD-756 [Viper] ISA', '74'),
|
||
(1975, '7409', 'AMD-756 [Viper] IDE', '74'),
|
||
(1976, '740b', 'AMD-756 [Viper] ACPI', '74'),
|
||
(1977, '740c', 'AMD-756 [Viper] USB', '74'),
|
||
(1978, '7410', 'AMD-766 [ViperPlus] ISA', '74'),
|
||
(1979, '7411', 'AMD-766 [ViperPlus] IDE', '74'),
|
||
(1980, '7413', 'AMD-766 [ViperPlus] ACPI', '74'),
|
||
(1981, '7414', 'AMD-766 [ViperPlus] USB', '74'),
|
||
(1982, '7440', 'AMD-768 [Opus] ISA', '74'),
|
||
(1983, '7441', 'AMD-768 [Opus] IDE', '74'),
|
||
(1984, '7443', 'AMD-768 [Opus] ACPI', '74'),
|
||
(1985, '7445', 'AMD-768 [Opus] Audio', '74'),
|
||
(1986, '7446', 'AMD-768 [Opus] MC97 Modem', '74'),
|
||
(1987, '7448', 'AMD-768 [Opus] PCI', '74'),
|
||
(1988, '7449', 'AMD-768 [Opus] USB', '74'),
|
||
(1989, '7450', 'AMD-8131 PCI-X Bridge', '74'),
|
||
(1990, '7451', 'AMD-8131 PCI-X IOAPIC', '74'),
|
||
(1991, '7454', 'AMD-8151 System Controller', '74'),
|
||
(1992, '7455', 'AMD-8151 AGP Bridge', '74'),
|
||
(1993, '7458', 'AMD-8132 PCI-X Bridge', '74'),
|
||
(1994, '7459', 'AMD-8132 PCI-X IOAPIC', '74'),
|
||
(1995, '7460', 'AMD-8111 PCI', '74'),
|
||
(1996, '7461', 'AMD-8111 USB', '74'),
|
||
(1997, '7462', 'AMD-8111 Ethernet', '74'),
|
||
(1998, '7463', 'AMD-8111 USB EHCI', '74'),
|
||
(1999, '7464', 'AMD-8111 USB OHCI', '74'),
|
||
(2000, '7468', 'AMD-8111 LPC', '74'),
|
||
(2001, '7469', 'AMD-8111 IDE', '74'),
|
||
(2002, '746a', 'AMD-8111 SMBus 2.0', '74'),
|
||
(2003, '746b', 'AMD-8111 ACPI', '74'),
|
||
(2004, '746d', 'AMD-8111 AC97 Audio', '74'),
|
||
(2005, '746e', 'AMD-8111 MC97 Modem', '74'),
|
||
(2006, '756b', 'AMD-8111 ACPI', '74'),
|
||
(2007, '7800', 'FCH SATA Controller [IDE mode]', '74'),
|
||
(2008, '7801', 'FCH SATA Controller [AHCI mode]', '74'),
|
||
(2009, '7802', 'FCH SATA Controller [RAID mode]', '74'),
|
||
(2010, '7803', 'FCH SATA Controller [RAID mode]', '74'),
|
||
(2011, '7804', 'FCH SATA Controller [AHCI mode]', '74'),
|
||
(2012, '7805', 'FCH SATA Controller [RAID mode]', '74'),
|
||
(2013, '7806', 'FCH SD Flash Controller', '74'),
|
||
(2014, '7807', 'FCH USB OHCI Controller', '74'),
|
||
(2015, '7808', 'FCH USB EHCI Controller', '74'),
|
||
(2016, '7809', 'FCH USB OHCI Controller', '74'),
|
||
(2017, '780a', 'Kabini/Mullins SATA Raid/AHCI Mode (DotHill driver)', '74'),
|
||
(2018, '780b', 'FCH SMBus Controller', '74'),
|
||
(2019, '780c', 'FCH IDE Controller', '74'),
|
||
(2020, '780d', 'FCH Azalia Controller', '74'),
|
||
(2021, '780e', 'FCH LPC Bridge', '74'),
|
||
(2022, '780f', 'FCH PCI Bridge', '74'),
|
||
(2023, '7812', 'FCH USB XHCI Controller', '74'),
|
||
(2024, '7813', 'FCH SD Flash Controller', '74'),
|
||
(2025, '7814', 'FCH USB XHCI Controller', '74'),
|
||
(2026, '7900', 'FCH SATA Controller [IDE mode]', '74'),
|
||
(2027, '7901', 'FCH SATA Controller [AHCI mode]', '74'),
|
||
(2028, '7902', 'FCH SATA Controller [RAID mode]', '74'),
|
||
(2029, '7903', 'FCH SATA Controller [RAID mode]', '74'),
|
||
(2030, '7904', 'FCH SATA Controller [AHCI mode]', '74'),
|
||
(2031, '7906', 'FCH SD Flash Controller', '74'),
|
||
(2032, '7908', 'FCH USB EHCI Controller', '74'),
|
||
(2033, '790b', 'FCH SMBus Controller', '74'),
|
||
(2034, '790e', 'FCH LPC Bridge', '74'),
|
||
(2035, '790f', 'FCH PCI Bridge', '74'),
|
||
(2036, '7914', 'FCH USB XHCI Controller', '74'),
|
||
(2037, '9600', 'RS780 Host Bridge', '74'),
|
||
(2038, '9601', 'RS880 Host Bridge', '74'),
|
||
(2039, '9602', 'RS780/RS880 PCI to PCI bridge (int gfx)', '74'),
|
||
(2040, '9603', 'RS780 PCI to PCI bridge (ext gfx port 0)', '74'),
|
||
(2041, '9604', 'RS780/RS880 PCI to PCI bridge (PCIE port 0)', '74'),
|
||
(2042, '9605', 'RS780/RS880 PCI to PCI bridge (PCIE port 1)', '74'),
|
||
(2043, '9606', 'RS780 PCI to PCI bridge (PCIE port 2)', '74'),
|
||
(2044, '9607', 'RS780/RS880 PCI to PCI bridge (PCIE port 3)', '74'),
|
||
(2045, '9608', 'RS780/RS880 PCI to PCI bridge (PCIE port 4)', '74'),
|
||
(2046, '9609', 'RS780/RS880 PCI to PCI bridge (PCIE port 5)', '74'),
|
||
(2047, '960a', 'RS780 PCI to PCI bridge (NB-SB link)', '74'),
|
||
(2048, '960b', 'RS780 PCI to PCI bridge (ext gfx port 1)', '74'),
|
||
(2049, '0194', '82C194', '75'),
|
||
(2050, '2000', '4DWave DX', '75'),
|
||
(2051, '2001', '4DWave NX', '75'),
|
||
(2052, '2100', 'CyberBlade XP4m32', '75'),
|
||
(2053, '2200', 'XGI Volari XP5', '75'),
|
||
(2054, '8400', 'CyberBlade/i7', '75'),
|
||
(2055, '8420', 'CyberBlade/i7d', '75'),
|
||
(2056, '8500', 'CyberBlade/i1', '75'),
|
||
(2057, '8520', 'CyberBlade i1', '75'),
|
||
(2058, '8620', 'CyberBlade/i1', '75'),
|
||
(2059, '8820', 'CyberBlade XPAi1', '75'),
|
||
(2060, '9320', 'TGUI 9320', '75'),
|
||
(2061, '9350', 'GUI Accelerator', '75'),
|
||
(2062, '9360', 'Flat panel GUI Accelerator', '75'),
|
||
(2063, '9382', 'Cyber 9382 [Reference design]', '75'),
|
||
(2064, '9383', 'Cyber 9383 [Reference design]', '75'),
|
||
(2065, '9385', 'Cyber 9385 [Reference design]', '75'),
|
||
(2066, '9386', 'Cyber 9386', '75'),
|
||
(2067, '9388', 'Cyber 9388', '75'),
|
||
(2068, '9397', 'Cyber 9397', '75'),
|
||
(2069, '939a', 'Cyber 9397DVD', '75'),
|
||
(2070, '9420', 'TGUI 9420', '75'),
|
||
(2071, '9430', 'TGUI 9430', '75'),
|
||
(2072, '9440', 'TGUI 9440', '75'),
|
||
(2073, '9460', 'TGUI 9460', '75'),
|
||
(2074, '9470', 'TGUI 9470', '75'),
|
||
(2075, '9520', 'Cyber 9520', '75'),
|
||
(2076, '9525', 'Cyber 9525', '75'),
|
||
(2077, '9540', 'Cyber 9540', '75'),
|
||
(2078, '9660', 'TGUI 9660/938x/968x', '75'),
|
||
(2079, '9680', 'TGUI 9680', '75'),
|
||
(2080, '9682', 'TGUI 9682', '75'),
|
||
(2081, '9683', 'TGUI 9683', '75'),
|
||
(2082, '9685', 'ProVIDIA 9685', '75'),
|
||
(2083, '9750', '3DImage 9750', '75'),
|
||
(2084, '9753', 'TGUI 9753', '75'),
|
||
(2085, '9754', 'TGUI 9754', '75'),
|
||
(2086, '9759', 'TGUI 975', '75'),
|
||
(2087, '9783', 'TGUI 9783', '75'),
|
||
(2088, '9785', 'TGUI 9785', '75'),
|
||
(2089, '9850', '3DImage 9850', '75'),
|
||
(2090, '9880', 'Blade 3D PCI/AGP', '75'),
|
||
(2091, '9910', 'CyberBlade/XP', '75'),
|
||
(2092, '9930', 'CyberBlade/XPm', '75'),
|
||
(2093, '9960', 'CyberBlade XP2', '75'),
|
||
(2094, '1435', 'M1435', '77'),
|
||
(2095, '1445', 'M1445', '77'),
|
||
(2096, '1449', 'M1449', '77'),
|
||
(2097, '1451', 'M1451', '77'),
|
||
(2098, '1461', 'M1461', '77'),
|
||
(2099, '1489', 'M1489', '77'),
|
||
(2100, '1511', 'M1511', '77'),
|
||
(2101, '1512', 'ALI M1512 Aladdin', '77'),
|
||
(2102, '1513', 'M1513', '77'),
|
||
(2103, '1521', 'ALI M1521 Aladdin III CPU Bridge', '77'),
|
||
(2104, '1523', 'ALI M1523 ISA Bridge', '77'),
|
||
(2105, '1531', 'M1531 Northbridge [Aladdin IV/IV+]', '77'),
|
||
(2106, '1533', 'M1533 PCI-to-ISA Bridge', '77'),
|
||
(2107, '1535', 'M1535 PCI Bridge + Super I/O + FIR', '77'),
|
||
(2108, '1541', 'M1541 Northbridge [Aladdin V]', '77'),
|
||
(2109, '1542', 'M1542 Northbridge [Aladdin V]', '77'),
|
||
(2110, '1543', 'M1543 PCI-to-ISA Bridge + Super I/O + FIR', '77'),
|
||
(2111, '1561', 'M1561 Northbridge [Aladdin 7]', '77'),
|
||
(2112, '1621', 'M1621 Northbridge [Aladdin-Pro II]', '77'),
|
||
(2113, '1631', 'M1631 Northbridge+3D Graphics [Aladdin TNT2]', '77'),
|
||
(2114, '1641', 'M1641 Northbridge [Aladdin-Pro IV]', '77'),
|
||
(2115, '1647', 'M1647 [MaGiK1] PCI North Bridge', '77'),
|
||
(2116, '1671', 'M1671 Northbridge [ALADDiN-P4]', '77'),
|
||
(2117, '1672', 'Northbridge [CyberALADDiN-P4]', '77'),
|
||
(2118, '3141', 'M3141', '77'),
|
||
(2119, '3143', 'M3143', '77'),
|
||
(2120, '3145', 'M3145', '77'),
|
||
(2121, '3147', 'M3147', '77'),
|
||
(2122, '3149', 'M3149', '77'),
|
||
(2123, '3151', 'M3151', '77'),
|
||
(2124, '3307', 'M3307 MPEG-I Video Controller', '77'),
|
||
(2125, '3309', 'M3309 MPEG-II Video w/ Software Audio Decoder', '77'),
|
||
(2126, '3321', 'M3321 MPEG-II Audio/Video Decoder', '77'),
|
||
(2127, '5212', 'M4803', '77'),
|
||
(2128, '5215', 'ALI PCI EIDE Controller', '77'),
|
||
(2129, '5217', 'M5217H', '77'),
|
||
(2130, '5219', 'M5219', '77'),
|
||
(2131, '5225', 'M5225', '77'),
|
||
(2132, '5229', 'M5229', '77'),
|
||
(2133, '5235', 'M5235', '77'),
|
||
(2134, '5237', 'M5237 PCI USB Host Controller', '77'),
|
||
(2135, '5240', 'EIDE Controller', '77'),
|
||
(2136, '5241', 'PCMCIA Bridge', '77'),
|
||
(2137, '5242', 'General Purpose Controller', '77'),
|
||
(2138, '5243', 'PCI to PCI Bridge Controller', '77'),
|
||
(2139, '5244', 'Floppy Disk Controller', '77'),
|
||
(2140, '5247', 'M1541 PCI to PCI Bridge', '77'),
|
||
(2141, '5251', 'M5251 P1394 Controller', '77'),
|
||
(2142, '5427', 'PCI to AGP Bridge', '77'),
|
||
(2143, '5451', 'M5451 PCI AC-Link Controller Audio Device', '77'),
|
||
(2144, '5453', 'M5453 PCI AC-Link Controller Modem Device', '77'),
|
||
(2145, '7101', 'M7101 PCI PMU Power Management Controller', '77'),
|
||
(2146, '9602', 'AMD RS780/RS880 PCI to PCI bridge (int gfx)', '77'),
|
||
(2147, '0001', 'PowerEdge Expandable RAID Controller 2/Si', '78'),
|
||
(2148, '0002', 'PowerEdge Expandable RAID Controller 3/Di', '78'),
|
||
(2149, '0003', 'PowerEdge Expandable RAID Controller 3/Si', '78'),
|
||
(2150, '0004', 'PowerEdge Expandable RAID Controller 3/Di [Iguana]', '78'),
|
||
(2151, '0006', 'PowerEdge Expandable RAID Controller 3/Di', '78'),
|
||
(2152, '0007', 'Remote Access Card III', '78'),
|
||
(2153, '0008', 'Remote Access Card III', '78'),
|
||
(2154, '0009', 'Remote Access Card III: BMC/SMIC device not present', '78'),
|
||
(2155, '000a', 'PowerEdge Expandable RAID Controller 3/Di', '78'),
|
||
(2156, '000c', 'Embedded Remote Access or ERA/O', '78'),
|
||
(2157, '000d', 'Embedded Remote Access: BMC/SMIC device', '78'),
|
||
(2158, '000e', 'PowerEdge Expandable RAID controller 4/Di', '78'),
|
||
(2159, '000f', 'PowerEdge Expandable RAID controller 4/Di', '78'),
|
||
(2160, '0010', 'Remote Access Card 4', '78'),
|
||
(2161, '0011', 'Remote Access Card 4 Daughter Card', '78'),
|
||
(2162, '0012', 'Remote Access Card 4 Daughter Card Virtual UART', '78'),
|
||
(2163, '0013', 'PowerEdge Expandable RAID controller 4', '78'),
|
||
(2164, '0014', 'Remote Access Card 4 Daughter Card SMIC interface', '78'),
|
||
(2165, '0015', 'PowerEdge Expandable RAID controller 5', '78'),
|
||
(2166, '0016', 'PowerEdge Expandable RAID controller S300', '78'),
|
||
(2167, '0073', 'NV-RAM Adapter', '78'),
|
||
(2168, '0000', 'HYDRA', '80'),
|
||
(2169, '0010', 'ASPEN', '80'),
|
||
(2170, '001f', 'AHA-2940U2/U2W /7890/7891 SCSI Controllers', '80'),
|
||
(2171, '00c5', 'AIC-7899 U160/m SCSI Controller', '80'),
|
||
(2172, '00cf', 'AIC-7899P U160/m', '80'),
|
||
(2173, '0010', 'MGA-I [Impression?]', '81'),
|
||
(2174, '0100', 'MGA 1064SG [Mystique]', '81'),
|
||
(2175, '0518', 'MGA-II [Athena]', '81'),
|
||
(2176, '0519', 'MGA 2064W [Millennium]', '81'),
|
||
(2177, '051a', 'MGA 1064SG [Mystique]', '81'),
|
||
(2178, '051b', 'MGA 2164W [Millennium II]', '81'),
|
||
(2179, '051e', 'MGA 1064SG [Mystique] AGP', '81'),
|
||
(2180, '051f', 'MGA 2164W [Millennium II] AGP', '81'),
|
||
(2181, '0520', 'MGA G200', '81'),
|
||
(2182, '0521', 'MGA G200 AGP', '81'),
|
||
(2183, '0522', 'MGA G200e [Pilot] ServerEngines (SEP1)', '81'),
|
||
(2184, '0525', 'MGA G400/G450', '81'),
|
||
(2185, '0527', 'Parhelia', '81'),
|
||
(2186, '0528', 'Parhelia', '81'),
|
||
(2187, '0530', 'MGA G200EV', '81'),
|
||
(2188, '0532', 'MGA G200eW WPCM450', '81'),
|
||
(2189, '0533', 'MGA G200EH', '81'),
|
||
(2190, '0534', 'G200eR2', '81'),
|
||
(2191, '0536', 'Integrated Matrox G200eW3 Graphics Controller', '81'),
|
||
(2192, '0538', 'MGA G200eH3', '81'),
|
||
(2193, '0540', 'M91XX', '81'),
|
||
(2194, '0550', 'SV2', '81'),
|
||
(2195, '0d10', 'MGA Ultima/Impression', '81'),
|
||
(2196, '1000', 'MGA G100 [Productiva]', '81'),
|
||
(2197, '1001', 'MGA G100 [Productiva] AGP', '81'),
|
||
(2198, '2007', 'MGA Mistral', '81'),
|
||
(2199, '2527', 'Millennium G550', '81'),
|
||
(2200, '2537', 'Millennium P650/P750', '81'),
|
||
(2201, '2538', 'Millennium P650 PCIe', '81'),
|
||
(2202, '2539', 'Millennium P690', '81'),
|
||
(2203, '4164', 'Morphis QxT frame grabber', '81'),
|
||
(2204, '43b4', 'Morphis Qxt encoding engine', '81'),
|
||
(2205, '4510', 'Morphis COM port', '81'),
|
||
(2206, '4536', 'VIA Framegrabber', '81'),
|
||
(2207, '4686', 'Concord GX (customized Intel 82541)', '81'),
|
||
(2208, '475b', 'Solios eCL/XCL-B frame grabber', '81'),
|
||
(2209, '475d', 'Vio frame grabber family', '81'),
|
||
(2210, '475f', 'Solios (single-Full) CL frame grabber', '81'),
|
||
(2211, '47a1', 'Solios eA/XA frame grabber', '81'),
|
||
(2212, '47a2', 'Solios COM port', '81'),
|
||
(2213, '47c1', 'Solios (dual-Base/single-Medium) CL frame grabber', '81'),
|
||
(2214, '47c2', 'Solios COM port', '81'),
|
||
(2215, '4949', 'Radient frame grabber family', '81'),
|
||
(2216, '4cdc', 'Morphis JPEG2000 accelerator', '81'),
|
||
(2217, '4f54', 'Morphis (e)Quad frame grabber', '81'),
|
||
(2218, '4fc5', 'Morphis (e)Dual frame grabber', '81'),
|
||
(2219, '5e10', 'Morphis aux I/O', '81'),
|
||
(2220, '6573', 'Shark 10/100 Multiport SwitchNIC', '81'),
|
||
(2221, '00b8', 'F64310', '82'),
|
||
(2222, '00c0', 'F69000 HiQVideo', '82'),
|
||
(2223, '00d0', 'F65545', '82'),
|
||
(2224, '00d8', 'F65545', '82'),
|
||
(2225, '00dc', 'F65548', '82'),
|
||
(2226, '00e0', 'F65550', '82'),
|
||
(2227, '00e4', 'F65554', '82'),
|
||
(2228, '00e5', 'F65555 HiQVPro', '82'),
|
||
(2229, '00f0', 'F68554', '82'),
|
||
(2230, '00f4', 'F68554 HiQVision', '82'),
|
||
(2231, '00f5', 'F68555', '82'),
|
||
(2232, '0c30', 'F69030', '82'),
|
||
(2233, '50dc', '3328 Audio', '83'),
|
||
(2234, '0009', 'r4x00', '85'),
|
||
(2235, '000a', 'TX3927 MIPS RISC PCI Controller', '85'),
|
||
(2236, '0020', 'ATM Meteor 155', '85'),
|
||
(2237, '0030', 'TC35815CF PCI 10/100 Mbit Ethernet Controller', '85'),
|
||
(2238, '0031', 'TC35815CF PCI 10/100 Mbit Ethernet Controller with WOL', '85'),
|
||
(2239, '0032', 'TC35815CF PCI 10/100 Mbit Ethernet Controller on TX4939', '85'),
|
||
(2240, '0105', 'TC86C001 [goku-s] IDE', '85'),
|
||
(2241, '0106', 'TC86C001 [goku-s] USB 1.1 Host', '85'),
|
||
(2242, '0107', 'TC86C001 [goku-s] USB Device Controller', '85'),
|
||
(2243, '0108', 'TC86C001 [goku-s] I2C/SIO/GPIO Controller', '85'),
|
||
(2244, '0180', 'TX4927/38 MIPS RISC PCI Controller', '85'),
|
||
(2245, '0181', 'TX4925 MIPS RISC PCI Controller', '85'),
|
||
(2246, '0182', 'TX4937 MIPS RISC PCI Controller', '85'),
|
||
(2247, '01b4', 'Celleb platform IDE interface', '85'),
|
||
(2248, '01b5', 'SCC USB 2.0 EHCI controller', '85'),
|
||
(2249, '01b6', 'SCC USB 1.1 OHCI controller', '85'),
|
||
(2250, '5601', 'DC20 ASIC', '87'),
|
||
(2251, '5607', 'Video I/O & motion JPEG compressor', '87'),
|
||
(2252, '5631', 'Media 3D', '87'),
|
||
(2253, '6057', 'MiroVideo DC10/DC30+', '87'),
|
||
(2254, '0000', 'Vr4181A USB Host or Function Control Unit', '89'),
|
||
(2255, '0001', 'PCI to 486-like bus Bridge', '89'),
|
||
(2256, '0002', 'PCI to VL98 Bridge', '89'),
|
||
(2257, '0003', 'ATM Controller', '89'),
|
||
(2258, '0004', 'R4000 PCI Bridge', '89'),
|
||
(2259, '0005', 'PCI to 486-like bus Bridge', '89'),
|
||
(2260, '0006', 'PC-9800 Graphic Accelerator', '89'),
|
||
(2261, '0007', 'PCI to UX-Bus Bridge', '89'),
|
||
(2262, '0008', 'PC-9800 Graphic Accelerator', '89'),
|
||
(2263, '0009', 'PCI to PC9800 Core-Graph Bridge', '89'),
|
||
(2264, '0016', 'PCI to VL Bridge', '89'),
|
||
(2265, '001a', '[Nile II]', '89'),
|
||
(2266, '0021', 'Vrc4373 [Nile I]', '89'),
|
||
(2267, '0029', 'PowerVR PCX1', '89'),
|
||
(2268, '002a', 'PowerVR 3D', '89'),
|
||
(2269, '002c', 'Star Alpha 2', '89'),
|
||
(2270, '002d', 'PCI to C-bus Bridge', '89'),
|
||
(2271, '0035', 'OHCI USB Controller', '89'),
|
||
(2272, '003b', 'PCI to C-bus Bridge', '89'),
|
||
(2273, '003e', 'NAPCCARD Cardbus Controller', '89'),
|
||
(2274, '0046', 'PowerVR PCX2 [midas]', '89'),
|
||
(2275, '005a', 'Vrc5074 [Nile 4]', '89'),
|
||
(2276, '0063', 'uPD72862 [Firewarden] IEEE1394 OHCI 1.0 Link Controller', '89'),
|
||
(2277, '0067', 'PowerVR Neon 250 Chipset', '89'),
|
||
(2278, '0072', 'uPD72874 IEEE1394 OHCI 1.1 3-port PHY-Link Ctrlr', '89'),
|
||
(2279, '0074', '56k Voice Modem', '89'),
|
||
(2280, '009b', 'Vrc5476', '89'),
|
||
(2281, '00a5', 'VRC4173', '89'),
|
||
(2282, '00a6', 'VRC5477 AC97', '89'),
|
||
(2283, '00cd', 'uPD72870 [Firewarden] IEEE1394a OHCI 1.0 Link/3-port PHY Controller', '89'),
|
||
(2284, '00ce', 'uPD72871 [Firewarden] IEEE1394a OHCI 1.0 Link/1-port PHY Controller', '89'),
|
||
(2285, '00df', 'Vr4131', '89'),
|
||
(2286, '00e0', 'uPD72010x USB 2.0 Controller', '89'),
|
||
(2287, '00e7', 'uPD72873 [Firewarden] IEEE1394a OHCI 1.1 Link/2-port PHY Controller', '89'),
|
||
(2288, '00f2', 'uPD72874 [Firewarden] IEEE1394a OHCI 1.1 Link/3-port PHY Controller', '89'),
|
||
(2289, '00f3', 'uPD6113x Multimedia Decoder/Processor [EMMA2]', '89'),
|
||
(2290, '010c', 'VR7701', '89'),
|
||
(2291, '0125', 'uPD720400 PCI Express - PCI/PCI-X Bridge', '89'),
|
||
(2292, '013a', 'Dual Tuner/MPEG Encoder', '89'),
|
||
(2293, '0194', 'uPD720200 USB 3.0 Host Controller', '89'),
|
||
(2294, '01e7', 'uPD72873 [Firewarden] IEEE1394a OHCI 1.1 Link/2-port PHY Controller', '89'),
|
||
(2295, '01f2', 'uPD72874 [Firewarden] IEEE1394a OHCI 1.1 Link/3-port PHY Controller', '89'),
|
||
(2296, '0000', 'TMC-18C30 [36C70]', '92'),
|
||
(2297, '0001', 'AGP Port (virtual PCI-to-PCI bridge)', '95'),
|
||
(2298, '0002', 'AGP Port (virtual PCI-to-PCI bridge)', '95'),
|
||
(2299, '0003', 'AGP Port (virtual PCI-to-PCI bridge)', '95'),
|
||
(2300, '0004', 'PCI-to-PCI bridge', '95'),
|
||
(2301, '0006', '85C501/2/3', '95'),
|
||
(2302, '0008', 'SiS85C503/5513 (LPC Bridge)', '95'),
|
||
(2303, '0009', '5595 Power Management Controller', '95'),
|
||
(2304, '000a', 'PCI-to-PCI bridge', '95'),
|
||
(2305, '0016', 'SiS961/2/3 SMBus controller', '95'),
|
||
(2306, '0018', 'SiS85C503/5513 (LPC Bridge)', '95'),
|
||
(2307, '0163', '163 802.11b/g Wireless LAN Adapter', '95'),
|
||
(2308, '0180', 'RAID bus controller 180 SATA/PATA [SiS]', '95'),
|
||
(2309, '0181', 'SATA', '95'),
|
||
(2310, '0182', '182 SATA/RAID Controller', '95'),
|
||
(2311, '0186', 'AHCI Controller (0106)', '95'),
|
||
(2312, '0190', '190 Ethernet Adapter', '95'),
|
||
(2313, '0191', '191 Gigabit Ethernet Adapter', '95'),
|
||
(2314, '0200', '5597/5598/6326 VGA', '95'),
|
||
(2315, '0204', '82C204', '95'),
|
||
(2316, '0205', 'SG86C205', '95'),
|
||
(2317, '0300', '300/305 PCI/AGP VGA Display Adapter', '95'),
|
||
(2318, '0310', '315H PCI/AGP VGA Display Adapter', '95'),
|
||
(2319, '0315', '315 PCI/AGP VGA Display Adapter', '95'),
|
||
(2320, '0325', '315PRO PCI/AGP VGA Display Adapter', '95'),
|
||
(2321, '0330', '330 [Xabre] PCI/AGP VGA Display Adapter', '95'),
|
||
(2322, '0406', '85C501/2', '95'),
|
||
(2323, '0496', '85C496', '95'),
|
||
(2324, '0530', '530 Host', '95'),
|
||
(2325, '0540', '540 Host', '95'),
|
||
(2326, '0550', '550 Host', '95'),
|
||
(2327, '0597', '5513C', '95'),
|
||
(2328, '0601', '85C601', '95'),
|
||
(2329, '0620', '620 Host', '95'),
|
||
(2330, '0630', '630 Host', '95'),
|
||
(2331, '0633', '633 Host', '95'),
|
||
(2332, '0635', '635 Host', '95'),
|
||
(2333, '0645', 'SiS645 Host & Memory & AGP Controller', '95'),
|
||
(2334, '0646', 'SiS645DX Host & Memory & AGP Controller', '95'),
|
||
(2335, '0648', '645xx', '95'),
|
||
(2336, '0649', 'SiS649 Host', '95'),
|
||
(2337, '0650', '650/M650 Host', '95'),
|
||
(2338, '0651', '651 Host', '95'),
|
||
(2339, '0655', '655 Host', '95'),
|
||
(2340, '0660', '660 Host', '95'),
|
||
(2341, '0661', '661FX/M661FX/M661MX Host', '95'),
|
||
(2342, '0662', '662 Host', '95'),
|
||
(2343, '0671', '671MX', '95'),
|
||
(2344, '0730', '730 Host', '95'),
|
||
(2345, '0733', '733 Host', '95'),
|
||
(2346, '0735', '735 Host', '95'),
|
||
(2347, '0740', '740 Host', '95'),
|
||
(2348, '0741', '741/741GX/M741 Host', '95'),
|
||
(2349, '0745', '745 Host', '95'),
|
||
(2350, '0746', '746 Host', '95'),
|
||
(2351, '0755', '755 Host', '95'),
|
||
(2352, '0760', '760/M760 Host', '95'),
|
||
(2353, '0761', '761/M761 Host', '95'),
|
||
(2354, '0900', 'SiS900 PCI Fast Ethernet', '95'),
|
||
(2355, '0961', 'SiS961 [MuTIOL Media IO]', '95'),
|
||
(2356, '0962', 'SiS962 [MuTIOL Media IO] LPC Controller', '95'),
|
||
(2357, '0963', 'SiS963 [MuTIOL Media IO] LPC Controller', '95'),
|
||
(2358, '0964', 'SiS964 [MuTIOL Media IO] LPC Controller', '95'),
|
||
(2359, '0965', 'SiS965 [MuTIOL Media IO]', '95'),
|
||
(2360, '0966', 'SiS966 [MuTIOL Media IO]', '95'),
|
||
(2361, '0968', 'SiS968 [MuTIOL Media IO]', '95'),
|
||
(2362, '1180', 'SATA Controller / IDE mode', '95'),
|
||
(2363, '1182', 'SATA Controller / RAID mode', '95'),
|
||
(2364, '1183', 'SATA Controller / IDE mode', '95'),
|
||
(2365, '1184', 'AHCI Controller / RAID mode', '95'),
|
||
(2366, '1185', 'AHCI IDE Controller (0106)', '95'),
|
||
(2367, '3602', '83C602', '95'),
|
||
(2368, '5107', '5107', '95'),
|
||
(2369, '5300', 'SiS540 PCI Display Adapter', '95'),
|
||
(2370, '5315', '550 PCI/AGP VGA Display Adapter', '95'),
|
||
(2371, '5401', '486 PCI Chipset', '95'),
|
||
(2372, '5511', '5511/5512', '95'),
|
||
(2373, '5513', '5513 IDE Controller', '95'),
|
||
(2374, '5517', '5517', '95'),
|
||
(2375, '5571', '5571', '95'),
|
||
(2376, '5581', '5581 Pentium Chipset', '95'),
|
||
(2377, '5582', '5582', '95'),
|
||
(2378, '5591', '5591/5592 Host', '95'),
|
||
(2379, '5596', '5596 Pentium Chipset', '95'),
|
||
(2380, '5597', '5597 [SiS5582]', '95'),
|
||
(2381, '5600', '5600 Host', '95'),
|
||
(2382, '6204', 'Video decoder & MPEG interface', '95'),
|
||
(2383, '6205', 'VGA Controller', '95'),
|
||
(2384, '6236', '6236 3D-AGP', '95'),
|
||
(2385, '6300', '630/730 PCI/AGP VGA Display Adapter', '95'),
|
||
(2386, '6306', '530/620 PCI/AGP VGA Display Adapter', '95'),
|
||
(2387, '6325', '65x/M650/740 PCI/AGP VGA Display Adapter', '95'),
|
||
(2388, '6326', '86C326 5598/6326', '95'),
|
||
(2389, '6330', '661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter', '95'),
|
||
(2390, '6350', '770/670 PCIE VGA Display Adapter', '95'),
|
||
(2391, '6351', '771/671 PCIE VGA Display Adapter', '95'),
|
||
(2392, '7001', 'USB 1.1 Controller', '95'),
|
||
(2393, '7002', 'USB 2.0 Controller', '95'),
|
||
(2394, '7007', 'FireWire Controller', '95'),
|
||
(2395, '7012', 'SiS7012 AC\'97 Sound Controller', '95'),
|
||
(2396, '7013', 'AC\'97 Modem Controller', '95'),
|
||
(2397, '7016', 'SiS7016 PCI Fast Ethernet Adapter', '95'),
|
||
(2398, '7018', 'SiS PCI Audio Accelerator', '95'),
|
||
(2399, '7019', 'SiS7019 Audio Accelerator', '95'),
|
||
(2400, '7502', 'Azalia Audio Controller', '95'),
|
||
(2401, '1005', 'A4977A Visualize EG', '98'),
|
||
(2402, '1008', 'Visualize FX', '98'),
|
||
(2403, '1028', 'Tach TL Fibre Channel Host Adapter', '98'),
|
||
(2404, '1029', 'Tach XL2 Fibre Channel Host Adapter', '98'),
|
||
(2405, '102a', 'Tach TS Fibre Channel Host Adapter', '98'),
|
||
(2406, '1030', 'J2585A DeskDirect 10/100VG NIC', '98'),
|
||
(2407, '1031', 'J2585B HP 10/100VG PCI LAN Adapter', '98'),
|
||
(2408, '1040', 'J2973A DeskDirect 10BaseT NIC', '98'),
|
||
(2409, '1041', 'J2585B DeskDirect 10/100 NIC', '98'),
|
||
(2410, '1042', 'J2970A DeskDirect 10BaseT/2 NIC', '98'),
|
||
(2411, '1048', 'Diva Serial [GSP] Multiport UART', '98'),
|
||
(2412, '1054', 'PCI Local Bus Adapter', '98'),
|
||
(2413, '1064', '79C970 PCnet Ethernet Controller', '98'),
|
||
(2414, '108b', 'Visualize FXe', '98'),
|
||
(2415, '10c1', 'NetServer Smart IRQ Router', '98'),
|
||
(2416, '10ed', 'TopTools Remote Control', '98'),
|
||
(2417, '10f0', 'rio System Bus Adapter', '98'),
|
||
(2418, '10f1', 'rio I/O Controller', '98'),
|
||
(2419, '1219', 'NetServer PCI Hot-Plug Controller', '98'),
|
||
(2420, '121a', 'NetServer SMIC Controller', '98'),
|
||
(2421, '121b', 'NetServer Legacy COM Port Decoder', '98'),
|
||
(2422, '121c', 'NetServer PCI COM Port Decoder', '98'),
|
||
(2423, '1229', 'zx1 System Bus Adapter', '98'),
|
||
(2424, '122a', 'zx1 I/O Controller', '98'),
|
||
(2425, '122e', 'PCI-X Local Bus Adapter', '98'),
|
||
(2426, '127b', 'sx1000 System Bus Adapter', '98'),
|
||
(2427, '127c', 'sx1000 I/O Controller', '98'),
|
||
(2428, '128d', 'Diva [GSP] Management Board', '98'),
|
||
(2429, '1290', 'Auxiliary Diva Serial Port', '98'),
|
||
(2430, '1291', 'Auxiliary Diva Serial Port', '98'),
|
||
(2431, '12b4', 'zx1 QuickSilver AGP8x Local Bus Adapter', '98'),
|
||
(2432, '12eb', 'sx2000 System Bus Adapter', '98'),
|
||
(2433, '12ec', 'sx2000 I/O Controller', '98'),
|
||
(2434, '12ee', 'PCI-X 2.0 Local Bus Adapter', '98'),
|
||
(2435, '1302', 'RMP-3 Shared Memory Driver', '98'),
|
||
(2436, '1303', 'RMP-3 (Remote Management Processor)', '98'),
|
||
(2437, '22f6', 'iLO5 Virtual USB Controller', '98'),
|
||
(2438, '2910', 'E2910A PCIBus Exerciser', '98'),
|
||
(2439, '2925', 'E2925A 32 Bit, 33 MHzPCI Exerciser & Analyzer', '98'),
|
||
(2440, '3206', 'Adaptec Embedded Serial ATA HostRAID', '98'),
|
||
(2441, '3220', 'Smart Array P600', '98'),
|
||
(2442, '3230', 'Smart Array Controller', '98'),
|
||
(2443, '3238', 'Smart Array E200i (SAS Controller)', '98'),
|
||
(2444, '3239', 'Smart Array Gen9 Controllers', '98'),
|
||
(2445, '323a', 'Smart Array G6 controllers', '98'),
|
||
(2446, '323b', 'Smart Array Gen8 Controllers', '98'),
|
||
(2447, '323c', 'Smart Array Gen8+ Controllers', '98'),
|
||
(2448, '3300', 'Integrated Lights-Out Standard Virtual USB Controller', '98'),
|
||
(2449, '3301', 'Integrated Lights-Out Standard Serial Port', '98'),
|
||
(2450, '3302', 'Integrated Lights-Out Standard KCS Interface', '98'),
|
||
(2451, '3305', 'Integrated Lights-Out (iLO2) Controller', '98'),
|
||
(2452, '3306', 'Integrated Lights-Out Standard Slave Instrumentation & System Support', '98'),
|
||
(2453, '3307', 'Integrated Lights-Out Standard Management Processor Support and Messaging', '98'),
|
||
(2454, '3308', 'Integrated Lights-Out Standard MS Watchdog Timer', '98'),
|
||
(2455, '4030', 'zx2 System Bus Adapter', '98'),
|
||
(2456, '4031', 'zx2 I/O Controller', '98'),
|
||
(2457, '4037', 'PCIe Local Bus Adapter', '98'),
|
||
(2458, '9602', 'AMD RS780/RS880 PCI to PCI bridge (int gfx)', '98'),
|
||
(2459, '1000', 'PC Tech RZ1000', '103'),
|
||
(2460, '1001', 'PC Tech RZ1001', '103'),
|
||
(2461, '3000', 'Samurai_0', '103'),
|
||
(2462, '3010', 'Samurai_1', '103'),
|
||
(2463, '3020', 'Samurai_IDE', '103'),
|
||
(2464, '0464', 'Radeon R9 270x GPU', '104'),
|
||
(2465, '0521', 'RX580 [RX 580 Dual O8G]', '104'),
|
||
(2466, '0675', 'ISDNLink P-IN100-ST-D', '104'),
|
||
(2467, '9602', 'AMD RS780/RS880 PCI to PCI bridge (int gfx)', '104'),
|
||
(2468, '1012', 'Domino RAID Engine', '105'),
|
||
(2469, 'a400', 'SmartCache/Raid I-IV Controller', '105'),
|
||
(2470, 'a500', 'PCI Bridge', '105'),
|
||
(2471, 'a501', 'SmartRAID V Controller', '105'),
|
||
(2472, 'a511', 'SmartRAID V Controller', '105'),
|
||
(2473, 'c066', '3010S Ultra3 Dual Channel', '105'),
|
||
(2474, 'a0f8', '82C750 [Vendetta] USB Controller', '106'),
|
||
(2475, 'c101', '92C264', '106'),
|
||
(2476, 'c178', '92C178', '106'),
|
||
(2477, 'c556', '82X556 [Viper]', '106'),
|
||
(2478, 'c557', '82C557 [Viper-M]', '106'),
|
||
(2479, 'c558', '82C558 [Viper-M ISA+IDE]', '106'),
|
||
(2480, 'c567', '82C750 [Vendetta], device 0', '106'),
|
||
(2481, 'c568', '82C750 [Vendetta], device 1', '106'),
|
||
(2482, 'c569', '82C579 [Viper XPress+ Chipset]', '106'),
|
||
(2483, 'c621', '82C621 [Viper-M/N+]', '106'),
|
||
(2484, 'c700', '82C700 [FireStar]', '106'),
|
||
(2485, 'c701', '82C701 [FireStar Plus]', '106'),
|
||
(2486, 'c814', '82C814 [Firebridge 1]', '106'),
|
||
(2487, 'c822', '82C822', '106'),
|
||
(2488, 'c824', '82C824', '106'),
|
||
(2489, 'c825', '82C825 [Firebridge 2]', '106'),
|
||
(2490, 'c832', '82C832', '106'),
|
||
(2491, 'c861', '82C861 OHCI USB Host', '106'),
|
||
(2492, 'c881', '82C881 [FireLink] 1394 OHCI Link Controller', '106'),
|
||
(2493, 'c895', '82C895', '106'),
|
||
(2494, 'c935', 'EV1935 ECTIVA MachOne PCIAudio', '106'),
|
||
(2495, 'd568', '82C825 [Firebridge 2]', '106'),
|
||
(2496, 'd721', 'IDE [FireStar]', '106'),
|
||
(2497, '0c60', 'Gladiac MX', '109'),
|
||
(2498, '0d22', 'Quadro4 900XGL [ELSA GLoria4 900XGL]', '109'),
|
||
(2499, '1000', 'QuickStep 1000', '109'),
|
||
(2500, '3000', 'QuickStep 3000', '109'),
|
||
(2501, '8901', 'Gloria XL', '109'),
|
||
(2502, '0000', 'STLS2F Host Bridge', '111'),
|
||
(2503, '0008', 'STG 2000X', '111'),
|
||
(2504, '0009', 'STG 1764X', '111'),
|
||
(2505, '0010', 'STG4000 [3D Prophet Kyro Series]', '111'),
|
||
(2506, '0201', 'STPC Vega Northbridge', '111'),
|
||
(2507, '0209', 'STPC Consumer/Industrial North- and Southbridge', '111'),
|
||
(2508, '020a', 'STPC Atlas/ConsumerS/Consumer IIA Northbridge', '111'),
|
||
(2509, '020b', 'STPC Consumer II ISA Bridge', '111'),
|
||
(2510, '0210', 'STPC Atlas ISA Bridge', '111'),
|
||
(2511, '021a', 'STPC Consumer S Southbridge', '111'),
|
||
(2512, '021b', 'STPC Consumer IIA Southbridge', '111'),
|
||
(2513, '0220', 'STPC Industrial PCI to PCCard bridge', '111'),
|
||
(2514, '0228', 'STPC Atlas IDE', '111'),
|
||
(2515, '0229', 'STPC Vega IDE', '111'),
|
||
(2516, '0230', 'STPC Atlas/Vega OHCI USB Controller', '111'),
|
||
(2517, '0238', 'STPC Vega LAN', '111'),
|
||
(2518, '0500', 'ST70137 [Unicorn] ADSL DMT Transceiver', '111'),
|
||
(2519, '0564', 'STPC Client Northbridge', '111'),
|
||
(2520, '0981', '21x4x DEC-Tulip compatible 10/100 Ethernet', '111'),
|
||
(2521, '1746', 'STG 1764X', '111'),
|
||
(2522, '2774', '21x4x DEC-Tulip compatible 10/100 Ethernet', '111'),
|
||
(2523, '3520', 'MPEG-II decoder card', '111'),
|
||
(2524, '55cc', 'STPC Client Southbridge', '111'),
|
||
(2525, '0140', 'BT-946C (old) [multimaster 01]', '112'),
|
||
(2526, '1040', 'BT-946C (BA80C30) [MultiMaster 10]', '112'),
|
||
(2527, '8130', 'Flashpoint LT', '112'),
|
||
(2528, '0500', '100 MBit LAN Controller', '113'),
|
||
(2529, '0508', 'TMS380C2X Compressor Interface', '113'),
|
||
(2530, '1000', 'Eagle i/f AS', '113'),
|
||
(2531, '104c', 'PCI1510 PC card Cardbus Controller', '113'),
|
||
(2532, '3d04', 'TVP4010 [Permedia]', '113'),
|
||
(2533, '3d07', 'TVP4020 [Permedia 2]', '113'),
|
||
(2534, '8000', 'PCILynx/PCILynx2 IEEE 1394 Link Layer Controller', '113'),
|
||
(2535, '8009', 'TSB12LV22 IEEE-1394 Controller', '113'),
|
||
(2536, '8017', 'PCI4410 FireWire Controller', '113'),
|
||
(2537, '8019', 'TSB12LV23 IEEE-1394 Controller', '113'),
|
||
(2538, '8020', 'TSB12LV26 IEEE-1394 Controller (Link)', '113'),
|
||
(2539, '8021', 'TSB43AA22 IEEE-1394 Controller (PHY/Link Integrated)', '113'),
|
||
(2540, '8022', 'TSB43AB22 IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx]', '113'),
|
||
(2541, '8023', 'TSB43AB22A IEEE-1394a-2000 Controller (PHY/Link) [iOHCI-Lynx]', '113'),
|
||
(2542, '8024', 'TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)', '113'),
|
||
(2543, '8025', 'TSB82AA2 IEEE-1394b Link Layer Controller', '113'),
|
||
(2544, '8026', 'TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)', '113'),
|
||
(2545, '8027', 'PCI4451 IEEE-1394 Controller', '113'),
|
||
(2546, '8029', 'PCI4510 IEEE-1394 Controller', '113'),
|
||
(2547, '802b', 'PCI7410,7510,7610 OHCI-Lynx Controller', '113'),
|
||
(2548, '802e', 'PCI7x20 1394a-2000 OHCI Two-Port PHY/Link-Layer Controller', '113'),
|
||
(2549, '8031', 'PCIxx21/PCIxx11/PCIx515 PC Card Controller', '113'),
|
||
(2550, '8032', 'OHCI Compliant IEEE 1394 Host Controller', '113'),
|
||
(2551, '8033', 'PCIxx21/PCIxx11 Flash Media Controller', '113'),
|
||
(2552, '8034', 'PCIxx21/PCIxx11 SD Host Controller', '113'),
|
||
(2553, '8035', 'PCIxx21/PCIxx11 Smart Card Controller', '113'),
|
||
(2554, '8036', 'PCI6515 Cardbus Controller', '113'),
|
||
(2555, '8038', 'PCI6515 SmartCard Controller', '113'),
|
||
(2556, '8039', 'PCIxx12 Cardbus Controller', '113'),
|
||
(2557, '803a', 'PCIxx12 OHCI Compliant IEEE 1394 Host Controller', '113'),
|
||
(2558, '803b', 'PCIxx12 Flash Media Controller', '113'),
|
||
(2559, '803c', 'PCIxx12 SDA Standard Compliant SD Host Controller', '113'),
|
||
(2560, '803d', 'PCIxx12 GemCore based SmartCard controller', '113'),
|
||
(2561, '8101', 'TSB43DB42 IEEE-1394a-2000 Controller (PHY/Link)', '113'),
|
||
(2562, '8201', 'PCI1620 Firmware Loading Function', '113'),
|
||
(2563, '8204', 'PCI7410/7510/7610 PCI Firmware Loading Function', '113'),
|
||
(2564, '8231', 'XIO2000(A)/XIO2200A PCI Express-to-PCI Bridge', '113'),
|
||
(2565, '8232', 'XIO3130 PCI Express Switch (Upstream)', '113'),
|
||
(2566, '8233', 'XIO3130 PCI Express Switch (Downstream)', '113'),
|
||
(2567, '8235', 'XIO2200A IEEE-1394a-2000 Controller (PHY/Link)', '113'),
|
||
(2568, '823e', 'XIO2213A/B/XIO2221 PCI Express to PCI Bridge [Cheetah Express]', '113'),
|
||
(2569, '823f', 'XIO2213A/B/XIO2221 IEEE-1394b OHCI Controller [Cheetah Express]', '113'),
|
||
(2570, '8240', 'XIO2001 PCI Express-to-PCI Bridge', '113'),
|
||
(2571, '8241', 'TUSB73x0 SuperSpeed USB 3.0 xHCI Host Controller', '113'),
|
||
(2572, '8400', 'ACX 100 22Mbps Wireless Interface', '113'),
|
||
(2573, '8401', 'ACX 100 22Mbps Wireless Interface', '113'),
|
||
(2574, '8888', 'Multicore DSP+ARM KeyStone II SOC', '113'),
|
||
(2575, '9000', 'Wireless Interface (of unknown type)', '113'),
|
||
(2576, '9065', 'TMS320DM642', '113'),
|
||
(2577, '9066', 'ACX 111 54Mbps Wireless Interface', '113'),
|
||
(2578, 'a001', 'TDC1570', '113'),
|
||
(2579, 'a100', 'TDC1561', '113'),
|
||
(2580, 'a102', 'TNETA1575 HyperSAR Plus w/PCI Host i/f & UTOPIA i/f', '113'),
|
||
(2581, 'a106', 'TMS320C6414 TMS320C6415 TMS320C6416', '113'),
|
||
(2582, 'ac10', 'PCI1050', '113'),
|
||
(2583, 'ac11', 'PCI1053', '113'),
|
||
(2584, 'ac12', 'PCI1130', '113'),
|
||
(2585, 'ac13', 'PCI1031', '113'),
|
||
(2586, 'ac15', 'PCI1131', '113'),
|
||
(2587, 'ac16', 'PCI1250', '113'),
|
||
(2588, 'ac17', 'PCI1220', '113'),
|
||
(2589, 'ac18', 'PCI1260', '113'),
|
||
(2590, 'ac19', 'PCI1221', '113'),
|
||
(2591, 'ac1a', 'PCI1210', '113'),
|
||
(2592, 'ac1b', 'PCI1450', '113'),
|
||
(2593, 'ac1c', 'PCI1225', '113'),
|
||
(2594, 'ac1d', 'PCI1251A', '113'),
|
||
(2595, 'ac1e', 'PCI1211', '113'),
|
||
(2596, 'ac1f', 'PCI1251B', '113'),
|
||
(2597, 'ac20', 'TI 2030', '113'),
|
||
(2598, 'ac21', 'PCI2031', '113'),
|
||
(2599, 'ac22', 'PCI2032 PCI Docking Bridge', '113'),
|
||
(2600, 'ac23', 'PCI2250 PCI-to-PCI Bridge', '113'),
|
||
(2601, 'ac28', 'PCI2050 PCI-to-PCI Bridge', '113'),
|
||
(2602, 'ac2c', 'PCI2060 PCI-to-PCI Bridge', '113'),
|
||
(2603, 'ac30', 'PCI1260 PC card Cardbus Controller', '113'),
|
||
(2604, 'ac40', 'PCI4450 PC card Cardbus Controller', '113'),
|
||
(2605, 'ac41', 'PCI4410 PC card Cardbus Controller', '113'),
|
||
(2606, 'ac42', 'PCI4451 PC card Cardbus Controller', '113'),
|
||
(2607, 'ac44', 'PCI4510 PC card Cardbus Controller', '113'),
|
||
(2608, 'ac46', 'PCI4520 PC card Cardbus Controller', '113'),
|
||
(2609, 'ac47', 'PCI7510 PC card Cardbus Controller', '113'),
|
||
(2610, 'ac48', 'PCI7610 PC Card Cardbus Controller', '113'),
|
||
(2611, 'ac49', 'PCI7410 PC Card Cardbus Controller', '113'),
|
||
(2612, 'ac4a', 'PCI7510/7610 CardBus Bridge', '113'),
|
||
(2613, 'ac4b', 'PCI7610 SD/MMC controller', '113'),
|
||
(2614, 'ac4c', 'PCI7610 Memory Stick controller', '113'),
|
||
(2615, 'ac50', 'PCI1410 PC card Cardbus Controller', '113'),
|
||
(2616, 'ac51', 'PCI1420 PC card Cardbus Controller', '113'),
|
||
(2617, 'ac52', 'PCI1451 PC card Cardbus Controller', '113'),
|
||
(2618, 'ac53', 'PCI1421 PC card Cardbus Controller', '113'),
|
||
(2619, 'ac54', 'PCI1620 PC Card Controller', '113'),
|
||
(2620, 'ac55', 'PCI1520 PC card Cardbus Controller', '113'),
|
||
(2621, 'ac56', 'PCI1510 PC card Cardbus Controller', '113'),
|
||
(2622, 'ac60', 'PCI2040 PCI to DSP Bridge Controller', '113'),
|
||
(2623, 'ac8d', 'PCI 7620', '113'),
|
||
(2624, 'ac8e', 'PCI7420 CardBus Controller', '113'),
|
||
(2625, 'ac8f', 'PCI7420/7620 SD/MS-Pro Controller', '113'),
|
||
(2626, 'b001', 'TMS320C6424', '113'),
|
||
(2627, 'fe00', 'FireWire Host Controller', '113'),
|
||
(2628, 'fe03', '12C01A FireWire Host Controller', '113'),
|
||
(2629, '8004', 'DTL-H2500 [Playstation development board]', '114'),
|
||
(2630, '8009', 'CXD1947Q i.LINK Controller', '114'),
|
||
(2631, '800c', 'DTL-H800 [PS1 sound development board]', '114'),
|
||
(2632, '8039', 'CXD3222 i.LINK Controller', '114'),
|
||
(2633, '8047', 'PS2 TOOL MRP', '114'),
|
||
(2634, '8056', 'Rockwell HCF 56K modem', '114'),
|
||
(2635, '808a', 'Memory Stick Controller', '114'),
|
||
(2636, '80ff', 'PS2 Performance Analyzer', '114'),
|
||
(2637, '814a', 'PS2 Performance Analyzer', '114'),
|
||
(2638, '8183', 'ATHENS [PS3 prototype developer interface card]', '114'),
|
||
(2639, '81b0', 'BM-1 [PSP TOOL Board Management Device]', '114'),
|
||
(2640, '81c3', 'VO-4 [PSP TOOL Video Output Device]', '114'),
|
||
(2641, '81ce', 'SxS Pro memory card', '114'),
|
||
(2642, '81ff', 'PS3 TOOL MRP', '114'),
|
||
(2643, '8200', 'PS3 TOOL RSX Tracing FPGA', '114'),
|
||
(2644, '820e', 'CXD9208GP [PS3 PS2 emulation subsystem adapter]', '114'),
|
||
(2645, '905c', 'SxS Pro memory card', '114'),
|
||
(2646, '907f', 'SxS Pro+ memory card', '114'),
|
||
(2647, '908f', 'Aeolia ACPI', '114'),
|
||
(2648, '909e', 'Aeolia Ethernet Controller (Marvell Yukon 2 Family)', '114'),
|
||
(2649, '909f', 'Aeolia SATA AHCI Controller', '114'),
|
||
(2650, '90a0', 'Aeolia SD/MMC Host Controller', '114'),
|
||
(2651, '90a1', 'Aeolia PCI Express Glue and Miscellaneous Devices', '114'),
|
||
(2652, '90a2', 'Aeolia DMA Controller', '114'),
|
||
(2653, '90a3', 'Aeolia Memory (DDR3/SPM)', '114'),
|
||
(2654, '90a4', 'Aeolia USB 3.0 xHCI Host Controller', '114'),
|
||
(2655, '90bc', 'SxS Pro+ memory card', '114'),
|
||
(2656, '90c8', 'Belize ACPI', '114'),
|
||
(2657, '90c9', 'Belize Ethernet Controller', '114'),
|
||
(2658, '90ca', 'Belize SATA AHCI Controller', '114'),
|
||
(2659, '90cb', 'Belize SD/MMC Host Controller', '114'),
|
||
(2660, '90cc', 'Belize PCI Express Glue and Miscellaneous Devices', '114'),
|
||
(2661, '90cd', 'Belize DMA Controller', '114'),
|
||
(2662, '90ce', 'Belize Memory (DDR3/SPM)', '114'),
|
||
(2663, '90cf', 'Belize USB 3.0 xHCI Host Controller', '114'),
|
||
(2664, '90d7', 'Baikal ACPI', '114'),
|
||
(2665, '90d8', 'Baikal Ethernet Controller', '114'),
|
||
(2666, '90d9', 'Baikal SATA AHCI Controller', '114'),
|
||
(2667, '90da', 'Baikal SD/MMC Host Controller', '114'),
|
||
(2668, '90db', 'Baikal PCI Express Glue and Miscellaneous Devices', '114'),
|
||
(2669, '90dc', 'Baikal DMA Controller', '114'),
|
||
(2670, '90dd', 'Baikal Memory (DDR3/SPM)', '114'),
|
||
(2671, '90de', 'Baikal USB 3.0 xHCI Host Controller', '114'),
|
||
(2672, '0017', 'OTI-64017', '115'),
|
||
(2673, '0107', 'OTI-107 [Spitfire]', '115'),
|
||
(2674, '0109', 'Video Adapter', '115'),
|
||
(2675, '0111', 'OTI-64111 [Spitfire]', '115'),
|
||
(2676, '0217', 'OTI-64217', '115'),
|
||
(2677, '0317', 'OTI-64317', '115'),
|
||
(2678, '0000', 'NE2000', '117'),
|
||
(2679, '0001', 'W83769F', '117'),
|
||
(2680, '0033', 'W89C33D 802.11 a/b/g BB/MAC', '117'),
|
||
(2681, '0105', 'W82C105', '117'),
|
||
(2682, '0840', 'W89C840', '117'),
|
||
(2683, '0940', 'W89C940', '117'),
|
||
(2684, '5a5a', 'W89C940F', '117'),
|
||
(2685, '6692', 'W6692', '117'),
|
||
(2686, '9921', 'W99200F MPEG-1 Video Encoder', '117'),
|
||
(2687, '9922', 'W99200F/W9922PF MPEG-1/2 Video Encoder', '117'),
|
||
(2688, '9970', 'W9970CF', '117'),
|
||
(2689, '3009', '2Gbps Fibre Channel to PCI HBA 3009', '121'),
|
||
(2690, '300a', '4Gbps Fibre Channel to PCI-X HBA 300a', '121'),
|
||
(2691, '300b', '4Gbps Fibre Channel to PCI-X HBA 300b', '121'),
|
||
(2692, '300f', 'ColdFusion 3 Chipset Processor to I/O Controller', '121'),
|
||
(2693, '3010', 'ColdFusion 3 Chipset Memory Controller Hub', '121'),
|
||
(2694, '3011', 'ColdFusion 3e Chipset Processor to I/O Controller', '121'),
|
||
(2695, '3012', 'ColdFusion 3e Chipset Memory Controller Hub', '121'),
|
||
(2696, '3017', 'Unassigned Hitachi Shared FC Device 3017', '121'),
|
||
(2697, '301b', 'Virtual VGA Device', '121'),
|
||
(2698, '301d', 'PCIe-to-PCIe Bridge with Virtualization IO Assist Feature', '121'),
|
||
(2699, '3020', 'FIVE-EX based Fibre Channel to PCIe HBA', '121'),
|
||
(2700, '302c', 'M001 PCI Express Switch Upstream Port', '121'),
|
||
(2701, '302d', 'M001 PCI Express Switch Downstream Port', '121'),
|
||
(2702, '3070', 'Hitachi FIVE-FX Fibre Channel to PCIe HBA', '121'),
|
||
(2703, '3505', 'SH7751 PCI Controller (PCIC)', '121'),
|
||
(2704, '350e', 'SH7751R PCI Controller (PCIC)', '121'),
|
||
(2705, '9130', 'SLC90E66 [Victory66] IDE', '122'),
|
||
(2706, '9460', 'SLC90E66 [Victory66] ISA', '122'),
|
||
(2707, '9462', 'SLC90E66 [Victory66] USB', '122'),
|
||
(2708, '9463', 'SLC90E66 [Victory66] ACPI', '122'),
|
||
(2709, 'e420', 'LAN9420/LAN9420i', '122'),
|
||
(2710, '0001', 'MPC105 [Eagle]', '124'),
|
||
(2711, '0002', 'MPC106 [Grackle]', '124'),
|
||
(2712, '0003', 'MPC8240 [Kahlua]', '124'),
|
||
(2713, '0004', 'MPC107', '124'),
|
||
(2714, '0006', 'MPC8245 [Unity]', '124'),
|
||
(2715, '0008', 'MPC8540', '124'),
|
||
(2716, '0009', 'MPC8560', '124'),
|
||
(2717, '0012', 'MPC8548 [PowerQUICC III]', '124'),
|
||
(2718, '0100', 'MC145575 [HFC-PCI]', '124'),
|
||
(2719, '0431', 'KTI829c 100VG', '124'),
|
||
(2720, '1073', 'Nokia N770', '124'),
|
||
(2721, '1219', 'Nokia N800', '124'),
|
||
(2722, '1801', 'DSP56301 Digital Signal Processor', '124'),
|
||
(2723, '18c0', 'MPC8265A/8266/8272', '124'),
|
||
(2724, '18c1', 'MPC8271/MPC8272', '124'),
|
||
(2725, '3052', 'SM56 Data Fax Modem', '124'),
|
||
(2726, '3410', 'DSP56361 Digital Signal Processor', '124'),
|
||
(2727, '4801', 'Raven', '124'),
|
||
(2728, '4802', 'Falcon', '124'),
|
||
(2729, '4803', 'Hawk', '124'),
|
||
(2730, '4806', 'CPX8216', '124'),
|
||
(2731, '480b', 'MPC7410', '124'),
|
||
(2732, '4d68', '20268', '124'),
|
||
(2733, '5600', 'SM56 PCI Modem', '124'),
|
||
(2734, '5608', 'Wildcard X100P', '124'),
|
||
(2735, '5803', 'MPC5200', '124'),
|
||
(2736, '5806', 'MCF54 Coldfire', '124'),
|
||
(2737, '5808', 'MPC8220', '124'),
|
||
(2738, '5809', 'MPC5200B', '124'),
|
||
(2739, '6400', 'MPC190 Security Processor (S1 family, encryption)', '124'),
|
||
(2740, '6405', 'MPC184 Security Processor (S1 family)', '124'),
|
||
(2741, '0d30', 'PDC20265 (FastTrak100 Lite/Ultra100)', '127'),
|
||
(2742, '0d38', '20263', '127'),
|
||
(2743, '1275', '20275', '127'),
|
||
(2744, '3318', 'PDC20318 (SATA150 TX4)', '127'),
|
||
(2745, '3319', 'PDC20319 (FastTrak S150 TX4)', '127'),
|
||
(2746, '3371', 'PDC20371 (FastTrak S150 TX2plus)', '127'),
|
||
(2747, '3373', 'PDC20378 (FastTrak 378/SATA 378)', '127'),
|
||
(2748, '3375', 'PDC20375 (SATA150 TX2plus)', '127'),
|
||
(2749, '3376', 'PDC20376 (FastTrak 376)', '127'),
|
||
(2750, '3515', 'PDC40719 [FastTrak TX4300/TX4310]', '127'),
|
||
(2751, '3519', 'PDC40519 (FastTrak TX4200)', '127'),
|
||
(2752, '3570', 'PDC20771 [FastTrak TX2300]', '127'),
|
||
(2753, '3571', 'PDC20571 (FastTrak TX2200)', '127'),
|
||
(2754, '3574', 'PDC20579 SATAII 150 IDE Controller', '127'),
|
||
(2755, '3577', 'PDC40779 (SATA 300 779)', '127'),
|
||
(2756, '3d17', 'PDC40718 (SATA 300 TX4)', '127'),
|
||
(2757, '3d18', 'PDC20518/PDC40518 (SATAII 150 TX4)', '127'),
|
||
(2758, '3d73', 'PDC40775 (SATA 300 TX2plus)', '127'),
|
||
(2759, '3d75', 'PDC20575 (SATAII150 TX2plus)', '127'),
|
||
(2760, '3f20', 'PDC42819 [FastTrak TX2650/TX4650]', '127'),
|
||
(2761, '4302', '80333 [SuperTrak EX4350]', '127'),
|
||
(2762, '4d30', 'PDC20267 (FastTrak100/Ultra100)', '127'),
|
||
(2763, '4d33', '20246', '127'),
|
||
(2764, '4d38', 'PDC20262 (FastTrak66/Ultra66)', '127'),
|
||
(2765, '4d68', 'PDC20268 [Ultra100 TX2]', '127'),
|
||
(2766, '4d69', '20269', '127'),
|
||
(2767, '5275', 'PDC20276 (MBFastTrak133 Lite)', '127'),
|
||
(2768, '5300', 'DC5300', '127'),
|
||
(2769, '6268', 'PDC20270 (FastTrak100 LP/TX2/TX4)', '127'),
|
||
(2770, '6269', 'PDC20271 (FastTrak TX2000)', '127'),
|
||
(2771, '6300', 'PDC81731 [FastTrak SX8300]', '127'),
|
||
(2772, '6621', 'PDC20621 (FastTrak S150 SX4/FastTrak SX4000 lite)', '127'),
|
||
(2773, '6622', 'PDC20621 [SATA150 SX4] 4 Channel IDE RAID Controller', '127'),
|
||
(2774, '6624', 'PDC20621 [FastTrak SX4100]', '127'),
|
||
(2775, '6626', 'PDC20618 (Ultra 618)', '127'),
|
||
(2776, '6629', 'PDC20619 (FastTrak TX4000)', '127'),
|
||
(2777, '7275', 'PDC20277 (SBFastTrak133 Lite)', '127'),
|
||
(2778, '8002', 'SATAII150 SX8', '127'),
|
||
(2779, '8350', '80333 [SuperTrak EX8350/EX16350], 80331 [SuperTrak EX8300/EX16300]', '127'),
|
||
(2780, '8650', '81384 [SuperTrak EX SAS and SATA RAID Controller]', '127'),
|
||
(2781, '8760', 'PM8010 [SuperTrak EX SAS and SATA 6G RAID Controller]', '127'),
|
||
(2782, 'c350', '80333 [SuperTrak EX12350]', '127'),
|
||
(2783, 'e350', '80333 [SuperTrak EX24350]', '127'),
|
||
(2784, '2309', 'Imagine 128', '130'),
|
||
(2785, '2339', 'Imagine 128-II', '130'),
|
||
(2786, '493d', 'Imagine 128 T2R [Ticket to Ride]', '130'),
|
||
(2787, '5348', 'Revolution 4', '130'),
|
||
(2788, '0001', 'UM82C881', '133'),
|
||
(2789, '0002', 'UM82C886', '133'),
|
||
(2790, '0101', 'UM8673F', '133'),
|
||
(2791, '0881', 'UM8881', '133'),
|
||
(2792, '0886', 'UM8886F', '133'),
|
||
(2793, '0891', 'UM8891A', '133'),
|
||
(2794, '1001', 'UM886A', '133'),
|
||
(2795, '673a', 'UM8886BF', '133'),
|
||
(2796, '673b', 'EIDE Master/DMA', '133'),
|
||
(2797, '8710', 'UM8710', '133'),
|
||
(2798, '886a', 'UM8886A', '133'),
|
||
(2799, '8881', 'UM8881F', '133'),
|
||
(2800, '8886', 'UM8886F', '133'),
|
||
(2801, '888a', 'UM8886A', '133'),
|
||
(2802, '8891', 'UM8891A', '133'),
|
||
(2803, '9017', 'UM9017F', '133'),
|
||
(2804, '9018', 'UM9018', '133'),
|
||
(2805, '9026', 'UM9026', '133'),
|
||
(2806, 'e881', 'UM8881N', '133'),
|
||
(2807, 'e886', 'UM8886N', '133'),
|
||
(2808, 'e88a', 'UM8886N', '133'),
|
||
(2809, 'e891', 'UM8891N', '133'),
|
||
(2810, '0001', 'AGX016', '134'),
|
||
(2811, '0002', 'IIT3204/3501', '134'),
|
||
(2812, '1102', 'Dynamite 2840 (ADSL PCI modem)', '137'),
|
||
(2813, '0000', 'PT80C826', '139'),
|
||
(2814, '0001', 'PT86C521 [Vesuvius v1] Host Bridge', '139'),
|
||
(2815, '0002', 'PT86C523 [Vesuvius v3] PCI-ISA Bridge Master', '139'),
|
||
(2816, '0003', 'PT86C524 [Nile] PCI-to-PCI Bridge', '139'),
|
||
(2817, '0004', 'PT86C525 [Nile-II] PCI-to-PCI Bridge', '139'),
|
||
(2818, '0005', 'National PC87550 System Controller', '139'),
|
||
(2819, '8002', 'PT86C523 [Vesuvius v3] PCI-ISA Bridge Slave', '139'),
|
||
(2820, '0301', 'AccelGraphics AccelECLIPSE', '140'),
|
||
(2821, '0304', 'AccelGALAXY A2100 [OEM Evans & Sutherland]', '140'),
|
||
(2822, '0308', 'Tornado 3000 [OEM Evans & Sutherland]', '140'),
|
||
(2823, '1002', 'VG500 [VolumePro Volume Rendering Accelerator]', '140'),
|
||
(2824, '0001', 'DAC960P', '142'),
|
||
(2825, '0002', 'DAC960PD', '142'),
|
||
(2826, '0010', 'DAC960PG', '142'),
|
||
(2827, '0020', 'DAC960LA', '142'),
|
||
(2828, '0050', 'AcceleRAID 352/170/160 support Device', '142'),
|
||
(2829, 'b166', 'AcceleRAID 600/500/400/Sapphire support Device', '142'),
|
||
(2830, 'ba55', 'eXtremeRAID 1100 support Device', '142'),
|
||
(2831, 'ba56', 'eXtremeRAID 2000/3000 support Device', '142'),
|
||
(2832, 'ba57', 'eXtremeRAID 4000/5000 support Device', '142'),
|
||
(2833, '0001', 'Bandit PowerPC host bridge', '144'),
|
||
(2834, '0002', 'Grand Central I/O', '144'),
|
||
(2835, '0003', 'Control Video', '144'),
|
||
(2836, '0004', 'PlanB Video-In', '144'),
|
||
(2837, '0007', 'O\'Hare I/O', '144'),
|
||
(2838, '000c', 'DOS on Mac', '144'),
|
||
(2839, '000e', 'Hydra Mac I/O', '144'),
|
||
(2840, '0010', 'Heathrow Mac I/O', '144'),
|
||
(2841, '0017', 'Paddington Mac I/O', '144'),
|
||
(2842, '0018', 'UniNorth FireWire', '144'),
|
||
(2843, '0019', 'KeyLargo USB', '144'),
|
||
(2844, '001e', 'UniNorth Internal PCI', '144'),
|
||
(2845, '001f', 'UniNorth PCI', '144'),
|
||
(2846, '0020', 'UniNorth AGP', '144'),
|
||
(2847, '0021', 'UniNorth GMAC (Sun GEM)', '144'),
|
||
(2848, '0022', 'KeyLargo Mac I/O', '144'),
|
||
(2849, '0024', 'UniNorth/Pangea GMAC (Sun GEM)', '144'),
|
||
(2850, '0025', 'KeyLargo/Pangea Mac I/O', '144'),
|
||
(2851, '0026', 'KeyLargo/Pangea USB', '144'),
|
||
(2852, '0027', 'UniNorth/Pangea AGP', '144'),
|
||
(2853, '0028', 'UniNorth/Pangea PCI', '144'),
|
||
(2854, '0029', 'UniNorth/Pangea Internal PCI', '144'),
|
||
(2855, '002d', 'UniNorth 1.5 AGP', '144'),
|
||
(2856, '002e', 'UniNorth 1.5 PCI', '144'),
|
||
(2857, '002f', 'UniNorth 1.5 Internal PCI', '144'),
|
||
(2858, '0030', 'UniNorth/Pangea FireWire', '144'),
|
||
(2859, '0031', 'UniNorth 2 FireWire', '144'),
|
||
(2860, '0032', 'UniNorth 2 GMAC (Sun GEM)', '144'),
|
||
(2861, '0033', 'UniNorth 2 ATA/100', '144'),
|
||
(2862, '0034', 'UniNorth 2 AGP', '144'),
|
||
(2863, '0035', 'UniNorth 2 PCI', '144'),
|
||
(2864, '0036', 'UniNorth 2 Internal PCI', '144'),
|
||
(2865, '003b', 'UniNorth/Intrepid ATA/100', '144'),
|
||
(2866, '003e', 'KeyLargo/Intrepid Mac I/O', '144'),
|
||
(2867, '003f', 'KeyLargo/Intrepid USB', '144'),
|
||
(2868, '0040', 'K2 KeyLargo USB', '144'),
|
||
(2869, '0041', 'K2 KeyLargo Mac/IO', '144'),
|
||
(2870, '0042', 'K2 FireWire', '144'),
|
||
(2871, '0043', 'K2 ATA/100', '144'),
|
||
(2872, '0045', 'K2 HT-PCI Bridge', '144'),
|
||
(2873, '0046', 'K2 HT-PCI Bridge', '144'),
|
||
(2874, '0047', 'K2 HT-PCI Bridge', '144'),
|
||
(2875, '0048', 'K2 HT-PCI Bridge', '144'),
|
||
(2876, '0049', 'K2 HT-PCI Bridge', '144'),
|
||
(2877, '004a', 'CPC945 HT Bridge', '144'),
|
||
(2878, '004b', 'U3 AGP', '144'),
|
||
(2879, '004c', 'K2 GMAC (Sun GEM)', '144'),
|
||
(2880, '004f', 'Shasta Mac I/O', '144'),
|
||
(2881, '0050', 'Shasta IDE', '144'),
|
||
(2882, '0051', 'Shasta (Sun GEM)', '144'),
|
||
(2883, '0052', 'Shasta Firewire', '144'),
|
||
(2884, '0053', 'Shasta PCI Bridge', '144'),
|
||
(2885, '0054', 'Shasta PCI Bridge', '144'),
|
||
(2886, '0055', 'Shasta PCI Bridge', '144'),
|
||
(2887, '0056', 'U4 PCIe', '144'),
|
||
(2888, '0057', 'U3 HT Bridge', '144'),
|
||
(2889, '0058', 'U3L AGP Bridge', '144'),
|
||
(2890, '0059', 'U3H AGP Bridge', '144'),
|
||
(2891, '005b', 'CPC945 PCIe Bridge', '144'),
|
||
(2892, '0066', 'Intrepid2 AGP Bridge', '144'),
|
||
(2893, '0067', 'Intrepid2 PCI Bridge', '144'),
|
||
(2894, '0068', 'Intrepid2 PCI Bridge', '144'),
|
||
(2895, '0069', 'Intrepid2 ATA/100', '144'),
|
||
(2896, '006a', 'Intrepid2 Firewire', '144'),
|
||
(2897, '006b', 'Intrepid2 GMAC (Sun GEM)', '144'),
|
||
(2898, '0074', 'U4 HT Bridge', '144'),
|
||
(2899, '1645', 'Broadcom NetXtreme BCM5701 Gigabit Ethernet', '144'),
|
||
(2900, '1801', 'T2 Bridge Controller', '144'),
|
||
(2901, '1802', 'T2 Secure Enclave Processor', '144'),
|
||
(2902, '1803', 'Apple Audio Device', '144'),
|
||
(2903, '2001', 'S1X NVMe Controller', '144'),
|
||
(2904, '2002', 'S3ELab NVMe Controller', '144'),
|
||
(2905, '2003', 'S3X NVMe Controller', '144'),
|
||
(2906, '2005', 'ANS2 NVMe Controller', '144'),
|
||
(2907, '8139', '8139c 100BaseTX Ethernet Controller', '145'),
|
||
(2908, '8801', 'Dual Pentium ISA/PCI Motherboard', '145'),
|
||
(2909, '8802', 'PowerPC ISA/PCI Motherboard', '145'),
|
||
(2910, '8803', 'Dual Window Graphics Accelerator', '145'),
|
||
(2911, '8804', 'LAN Controller', '145'),
|
||
(2912, '8805', '100-BaseT LAN', '145'),
|
||
(2913, '8160', 'Mitac 8060B Mobile Platform', '150'),
|
||
(2914, '0001', '3D GUI Accelerator', '152'),
|
||
(2915, '0002', 'YGV615 [RPA3 3D-Graphics Controller]', '152'),
|
||
(2916, '0003', 'YMF-740', '152'),
|
||
(2917, '0004', 'YMF-724', '152'),
|
||
(2918, '0005', 'DS1 Audio', '152'),
|
||
(2919, '0006', 'DS1 Audio', '152'),
|
||
(2920, '0008', 'DS1 Audio', '152'),
|
||
(2921, '000a', 'DS1L Audio', '152'),
|
||
(2922, '000c', 'YMF-740C [DS-1L Audio Controller]', '152'),
|
||
(2923, '000d', 'YMF-724F [DS-1 Audio Controller]', '152'),
|
||
(2924, '0010', 'YMF-744B [DS-1S Audio Controller]', '152'),
|
||
(2925, '0012', 'YMF-754 [DS-1E Audio Controller]', '152'),
|
||
(2926, '0020', 'DS-1 Audio', '152'),
|
||
(2927, '1000', 'SW1000XG [XG Factory]', '152'),
|
||
(2928, '2000', 'DS2416 Digital Mixing Card', '152'),
|
||
(2929, '4e78', '82c500/1', '153'),
|
||
(2930, '1016', 'ISP10160 Single Channel Ultra3 SCSI Processor', '156'),
|
||
(2931, '1020', 'ISP1020 Fast-wide SCSI', '156'),
|
||
(2932, '1022', 'ISP1022 Fast-wide SCSI', '156'),
|
||
(2933, '1080', 'ISP1080 SCSI Host Adapter', '156'),
|
||
(2934, '1216', 'ISP12160 Dual Channel Ultra3 SCSI Processor', '156'),
|
||
(2935, '1240', 'ISP1240 SCSI Host Adapter', '156'),
|
||
(2936, '1280', 'ISP1280 SCSI Host Adapter', '156'),
|
||
(2937, '1634', 'FastLinQ QL45000 Series 40GbE Controller', '156'),
|
||
(2938, '1644', 'FastLinQ QL45000 Series 100GbE Controller', '156'),
|
||
(2939, '1654', 'FastLinQ QL45000 Series 50GbE Controller', '156'),
|
||
(2940, '1656', 'FastLinQ QL45000 Series 25GbE Controller', '156'),
|
||
(2941, '165c', 'FastLinQ QL45000 Series 10/25/40/50GbE Controller (FCoE)', '156'),
|
||
(2942, '165e', 'FastLinQ QL45000 Series 10/25/40/50GbE Controller (iSCSI)', '156'),
|
||
(2943, '1664', 'FastLinQ QL45000 Series Gigabit Ethernet Controller (SR-IOV VF)', '156'),
|
||
(2944, '2020', 'ISP2020A Fast!SCSI Basic Adapter', '156'),
|
||
(2945, '2031', 'ISP8324-based 16Gb Fibre Channel to PCI Express Adapter', '156'),
|
||
(2946, '2071', 'ISP2714-based 16/32Gb Fibre Channel to PCIe Adapter', '156'),
|
||
(2947, '2081', 'ISP2814-based 64/32G Fibre Channel to PCIe Controller', '156'),
|
||
(2948, '2089', 'ISP2854-based 64/32G Fibre Channel to PCIe Controller with StorCryption', '156'),
|
||
(2949, '2100', 'QLA2100 64-bit Fibre Channel Adapter', '156'),
|
||
(2950, '2200', 'QLA2200 64-bit Fibre Channel Adapter', '156'),
|
||
(2951, '2261', 'ISP2722-based 16/32Gb Fibre Channel to PCIe Adapter', '156'),
|
||
(2952, '2281', 'ISP2812-based 64/32G Fibre Channel to PCIe Controller', '156'),
|
||
(2953, '2289', 'ISP2852-based 64/32G Fibre Channel to PCIe Controller with StorCryption', '156'),
|
||
(2954, '2300', 'QLA2300 64-bit Fibre Channel Adapter', '156'),
|
||
(2955, '2312', 'ISP2312-based 2Gb Fibre Channel to PCI-X HBA', '156'),
|
||
(2956, '2322', 'ISP2322-based 2Gb Fibre Channel to PCI-X HBA', '156'),
|
||
(2957, '2422', 'ISP2422-based 4Gb Fibre Channel to PCI-X HBA', '156'),
|
||
(2958, '2432', 'ISP2432-based 4Gb Fibre Channel to PCI Express HBA', '156'),
|
||
(2959, '2532', 'ISP2532-based 8Gb Fibre Channel to PCI Express HBA', '156'),
|
||
(2960, '2971', 'ISP2684', '156'),
|
||
(2961, '3022', 'ISP4022-based Ethernet NIC', '156'),
|
||
(2962, '3032', 'ISP4032-based Ethernet IPv6 NIC', '156'),
|
||
(2963, '4010', 'ISP4010-based iSCSI TOE HBA', '156'),
|
||
(2964, '4022', 'ISP4022-based iSCSI TOE HBA', '156'),
|
||
(2965, '4032', 'ISP4032-based iSCSI TOE IPv6 HBA', '156'),
|
||
(2966, '5432', 'SP232-based 4Gb Fibre Channel to PCI Express HBA', '156'),
|
||
(2967, '6312', 'SP202-based 2Gb Fibre Channel to PCI-X HBA', '156'),
|
||
(2968, '6322', 'SP212-based 2Gb Fibre Channel to PCI-X HBA', '156'),
|
||
(2969, '7220', 'IBA7220 InfiniBand HCA', '156'),
|
||
(2970, '7322', 'IBA7322 QDR InfiniBand HCA', '156'),
|
||
(2971, '8000', '10GbE Converged Network Adapter (TCP/IP Networking)', '156'),
|
||
(2972, '8001', '10GbE Converged Network Adapter (FCoE)', '156'),
|
||
(2973, '8020', 'cLOM8214 1/10GbE Controller', '156'),
|
||
(2974, '8021', '8200 Series 10GbE Converged Network Adapter (FCoE)', '156'),
|
||
(2975, '8022', '8200 Series 10GbE Converged Network Adapter (iSCSI)', '156'),
|
||
(2976, '8030', 'ISP8324 1/10GbE Converged Network Controller', '156'),
|
||
(2977, '8031', '8300 Series 10GbE Converged Network Adapter (FCoE)', '156'),
|
||
(2978, '8032', '8300 Series 10GbE Converged Network Adapter (iSCSI)', '156'),
|
||
(2979, '8070', 'FastLinQ QL41000 Series 10/25/40/50GbE Controller', '156'),
|
||
(2980, '8080', 'FastLinQ QL41000 Series 10/25/40/50GbE Controller (FCoE)', '156'),
|
||
(2981, '8084', 'FastLinQ QL41000 Series 10/25/40/50GbE Controller (iSCSI)', '156'),
|
||
(2982, '8090', 'FastLinQ QL41000 Series Gigabit Ethernet Controller (SR-IOV VF)', '156'),
|
||
(2983, '8430', 'ISP8324 1/10GbE Converged Network Controller (NIC VF)', '156'),
|
||
(2984, '8431', '8300 Series 10GbE Converged Network Adapter (FCoE VF)', '156'),
|
||
(2985, '8432', 'ISP2432M-based 10GbE Converged Network Adapter (CNA)', '156'),
|
||
(2986, '0000', '5510 [Grappa]', '157'),
|
||
(2987, '0001', 'PCI Master', '157'),
|
||
(2988, '0002', '5520 [Cognac]', '157'),
|
||
(2989, '0100', '5530 Legacy [Kahlua]', '157'),
|
||
(2990, '0101', '5530 SMI [Kahlua]', '157'),
|
||
(2991, '0102', '5530 IDE [Kahlua]', '157'),
|
||
(2992, '0103', '5530 Audio [Kahlua]', '157'),
|
||
(2993, '0104', '5530 Video [Kahlua]', '157'),
|
||
(2994, '0400', 'ZFMicro PCI Bridge', '157'),
|
||
(2995, '0401', 'ZFMicro Chipset SMI', '157'),
|
||
(2996, '0402', 'ZFMicro Chipset IDE', '157'),
|
||
(2997, '0403', 'ZFMicro Expansion Bus', '157'),
|
||
(2998, '0000', 'P86C850', '162'),
|
||
(2999, '0001', '5515 ATM Adapter [Flipper]', '163'),
|
||
(3000, '0002', '100 VG AnyLan Controller', '163'),
|
||
(3001, '0004', '5526 Fibre Channel Host Adapter', '163'),
|
||
(3002, '0005', 'x526 Fibre Channel Host Adapter', '163'),
|
||
(3003, '0008', '5525/5575 ATM Adapter (155 Mbit) [Atlantic]', '163'),
|
||
(3004, '9003', '5535-4P-BRI-ST', '163'),
|
||
(3005, '9007', '5535-4P-BRI-U', '163'),
|
||
(3006, '9008', '5535-1P-SR', '163'),
|
||
(3007, '900c', '5535-1P-SR-ST', '163'),
|
||
(3008, '900e', '5535-1P-SR-U', '163'),
|
||
(3009, '9011', '5535-1P-PRI', '163'),
|
||
(3010, '9013', '5535-2P-PRI', '163'),
|
||
(3011, '9023', '5536-4P-BRI-ST', '163'),
|
||
(3012, '9027', '5536-4P-BRI-U', '163'),
|
||
(3013, '9031', '5536-1P-PRI', '163'),
|
||
(3014, '9033', '5536-2P-PRI', '163'),
|
||
(3015, '0802', 'SL82C105', '164'),
|
||
(3016, '0600', '82C599', '165'),
|
||
(3017, 'c691', 'Cypress CY82C691', '165'),
|
||
(3018, 'c693', '82c693', '165'),
|
||
(3019, '0d47', 'Radius PCI to NuBUS Bridge', '166'),
|
||
(3020, '0001', 'FR710', '168'),
|
||
(3021, '0001', 'VME Bridge Model 617', '174'),
|
||
(3022, '0010', 'VME Bridge Model 618', '174'),
|
||
(3023, '0040', 'dataBLIZZARD', '174'),
|
||
(3024, '3000', 'VME Bridge Model 2706', '174'),
|
||
(3025, '0001', 'Token-Ring 16/4 PCI Adapter (3136/3137)', '176'),
|
||
(3026, '0002', '16/4 Token Ring', '176'),
|
||
(3027, '0004', 'RapidFire OC-3139/3140 Token-Ring 16/4 PCI Adapter', '176'),
|
||
(3028, '0005', 'GoCard 3250 Token-Ring 16/4 CardBus PC Card', '176'),
|
||
(3029, '0006', 'OC-3530 RapidFire Token-Ring 100', '176'),
|
||
(3030, '0007', 'RapidFire 3141 Token-Ring 16/4 PCI Fiber Adapter', '176'),
|
||
(3031, '0008', 'RapidFire 3540 HSTR 100/16/4 PCI Adapter', '176'),
|
||
(3032, '0011', 'OC-2315', '176'),
|
||
(3033, '0012', 'OC-2325', '176'),
|
||
(3034, '0013', 'OC-2183/2185', '176'),
|
||
(3035, '0014', 'OC-2326', '176'),
|
||
(3036, '0019', 'OC-2327/2250 10/100 Ethernet Adapter', '176'),
|
||
(3037, '0021', 'OC-6151/6152 [RapidFire ATM 155]', '176'),
|
||
(3038, '0022', 'ATM Adapter', '176'),
|
||
(3039, '0001', 'EBUS', '177'),
|
||
(3040, '1000', 'EBUS', '177'),
|
||
(3041, '1001', 'Happy Meal 10/100 Ethernet [hme]', '177'),
|
||
(3042, '1100', 'RIO EBUS', '177'),
|
||
(3043, '1101', 'RIO 10/100 Ethernet [eri]', '177'),
|
||
(3044, '1102', 'RIO 1394', '177'),
|
||
(3045, '1103', 'RIO USB', '177'),
|
||
(3046, '1647', 'Broadcom 570x 10/100/1000 Ethernet [bge]', '177'),
|
||
(3047, '1648', 'Broadcom 570x 10/100/1000 Ethernet [bge]', '177'),
|
||
(3048, '16a7', 'Broadcom 570x 10/100/1000 Ethernet [bge]', '177'),
|
||
(3049, '16a8', 'Broadcom 570x 10/100/1000 Ethernet [bge]', '177'),
|
||
(3050, '2bad', 'GEM 10/100/1000 Ethernet [ge]', '177'),
|
||
(3051, '5000', 'Simba Advanced PCI Bridge', '177'),
|
||
(3052, '5043', 'SunPCI Co-processor', '177'),
|
||
(3053, '5ca0', 'Crypto Accelerator 6000 [mca]', '177'),
|
||
(3054, '6300', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3055, '6301', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3056, '6302', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3057, '6303', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3058, '6310', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3059, '6311', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3060, '6312', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3061, '6313', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3062, '6320', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3063, '6323', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3064, '6330', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3065, '6331', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3066, '6332', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3067, '6333', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3068, '6340', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3069, '6343', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3070, '6350', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3071, '6353', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3072, '6722', 'Intel 21554 PCI-PCI bus bridge [db21554]', '177'),
|
||
(3073, '676e', 'SunPCiIII', '177'),
|
||
(3074, '7063', 'SunPCiII / SunPCiIIpro', '177'),
|
||
(3075, '8000', 'Psycho PCI Bus Module', '177'),
|
||
(3076, '8001', 'Schizo PCI Bus Module', '177'),
|
||
(3077, '8002', 'Schizo+ PCI Bus Module', '177'),
|
||
(3078, '80f0', 'PCIe switch [px]', '177'),
|
||
(3079, '80f8', 'PCIe switch [px]', '177'),
|
||
(3080, '9010', 'PCIe/PCI bridge switch [pxb_plx]', '177'),
|
||
(3081, '9020', 'PCIe/PCI bridge switch [pxb_plx]', '177'),
|
||
(3082, '9102', 'Davicom Fast Ethernet driver for Davicom DM9102A [dmfe]', '177'),
|
||
(3083, 'a000', 'Psycho UPA-PCI Bus Module [pcipsy]', '177'),
|
||
(3084, 'a001', 'Psycho UPA-PCI Bus Module [pcipsy]', '177'),
|
||
(3085, 'a801', 'Schizo Fireplane-PCI bus bridge module [pcisch]', '177'),
|
||
(3086, 'aaaa', 'Multithreaded Shared 10GbE Ethernet Network Controller', '177'),
|
||
(3087, 'abba', 'Cassini 10/100/1000', '177'),
|
||
(3088, 'abcd', 'Multithreaded 10-Gigabit Ethernet Network Controller', '177'),
|
||
(3089, 'c416', 'Sun Fire System/System Controller Interface chip [sbbc]', '177'),
|
||
(3090, '4610', 'PCI RTOM', '179'),
|
||
(3091, '4620', 'GPIO HSD', '179'),
|
||
(3092, '0020', '3D graphics processor', '180'),
|
||
(3093, '0021', '3D graphics processor w/Texturing', '180'),
|
||
(3094, '0040', '3D graphics frame buffer', '180'),
|
||
(3095, '0041', '3D graphics frame buffer', '180'),
|
||
(3096, '0060', 'Proprietary bus bridge', '180'),
|
||
(3097, '00e4', 'Powerstorm 4D50T', '180'),
|
||
(3098, '0720', 'Motion JPEG codec', '180'),
|
||
(3099, '0780', 'Intense3D Wildcat 3410 (MSMT496)', '180'),
|
||
(3100, '07a0', 'Sun Expert3D-Lite Graphics Accelerator', '180'),
|
||
(3101, '1091', 'Sun Expert3D Graphics Accelerator', '180'),
|
||
(3102, '0028', 'Viper V770', '181'),
|
||
(3103, '00a0', 'Speedstar Pro SE', '181'),
|
||
(3104, '00a8', 'Speedstar 64', '181'),
|
||
(3105, '0550', 'Viper V550', '181'),
|
||
(3106, '08d4', 'Supra 2260 Modem', '181'),
|
||
(3107, '094c', 'SupraExpress 56i Pro', '181'),
|
||
(3108, '1001', 'Video Crunch It 1001 capture card', '181'),
|
||
(3109, '1092', 'Viper V330', '181'),
|
||
(3110, '6120', 'Maximum DVD', '181'),
|
||
(3111, '8810', 'Stealth SE', '181'),
|
||
(3112, '8811', 'Stealth 64/SE', '181'),
|
||
(3113, '8880', 'Stealth', '181'),
|
||
(3114, '8881', 'Stealth', '181'),
|
||
(3115, '88b0', 'Stealth 64', '181'),
|
||
(3116, '88b1', 'Stealth 64', '181'),
|
||
(3117, '88c0', 'Stealth 64', '181'),
|
||
(3118, '88c1', 'Stealth 64', '181'),
|
||
(3119, '88d0', 'Stealth 64', '181'),
|
||
(3120, '88d1', 'Stealth 64', '181'),
|
||
(3121, '88f0', 'Stealth 64', '181'),
|
||
(3122, '88f1', 'Stealth 64', '181'),
|
||
(3123, '9999', 'DMD-I0928-1 "Monster sound" sound chip', '181'),
|
||
(3124, '0160', 'PCI-DIO-96', '182'),
|
||
(3125, '0162', 'PCI-MIO-16XE-50', '182'),
|
||
(3126, '0fe1', 'PXI-8320', '182'),
|
||
(3127, '1150', 'PCI-6533 (PCI-DIO-32HS)', '182'),
|
||
(3128, '1170', 'PCI-MIO-16XE-10', '182'),
|
||
(3129, '1180', 'PCI-MIO-16E-1', '182'),
|
||
(3130, '1190', 'PCI-MIO-16E-4', '182'),
|
||
(3131, '11b0', 'PXI-6070E', '182'),
|
||
(3132, '11c0', 'PXI-6040E', '182'),
|
||
(3133, '11d0', 'PXI-6030E', '182'),
|
||
(3134, '1270', 'PCI-6032E', '182'),
|
||
(3135, '1290', 'PCI-6704', '182'),
|
||
(3136, '12b0', 'PCI-6534', '182'),
|
||
(3137, '1310', 'PCI-6602', '182'),
|
||
(3138, '1320', 'PXI-6533', '182'),
|
||
(3139, '1330', 'PCI-6031E', '182'),
|
||
(3140, '1340', 'PCI-6033E', '182'),
|
||
(3141, '1350', 'PCI-6071E', '182'),
|
||
(3142, '1360', 'PXI-6602', '182'),
|
||
(3143, '13c0', 'PXI-6508', '182'),
|
||
(3144, '1490', 'PXI-6534', '182'),
|
||
(3145, '14e0', 'PCI-6110', '182'),
|
||
(3146, '14f0', 'PCI-6111', '182'),
|
||
(3147, '1580', 'PXI-6031E', '182'),
|
||
(3148, '15b0', 'PXI-6071E', '182'),
|
||
(3149, '1710', 'PXI-6509', '182'),
|
||
(3150, '17c0', 'PXI-5690', '182'),
|
||
(3151, '17d0', 'PCI-6503', '182'),
|
||
(3152, '1870', 'PCI-6713', '182'),
|
||
(3153, '1880', 'PCI-6711', '182'),
|
||
(3154, '18b0', 'PCI-6052E', '182'),
|
||
(3155, '18c0', 'PXI-6052E', '182'),
|
||
(3156, '1920', 'PXI-6704', '182'),
|
||
(3157, '1930', 'PCI-6040E', '182'),
|
||
(3158, '19c0', 'PCI-4472', '182'),
|
||
(3159, '1aa0', 'PXI-4110', '182'),
|
||
(3160, '1ad0', 'PCI-6133', '182'),
|
||
(3161, '1ae0', 'PXI-6133', '182'),
|
||
(3162, '1e30', 'PCI-6624', '182'),
|
||
(3163, '1e40', 'PXI-6624', '182'),
|
||
(3164, '1e50', 'PXI-5404', '182'),
|
||
(3165, '2410', 'PCI-6733', '182'),
|
||
(3166, '2420', 'PXI-6733', '182'),
|
||
(3167, '2430', 'PCI-6731', '182'),
|
||
(3168, '2470', 'PCI-4474', '182'),
|
||
(3169, '24a0', 'PCI-4065', '182'),
|
||
(3170, '24b0', 'PXI-4200', '182'),
|
||
(3171, '24f0', 'PXI-4472', '182'),
|
||
(3172, '2510', 'PCI-4472', '182'),
|
||
(3173, '2520', 'PCI-4474', '182'),
|
||
(3174, '27a0', 'PCI-6123', '182'),
|
||
(3175, '27b0', 'PXI-6123', '182'),
|
||
(3176, '2880', 'DAQCard-6601', '182'),
|
||
(3177, '2890', 'PCI-6036E', '182'),
|
||
(3178, '28a0', 'PXI-4461', '182'),
|
||
(3179, '28b0', 'PCI-6013', '182'),
|
||
(3180, '28c0', 'PCI-6014', '182'),
|
||
(3181, '28d0', 'PCI-5122', '182'),
|
||
(3182, '28e0', 'PXI-5122', '182'),
|
||
(3183, '29f0', 'PXI-7334', '182'),
|
||
(3184, '2a00', 'PXI-7344', '182'),
|
||
(3185, '2a60', 'PCI-6023E', '182'),
|
||
(3186, '2a70', 'PCI-6024E', '182'),
|
||
(3187, '2a80', 'PCI-6025E', '182'),
|
||
(3188, '2ab0', 'PXI-6025E', '182'),
|
||
(3189, '2b10', 'PXI-6527', '182'),
|
||
(3190, '2b20', 'PCI-6527', '182'),
|
||
(3191, '2b80', 'PXI-6713', '182'),
|
||
(3192, '2b90', 'PXI-6711', '182'),
|
||
(3193, '2c60', 'PCI-6601', '182'),
|
||
(3194, '2c70', 'PXI-6601', '182'),
|
||
(3195, '2c80', 'PCI-6035E', '182'),
|
||
(3196, '2c90', 'PCI-6703', '182'),
|
||
(3197, '2ca0', 'PCI-6034E', '182'),
|
||
(3198, '2cb0', 'PCI-7344', '182'),
|
||
(3199, '2cc0', 'PXI-6608', '182'),
|
||
(3200, '2d20', 'PXI-5600', '182'),
|
||
(3201, '2db0', 'PCI-6608', '182'),
|
||
(3202, '2dc0', 'PCI-4070', '182'),
|
||
(3203, '2dd0', 'PXI-4070', '182'),
|
||
(3204, '2eb0', 'PXI-4472', '182'),
|
||
(3205, '2ec0', 'PXI-6115', '182'),
|
||
(3206, '2ed0', 'PCI-6115', '182'),
|
||
(3207, '2ee0', 'PXI-6120', '182'),
|
||
(3208, '2ef0', 'PCI-6120', '182'),
|
||
(3209, '2fd1', 'PCI-7334', '182'),
|
||
(3210, '2fd2', 'PCI-7350', '182'),
|
||
(3211, '2fd3', 'PCI-7342', '182'),
|
||
(3212, '2fd5', 'PXI-7350', '182'),
|
||
(3213, '2fd6', 'PXI-7342', '182'),
|
||
(3214, '7003', 'PCI-6551', '182'),
|
||
(3215, '7004', 'PXI-6551', '182'),
|
||
(3216, '700b', 'PXI-5421', '182'),
|
||
(3217, '700c', 'PCI-5421', '182'),
|
||
(3218, '701a', 'VXIpc-87xB', '182'),
|
||
(3219, '701b', 'VXIpc-770', '182'),
|
||
(3220, '7023', 'PXI-2593', '182'),
|
||
(3221, '7027', 'PCI-MXI-2 Universal', '182'),
|
||
(3222, '702c', 'PXI-7831R', '182'),
|
||
(3223, '702d', 'PCI-7831R', '182'),
|
||
(3224, '702e', 'PXI-7811R', '182'),
|
||
(3225, '702f', 'PCI-7811R', '182'),
|
||
(3226, '7030', 'PCI-CAN (Series 2)', '182'),
|
||
(3227, '7031', 'PCI-CAN/2 (Series 2)', '182'),
|
||
(3228, '7032', 'PCI-CAN/LS (Series 2)', '182'),
|
||
(3229, '7033', 'PCI-CAN/LS2 (Series 2)', '182'),
|
||
(3230, '7034', 'PCI-CAN/DS (Series 2)', '182'),
|
||
(3231, '7035', 'PXI-8460 (Series 2, 1 port)', '182'),
|
||
(3232, '7036', 'PXI-8460 (Series 2, 2 ports)', '182'),
|
||
(3233, '7037', 'PXI-8461 (Series 2, 1 port)', '182'),
|
||
(3234, '7038', 'PXI-8461 (Series 2, 2 ports)', '182'),
|
||
(3235, '7039', 'PXI-8462 (Series 2)', '182'),
|
||
(3236, '703f', 'PXI-2566', '182'),
|
||
(3237, '7040', 'PXI-2567', '182'),
|
||
(3238, '7044', 'MXI-4 Connection Monitor', '182'),
|
||
(3239, '7047', 'PXI-6653', '182'),
|
||
(3240, '704c', 'PXI-2530', '182'),
|
||
(3241, '704f', 'PXI-4220', '182'),
|
||
(3242, '7050', 'PXI-4204', '182'),
|
||
(3243, '7055', 'PXI-7830R', '182'),
|
||
(3244, '7056', 'PCI-7830R', '182'),
|
||
(3245, '705a', 'PCI-CAN/XS (Series 2)', '182'),
|
||
(3246, '705b', 'PCI-CAN/XS2 (Series 2)', '182'),
|
||
(3247, '705c', 'PXI-8464 (Series 2, 1 port)', '182'),
|
||
(3248, '705d', 'PXI-8464 (Series 2, 2 ports)', '182'),
|
||
(3249, '705e', 'cRIO-9102', '182'),
|
||
(3250, '7060', 'PXI-5610', '182'),
|
||
(3251, '7064', 'PXI-1045 Trigger Routing Module', '182'),
|
||
(3252, '7065', 'PXI-6652', '182'),
|
||
(3253, '7066', 'PXI-6651', '182'),
|
||
(3254, '7067', 'PXI-2529', '182'),
|
||
(3255, '7068', 'PCI-CAN/SW (Series 2)', '182'),
|
||
(3256, '7069', 'PCI-CAN/SW2 (Series 2)', '182'),
|
||
(3257, '706a', 'PXI-8463 (Series 2, 1 port)', '182'),
|
||
(3258, '706b', 'PXI-8463 (Series 2, 2 ports)', '182'),
|
||
(3259, '7073', 'PCI-6723', '182'),
|
||
(3260, '7074', 'PXI-7833R', '182'),
|
||
(3261, '7075', 'PXI-6552', '182'),
|
||
(3262, '7076', 'PCI-6552', '182'),
|
||
(3263, '707c', 'PXI-1428', '182'),
|
||
(3264, '707e', 'PXI-4462', '182'),
|
||
(3265, '7080', 'PXI-8430/2 (RS-232) Interface', '182'),
|
||
(3266, '7081', 'PXI-8431/2 (RS-485) Interface', '182'),
|
||
(3267, '7083', 'PCI-7833R', '182'),
|
||
(3268, '7085', 'PCI-6509', '182'),
|
||
(3269, '7086', 'PXI-6528', '182'),
|
||
(3270, '7087', 'PCI-6515', '182'),
|
||
(3271, '7088', 'PCI-6514', '182'),
|
||
(3272, '708c', 'PXI-2568', '182'),
|
||
(3273, '708d', 'PXI-2569', '182'),
|
||
(3274, '70a9', 'PCI-6528', '182'),
|
||
(3275, '70aa', 'PCI-6229', '182'),
|
||
(3276, '70ab', 'PCI-6259', '182'),
|
||
(3277, '70ac', 'PCI-6289', '182'),
|
||
(3278, '70ad', 'PXI-6251', '182'),
|
||
(3279, '70ae', 'PXI-6220', '182'),
|
||
(3280, '70af', 'PCI-6221', '182'),
|
||
(3281, '70b0', 'PCI-6220', '182'),
|
||
(3282, '70b1', 'PXI-6229', '182'),
|
||
(3283, '70b2', 'PXI-6259', '182'),
|
||
(3284, '70b3', 'PXI-6289', '182'),
|
||
(3285, '70b4', 'PCI-6250', '182'),
|
||
(3286, '70b5', 'PXI-6221', '182'),
|
||
(3287, '70b6', 'PCI-6280', '182'),
|
||
(3288, '70b7', 'PCI-6254', '182'),
|
||
(3289, '70b8', 'PCI-6251', '182'),
|
||
(3290, '70b9', 'PXI-6250', '182'),
|
||
(3291, '70ba', 'PXI-6254', '182'),
|
||
(3292, '70bb', 'PXI-6280', '182'),
|
||
(3293, '70bc', 'PCI-6284', '182'),
|
||
(3294, '70bd', 'PCI-6281', '182'),
|
||
(3295, '70be', 'PXI-6284', '182'),
|
||
(3296, '70bf', 'PXI-6281', '182'),
|
||
(3297, '70c0', 'PCI-6143', '182'),
|
||
(3298, '70c3', 'PCI-6511', '182'),
|
||
(3299, '70c4', 'PXI-7330', '182'),
|
||
(3300, '70c5', 'PXI-7340', '182'),
|
||
(3301, '70c6', 'PCI-7330', '182'),
|
||
(3302, '70c7', 'PCI-7340', '182'),
|
||
(3303, '70c8', 'PCI-6513', '182'),
|
||
(3304, '70c9', 'PXI-6515', '182'),
|
||
(3305, '70ca', 'PCI-1405', '182'),
|
||
(3306, '70cc', 'PCI-6512', '182'),
|
||
(3307, '70cd', 'PXI-6514', '182'),
|
||
(3308, '70ce', 'PXI-1405', '182'),
|
||
(3309, '70cf', 'PCIe-GPIB', '182'),
|
||
(3310, '70d0', 'PXI-2570', '182'),
|
||
(3311, '70d1', 'PXI-6513', '182'),
|
||
(3312, '70d2', 'PXI-6512', '182'),
|
||
(3313, '70d3', 'PXI-6511', '182'),
|
||
(3314, '70d4', 'PCI-6722', '182'),
|
||
(3315, '70d6', 'PXI-4072', '182'),
|
||
(3316, '70d7', 'PXI-6541', '182'),
|
||
(3317, '70d8', 'PXI-6542', '182'),
|
||
(3318, '70d9', 'PCI-6541', '182'),
|
||
(3319, '70da', 'PCI-6542', '182'),
|
||
(3320, '70db', 'PCI-8430/2 (RS-232) Interface', '182'),
|
||
(3321, '70dc', 'PCI-8431/2 (RS-485) Interface', '182'),
|
||
(3322, '70dd', 'PXI-8430/4 (RS-232) Interface', '182'),
|
||
(3323, '70de', 'PXI-8431/4 (RS-485) Interface', '182'),
|
||
(3324, '70df', 'PCI-8430/4 (RS-232) Interface', '182'),
|
||
(3325, '70e0', 'PCI-8431/4 (RS-485) Interface', '182'),
|
||
(3326, '70e1', 'PXI-2532', '182'),
|
||
(3327, '70e2', 'PXI-8430/8 (RS-232) Interface', '182'),
|
||
(3328, '70e3', 'PXI-8431/8 (RS-485) Interface', '182'),
|
||
(3329, '70e4', 'PCI-8430/8 (RS-232) Interface', '182'),
|
||
(3330, '70e5', 'PCI-8431/8 (RS-485) Interface', '182'),
|
||
(3331, '70e6', 'PXI-8430/16 (RS-232) Interface', '182'),
|
||
(3332, '70e7', 'PCI-8430/16 (RS-232) Interface', '182'),
|
||
(3333, '70e8', 'PXI-8432/2 (Isolated RS-232) Interface', '182'),
|
||
(3334, '70e9', 'PXI-8433/2 (Isolated RS-485) Interface', '182'),
|
||
(3335, '70ea', 'PCI-8432/2 (Isolated RS-232) Interface', '182'),
|
||
(3336, '70eb', 'PCI-8433/2 (Isolated RS-485) Interface', '182'),
|
||
(3337, '70ec', 'PXI-8432/4 (Isolated RS-232) Interface', '182'),
|
||
(3338, '70ed', 'PXI-8433/4 (Isolated RS-485) Interface', '182'),
|
||
(3339, '70ee', 'PCI-8432/4 (Isolated RS-232) Interface', '182'),
|
||
(3340, '70ef', 'PCI-8433/4 (Isolated RS-485) Interface', '182'),
|
||
(3341, '70f0', 'PXI-5922', '182'),
|
||
(3342, '70f1', 'PCI-5922', '182'),
|
||
(3343, '70f2', 'PCI-6224', '182'),
|
||
(3344, '70f3', 'PXI-6224', '182'),
|
||
(3345, '70f6', 'cRIO-9101', '182'),
|
||
(3346, '70f7', 'cRIO-9103', '182'),
|
||
(3347, '70f8', 'cRIO-9104', '182'),
|
||
(3348, '70ff', 'PXI-6723', '182'),
|
||
(3349, '7100', 'PXI-6722', '182'),
|
||
(3350, '7104', 'PCIx-1429', '182'),
|
||
(3351, '7105', 'PCIe-1429', '182'),
|
||
(3352, '710a', 'PXI-4071', '182'),
|
||
(3353, '710d', 'PXI-6143', '182'),
|
||
(3354, '710e', 'PCIe-GPIB', '182'),
|
||
(3355, '710f', 'PXI-5422', '182'),
|
||
(3356, '7110', 'PCI-5422', '182'),
|
||
(3357, '7111', 'PXI-5441', '182'),
|
||
(3358, '7119', 'PXI-6561', '182'),
|
||
(3359, '711a', 'PXI-6562', '182'),
|
||
(3360, '711b', 'PCI-6561', '182'),
|
||
(3361, '711c', 'PCI-6562', '182'),
|
||
(3362, '7120', 'PCI-7390', '182'),
|
||
(3363, '7121', 'PXI-5122EX', '182'),
|
||
(3364, '7122', 'PCI-5122EX', '182'),
|
||
(3365, '7123', 'PXIe-5653', '182'),
|
||
(3366, '7124', 'PCI-6510', '182'),
|
||
(3367, '7125', 'PCI-6516', '182'),
|
||
(3368, '7126', 'PCI-6517', '182'),
|
||
(3369, '7127', 'PCI-6518', '182'),
|
||
(3370, '7128', 'PCI-6519', '182'),
|
||
(3371, '7137', 'PXI-2575', '182'),
|
||
(3372, '713c', 'PXI-2585', '182'),
|
||
(3373, '713d', 'PXI-2586', '182'),
|
||
(3374, '7142', 'PXI-4224', '182'),
|
||
(3375, '7144', 'PXI-5124', '182'),
|
||
(3376, '7145', 'PCI-5124', '182'),
|
||
(3377, '7146', 'PCI-6132', '182'),
|
||
(3378, '7147', 'PXI-6132', '182'),
|
||
(3379, '7148', 'PCI-6122', '182'),
|
||
(3380, '7149', 'PXI-6122', '182'),
|
||
(3381, '714c', 'PXI-5114', '182'),
|
||
(3382, '714d', 'PCI-5114', '182'),
|
||
(3383, '7150', 'PXI-2564', '182'),
|
||
(3384, '7152', 'PCI-5640R', '182'),
|
||
(3385, '7156', 'PXI-1044 Trigger Routing Module', '182'),
|
||
(3386, '715d', 'PCI-1426', '182'),
|
||
(3387, '7167', 'PXI-5412', '182'),
|
||
(3388, '7168', 'PCI-5412', '182'),
|
||
(3389, '716b', 'PCI-6230', '182'),
|
||
(3390, '716c', 'PCI-6225', '182'),
|
||
(3391, '716d', 'PXI-6225', '182'),
|
||
(3392, '716f', 'PCI-4461', '182'),
|
||
(3393, '7170', 'PCI-4462', '182'),
|
||
(3394, '7171', 'PCI-6010', '182'),
|
||
(3395, '7174', 'PXI-8360', '182'),
|
||
(3396, '7177', 'PXI-6230', '182'),
|
||
(3397, '717d', 'PCIe-6251', '182'),
|
||
(3398, '717f', 'PCIe-6259', '182'),
|
||
(3399, '7187', 'PCI-1410', '182'),
|
||
(3400, '718b', 'PCI-6521', '182'),
|
||
(3401, '718c', 'PXI-6521', '182'),
|
||
(3402, '7191', 'PCI-6154', '182'),
|
||
(3403, '7193', 'PXI-7813R', '182'),
|
||
(3404, '7194', 'PCI-7813R', '182'),
|
||
(3405, '7195', 'PCI-8254R', '182'),
|
||
(3406, '7197', 'PXI-5402', '182'),
|
||
(3407, '7198', 'PCI-5402', '182'),
|
||
(3408, '719f', 'PCIe-6535', '182'),
|
||
(3409, '71a0', 'PCIe-6536', '182'),
|
||
(3410, '71a3', 'PXI-5650', '182'),
|
||
(3411, '71a4', 'PXI-5652', '182'),
|
||
(3412, '71a5', 'PXI-2594', '182'),
|
||
(3413, '71a7', 'PXI-2595', '182'),
|
||
(3414, '71a9', 'PXI-2596', '182'),
|
||
(3415, '71aa', 'PXI-2597', '182'),
|
||
(3416, '71ab', 'PXI-2598', '182'),
|
||
(3417, '71ac', 'PXI-2599', '182'),
|
||
(3418, '71ad', 'PCI-GPIB+', '182'),
|
||
(3419, '71ae', 'PCIe-1430', '182'),
|
||
(3420, '71b7', 'PXI-1056 Trigger Routing Module', '182'),
|
||
(3421, '71b8', 'PXI-1045 Trigger Routing Module', '182'),
|
||
(3422, '71b9', 'PXI-1044 Trigger Routing Module', '182'),
|
||
(3423, '71bb', 'PXI-2584', '182'),
|
||
(3424, '71bc', 'PCI-6221 (37-pin)', '182'),
|
||
(3425, '71bf', 'PCIe-1427', '182'),
|
||
(3426, '71c5', 'PCI-6520', '182'),
|
||
(3427, '71c6', 'PXI-2576', '182'),
|
||
(3428, '71c7', 'cRIO-9072', '182'),
|
||
(3429, '71dc', 'PCI-1588', '182'),
|
||
(3430, '71e0', 'PCI-6255', '182'),
|
||
(3431, '71e1', 'PXI-6255', '182'),
|
||
(3432, '71e2', 'PXI-5406', '182'),
|
||
(3433, '71e3', 'PCI-5406', '182'),
|
||
(3434, '71fc', 'PXI-4022', '182'),
|
||
(3435, '7209', 'PCI-6233', '182'),
|
||
(3436, '720a', 'PXI-6233', '182'),
|
||
(3437, '720b', 'PCI-6238', '182'),
|
||
(3438, '720c', 'PXI-6238', '182'),
|
||
(3439, '7260', 'PXI-5142', '182'),
|
||
(3440, '7261', 'PCI-5142', '182'),
|
||
(3441, '726d', 'PXI-5651', '182'),
|
||
(3442, '7273', 'PXI-4461', '182'),
|
||
(3443, '7274', 'PXI-4462', '182'),
|
||
(3444, '7279', 'PCI-6232', '182'),
|
||
(3445, '727a', 'PXI-6232', '182'),
|
||
(3446, '727b', 'PCI-6239', '182'),
|
||
(3447, '727c', 'PXI-6239', '182'),
|
||
(3448, '727e', 'SMBus Controller', '182'),
|
||
(3449, '7281', 'PCI-6236', '182'),
|
||
(3450, '7282', 'PXI-6236', '182'),
|
||
(3451, '7283', 'PXI-2554', '182'),
|
||
(3452, '7288', 'PXIe-5611', '182'),
|
||
(3453, '7293', 'PCIe-8255R', '182'),
|
||
(3454, '729d', 'cRIO-9074', '182'),
|
||
(3455, '72a4', 'PCIe-4065', '182'),
|
||
(3456, '72a7', 'PCIe-6537', '182'),
|
||
(3457, '72a8', 'PXI-5152', '182'),
|
||
(3458, '72a9', 'PCI-5152', '182'),
|
||
(3459, '72aa', 'PXI-5105', '182'),
|
||
(3460, '72ab', 'PCI-5105', '182'),
|
||
(3461, '72b8', 'PXI-6682', '182'),
|
||
(3462, '72d0', 'PXI-2545', '182'),
|
||
(3463, '72d1', 'PXI-2546', '182'),
|
||
(3464, '72d2', 'PXI-2547', '182'),
|
||
(3465, '72d3', 'PXI-2548', '182'),
|
||
(3466, '72d4', 'PXI-2549', '182'),
|
||
(3467, '72d5', 'PXI-2555', '182'),
|
||
(3468, '72d6', 'PXI-2556', '182'),
|
||
(3469, '72d7', 'PXI-2557', '182'),
|
||
(3470, '72d8', 'PXI-2558', '182'),
|
||
(3471, '72d9', 'PXI-2559', '182'),
|
||
(3472, '72e8', 'PXIe-6251', '182'),
|
||
(3473, '72e9', 'PXIe-6259', '182'),
|
||
(3474, '72ef', 'PXI-4498', '182'),
|
||
(3475, '72f0', 'PXI-4496', '182'),
|
||
(3476, '72fb', 'PXIe-6672', '182'),
|
||
(3477, '730e', 'PXI-4130', '182'),
|
||
(3478, '730f', 'PXI-5922EX', '182'),
|
||
(3479, '7310', 'PCI-5922EX', '182'),
|
||
(3480, '731c', 'PXI-2535', '182'),
|
||
(3481, '731d', 'PXI-2536', '182'),
|
||
(3482, '7322', 'PXIe-6124', '182'),
|
||
(3483, '7327', 'PXI-6529', '182'),
|
||
(3484, '732c', 'VXI-8360T', '182'),
|
||
(3485, '7331', 'PXIe-5602', '182'),
|
||
(3486, '7332', 'PXIe-5601', '182'),
|
||
(3487, '7333', 'PXI-5900', '182'),
|
||
(3488, '7335', 'PXI-2533', '182'),
|
||
(3489, '7336', 'PXI-2534', '182'),
|
||
(3490, '7342', 'PXI-4461', '182'),
|
||
(3491, '7349', 'PXI-5154', '182'),
|
||
(3492, '734a', 'PCI-5154', '182'),
|
||
(3493, '7357', 'PXI-4065', '182'),
|
||
(3494, '7359', 'PXI-4495', '182'),
|
||
(3495, '7370', 'PXI-4461', '182'),
|
||
(3496, '7373', 'sbRIO-9601', '182'),
|
||
(3497, '7374', 'IOtech-9601', '182'),
|
||
(3498, '7375', 'sbRIO-9602', '182'),
|
||
(3499, '7378', 'sbRIO-9641', '182'),
|
||
(3500, '737d', 'PXI-5124EX', '182'),
|
||
(3501, '7384', 'PXI-7851R', '182'),
|
||
(3502, '7385', 'PXI-7852R', '182'),
|
||
(3503, '7386', 'PCIe-7851R', '182'),
|
||
(3504, '7387', 'PCIe-7852R', '182'),
|
||
(3505, '7390', 'PXI-7841R', '182'),
|
||
(3506, '7391', 'PXI-7842R', '182'),
|
||
(3507, '7392', 'PXI-7853R', '182'),
|
||
(3508, '7393', 'PCIe-7841R', '182'),
|
||
(3509, '7394', 'PCIe-7842R', '182'),
|
||
(3510, '7397', 'sbRIO-9611', '182'),
|
||
(3511, '7398', 'sbRIO-9612', '182'),
|
||
(3512, '7399', 'sbRIO-9631', '182'),
|
||
(3513, '739a', 'sbRIO-9632', '182'),
|
||
(3514, '739b', 'sbRIO-9642', '182'),
|
||
(3515, '73a1', 'PXIe-4498', '182'),
|
||
(3516, '73a2', 'PXIe-4496', '182'),
|
||
(3517, '73a5', 'PXIe-5641R', '182'),
|
||
(3518, '73a7', 'PXI-8250 Chassis Monitor Module', '182'),
|
||
(3519, '73a8', 'PXI-8511 CAN/LS', '182'),
|
||
(3520, '73a9', 'PXI-8511 CAN/LS', '182'),
|
||
(3521, '73aa', 'PXI-8512 CAN/HS', '182'),
|
||
(3522, '73ab', 'PXI-8512 CAN/HS', '182'),
|
||
(3523, '73ac', 'PXI-8513 CAN/XS', '182'),
|
||
(3524, '73ad', 'PXI-8513 CAN/XS', '182'),
|
||
(3525, '73af', 'PXI-8516 LIN', '182'),
|
||
(3526, '73b1', 'PXI-8517 FlexRay', '182'),
|
||
(3527, '73b2', 'PXI-8531 CANopen', '182'),
|
||
(3528, '73b3', 'PXI-8531 CANopen', '182'),
|
||
(3529, '73b4', 'PXI-8532 DeviceNet', '182'),
|
||
(3530, '73b5', 'PXI-8532 DeviceNet', '182'),
|
||
(3531, '73b6', 'PCI-8511 CAN/LS', '182'),
|
||
(3532, '73b7', 'PCI-8511 CAN/LS', '182'),
|
||
(3533, '73b8', 'PCI-8512 CAN/HS', '182'),
|
||
(3534, '73b9', 'PCI-8512 CAN/HS', '182'),
|
||
(3535, '73ba', 'PCI-8513 CAN/XS', '182'),
|
||
(3536, '73bb', 'PCI-8513 CAN/XS', '182'),
|
||
(3537, '73bd', 'PCI-8516 LIN', '182'),
|
||
(3538, '73bf', 'PCI-8517 FlexRay', '182'),
|
||
(3539, '73c0', 'PCI-8531 CANopen', '182'),
|
||
(3540, '73c1', 'PCI-8531 CANopen', '182'),
|
||
(3541, '73c2', 'PCI-8532 DeviceNet', '182'),
|
||
(3542, '73c3', 'PCI-8532 DeviceNet', '182'),
|
||
(3543, '73c5', 'PXIe-2527', '182'),
|
||
(3544, '73c6', 'PXIe-2529', '182'),
|
||
(3545, '73c8', 'PXIe-2530', '182'),
|
||
(3546, '73c9', 'PXIe-2532', '182'),
|
||
(3547, '73ca', 'PXIe-2569', '182'),
|
||
(3548, '73cb', 'PXIe-2575', '182'),
|
||
(3549, '73cc', 'PXIe-2593', '182'),
|
||
(3550, '73d5', 'PXI-7951R', '182'),
|
||
(3551, '73d6', 'PXI-7952R', '182'),
|
||
(3552, '73d7', 'PXI-7953R', '182'),
|
||
(3553, '73e1', 'PXI-7854R', '182'),
|
||
(3554, '73ec', 'PXI-7954R', '182'),
|
||
(3555, '73ed', 'cRIO-9073', '182'),
|
||
(3556, '73f0', 'PXI-5153', '182'),
|
||
(3557, '73f1', 'PCI-5153', '182'),
|
||
(3558, '73f4', 'PXI-2515', '182'),
|
||
(3559, '73f6', 'cRIO-9111', '182'),
|
||
(3560, '73f7', 'cRIO-9112', '182'),
|
||
(3561, '73f8', 'cRIO-9113', '182'),
|
||
(3562, '73f9', 'cRIO-9114', '182'),
|
||
(3563, '73fa', 'cRIO-9116', '182'),
|
||
(3564, '73fb', 'cRIO-9118', '182'),
|
||
(3565, '7404', 'PXI-4132', '182'),
|
||
(3566, '7405', 'PXIe-6674T', '182'),
|
||
(3567, '7406', 'PXIe-6674', '182'),
|
||
(3568, '740e', 'PCIe-8430/16 (RS-232) Interface', '182'),
|
||
(3569, '740f', 'PCIe-8430/8 (RS-232) Interface', '182'),
|
||
(3570, '7410', 'PCIe-8431/16 (RS-485) Interface', '182'),
|
||
(3571, '7411', 'PCIe-8431/8 (RS-485) Interface', '182'),
|
||
(3572, '7414', 'PCIe-GPIB+', '182'),
|
||
(3573, '741c', 'PXI-5691', '182'),
|
||
(3574, '741d', 'PXI-5695', '182'),
|
||
(3575, '743c', 'CSC-3059', '182'),
|
||
(3576, '7448', 'PXI-2510', '182'),
|
||
(3577, '7454', 'PXI-2512', '182'),
|
||
(3578, '7455', 'PXI-2514', '182'),
|
||
(3579, '7456', 'PXIe-2512', '182'),
|
||
(3580, '7457', 'PXIe-2514', '182'),
|
||
(3581, '745a', 'PXI-6682H', '182'),
|
||
(3582, '745e', 'PXI-5153EX', '182'),
|
||
(3583, '745f', 'PCI-5153EX', '182'),
|
||
(3584, '7460', 'PXI-5154EX', '182'),
|
||
(3585, '7461', 'PCI-5154EX', '182'),
|
||
(3586, '746d', 'PXIe-5650', '182'),
|
||
(3587, '746e', 'PXIe-5651', '182'),
|
||
(3588, '746f', 'PXIe-5652', '182'),
|
||
(3589, '7472', 'PXI-2800', '182'),
|
||
(3590, '7495', 'PXIe-5603', '182'),
|
||
(3591, '7497', 'PXIe-5605', '182'),
|
||
(3592, '74ae', 'PXIe-2515', '182'),
|
||
(3593, '74b4', 'PXI-2531', '182'),
|
||
(3594, '74b5', 'PXIe-2531', '182'),
|
||
(3595, '74c1', 'PXIe-8430/16 (RS-232) Interface', '182'),
|
||
(3596, '74c2', 'PXIe-8430/8 (RS-232) Interface', '182'),
|
||
(3597, '74c3', 'PXIe-8431/16 (RS-485) Interface', '182'),
|
||
(3598, '74c4', 'PXIe-8431/8 (RS-485) Interface', '182'),
|
||
(3599, '74d5', 'PXIe-5630', '182'),
|
||
(3600, '74d9', 'PCIe-8432/2 (Isolated RS-232) Interface', '182'),
|
||
(3601, '74da', 'PCIe-8433/2 (Isolated RS-485) Interface', '182'),
|
||
(3602, '74db', 'PCIe-8432/4 (Isolated RS-232) Interface', '182'),
|
||
(3603, '74dc', 'PCIe-8433/4 (Isolated RS-485) Interface', '182'),
|
||
(3604, '74e8', 'NI 9148', '182'),
|
||
(3605, '7515', 'PCIe-8430/2 (RS-232) Interface', '182'),
|
||
(3606, '7516', 'PCIe-8430/4 (RS-232) Interface', '182'),
|
||
(3607, '7517', 'PCIe-8431/2 (RS-485) Interface', '182'),
|
||
(3608, '7518', 'PCIe-8431/4 (RS-485) Interface', '182'),
|
||
(3609, '751b', 'cRIO-9081', '182'),
|
||
(3610, '751c', 'cRIO-9082', '182'),
|
||
(3611, '7528', 'PXIe-4497', '182'),
|
||
(3612, '7529', 'PXIe-4499', '182'),
|
||
(3613, '752a', 'PXIe-4492', '182'),
|
||
(3614, '7539', 'NI 9157', '182'),
|
||
(3615, '753a', 'NI 9159', '182'),
|
||
(3616, '7598', 'PXI-2571', '182'),
|
||
(3617, '75a4', 'PXI-4131A', '182'),
|
||
(3618, '75b1', 'PCIe-7854R', '182'),
|
||
(3619, '75ba', 'PXI-2543', '182'),
|
||
(3620, '75bb', 'PXIe-2543', '182'),
|
||
(3621, '75e5', 'PXI-6683', '182'),
|
||
(3622, '75e6', 'PXI-6683H', '182'),
|
||
(3623, '75ef', 'PXIe-5632', '182'),
|
||
(3624, '761c', 'VXI-8360LT', '182'),
|
||
(3625, '761f', 'PXI-2540', '182'),
|
||
(3626, '7620', 'PXIe-2540', '182'),
|
||
(3627, '7621', 'PXI-2541', '182'),
|
||
(3628, '7622', 'PXIe-2541', '182'),
|
||
(3629, '7626', 'NI 9154', '182'),
|
||
(3630, '7627', 'NI 9155', '182'),
|
||
(3631, '7638', 'PXI-2720', '182'),
|
||
(3632, '7639', 'PXI-2722', '182'),
|
||
(3633, '763a', 'PXIe-2725', '182'),
|
||
(3634, '763b', 'PXIe-2727', '182'),
|
||
(3635, '763c', 'PXI-4465', '182'),
|
||
(3636, '764b', 'PXIe-2790', '182'),
|
||
(3637, '764c', 'PXI-2520', '182'),
|
||
(3638, '764d', 'PXI-2521', '182'),
|
||
(3639, '764e', 'PXI-2522', '182'),
|
||
(3640, '764f', 'PXI-2523', '182'),
|
||
(3641, '7654', 'PXI-2796', '182'),
|
||
(3642, '7655', 'PXI-2797', '182'),
|
||
(3643, '7656', 'PXI-2798', '182'),
|
||
(3644, '7657', 'PXI-2799', '182'),
|
||
(3645, '765d', 'PXI-2542', '182'),
|
||
(3646, '765e', 'PXIe-2542', '182'),
|
||
(3647, '765f', 'PXI-2544', '182'),
|
||
(3648, '7660', 'PXIe-2544', '182'),
|
||
(3649, '766d', 'PCIe-6535B', '182'),
|
||
(3650, '766e', 'PCIe-6536B', '182'),
|
||
(3651, '766f', 'PCIe-6537B', '182'),
|
||
(3652, '76a3', 'PXIe-6535B', '182'),
|
||
(3653, '76a4', 'PXIe-6536B', '182'),
|
||
(3654, '76a5', 'PXIe-6537B', '182'),
|
||
(3655, '783e', 'PXI-8368', '182'),
|
||
(3656, '9020', 'PXI-2501', '182'),
|
||
(3657, '9030', 'PXI-2503', '182'),
|
||
(3658, '9040', 'PXI-2527', '182'),
|
||
(3659, '9050', 'PXI-2565', '182'),
|
||
(3660, '9060', 'PXI-2590', '182'),
|
||
(3661, '9070', 'PXI-2591', '182'),
|
||
(3662, '9080', 'PXI-2580', '182'),
|
||
(3663, '9090', 'PCI-4021', '182'),
|
||
(3664, '90a0', 'PXI-4021', '182'),
|
||
(3665, 'a001', 'PCI-MXI-2', '182'),
|
||
(3666, 'b001', 'PCI-1408', '182'),
|
||
(3667, 'b011', 'PXI-1408', '182'),
|
||
(3668, 'b021', 'PCI-1424', '182'),
|
||
(3669, 'b022', 'PXI-1424', '182'),
|
||
(3670, 'b031', 'PCI-1413', '182'),
|
||
(3671, 'b041', 'PCI-1407', '182'),
|
||
(3672, 'b051', 'PXI-1407', '182'),
|
||
(3673, 'b061', 'PCI-1411', '182'),
|
||
(3674, 'b071', 'PCI-1422', '182'),
|
||
(3675, 'b081', 'PXI-1422', '182'),
|
||
(3676, 'b091', 'PXI-1411', '182'),
|
||
(3677, 'b0b1', 'PCI-1409', '182'),
|
||
(3678, 'b0c1', 'PXI-1409', '182'),
|
||
(3679, 'b0e1', 'PCI-1428', '182'),
|
||
(3680, 'c4c4', 'PXIe/PCIe Device', '182'),
|
||
(3681, 'c801', 'PCI-GPIB', '182'),
|
||
(3682, 'c811', 'PCI-GPIB+', '182'),
|
||
(3683, 'c821', 'PXI-GPIB', '182'),
|
||
(3684, 'c831', 'PMC-GPIB', '182'),
|
||
(3685, 'c840', 'PCI-GPIB', '182'),
|
||
(3686, 'd130', 'PCI-232/2 Interface', '182'),
|
||
(3687, 'd140', 'PCI-232/4 Interface', '182'),
|
||
(3688, 'd150', 'PCI-232/8 Interface', '182'),
|
||
(3689, 'd160', 'PCI-485/2 Interface', '182'),
|
||
(3690, 'd170', 'PCI-485/4 Interface', '182'),
|
||
(3691, 'd190', 'PXI-8422/2 (Isolated RS-232) Interface', '182'),
|
||
(3692, 'd1a0', 'PXI-8422/4 (Isolated RS-232) Interface', '182'),
|
||
(3693, 'd1b0', 'PXI-8423/2 (Isolated RS-485) Interface', '182'),
|
||
(3694, 'd1c0', 'PXI-8423/4 (Isolated RS-485) Interface', '182'),
|
||
(3695, 'd1d0', 'PXI-8420/2 (RS-232) Interface', '182'),
|
||
(3696, 'd1e0', 'PXI-8420/4 (RS-232) Interface', '182'),
|
||
(3697, 'd1f0', 'PXI-8420/8 (RS-232) Interface', '182'),
|
||
(3698, 'd1f1', 'PXI-8420/16 (RS-232) Interface', '182'),
|
||
(3699, 'd230', 'PXI-8421/2 (RS-485) Interface', '182'),
|
||
(3700, 'd240', 'PXI-8421/4 (RS-485) Interface', '182'),
|
||
(3701, 'd250', 'PCI-232/2 (Isolated) Interface', '182'),
|
||
(3702, 'd260', 'PCI-485/2 (Isolated) Interface', '182'),
|
||
(3703, 'd270', 'PCI-232/4 (Isolated) Interface', '182'),
|
||
(3704, 'd280', 'PCI-485/4 (Isolated) Interface', '182'),
|
||
(3705, 'd290', 'PCI-485/8 Interface', '182'),
|
||
(3706, 'd2a0', 'PXI-8421/8 (RS-485) Interface', '182'),
|
||
(3707, 'd2b0', 'PCI-232/16 Interface', '182'),
|
||
(3708, 'e111', 'PCI-CAN', '182'),
|
||
(3709, 'e131', 'PXI-8461 (1 port)', '182'),
|
||
(3710, 'e141', 'PCI-CAN/LS', '182'),
|
||
(3711, 'e151', 'PXI-8460 (1 port)', '182'),
|
||
(3712, 'e211', 'PCI-CAN/2', '182'),
|
||
(3713, 'e231', 'PXI-8461 (2 ports)', '182'),
|
||
(3714, 'e241', 'PCI-CAN/LS2', '182'),
|
||
(3715, 'e251', 'PXI-8460 (2 ports)', '182'),
|
||
(3716, 'e261', 'PCI-CAN/DS', '182'),
|
||
(3717, 'e271', 'PXI-8462', '182'),
|
||
(3718, 'f110', 'VMEpc-650', '182'),
|
||
(3719, 'f120', 'VXIpc-650', '182'),
|
||
(3720, 'fe00', 'VXIpc-87x', '182'),
|
||
(3721, 'fe41', 'VXIpc-860', '182'),
|
||
(3722, 'fe51', 'VXIpc-74x', '182'),
|
||
(3723, 'fe61', 'VXIpc-850', '182'),
|
||
(3724, 'fe70', 'VXIpc-880', '182'),
|
||
(3725, '0240', 'Adaptec AAR-1210SA SATA HostRAID Controller', '184'),
|
||
(3726, '0640', 'PCI0640', '184'),
|
||
(3727, '0643', 'PCI0643', '184'),
|
||
(3728, '0646', 'PCI0646', '184'),
|
||
(3729, '0647', 'PCI0647', '184'),
|
||
(3730, '0648', 'PCI0648', '184'),
|
||
(3731, '0649', 'SiI 0649 Ultra ATA/100 PCI to ATA Host Controller', '184'),
|
||
(3732, '0650', 'PBC0650A', '184'),
|
||
(3733, '0670', 'USB0670', '184'),
|
||
(3734, '0673', 'USB0673', '184'),
|
||
(3735, '0680', 'PCI0680 Ultra ATA-133 Host Controller', '184'),
|
||
(3736, '3112', 'SiI 3112 [SATALink/SATARaid] Serial ATA Controller', '184'),
|
||
(3737, '3114', 'SiI 3114 [SATALink/SATARaid] Serial ATA Controller', '184'),
|
||
(3738, '3124', 'SiI 3124 PCI-X Serial ATA Controller', '184'),
|
||
(3739, '3132', 'SiI 3132 Serial ATA Raid II Controller', '184'),
|
||
(3740, '3512', 'SiI 3512 [SATALink/SATARaid] Serial ATA Controller', '184'),
|
||
(3741, '3531', 'SiI 3531 [SATALink/SATARaid] Serial ATA Controller', '184'),
|
||
(3742, '0001', 'QD-8500', '187'),
|
||
(3743, '0002', 'QD-8580', '187'),
|
||
(3744, '0310', 'Bt848 Video Capture', '193'),
|
||
(3745, '032e', 'Bt878 Video Capture', '193'),
|
||
(3746, '0350', 'Bt848 Video Capture', '193'),
|
||
(3747, '0351', 'Bt849A Video capture', '193'),
|
||
(3748, '0369', 'Bt878 Video Capture', '193'),
|
||
(3749, '036c', 'Bt879(??) Video Capture', '193'),
|
||
(3750, '036e', 'Bt878 Video Capture', '193'),
|
||
(3751, '036f', 'Bt879 Video Capture', '193'),
|
||
(3752, '0370', 'Bt880 Video Capture', '193'),
|
||
(3753, '0878', 'Bt878 Audio Capture', '193'),
|
||
(3754, '0879', 'Bt879 Audio Capture', '193'),
|
||
(3755, '0880', 'Bt880 Audio Capture', '193'),
|
||
(3756, '2115', 'BtV 2115 Mediastream controller', '193'),
|
||
(3757, '2125', 'BtV 2125 Mediastream controller', '193'),
|
||
(3758, '2164', 'BtV 2164', '193'),
|
||
(3759, '2165', 'BtV 2165', '193'),
|
||
(3760, '8230', 'Bt8230 ATM Segment/Reassembly Ctrlr (SRC)', '193'),
|
||
(3761, '8472', 'Bt8472', '193'),
|
||
(3762, '8474', 'Bt8474', '193'),
|
||
(3763, '3052', 'SmartPCI562 56K Modem', '200'),
|
||
(3764, '5449', 'SmartPCI561 modem', '200'),
|
||
(3765, '0000', 'STB Horizon 64', '203'),
|
||
(3766, '0001', 'Crosstalk to PCI Bridge', '204'),
|
||
(3767, '0002', 'Linc I/O controller', '204'),
|
||
(3768, '0003', 'IOC3 I/O controller', '204'),
|
||
(3769, '0004', 'O2 MACE', '204'),
|
||
(3770, '0005', 'RAD Audio', '204'),
|
||
(3771, '0006', 'HPCEX', '204'),
|
||
(3772, '0007', 'RPCEX', '204'),
|
||
(3773, '0008', 'DiVO VIP', '204'),
|
||
(3774, '0009', 'AceNIC Gigabit Ethernet', '204'),
|
||
(3775, '0010', 'AMP Video I/O', '204'),
|
||
(3776, '0011', 'GRIP', '204'),
|
||
(3777, '0012', 'SGH PSHAC GSN', '204'),
|
||
(3778, '0208', 'SSIM1 SAS Adapter', '204'),
|
||
(3779, '1001', 'Magic Carpet', '204'),
|
||
(3780, '1002', 'Lithium', '204'),
|
||
(3781, '1003', 'Dual JPEG 1', '204'),
|
||
(3782, '1004', 'Dual JPEG 2', '204'),
|
||
(3783, '1005', 'Dual JPEG 3', '204'),
|
||
(3784, '1006', 'Dual JPEG 4', '204'),
|
||
(3785, '1007', 'Dual JPEG 5', '204'),
|
||
(3786, '1008', 'Cesium', '204'),
|
||
(3787, '100a', 'IOC4 I/O controller', '204'),
|
||
(3788, '1504', 'SSIM1 Fibre Channel Adapter', '204'),
|
||
(3789, '2001', 'Fibre Channel', '204'),
|
||
(3790, '2002', 'ASDE', '204'),
|
||
(3791, '4001', 'TIO-CE PCI Express Bridge', '204'),
|
||
(3792, '4002', 'TIO-CE PCI Express Port', '204'),
|
||
(3793, '8001', 'O2 1394', '204'),
|
||
(3794, '8002', 'G-net NT', '204'),
|
||
(3795, '802b', 'REACT external interrupt controller', '204'),
|
||
(3796, '0000', 'ACCM 2188', '205'),
|
||
(3797, '2051', '2051 CPU bridge', '205'),
|
||
(3798, '5842', '2051 ISA bridge', '205'),
|
||
(3799, '0001', 'W83769F', '208'),
|
||
(3800, '0003', 'SL82C103', '208'),
|
||
(3801, '0005', 'SL82C105', '208'),
|
||
(3802, '0103', 'SL82c103', '208'),
|
||
(3803, '0105', 'SL82c105', '208'),
|
||
(3804, '0565', 'W83C553F/W83C554F', '208'),
|
||
(3805, '3106', 'DB87144', '214'),
|
||
(3806, 'b106', 'DB87144', '214'),
|
||
(3807, '1b1d', 'Velocity 128 3D', '215'),
|
||
(3808, '0001', 'i960 PCI bus interface', '216'),
|
||
(3809, '0557', 'PCI9030 32-bit 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3810, '1000', 'PCI9030 32-bit 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3811, '1024', 'Acromag, Inc. IndustryPack Carrier Card', '216'),
|
||
(3812, '1042', 'Brandywine / jxi2, Inc. - PMC-SyncClock32, IRIG A & B, Nasa 36', '216'),
|
||
(3813, '106a', 'Dual OX16C952 4 port serial adapter [Megawolf Romulus/4]', '216'),
|
||
(3814, '1076', 'VScom 800 8 port serial adaptor', '216'),
|
||
(3815, '1077', 'VScom 400 4 port serial adaptor', '216'),
|
||
(3816, '1078', 'VScom 210 2 port serial and 1 port parallel adaptor', '216'),
|
||
(3817, '1103', 'VScom 200 2 port serial adaptor', '216'),
|
||
(3818, '1146', 'VScom 010 1 port parallel adaptor', '216'),
|
||
(3819, '1147', 'VScom 020 2 port parallel adaptor', '216'),
|
||
(3820, '2000', 'PCI9030 32-bit 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3821, '2540', 'IXXAT CAN-Interface PC-I 04/PCI', '216'),
|
||
(3822, '2724', 'Thales PCSM Security Card', '216'),
|
||
(3823, '3376', 'Cosateq 4 Port CAN Card', '216'),
|
||
(3824, '4000', 'PCI9030 32-bit 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3825, '4001', 'PCI9030 32-bit 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3826, '4002', 'PCI9030 32-bit 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3827, '6140', 'PCI6140 32-bit 33MHz PCI-to-PCI Bridge', '216'),
|
||
(3828, '6150', 'PCI6150 32-bit 33MHz PCI-to-PCI Bridge', '216'),
|
||
(3829, '6152', 'PCI6152 32-bit 66MHz PCI-to-PCI Bridge', '216'),
|
||
(3830, '6154', 'PCI6154 64-bit 66MHz PCI-to-PCI Bridge', '216'),
|
||
(3831, '6254', 'PCI6254 64-bit 66MHz PCI-to-PCI Bridge', '216'),
|
||
(3832, '6466', 'PCI6466 64-bit 66MHz PCI-to-PCI Bridge', '216'),
|
||
(3833, '6520', 'PCI6520 64-bit 133MHz PCI-X-to-PCI-X Bridge', '216'),
|
||
(3834, '6540', 'PCI6540 64-bit 133MHz PCI-X-to-PCI-X Bridge', '216'),
|
||
(3835, '6541', 'PCI6540/6466 PCI-PCI bridge (non-transparent mode, primary side)', '216'),
|
||
(3836, '6542', 'PCI6540/6466 PCI-PCI bridge (non-transparent mode, secondary side)', '216'),
|
||
(3837, '8111', 'PEX 8111 PCI Express-to-PCI Bridge', '216'),
|
||
(3838, '8112', 'PEX8112 x1 Lane PCI Express-to-PCI Bridge', '216'),
|
||
(3839, '8114', 'PEX 8114 PCI Express-to-PCI/PCI-X Bridge', '216'),
|
||
(3840, '8311', 'PEX8311 x1 Lane PCI Express-to-Generic Local Bus Bridge', '216'),
|
||
(3841, '8505', 'PEX 8505 5-lane, 5-port PCI Express Switch', '216'),
|
||
(3842, '8508', 'PEX 8508 8-lane, 5-port PCI Express Switch', '216'),
|
||
(3843, '8509', 'PEX 8509 8-lane, 8-port PCI Express Switch', '216'),
|
||
(3844, '8512', 'PEX 8512 12-lane, 5-port PCI Express Switch', '216'),
|
||
(3845, '8516', 'PEX 8516 Versatile PCI Express Switch', '216'),
|
||
(3846, '8517', 'PEX 8517 16-lane, 5-port PCI Express Switch', '216'),
|
||
(3847, '8518', 'PEX 8518 16-lane, 5-port PCI Express Switch', '216'),
|
||
(3848, '8524', 'PEX 8524 24-lane, 6-port PCI Express Switch', '216'),
|
||
(3849, '8525', 'PEX 8525 24-lane, 5-port PCI Express Switch', '216'),
|
||
(3850, '8532', 'PEX 8532 Versatile PCI Express Switch', '216'),
|
||
(3851, '8533', 'PEX 8533 32-lane, 6-port PCI Express Switch', '216'),
|
||
(3852, '8547', 'PEX 8547 48-lane, 3-port PCI Express Switch', '216'),
|
||
(3853, '8548', 'PEX 8548 48-lane, 9-port PCI Express Switch', '216'),
|
||
(3854, '8603', 'PEX 8603 3-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3855, '8604', 'PEX 8604 4-lane, 4-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3856, '8605', 'PEX 8605 PCI Express 4-port Gen2 Switch', '216'),
|
||
(3857, '8606', 'PEX 8606 6 Lane, 6 Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3858, '8608', 'PEX 8608 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3859, '8609', 'PEX 8609 8-lane, 8-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA', '216'),
|
||
(3860, '8612', 'PEX 8612 12-lane, 4-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3861, '8613', 'PEX 8613 12-lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3862, '8614', 'PEX 8614 12-lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3863, '8615', 'PEX 8615 12-lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA', '216'),
|
||
(3864, '8616', 'PEX 8616 16-lane, 4-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3865, '8617', 'PEX 8617 16-lane, 4-Port PCI Express Gen 2 (5.0 GT/s) Switch with P2P', '216'),
|
||
(3866, '8618', 'PEX 8618 16-lane, 16-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3867, '8619', 'PEX 8619 16-lane, 16-Port PCI Express Gen 2 (5.0 GT/s) Switch with DMA', '216'),
|
||
(3868, '8624', 'PEX 8624 24-lane, 6-Port PCI Express Gen 2 (5.0 GT/s) Switch [ExpressLane]', '216'),
|
||
(3869, '8625', 'PEX 8625 24-lane, 24-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3870, '8632', 'PEX 8632 32-lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3871, '8636', 'PEX 8636 36-lane, 24-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3872, '8647', 'PEX 8647 48-Lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3873, '8648', 'PEX 8648 48-lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3874, '8649', 'PEX 8649 48-lane, 12-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3875, '8664', 'PEX 8664 64-lane, 16-Port PCI Express Gen 2 (5.0 GT/s) Switch', '216'),
|
||
(3876, '8680', 'PEX 8680 80-lane, 20-Port PCI Express Gen 2 (5.0 GT/s) Multi-Root Switch', '216'),
|
||
(3877, '8696', 'PEX 8696 96-lane, 24-Port PCI Express Gen 2 (5.0 GT/s) Multi-Root Switch', '216'),
|
||
(3878, '8717', 'PEX 8717 16-lane, 8-Port PCI Express Gen 3 (8.0 GT/s) Switch with DMA', '216'),
|
||
(3879, '8718', 'PEX 8718 16-Lane, 5-Port PCI Express Gen 3 (8.0 GT/s) Switch', '216'),
|
||
(3880, '8724', 'PEX 8724 24-Lane, 6-Port PCI Express Gen 3 (8 GT/s) Switch, 19 x 19mm FCBGA', '216'),
|
||
(3881, '8732', 'PEX 8732 32-lane, 8-Port PCI Express Gen 3 (8.0 GT/s) Switch', '216'),
|
||
(3882, '8734', 'PEX 8734 32-lane, 8-Port PCI Express Gen 3 (8.0GT/s) Switch', '216'),
|
||
(3883, '8747', 'PEX 8747 48-Lane, 5-Port PCI Express Gen 3 (8.0 GT/s) Switch', '216'),
|
||
(3884, '8748', 'PEX 8748 48-Lane, 12-Port PCI Express Gen 3 (8 GT/s) Switch, 27 x 27mm FCBGA', '216'),
|
||
(3885, '87b0', 'PEX 8732 32-lane, 8-Port PCI Express Gen 3 (8.0 GT/s) Switch', '216'),
|
||
(3886, '9016', 'PLX 9016 8-port serial controller', '216'),
|
||
(3887, '9030', 'PCI9030 32-bit 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3888, '9036', '9036', '216'),
|
||
(3889, '9050', 'PCI <-> IOBus Bridge', '216'),
|
||
(3890, '9052', 'PCI9052 PCI <-> IOBus Bridge', '216'),
|
||
(3891, '9054', 'PCI9054 32-bit 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3892, '9056', 'PCI9056 32-bit 66MHz PCI <-> IOBus Bridge', '216'),
|
||
(3893, '9060', 'PCI9060 32-bit 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3894, '906d', '9060SD', '216'),
|
||
(3895, '906e', '9060ES', '216'),
|
||
(3896, '9080', 'PCI9080 32-bit; 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3897, '9656', 'PCI9656 PCI <-> IOBus Bridge', '216'),
|
||
(3898, '9733', 'PEX 9733 33-lane, 9-port PCI Express Gen 3 (8.0 GT/s) Switch', '216'),
|
||
(3899, '9749', 'PEX 9749 49-lane, 13-port PCI Express Gen 3 (8.0 GT/s) Switch', '216'),
|
||
(3900, 'a100', 'Blackmagic Design DeckLink', '216'),
|
||
(3901, 'bb04', 'B&B 3PCIOSD1A Isolated PCI Serial', '216'),
|
||
(3902, 'c001', 'CronyxOmega-PCI (8-port RS232)', '216'),
|
||
(3903, 'd00d', 'PCI9030 32-bit 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3904, 'd33d', 'PCI9030 32-bit 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3905, 'd44d', 'PCI9030 32-bit 33MHz PCI <-> IOBus Bridge', '216'),
|
||
(3906, '0001', 'Smart 16/4 PCI Ringnode', '217'),
|
||
(3907, '0002', 'Smart 16/4 PCI Ringnode Mk2', '217'),
|
||
(3908, '0003', 'Smart 16/4 PCI Ringnode Mk3', '217'),
|
||
(3909, '0004', 'Smart 16/4 PCI Ringnode Mk1', '217'),
|
||
(3910, '0006', '16/4 Cardbus Adapter', '217'),
|
||
(3911, '0007', 'Presto PCI Adapter', '217'),
|
||
(3912, '0009', 'Smart 100/16/4 PCI-HS Ringnode', '217'),
|
||
(3913, '000a', 'Token Ring 100/16/4 Ringnode/Ringrunner', '217'),
|
||
(3914, '000b', '16/4 CardBus Adapter Mk2', '217'),
|
||
(3915, '000c', 'RapidFire 3140V2 16/4 TR Adapter', '217'),
|
||
(3916, '1000', 'Collage 25/155 ATM Client Adapter', '217'),
|
||
(3917, '1001', 'Collage 155 ATM Server Adapter', '217'),
|
||
(3918, '0001', '3c985 1000BaseSX (SX/TX)', '218'),
|
||
(3919, '0013', 'AR5212 802.11abg NIC (3CRDAG675)', '218'),
|
||
(3920, '0910', '3C910-A01', '218'),
|
||
(3921, '1006', 'MINI PCI type 3B Data Fax Modem', '218'),
|
||
(3922, '1007', 'Mini PCI 56k Winmodem', '218'),
|
||
(3923, '1201', '3c982-TXM 10/100baseTX Dual Port A [Hydra]', '218'),
|
||
(3924, '1202', '3c982-TXM 10/100baseTX Dual Port B [Hydra]', '218'),
|
||
(3925, '1700', '3c940 10/100/1000Base-T [Marvell]', '218'),
|
||
(3926, '3390', '3c339 TokenLink Velocity', '218'),
|
||
(3927, '3590', '3c359 TokenLink Velocity XL', '218'),
|
||
(3928, '4500', '3c450 HomePNA [Tornado]', '218'),
|
||
(3929, '5055', '3c555 Laptop Hurricane', '218'),
|
||
(3930, '5057', '3c575 Megahertz 10/100 LAN CardBus [Boomerang]', '218'),
|
||
(3931, '5157', '3cCFE575BT Megahertz 10/100 LAN CardBus [Cyclone]', '218'),
|
||
(3932, '5257', '3cCFE575CT CardBus [Cyclone]', '218'),
|
||
(3933, '5900', '3c590 10BaseT [Vortex]', '218'),
|
||
(3934, '5920', '3c592 EISA 10mbps Demon/Vortex', '218'),
|
||
(3935, '5950', '3c595 100BaseTX [Vortex]', '218'),
|
||
(3936, '5951', '3c595 100BaseT4 [Vortex]', '218'),
|
||
(3937, '5952', '3c595 100Base-MII [Vortex]', '218'),
|
||
(3938, '5970', '3c597 EISA Fast Demon/Vortex', '218'),
|
||
(3939, '5b57', '3c595 Megahertz 10/100 LAN CardBus [Boomerang]', '218'),
|
||
(3940, '6000', '3CRSHPW796 [OfficeConnect Wireless CardBus]', '218'),
|
||
(3941, '6001', '3com 3CRWE154G72 [Office Connect Wireless LAN Adapter]', '218'),
|
||
(3942, '6055', '3c556 Hurricane CardBus [Cyclone]', '218'),
|
||
(3943, '6056', '3c556B CardBus [Tornado]', '218'),
|
||
(3944, '6560', '3cCFE656 CardBus [Cyclone]', '218'),
|
||
(3945, '6561', '3cCFEM656 10/100 LAN+56K Modem CardBus', '218'),
|
||
(3946, '6562', '3cCFEM656B 10/100 LAN+Winmodem CardBus [Cyclone]', '218'),
|
||
(3947, '6563', '3cCFEM656B 10/100 LAN+56K Modem CardBus', '218'),
|
||
(3948, '6564', '3cXFEM656C 10/100 LAN+Winmodem CardBus [Tornado]', '218'),
|
||
(3949, '7646', '3cSOHO100-TX Hurricane', '218'),
|
||
(3950, '7770', '3CRWE777 PCI Wireless Adapter [Airconnect]', '218'),
|
||
(3951, '7940', '3c803 FDDILink UTP Controller', '218'),
|
||
(3952, '7980', '3c804 FDDILink SAS Controller', '218'),
|
||
(3953, '7990', '3c805 FDDILink DAS Controller', '218'),
|
||
(3954, '80eb', '3c940B 10/100/1000Base-T', '218'),
|
||
(3955, '8811', 'Token ring', '218'),
|
||
(3956, '9000', '3c900 10BaseT [Boomerang]', '218'),
|
||
(3957, '9001', '3c900 10Mbps Combo [Boomerang]', '218'),
|
||
(3958, '9004', '3c900B-TPO Etherlink XL [Cyclone]', '218'),
|
||
(3959, '9005', '3c900B-Combo Etherlink XL [Cyclone]', '218'),
|
||
(3960, '9006', '3c900B-TPC Etherlink XL [Cyclone]', '218'),
|
||
(3961, '900a', '3c900B-FL 10base-FL [Cyclone]', '218'),
|
||
(3962, '9050', '3c905 100BaseTX [Boomerang]', '218'),
|
||
(3963, '9051', '3c905 100BaseT4 [Boomerang]', '218'),
|
||
(3964, '9054', '3C905B-TX Fast Etherlink XL PCI', '218'),
|
||
(3965, '9055', '3c905B 100BaseTX [Cyclone]', '218'),
|
||
(3966, '9056', '3c905B-T4 Fast EtherLink XL [Cyclone]', '218'),
|
||
(3967, '9058', '3c905B Deluxe Etherlink 10/100/BNC [Cyclone]', '218'),
|
||
(3968, '905a', '3c905B-FX Fast Etherlink XL FX 100baseFx [Cyclone]', '218'),
|
||
(3969, '9200', '3c905C-TX/TX-M [Tornado]', '218'),
|
||
(3970, '9201', '3C920B-EMB Integrated Fast Ethernet Controller [Tornado]', '218'),
|
||
(3971, '9202', '3Com 3C920B-EMB-WNM Integrated Fast Ethernet Controller', '218'),
|
||
(3972, '9210', '3C920B-EMB-WNM Integrated Fast Ethernet Controller', '218'),
|
||
(3973, '9300', '3CSOHO100B-TX 910-A01 [tulip]', '218'),
|
||
(3974, '9800', '3c980-TX Fast Etherlink XL Server Adapter [Cyclone]', '218'),
|
||
(3975, '9805', '3c980-C 10/100baseTX NIC [Python-T]', '218'),
|
||
(3976, '9900', '3C990-TX [Typhoon]', '218'),
|
||
(3977, '9902', '3CR990-TX-95 [Typhoon 56-bit]', '218'),
|
||
(3978, '9903', '3CR990-TX-97 [Typhoon 168-bit]', '218'),
|
||
(3979, '9904', '3C990B-TX-M/3C990BSVR [Typhoon2]', '218'),
|
||
(3980, '9905', '3CR990-FX-95/97/95 [Typhon Fiber]', '218'),
|
||
(3981, '9908', '3CR990SVR95 [Typhoon Server 56-bit]', '218'),
|
||
(3982, '9909', '3CR990SVR97 [Typhoon Server 168-bit]', '218'),
|
||
(3983, '990a', '3C990SVR [Typhoon Server]', '218'),
|
||
(3984, '990b', '3C990SVR [Typhoon Server]', '218'),
|
||
(3985, '0005', '83c170 EPIC/100 Fast Ethernet Adapter', '219'),
|
||
(3986, '0006', '83c175 EPIC/100 Fast Ethernet Adapter', '219'),
|
||
(3987, '1000', 'FDC 37c665', '219'),
|
||
(3988, '1001', 'FDC 37C922', '219'),
|
||
(3989, 'a011', '83C170QF', '219'),
|
||
(3990, 'b106', 'SMC34C90', '219'),
|
||
(3991, '0101', 'CMI8338/C3DX PCI Audio Device', '220'),
|
||
(3992, '0111', 'C-Media CMI8738/C3DX Audio Device (OEM)', '220'),
|
||
(3993, '0780', 'Multi-IO Card', '220'),
|
||
(3994, '0782', 'Multi-IO Card', '220'),
|
||
(3995, '1435', 'M1435', '220'),
|
||
(3996, '1445', 'M1445', '220'),
|
||
(3997, '1449', 'M1449', '220'),
|
||
(3998, '1451', 'M1451', '220'),
|
||
(3999, '1461', 'M1461', '220'),
|
||
(4000, '1489', 'M1489', '220'),
|
||
(4001, '1511', 'M1511 [Aladdin]', '220'),
|
||
(4002, '1512', 'M1512 [Aladdin]', '220'),
|
||
(4003, '1513', 'M1513 [Aladdin]', '220'),
|
||
(4004, '1521', 'M1521 [Aladdin III]', '220'),
|
||
(4005, '1523', 'M1523', '220'),
|
||
(4006, '1531', 'M1531 [Aladdin IV]', '220'),
|
||
(4007, '1533', 'M1533/M1535/M1543 PCI to ISA Bridge [Aladdin IV/V/V+]', '220'),
|
||
(4008, '1541', 'M1541', '220'),
|
||
(4009, '1543', 'M1543', '220'),
|
||
(4010, '1563', 'M1563 HyperTransport South Bridge', '220'),
|
||
(4011, '1573', 'PCI to LPC Controller', '220'),
|
||
(4012, '1575', 'M1575 South Bridge', '220'),
|
||
(4013, '1621', 'M1621', '220'),
|
||
(4014, '1631', 'ALI M1631 PCI North Bridge Aladdin Pro III', '220'),
|
||
(4015, '1632', 'M1632M Northbridge+Trident', '220'),
|
||
(4016, '1641', 'ALI M1641 PCI North Bridge Aladdin Pro IV', '220'),
|
||
(4017, '1644', 'M1644/M1644T Northbridge+Trident', '220'),
|
||
(4018, '1646', 'M1646 Northbridge+Trident', '220'),
|
||
(4019, '1647', 'M1647 Northbridge [MAGiK 1 / MobileMAGiK 1]', '220'),
|
||
(4020, '1651', 'M1651/M1651T Northbridge [Aladdin-Pro 5/5M,Aladdin-Pro 5T/5TM]', '220'),
|
||
(4021, '1671', 'M1671 Super P4 Northbridge [AGP4X,PCI and SDR/DDR]', '220'),
|
||
(4022, '1672', 'M1672 Northbridge [CyberALADDiN-P4]', '220'),
|
||
(4023, '1681', 'M1681 P4 Northbridge [AGP8X,HyperTransport and SDR/DDR]', '220'),
|
||
(4024, '1687', 'M1687 K8 Northbridge [AGP8X and HyperTransport]', '220'),
|
||
(4025, '1689', 'M1689 K8 Northbridge [Super K8 Single Chip]', '220'),
|
||
(4026, '1695', 'M1695 Host Bridge', '220'),
|
||
(4027, '1697', 'M1697 HTT Host Bridge', '220'),
|
||
(4028, '3141', 'M3141', '220'),
|
||
(4029, '3143', 'M3143', '220'),
|
||
(4030, '3145', 'M3145', '220'),
|
||
(4031, '3147', 'M3147', '220'),
|
||
(4032, '3149', 'M3149', '220'),
|
||
(4033, '3151', 'M3151', '220'),
|
||
(4034, '3307', 'M3307', '220'),
|
||
(4035, '3309', 'M3309', '220'),
|
||
(4036, '3323', 'M3325 Video/Audio Decoder', '220'),
|
||
(4037, '5212', 'M4803', '220'),
|
||
(4038, '5215', 'MS4803', '220'),
|
||
(4039, '5217', 'M5217H', '220'),
|
||
(4040, '5219', 'M5219', '220'),
|
||
(4041, '5225', 'M5225', '220'),
|
||
(4042, '5228', 'M5228 ALi ATA/RAID Controller', '220'),
|
||
(4043, '5229', 'M5229 IDE', '220'),
|
||
(4044, '5235', 'M5225', '220'),
|
||
(4045, '5237', 'USB 1.1 Controller', '220'),
|
||
(4046, '5239', 'USB 2.0 Controller', '220'),
|
||
(4047, '5243', 'M1541 PCI to AGP Controller', '220'),
|
||
(4048, '5246', 'AGP8X Controller', '220'),
|
||
(4049, '5247', 'PCI to AGP Controller', '220'),
|
||
(4050, '5249', 'M5249 HTT to PCI Bridge', '220'),
|
||
(4051, '524b', 'PCI Express Root Port', '220'),
|
||
(4052, '524c', 'PCI Express Root Port', '220'),
|
||
(4053, '524d', 'PCI Express Root Port', '220'),
|
||
(4054, '524e', 'PCI Express Root Port', '220'),
|
||
(4055, '5251', 'M5251 P1394 OHCI 1.0 Controller', '220'),
|
||
(4056, '5253', 'M5253 P1394 OHCI 1.1 Controller', '220'),
|
||
(4057, '5261', 'M5261 Ethernet Controller', '220'),
|
||
(4058, '5263', 'ULi 1689,1573 integrated ethernet.', '220'),
|
||
(4059, '5281', 'ALi M5281 Serial ATA / RAID Host Controller', '220'),
|
||
(4060, '5287', 'ULi 5287 SATA', '220'),
|
||
(4061, '5288', 'ULi M5288 SATA', '220'),
|
||
(4062, '5289', 'ULi 5289 SATA', '220'),
|
||
(4063, '5450', 'Lucent Technologies Soft Modem AMR', '220'),
|
||
(4064, '5451', 'M5451 PCI AC-Link Controller Audio Device', '220'),
|
||
(4065, '5453', 'M5453 PCI AC-Link Controller Modem Device', '220'),
|
||
(4066, '5455', 'M5455 PCI AC-Link Controller Audio Device', '220'),
|
||
(4067, '5457', 'M5457 AC\'97 Modem Controller', '220'),
|
||
(4068, '5459', 'SmartLink SmartPCI561 56K Modem', '220'),
|
||
(4069, '545a', 'SmartLink SmartPCI563 56K Modem', '220'),
|
||
(4070, '5461', 'HD Audio Controller', '220'),
|
||
(4071, '5471', 'M5471 Memory Stick Controller', '220'),
|
||
(4072, '5473', 'M5473 SD-MMC Controller', '220'),
|
||
(4073, '7101', 'M7101 Power Management Controller [PMU]', '220'),
|
||
(4074, '0301', 'AccelGraphics AccelECLIPSE', '221'),
|
||
(4075, '0304', 'AccelGALAXY A2100 [OEM Evans & Sutherland]', '221'),
|
||
(4076, '0308', 'Tornado 3000 [OEM Evans & Sutherland]', '221'),
|
||
(4077, '1002', 'VG500 [VolumePro Volume Rendering Accelerator]', '221'),
|
||
(4078, '0e34', 'NE-34', '224'),
|
||
(4079, '0001', 'NM2070 [MagicGraph 128]', '235'),
|
||
(4080, '0002', 'NM2090 [MagicGraph 128V]', '235'),
|
||
(4081, '0003', 'NM2093 [MagicGraph 128ZV]', '235'),
|
||
(4082, '0004', 'NM2160 [MagicGraph 128XD]', '235'),
|
||
(4083, '0005', 'NM2200 [MagicGraph 256AV]', '235'),
|
||
(4084, '0006', 'NM2360 [MagicMedia 256ZX]', '235'),
|
||
(4085, '0016', 'NM2380 [MagicMedia 256XL+]', '235'),
|
||
(4086, '0025', 'NM2230 [MagicGraph 256AV+]', '235'),
|
||
(4087, '0083', 'NM2093 [MagicGraph 128ZV+]', '235'),
|
||
(4088, '8005', 'NM2200 [MagicMedia 256AV Audio]', '235'),
|
||
(4089, '8006', 'NM2360 [MagicMedia 256ZX Audio]', '235'),
|
||
(4090, '8016', 'NM2380 [MagicMedia 256XL+ Audio]', '235'),
|
||
(4091, '0660', 'Articia S Host Bridge', '239'),
|
||
(4092, '0661', 'Articia S PCI Bridge', '239'),
|
||
(4093, '1100', 'ASC1100', '240'),
|
||
(4094, '1200', 'ASC1200 [(abp940) Fast SCSI-II]', '240'),
|
||
(4095, '1300', 'ASC1300 / ASC3030 [ABP940-U / ABP960-U / ABP3925]', '240'),
|
||
(4096, '2300', 'ABP940-UW', '240'),
|
||
(4097, '2500', 'ABP940-U2W', '240'),
|
||
(4098, '2700', 'ABP3950-U3W', '240'),
|
||
(4099, '01ef', 'PCEA4 PCI-Express Dual Port ESCON Adapter', '242'),
|
||
(4100, '1414', 'On-board USB 1.1 companion controller', '242'),
|
||
(4101, '1415', 'On-board USB 2.0 EHCI controller', '242'),
|
||
(4102, '1422', 'E8410 nVidia graphics adapter', '242'),
|
||
(4103, '142d', 'HD audio (Realtek ALC262)', '242'),
|
||
(4104, '1430', '82566MM Intel 1Gb copper LAN interface', '242'),
|
||
(4105, '1623', 'PCEA4 PCI-Express Dual Port ESCON Adapter', '242'),
|
||
(4106, '2001', 'mb86605', '242'),
|
||
(4107, '200c', 'MB86613L IEEE1394 OHCI 1.0 Controller', '242'),
|
||
(4108, '2010', 'MB86613S IEEE1394 OHCI 1.1 Controller', '242'),
|
||
(4109, '2019', 'MB86295S [CORAL P]', '242'),
|
||
(4110, '201e', 'MB86296S [CORAL PA]', '242'),
|
||
(4111, '202b', 'MB86297A [Carmine Graphics Controller]', '242'),
|
||
(4112, '0431', 'MX98715', '251'),
|
||
(4113, '0512', 'MX98713', '251'),
|
||
(4114, '0531', 'MX987x5', '251'),
|
||
(4115, '8625', 'MX86250', '251'),
|
||
(4116, '8626', 'Macronix MX86251 + 3Dfx Voodoo Rush', '251'),
|
||
(4117, '8888', 'MX86200', '251'),
|
||
(4118, '0508', 'TC4048 Token Ring 4/16', '252'),
|
||
(4119, '3390', 'Tl3c3x9', '252'),
|
||
(4120, '0001', 'STAR/RD24 SCI-PCI (PMC)', '254'),
|
||
(4121, '0002', 'TAR/RD24 SCI-PCI (PMC)', '254'),
|
||
(4122, '0021', 'HIPPI destination', '254'),
|
||
(4123, '0022', 'HIPPI source', '254'),
|
||
(4124, '10dc', 'ATT2C15-3 FPGA', '254'),
|
||
(4125, '0100', 'Lightning 1200', '255'),
|
||
(4126, '0008', 'NV1 [STG2000X-B Series]', '256'),
|
||
(4127, '0009', 'NV1 [NV1 Series]', '256'),
|
||
(4128, '0018', 'NV3 [Riva 128]', '256'),
|
||
(4129, '0019', 'NV3 [Riva 128ZX]', '256'),
|
||
(4130, '0020', 'NV4 [Riva TNT]', '256'),
|
||
(4131, '0028', 'NV5 [Riva TNT2 / TNT2 Pro]', '256'),
|
||
(4132, '0029', 'NV5 [Riva TNT2 Ultra]', '256'),
|
||
(4133, '002a', 'NV5 [Riva TNT2]', '256'),
|
||
(4134, '002b', 'NV5 [Riva TNT2]', '256'),
|
||
(4135, '002c', 'NV5 [Vanta / Vanta LT]', '256'),
|
||
(4136, '002d', 'NV5 [Riva TNT2 Model 64 / Model 64 Pro]', '256'),
|
||
(4137, '0034', 'MCP04 SMBus', '256'),
|
||
(4138, '0035', 'MCP04 IDE', '256'),
|
||
(4139, '0036', 'MCP04 Serial ATA Controller', '256'),
|
||
(4140, '0037', 'MCP04 Ethernet Controller', '256'),
|
||
(4141, '0038', 'MCP04 Ethernet Controller', '256'),
|
||
(4142, '003a', 'MCP04 AC\'97 Audio Controller', '256'),
|
||
(4143, '003b', 'MCP04 USB Controller', '256'),
|
||
(4144, '003c', 'MCP04 USB Controller', '256'),
|
||
(4145, '003d', 'MCP04 PCI Bridge', '256'),
|
||
(4146, '003e', 'MCP04 Serial ATA Controller', '256'),
|
||
(4147, '0040', 'NV40 [GeForce 6800 Ultra]', '256'),
|
||
(4148, '0041', 'NV40 [GeForce 6800]', '256'),
|
||
(4149, '0042', 'NV40 [GeForce 6800 LE]', '256'),
|
||
(4150, '0043', 'NV40 [GeForce 6800 XE]', '256'),
|
||
(4151, '0044', 'NV40 [GeForce 6800 XT]', '256'),
|
||
(4152, '0045', 'NV40 [GeForce 6800 GT]', '256'),
|
||
(4153, '0047', 'NV40 [GeForce 6800 GS]', '256'),
|
||
(4154, '0048', 'NV40 [GeForce 6800 XT]', '256'),
|
||
(4155, '004e', 'NV40GL [Quadro FX 4000]', '256'),
|
||
(4156, '0050', 'CK804 ISA Bridge', '256'),
|
||
(4157, '0051', 'CK804 ISA Bridge', '256'),
|
||
(4158, '0052', 'CK804 SMBus', '256'),
|
||
(4159, '0053', 'CK804 IDE', '256'),
|
||
(4160, '0054', 'CK804 Serial ATA Controller', '256'),
|
||
(4161, '0055', 'CK804 Serial ATA Controller', '256'),
|
||
(4162, '0056', 'CK804 Ethernet Controller', '256'),
|
||
(4163, '0057', 'CK804 Ethernet Controller', '256'),
|
||
(4164, '0058', 'CK804 AC\'97 Modem', '256'),
|
||
(4165, '0059', 'CK804 AC\'97 Audio Controller', '256'),
|
||
(4166, '005a', 'CK804 USB Controller', '256'),
|
||
(4167, '005b', 'CK804 USB Controller', '256'),
|
||
(4168, '005c', 'CK804 PCI Bridge', '256'),
|
||
(4169, '005d', 'CK804 PCIE Bridge', '256'),
|
||
(4170, '005e', 'CK804 Memory Controller', '256'),
|
||
(4171, '005f', 'CK804 Memory Controller', '256'),
|
||
(4172, '0060', 'nForce2 ISA Bridge', '256'),
|
||
(4173, '0064', 'nForce2 SMBus (MCP)', '256'),
|
||
(4174, '0065', 'nForce2 IDE', '256'),
|
||
(4175, '0066', 'nForce2 Ethernet Controller', '256'),
|
||
(4176, '0067', 'nForce2 USB Controller', '256'),
|
||
(4177, '0068', 'nForce2 USB Controller', '256'),
|
||
(4178, '006a', 'nForce2 AC97 Audio Controler (MCP)', '256'),
|
||
(4179, '006b', 'nForce Audio Processing Unit', '256'),
|
||
(4180, '006c', 'nForce2 External PCI Bridge', '256'),
|
||
(4181, '006d', 'nForce2 PCI Bridge', '256'),
|
||
(4182, '006e', 'nForce2 FireWire (IEEE 1394) Controller', '256'),
|
||
(4183, '0080', 'MCP2A ISA bridge', '256'),
|
||
(4184, '0084', 'MCP2A SMBus', '256'),
|
||
(4185, '0085', 'MCP2A IDE', '256'),
|
||
(4186, '0086', 'MCP2A Ethernet Controller', '256'),
|
||
(4187, '0087', 'MCP2A USB Controller', '256'),
|
||
(4188, '0088', 'MCP2A USB Controller', '256'),
|
||
(4189, '008a', 'MCP2S AC\'97 Audio Controller', '256'),
|
||
(4190, '008b', 'MCP2A PCI Bridge', '256'),
|
||
(4191, '008c', 'MCP2A Ethernet Controller', '256'),
|
||
(4192, '008e', 'nForce2 Serial ATA Controller', '256'),
|
||
(4193, '0090', 'G70 [GeForce 7800 GTX]', '256'),
|
||
(4194, '0091', 'G70 [GeForce 7800 GTX]', '256'),
|
||
(4195, '0092', 'G70 [GeForce 7800 GT]', '256'),
|
||
(4196, '0093', 'G70 [GeForce 7800 GS]', '256'),
|
||
(4197, '0095', 'G70 [GeForce 7800 SLI]', '256'),
|
||
(4198, '0097', 'G70 [GeForce GTS 250]', '256'),
|
||
(4199, '0098', 'G70M [GeForce Go 7800]', '256'),
|
||
(4200, '0099', 'G70M [GeForce Go 7800 GTX]', '256'),
|
||
(4201, '009d', 'G70GL [Quadro FX 4500]', '256'),
|
||
(4202, '00a0', 'NV0A [Aladdin TNT2 IGP]', '256'),
|
||
(4203, '00c0', 'NV41 [GeForce 6800 GS]', '256'),
|
||
(4204, '00c1', 'NV41 [GeForce 6800]', '256'),
|
||
(4205, '00c2', 'NV41 [GeForce 6800 LE]', '256'),
|
||
(4206, '00c3', 'NV41 [GeForce 6800 XT]', '256'),
|
||
(4207, '00c5', 'NV41', '256'),
|
||
(4208, '00c6', 'NV41', '256'),
|
||
(4209, '00c7', 'NV41', '256'),
|
||
(4210, '00c8', 'NV41M [GeForce Go 6800]', '256'),
|
||
(4211, '00c9', 'NV41M [GeForce Go 6800 Ultra]', '256'),
|
||
(4212, '00cc', 'NV41GLM [Quadro FX Go1400]', '256'),
|
||
(4213, '00cd', 'NV42GL [Quadro FX 3450/4000 SDI]', '256'),
|
||
(4214, '00ce', 'NV41GL [Quadro FX 1400]', '256'),
|
||
(4215, '00cf', 'NV41', '256'),
|
||
(4216, '00d0', 'nForce3 LPC Bridge', '256'),
|
||
(4217, '00d1', 'nForce3 Host Bridge', '256'),
|
||
(4218, '00d2', 'nForce3 AGP Bridge', '256'),
|
||
(4219, '00d3', 'CK804 Memory Controller', '256'),
|
||
(4220, '00d4', 'nForce3 SMBus', '256'),
|
||
(4221, '00d5', 'nForce3 IDE', '256'),
|
||
(4222, '00d6', 'nForce3 Ethernet', '256'),
|
||
(4223, '00d7', 'nForce3 USB 1.1', '256'),
|
||
(4224, '00d8', 'nForce3 USB 2.0', '256'),
|
||
(4225, '00d9', 'nForce3 Audio', '256'),
|
||
(4226, '00da', 'nForce3 Audio', '256'),
|
||
(4227, '00dd', 'nForce3 PCI Bridge', '256'),
|
||
(4228, '00df', 'CK8S Ethernet Controller', '256'),
|
||
(4229, '00e0', 'nForce3 250Gb LPC Bridge', '256'),
|
||
(4230, '00e1', 'nForce3 250Gb Host Bridge', '256'),
|
||
(4231, '00e2', 'nForce3 250Gb AGP Host to PCI Bridge', '256'),
|
||
(4232, '00e3', 'nForce3 Serial ATA Controller', '256'),
|
||
(4233, '00e4', 'nForce 250Gb PCI System Management', '256'),
|
||
(4234, '00e5', 'CK8S Parallel ATA Controller (v2.5)', '256'),
|
||
(4235, '00e6', 'CK8S Ethernet Controller', '256'),
|
||
(4236, '00e7', 'CK8S USB Controller', '256'),
|
||
(4237, '00e8', 'nForce3 EHCI USB 2.0 Controller', '256'),
|
||
(4238, '00ea', 'nForce3 250Gb AC\'97 Audio Controller', '256'),
|
||
(4239, '00ed', 'nForce3 250Gb PCI-to-PCI Bridge', '256'),
|
||
(4240, '00ee', 'nForce3 Serial ATA Controller 2', '256'),
|
||
(4241, '00f1', 'NV43 [GeForce 6600 GT]', '256'),
|
||
(4242, '00f2', 'NV43 [GeForce 6600]', '256'),
|
||
(4243, '00f3', 'NV43 [GeForce 6200]', '256'),
|
||
(4244, '00f4', 'NV43 [GeForce 6600 LE]', '256'),
|
||
(4245, '00f5', 'G70/G71 [GeForce 7800 GS AGP]', '256'),
|
||
(4246, '00f6', 'NV43 [GeForce 6800 GS/XT]', '256'),
|
||
(4247, '00f8', 'NV45GL [Quadro FX 3400/4400]', '256'),
|
||
(4248, '00f9', 'NV40 [GeForce 6800 GT/GTO/Ultra]', '256'),
|
||
(4249, '00fa', 'NV39 [GeForce PCX 5750]', '256'),
|
||
(4250, '00fb', 'NV35 [GeForce PCX 5900]', '256'),
|
||
(4251, '00fc', 'NV37GL [Quadro FX 330/GeForce PCX 5300]', '256'),
|
||
(4252, '00fd', 'NV37GL [Quadro PCI-E Series]', '256'),
|
||
(4253, '00fe', 'NV38GL [Quadro FX 1300]', '256'),
|
||
(4254, '00ff', 'NV19 [GeForce PCX 4300]', '256'),
|
||
(4255, '0100', 'NV10 [GeForce 256 SDR]', '256'),
|
||
(4256, '0101', 'NV10 [GeForce 256 DDR]', '256'),
|
||
(4257, '0103', 'NV10GL [Quadro]', '256'),
|
||
(4258, '0110', 'NV11 [GeForce2 MX/MX 400]', '256'),
|
||
(4259, '0111', 'NV11 [GeForce2 MX200]', '256'),
|
||
(4260, '0112', 'NV11M [GeForce2 Go]', '256'),
|
||
(4261, '0113', 'NV11GL [Quadro2 MXR/EX/Go]', '256'),
|
||
(4262, '0140', 'NV43 [GeForce 6600 GT]', '256'),
|
||
(4263, '0141', 'NV43 [GeForce 6600]', '256'),
|
||
(4264, '0142', 'NV43 [GeForce 6600 LE]', '256'),
|
||
(4265, '0143', 'NV43 [GeForce 6600 VE]', '256'),
|
||
(4266, '0144', 'NV43M [GeForce Go 6600]', '256'),
|
||
(4267, '0145', 'NV43 [GeForce 6610 XL]', '256'),
|
||
(4268, '0146', 'NV43M [GeForce Go6200 TE / 6600 TE]', '256'),
|
||
(4269, '0147', 'NV43 [GeForce 6700 XL]', '256'),
|
||
(4270, '0148', 'NV43M [GeForce Go 6600]', '256'),
|
||
(4271, '0149', 'NV43M [GeForce Go 6600 GT]', '256'),
|
||
(4272, '014a', 'NV43 [Quadro NVS 440]', '256'),
|
||
(4273, '014b', 'NV43', '256'),
|
||
(4274, '014d', 'NV43GL [Quadro FX 550]', '256'),
|
||
(4275, '014e', 'NV43GL [Quadro FX 540]', '256'),
|
||
(4276, '014f', 'NV43 [GeForce 6200]', '256'),
|
||
(4277, '0150', 'NV15 [GeForce2 GTS/Pro]', '256'),
|
||
(4278, '0151', 'NV15 [GeForce2 Ti]', '256'),
|
||
(4279, '0152', 'NV15 [GeForce2 Ultra]', '256'),
|
||
(4280, '0153', 'NV15GL [Quadro2 Pro]', '256'),
|
||
(4281, '0160', 'NV44 [GeForce 6500]', '256'),
|
||
(4282, '0161', 'NV44 [GeForce 6200 TurboCache]', '256'),
|
||
(4283, '0162', 'NV44 [GeForce 6200 SE TurboCache]', '256'),
|
||
(4284, '0163', 'NV44 [GeForce 6200 LE]', '256'),
|
||
(4285, '0164', 'NV44M [GeForce Go 6200]', '256'),
|
||
(4286, '0165', 'NV44 [Quadro NVS 285]', '256'),
|
||
(4287, '0166', 'NV44M [GeForce Go 6400]', '256'),
|
||
(4288, '0167', 'NV44M [GeForce Go 6200]', '256'),
|
||
(4289, '0168', 'NV44M [GeForce Go 6400]', '256'),
|
||
(4290, '0169', 'NV44 [GeForce 6250]', '256'),
|
||
(4291, '016a', 'NV44 [GeForce 7100 GS]', '256'),
|
||
(4292, '016d', 'NV44', '256'),
|
||
(4293, '016e', 'NV44', '256'),
|
||
(4294, '016f', 'NV44', '256'),
|
||
(4295, '0170', 'NV17 [GeForce4 MX 460]', '256'),
|
||
(4296, '0171', 'NV17 [GeForce4 MX 440]', '256'),
|
||
(4297, '0172', 'NV17 [GeForce4 MX 420]', '256'),
|
||
(4298, '0173', 'NV17 [GeForce4 MX 440-SE]', '256'),
|
||
(4299, '0174', 'NV17M [GeForce4 440 Go]', '256'),
|
||
(4300, '0175', 'NV17M [GeForce4 420 Go]', '256'),
|
||
(4301, '0176', 'NV17M [GeForce4 420 Go 32M]', '256'),
|
||
(4302, '0177', 'NV17M [GeForce4 460 Go]', '256'),
|
||
(4303, '0178', 'NV17GL [Quadro4 550 XGL]', '256'),
|
||
(4304, '0179', 'NV17M [GeForce4 440 Go 64M]', '256'),
|
||
(4305, '017a', 'NV17GL [Quadro NVS]', '256'),
|
||
(4306, '017b', 'NV17GL [Quadro4 550 XGL]', '256'),
|
||
(4307, '017c', 'NV17GL [Quadro4 500 GoGL]', '256'),
|
||
(4308, '017f', 'NV17', '256'),
|
||
(4309, '0181', 'NV18 [GeForce4 MX 440 AGP 8x]', '256'),
|
||
(4310, '0182', 'NV18 [GeForce4 MX 440SE AGP 8x]', '256'),
|
||
(4311, '0183', 'NV18 [GeForce4 MX 420 AGP 8x]', '256'),
|
||
(4312, '0184', 'NV18 [GeForce4 MX]', '256'),
|
||
(4313, '0185', 'NV18 [GeForce4 MX 4000]', '256'),
|
||
(4314, '0186', 'NV18M [GeForce4 448 Go]', '256'),
|
||
(4315, '0187', 'NV18M [GeForce4 488 Go]', '256'),
|
||
(4316, '0188', 'NV18GL [Quadro4 580 XGL]', '256'),
|
||
(4317, '0189', 'NV18 [GeForce4 MX with AGP8X (Mac)]', '256'),
|
||
(4318, '018a', 'NV18GL [Quadro NVS 280 SD]', '256'),
|
||
(4319, '018b', 'NV18GL [Quadro4 380 XGL]', '256'),
|
||
(4320, '018c', 'NV18GL [Quadro NVS 50 PCI]', '256'),
|
||
(4321, '018d', 'NV18M [GeForce4 448 Go]', '256'),
|
||
(4322, '0190', 'G80 [GeForce 8800 GTS / 8800 GTX]', '256'),
|
||
(4323, '0191', 'G80 [GeForce 8800 GTX]', '256'),
|
||
(4324, '0192', 'G80 [GeForce 8800 GTS]', '256'),
|
||
(4325, '0193', 'G80 [GeForce 8800 GTS]', '256'),
|
||
(4326, '0194', 'G80 [GeForce 8800 Ultra]', '256'),
|
||
(4327, '0197', 'G80GL [Tesla C870]', '256'),
|
||
(4328, '019d', 'G80GL [Quadro FX 5600]', '256'),
|
||
(4329, '019e', 'G80GL [Quadro FX 4600]', '256'),
|
||
(4330, '01a0', 'nForce 220/420 NV1A [GeForce2 MX]', '256'),
|
||
(4331, '01a4', 'nForce CPU bridge', '256'),
|
||
(4332, '01ab', 'nForce 420 Memory Controller (DDR)', '256'),
|
||
(4333, '01ac', 'nForce 220/420 Memory Controller', '256'),
|
||
(4334, '01ad', 'nForce 220/420 Memory Controller', '256'),
|
||
(4335, '01b0', 'nForce Audio Processing Unit', '256'),
|
||
(4336, '01b1', 'nForce AC\'97 Audio Controller', '256'),
|
||
(4337, '01b2', 'nForce ISA Bridge', '256'),
|
||
(4338, '01b4', 'nForce PCI System Management', '256'),
|
||
(4339, '01b7', 'nForce AGP to PCI Bridge', '256'),
|
||
(4340, '01b8', 'nForce PCI-to-PCI bridge', '256'),
|
||
(4341, '01bc', 'nForce IDE', '256'),
|
||
(4342, '01c1', 'nForce AC\'97 Modem Controller', '256'),
|
||
(4343, '01c2', 'nForce USB Controller', '256'),
|
||
(4344, '01c3', 'nForce Ethernet Controller', '256'),
|
||
(4345, '01d0', 'G72 [GeForce 7350 LE]', '256'),
|
||
(4346, '01d1', 'G72 [GeForce 7300 LE]', '256'),
|
||
(4347, '01d2', 'G72 [GeForce 7550 LE]', '256'),
|
||
(4348, '01d3', 'G72 [GeForce 7200 GS / 7300 SE]', '256'),
|
||
(4349, '01d5', 'G72', '256'),
|
||
(4350, '01d6', 'G72M [GeForce Go 7200]', '256'),
|
||
(4351, '01d7', 'G72M [Quadro NVS 110M/GeForce Go 7300]', '256'),
|
||
(4352, '01d8', 'G72M [GeForce Go 7400]', '256'),
|
||
(4353, '01d9', 'G72M [GeForce Go 7450]', '256'),
|
||
(4354, '01da', 'G72M [Quadro NVS 110M]', '256'),
|
||
(4355, '01db', 'G72M [Quadro NVS 120M]', '256'),
|
||
(4356, '01dc', 'G72GLM [Quadro FX 350M]', '256'),
|
||
(4357, '01dd', 'G72 [GeForce 7500 LE]', '256'),
|
||
(4358, '01de', 'G72GL [Quadro FX 350]', '256'),
|
||
(4359, '01df', 'G72 [GeForce 7300 GS]', '256'),
|
||
(4360, '01e0', 'nForce2 IGP2', '256'),
|
||
(4361, '01e8', 'nForce2 AGP', '256'),
|
||
(4362, '01ea', 'nForce2 Memory Controller 0', '256'),
|
||
(4363, '01eb', 'nForce2 Memory Controller 1', '256'),
|
||
(4364, '01ec', 'nForce2 Memory Controller 2', '256'),
|
||
(4365, '01ed', 'nForce2 Memory Controller 3', '256'),
|
||
(4366, '01ee', 'nForce2 Memory Controller 4', '256'),
|
||
(4367, '01ef', 'nForce2 Memory Controller 5', '256'),
|
||
(4368, '01f0', 'NV1F C17 [GeForce4 MX IGP]', '256'),
|
||
(4369, '0200', 'NV20 [GeForce3]', '256'),
|
||
(4370, '0201', 'NV20 [GeForce3 Ti 200]', '256'),
|
||
(4371, '0202', 'NV20 [GeForce3 Ti 500]', '256'),
|
||
(4372, '0203', 'NV20GL [Quadro DCC]', '256'),
|
||
(4373, '0211', 'NV48 [GeForce 6800]', '256'),
|
||
(4374, '0212', 'NV48 [GeForce 6800 LE]', '256'),
|
||
(4375, '0215', 'NV48 [GeForce 6800 GT]', '256'),
|
||
(4376, '0218', 'NV48 [GeForce 6800 XT]', '256'),
|
||
(4377, '0221', 'NV44A [GeForce 6200]', '256'),
|
||
(4378, '0222', 'NV44 [GeForce 6200 A-LE]', '256'),
|
||
(4379, '0224', 'NV44', '256'),
|
||
(4380, '0240', 'C51PV [GeForce 6150]', '256'),
|
||
(4381, '0241', 'C51 [GeForce 6150 LE]', '256'),
|
||
(4382, '0242', 'C51G [GeForce 6100]', '256'),
|
||
(4383, '0243', 'C51 PCI Express Bridge', '256'),
|
||
(4384, '0244', 'C51 [GeForce Go 6150]', '256'),
|
||
(4385, '0245', 'C51 [Quadro NVS 210S/GeForce 6150LE]', '256'),
|
||
(4386, '0246', 'C51 PCI Express Bridge', '256'),
|
||
(4387, '0247', 'C51 [GeForce Go 6100]', '256'),
|
||
(4388, '0248', 'C51 PCI Express Bridge', '256'),
|
||
(4389, '0249', 'C51 PCI Express Bridge', '256'),
|
||
(4390, '024a', 'C51 PCI Express Bridge', '256'),
|
||
(4391, '024b', 'C51 PCI Express Bridge', '256'),
|
||
(4392, '024c', 'C51 PCI Express Bridge', '256'),
|
||
(4393, '024d', 'C51 PCI Express Bridge', '256'),
|
||
(4394, '024e', 'C51 PCI Express Bridge', '256'),
|
||
(4395, '024f', 'C51 PCI Express Bridge', '256'),
|
||
(4396, '0250', 'NV25 [GeForce4 Ti 4600]', '256'),
|
||
(4397, '0251', 'NV25 [GeForce4 Ti 4400]', '256'),
|
||
(4398, '0252', 'NV25 [GeForce4 Ti]', '256'),
|
||
(4399, '0253', 'NV25 [GeForce4 Ti 4200]', '256'),
|
||
(4400, '0258', 'NV25GL [Quadro4 900 XGL]', '256'),
|
||
(4401, '0259', 'NV25GL [Quadro4 750 XGL]', '256'),
|
||
(4402, '025b', 'NV25GL [Quadro4 700 XGL]', '256'),
|
||
(4403, '0260', 'MCP51 LPC Bridge', '256'),
|
||
(4404, '0261', 'MCP51 LPC Bridge', '256'),
|
||
(4405, '0262', 'MCP51 LPC Bridge', '256'),
|
||
(4406, '0263', 'MCP51 LPC Bridge', '256'),
|
||
(4407, '0264', 'MCP51 SMBus', '256'),
|
||
(4408, '0265', 'MCP51 IDE', '256'),
|
||
(4409, '0266', 'MCP51 Serial ATA Controller', '256'),
|
||
(4410, '0267', 'MCP51 Serial ATA Controller', '256'),
|
||
(4411, '0268', 'MCP51 Ethernet Controller', '256'),
|
||
(4412, '0269', 'MCP51 Ethernet Controller', '256'),
|
||
(4413, '026a', 'MCP51 MCI', '256'),
|
||
(4414, '026b', 'MCP51 AC97 Audio Controller', '256'),
|
||
(4415, '026c', 'MCP51 High Definition Audio', '256'),
|
||
(4416, '026d', 'MCP51 USB Controller', '256'),
|
||
(4417, '026e', 'MCP51 USB Controller', '256'),
|
||
(4418, '026f', 'MCP51 PCI Bridge', '256'),
|
||
(4419, '0270', 'MCP51 Host Bridge', '256'),
|
||
(4420, '0271', 'MCP51 PMU', '256'),
|
||
(4421, '0272', 'MCP51 Memory Controller 0', '256'),
|
||
(4422, '027e', 'C51 Memory Controller 2', '256'),
|
||
(4423, '027f', 'C51 Memory Controller 3', '256'),
|
||
(4424, '0280', 'NV28 [GeForce4 Ti 4800]', '256'),
|
||
(4425, '0281', 'NV28 [GeForce4 Ti 4200 AGP 8x]', '256'),
|
||
(4426, '0282', 'NV28 [GeForce4 Ti 4800 SE]', '256'),
|
||
(4427, '0286', 'NV28M [GeForce4 Ti 4200 Go AGP 8x]', '256'),
|
||
(4428, '0288', 'NV28GL [Quadro4 980 XGL]', '256'),
|
||
(4429, '0289', 'NV28GL [Quadro4 780 XGL]', '256'),
|
||
(4430, '028c', 'NV28GLM [Quadro4 Go700]', '256'),
|
||
(4431, '0290', 'G71 [GeForce 7900 GTX]', '256'),
|
||
(4432, '0291', 'G71 [GeForce 7900 GT/GTO]', '256'),
|
||
(4433, '0292', 'G71 [GeForce 7900 GS]', '256'),
|
||
(4434, '0293', 'G71 [GeForce 7900 GX2]', '256'),
|
||
(4435, '0294', 'G71 [GeForce 7950 GX2]', '256'),
|
||
(4436, '0295', 'G71 [GeForce 7950 GT]', '256'),
|
||
(4437, '0297', 'G71M [GeForce Go 7950 GTX]', '256'),
|
||
(4438, '0298', 'G71M [GeForce Go 7900 GS]', '256'),
|
||
(4439, '0299', 'G71M [GeForce Go 7900 GTX]', '256'),
|
||
(4440, '029a', 'G71GLM [Quadro FX 2500M]', '256'),
|
||
(4441, '029b', 'G71GLM [Quadro FX 1500M]', '256'),
|
||
(4442, '029c', 'G71GL [Quadro FX 5500]', '256'),
|
||
(4443, '029d', 'G71GL [Quadro FX 3500]', '256'),
|
||
(4444, '029e', 'G71GL [Quadro FX 1500]', '256'),
|
||
(4445, '029f', 'G71GL [Quadro FX 4500 X2]', '256'),
|
||
(4446, '02a0', 'NV2A [XGPU]', '256'),
|
||
(4447, '02a5', 'MCPX CPU Bridge', '256'),
|
||
(4448, '02a6', 'MCPX Memory Controller', '256'),
|
||
(4449, '02e0', 'G73 [GeForce 7600 GT AGP]', '256'),
|
||
(4450, '02e1', 'G73 [GeForce 7600 GS AGP]', '256'),
|
||
(4451, '02e2', 'G73 [GeForce 7300 GT AGP]', '256'),
|
||
(4452, '02e3', 'G71 [GeForce 7900 GS AGP]', '256'),
|
||
(4453, '02e4', 'G71 [GeForce 7950 GT AGP]', '256'),
|
||
(4454, '02e5', 'G71 [GeForce 7600 GS AGP]', '256'),
|
||
(4455, '02f0', 'C51 Host Bridge', '256'),
|
||
(4456, '02f1', 'C51 Host Bridge', '256'),
|
||
(4457, '02f2', 'C51 Host Bridge', '256'),
|
||
(4458, '02f3', 'C51 Host Bridge', '256'),
|
||
(4459, '02f4', 'C51 Host Bridge', '256'),
|
||
(4460, '02f5', 'C51 Host Bridge', '256'),
|
||
(4461, '02f6', 'C51 Host Bridge', '256'),
|
||
(4462, '02f7', 'C51 Host Bridge', '256'),
|
||
(4463, '02f8', 'C51 Memory Controller 5', '256'),
|
||
(4464, '02f9', 'C51 Memory Controller 4', '256'),
|
||
(4465, '02fa', 'C51 Memory Controller 0', '256'),
|
||
(4466, '02fb', 'C51 PCI Express Bridge', '256'),
|
||
(4467, '02fc', 'C51 PCI Express Bridge', '256'),
|
||
(4468, '02fd', 'C51 PCI Express Bridge', '256'),
|
||
(4469, '02fe', 'C51 Memory Controller 1', '256'),
|
||
(4470, '02ff', 'C51 Host Bridge', '256'),
|
||
(4471, '0300', 'NV30 [GeForce FX]', '256'),
|
||
(4472, '0301', 'NV30 [GeForce FX 5800 Ultra]', '256'),
|
||
(4473, '0302', 'NV30 [GeForce FX 5800]', '256'),
|
||
(4474, '0308', 'NV30GL [Quadro FX 2000]', '256'),
|
||
(4475, '0309', 'NV30GL [Quadro FX 1000]', '256'),
|
||
(4476, '0311', 'NV31 [GeForce FX 5600 Ultra]', '256'),
|
||
(4477, '0312', 'NV31 [GeForce FX 5600]', '256'),
|
||
(4478, '0314', 'NV31 [GeForce FX 5600XT]', '256'),
|
||
(4479, '0316', 'NV31M', '256'),
|
||
(4480, '0318', 'NV31GL', '256'),
|
||
(4481, '031a', 'NV31M [GeForce FX Go5600]', '256'),
|
||
(4482, '031b', 'NV31M [GeForce FX Go5650]', '256'),
|
||
(4483, '031c', 'NV31GLM [Quadro FX Go700]', '256'),
|
||
(4484, '0320', 'NV34 [GeForce FX 5200]', '256'),
|
||
(4485, '0321', 'NV34 [GeForce FX 5200 Ultra]', '256'),
|
||
(4486, '0322', 'NV34 [GeForce FX 5200]', '256'),
|
||
(4487, '0323', 'NV34 [GeForce FX 5200LE]', '256'),
|
||
(4488, '0324', 'NV34M [GeForce FX Go5200 64M]', '256'),
|
||
(4489, '0325', 'NV34M [GeForce FX Go5250]', '256'),
|
||
(4490, '0326', 'NV34 [GeForce FX 5500]', '256'),
|
||
(4491, '0327', 'NV34 [GeForce FX 5100]', '256'),
|
||
(4492, '0328', 'NV34M [GeForce FX Go5200 32M/64M]', '256'),
|
||
(4493, '0329', 'NV34M [GeForce FX Go5200]', '256'),
|
||
(4494, '032a', 'NV34GL [Quadro NVS 280 PCI]', '256'),
|
||
(4495, '032b', 'NV34GL [Quadro FX 500/600 PCI]', '256'),
|
||
(4496, '032c', 'NV34M [GeForce FX Go5300 / Go5350]', '256'),
|
||
(4497, '032d', 'NV34M [GeForce FX Go5100]', '256'),
|
||
(4498, '032e', 'NV34', '256'),
|
||
(4499, '032f', 'NV34 [GeForce FX 5200]', '256'),
|
||
(4500, '0330', 'NV35 [GeForce FX 5900 Ultra]', '256'),
|
||
(4501, '0331', 'NV35 [GeForce FX 5900]', '256'),
|
||
(4502, '0332', 'NV35 [GeForce FX 5900XT]', '256'),
|
||
(4503, '0333', 'NV38 [GeForce FX 5950 Ultra / PCX 5950]', '256'),
|
||
(4504, '0334', 'NV35 [GeForce FX 5900ZT]', '256'),
|
||
(4505, '0338', 'NV35GL [Quadro FX 3000]', '256'),
|
||
(4506, '033f', 'NV35GL [Quadro FX 700]', '256'),
|
||
(4507, '0341', 'NV36 [GeForce FX 5700 Ultra]', '256'),
|
||
(4508, '0342', 'NV36 [GeForce FX 5700]', '256'),
|
||
(4509, '0343', 'NV36 [GeForce FX 5700LE]', '256'),
|
||
(4510, '0344', 'NV36 [GeForce FX 5700VE]', '256'),
|
||
(4511, '0347', 'NV36M [GeForce FX Go5700]', '256'),
|
||
(4512, '0348', 'NV36M [GeForce FX Go5700]', '256'),
|
||
(4513, '034c', 'NV36 [Quadro FX Go1000]', '256'),
|
||
(4514, '034d', 'NV36', '256'),
|
||
(4515, '034e', 'NV36GL [Quadro FX 1100]', '256'),
|
||
(4516, '0360', 'MCP55 LPC Bridge', '256'),
|
||
(4517, '0361', 'MCP55 LPC Bridge', '256'),
|
||
(4518, '0362', 'MCP55 LPC Bridge', '256'),
|
||
(4519, '0363', 'MCP55 LPC Bridge', '256'),
|
||
(4520, '0364', 'MCP55 LPC Bridge', '256'),
|
||
(4521, '0365', 'MCP55 LPC Bridge', '256'),
|
||
(4522, '0366', 'MCP55 LPC Bridge', '256'),
|
||
(4523, '0367', 'MCP55 LPC Bridge', '256'),
|
||
(4524, '0368', 'MCP55 SMBus Controller', '256'),
|
||
(4525, '0369', 'MCP55 Memory Controller', '256'),
|
||
(4526, '036a', 'MCP55 Memory Controller', '256'),
|
||
(4527, '036b', 'MCP55 SMU', '256'),
|
||
(4528, '036c', 'MCP55 USB Controller', '256'),
|
||
(4529, '036d', 'MCP55 USB Controller', '256'),
|
||
(4530, '036e', 'MCP55 IDE', '256'),
|
||
(4531, '0370', 'MCP55 PCI bridge', '256'),
|
||
(4532, '0371', 'MCP55 High Definition Audio', '256'),
|
||
(4533, '0372', 'MCP55 Ethernet', '256'),
|
||
(4534, '0373', 'MCP55 Ethernet', '256'),
|
||
(4535, '0374', 'MCP55 PCI Express bridge', '256'),
|
||
(4536, '0375', 'MCP55 PCI Express bridge', '256'),
|
||
(4537, '0376', 'MCP55 PCI Express bridge', '256'),
|
||
(4538, '0377', 'MCP55 PCI Express bridge', '256'),
|
||
(4539, '0378', 'MCP55 PCI Express bridge', '256'),
|
||
(4540, '037a', 'MCP55 Memory Controller', '256'),
|
||
(4541, '037e', 'MCP55 SATA Controller', '256'),
|
||
(4542, '037f', 'MCP55 SATA Controller', '256'),
|
||
(4543, '038b', 'G73 [GeForce 7650 GS]', '256'),
|
||
(4544, '0390', 'G73 [GeForce 7650 GS]', '256'),
|
||
(4545, '0391', 'G73 [GeForce 7600 GT]', '256'),
|
||
(4546, '0392', 'G73 [GeForce 7600 GS]', '256'),
|
||
(4547, '0393', 'G73 [GeForce 7300 GT]', '256'),
|
||
(4548, '0394', 'G73 [GeForce 7600 LE]', '256'),
|
||
(4549, '0395', 'G73 [GeForce 7300 GT]', '256'),
|
||
(4550, '0396', 'G73', '256'),
|
||
(4551, '0397', 'G73M [GeForce Go 7700]', '256'),
|
||
(4552, '0398', 'G73M [GeForce Go 7600]', '256'),
|
||
(4553, '0399', 'G73M [GeForce Go 7600 GT]', '256'),
|
||
(4554, '039a', 'G73M [Quadro NVS 300M]', '256'),
|
||
(4555, '039b', 'G73M [GeForce Go 7900 SE]', '256'),
|
||
(4556, '039c', 'G73GLM [Quadro FX 550M]', '256'),
|
||
(4557, '039d', 'G73', '256'),
|
||
(4558, '039e', 'G73GL [Quadro FX 560]', '256'),
|
||
(4559, '039f', 'G73', '256'),
|
||
(4560, '03a0', 'C55 Host Bridge', '256'),
|
||
(4561, '03a1', 'C55 Host Bridge', '256'),
|
||
(4562, '03a2', 'C55 Host Bridge', '256'),
|
||
(4563, '03a3', 'C55 Host Bridge', '256'),
|
||
(4564, '03a4', 'C55 Host Bridge', '256'),
|
||
(4565, '03a5', 'C55 Host Bridge', '256'),
|
||
(4566, '03a6', 'C55 Host Bridge', '256'),
|
||
(4567, '03a7', 'C55 Host Bridge', '256'),
|
||
(4568, '03a8', 'C55 Memory Controller', '256'),
|
||
(4569, '03a9', 'C55 Memory Controller', '256'),
|
||
(4570, '03aa', 'C55 Memory Controller', '256'),
|
||
(4571, '03ab', 'C55 Memory Controller', '256'),
|
||
(4572, '03ac', 'C55 Memory Controller', '256'),
|
||
(4573, '03ad', 'C55 Memory Controller', '256'),
|
||
(4574, '03ae', 'C55 Memory Controller', '256'),
|
||
(4575, '03af', 'C55 Memory Controller', '256'),
|
||
(4576, '03b0', 'C55 Memory Controller', '256'),
|
||
(4577, '03b1', 'C55 Memory Controller', '256'),
|
||
(4578, '03b2', 'C55 Memory Controller', '256'),
|
||
(4579, '03b3', 'C55 Memory Controller', '256'),
|
||
(4580, '03b4', 'C55 Memory Controller', '256'),
|
||
(4581, '03b5', 'C55 Memory Controller', '256'),
|
||
(4582, '03b6', 'C55 Memory Controller', '256'),
|
||
(4583, '03b7', 'C55 PCI Express bridge', '256'),
|
||
(4584, '03b8', 'C55 PCI Express bridge', '256'),
|
||
(4585, '03b9', 'C55 PCI Express bridge', '256'),
|
||
(4586, '03ba', 'C55 Memory Controller', '256'),
|
||
(4587, '03bb', 'C55 PCI Express bridge', '256'),
|
||
(4588, '03bc', 'C55 Memory Controller', '256'),
|
||
(4589, '03d0', 'C61 [GeForce 6150SE nForce 430]', '256'),
|
||
(4590, '03d1', 'C61 [GeForce 6100 nForce 405]', '256'),
|
||
(4591, '03d2', 'C61 [GeForce 6100 nForce 400]', '256'),
|
||
(4592, '03d5', 'C61 [GeForce 6100 nForce 420]', '256'),
|
||
(4593, '03d6', 'C61 [GeForce 7025 / nForce 630a]', '256'),
|
||
(4594, '03e0', 'MCP61 LPC Bridge', '256'),
|
||
(4595, '03e1', 'MCP61 LPC Bridge', '256'),
|
||
(4596, '03e2', 'MCP61 Host Bridge', '256'),
|
||
(4597, '03e3', 'MCP61 LPC Bridge', '256'),
|
||
(4598, '03e4', 'MCP61 High Definition Audio', '256'),
|
||
(4599, '03e5', 'MCP61 Ethernet', '256'),
|
||
(4600, '03e6', 'MCP61 Ethernet', '256'),
|
||
(4601, '03e7', 'MCP61 SATA Controller', '256'),
|
||
(4602, '03e8', 'MCP61 PCI Express bridge', '256'),
|
||
(4603, '03e9', 'MCP61 PCI Express bridge', '256'),
|
||
(4604, '03ea', 'MCP61 Memory Controller', '256'),
|
||
(4605, '03eb', 'MCP61 SMBus', '256'),
|
||
(4606, '03ec', 'MCP61 IDE', '256'),
|
||
(4607, '03ee', 'MCP61 Ethernet', '256'),
|
||
(4608, '03ef', 'MCP61 Ethernet', '256'),
|
||
(4609, '03f0', 'MCP61 High Definition Audio', '256'),
|
||
(4610, '03f1', 'MCP61 USB 1.1 Controller', '256'),
|
||
(4611, '03f2', 'MCP61 USB 2.0 Controller', '256'),
|
||
(4612, '03f3', 'MCP61 PCI bridge', '256'),
|
||
(4613, '03f4', 'MCP61 SMU', '256'),
|
||
(4614, '03f5', 'MCP61 Memory Controller', '256'),
|
||
(4615, '03f6', 'MCP61 SATA Controller', '256'),
|
||
(4616, '03f7', 'MCP61 SATA Controller', '256'),
|
||
(4617, '0400', 'G84 [GeForce 8600 GTS]', '256'),
|
||
(4618, '0401', 'G84 [GeForce 8600 GT]', '256'),
|
||
(4619, '0402', 'G84 [GeForce 8600 GT]', '256'),
|
||
(4620, '0403', 'G84 [GeForce 8600 GS]', '256'),
|
||
(4621, '0404', 'G84 [GeForce 8400 GS]', '256'),
|
||
(4622, '0405', 'G84M [GeForce 9500M GS]', '256'),
|
||
(4623, '0406', 'G84 [GeForce 8300 GS]', '256'),
|
||
(4624, '0407', 'G84M [GeForce 8600M GT]', '256'),
|
||
(4625, '0408', 'G84M [GeForce 9650M GS]', '256'),
|
||
(4626, '0409', 'G84M [GeForce 8700M GT]', '256'),
|
||
(4627, '040a', 'G84GL [Quadro FX 370]', '256'),
|
||
(4628, '040b', 'G84GLM [Quadro NVS 320M]', '256'),
|
||
(4629, '040c', 'G84GLM [Quadro FX 570M]', '256'),
|
||
(4630, '040d', 'G84GLM [Quadro FX 1600M]', '256'),
|
||
(4631, '040e', 'G84GL [Quadro FX 570]', '256'),
|
||
(4632, '040f', 'G84GL [Quadro FX 1700]', '256'),
|
||
(4633, '0410', 'G92 [GeForce GT 330]', '256'),
|
||
(4634, '0414', 'G92 [GeForce 9800 GT]', '256'),
|
||
(4635, '0418', 'G92 [GeForce GT 330 OEM]', '256'),
|
||
(4636, '0420', 'G86 [GeForce 8400 SE]', '256'),
|
||
(4637, '0421', 'G86 [GeForce 8500 GT]', '256'),
|
||
(4638, '0422', 'G86 [GeForce 8400 GS]', '256'),
|
||
(4639, '0423', 'G86 [GeForce 8300 GS]', '256'),
|
||
(4640, '0424', 'G86 [GeForce 8400 GS]', '256'),
|
||
(4641, '0425', 'G86M [GeForce 8600M GS]', '256'),
|
||
(4642, '0426', 'G86M [GeForce 8400M GT]', '256'),
|
||
(4643, '0427', 'G86M [GeForce 8400M GS]', '256'),
|
||
(4644, '0428', 'G86M [GeForce 8400M G]', '256'),
|
||
(4645, '0429', 'G86M [Quadro NVS 140M]', '256'),
|
||
(4646, '042a', 'G86M [Quadro NVS 130M]', '256'),
|
||
(4647, '042b', 'G86M [Quadro NVS 135M]', '256'),
|
||
(4648, '042c', 'G86 [GeForce 9400 GT]', '256'),
|
||
(4649, '042d', 'G86GLM [Quadro FX 360M]', '256'),
|
||
(4650, '042e', 'G86M [GeForce 9300M G]', '256'),
|
||
(4651, '042f', 'G86 [Quadro NVS 290]', '256'),
|
||
(4652, '0440', 'MCP65 LPC Bridge', '256'),
|
||
(4653, '0441', 'MCP65 LPC Bridge', '256'),
|
||
(4654, '0442', 'MCP65 LPC Bridge', '256'),
|
||
(4655, '0443', 'MCP65 LPC Bridge', '256'),
|
||
(4656, '0444', 'MCP65 Memory Controller', '256'),
|
||
(4657, '0445', 'MCP65 Memory Controller', '256'),
|
||
(4658, '0446', 'MCP65 SMBus', '256'),
|
||
(4659, '0447', 'MCP65 SMU', '256'),
|
||
(4660, '0448', 'MCP65 IDE', '256'),
|
||
(4661, '0449', 'MCP65 PCI bridge', '256'),
|
||
(4662, '044a', 'MCP65 High Definition Audio', '256'),
|
||
(4663, '044b', 'MCP65 High Definition Audio', '256'),
|
||
(4664, '044c', 'MCP65 AHCI Controller', '256'),
|
||
(4665, '044d', 'MCP65 AHCI Controller', '256'),
|
||
(4666, '044e', 'MCP65 AHCI Controller', '256'),
|
||
(4667, '044f', 'MCP65 AHCI Controller', '256'),
|
||
(4668, '0450', 'MCP65 Ethernet', '256'),
|
||
(4669, '0451', 'MCP65 Ethernet', '256'),
|
||
(4670, '0452', 'MCP65 Ethernet', '256'),
|
||
(4671, '0453', 'MCP65 Ethernet', '256'),
|
||
(4672, '0454', 'MCP65 USB 1.1 OHCI Controller', '256'),
|
||
(4673, '0455', 'MCP65 USB 2.0 EHCI Controller', '256'),
|
||
(4674, '0456', 'MCP65 USB Controller', '256'),
|
||
(4675, '0457', 'MCP65 USB Controller', '256'),
|
||
(4676, '0458', 'MCP65 PCI Express bridge', '256'),
|
||
(4677, '0459', 'MCP65 PCI Express bridge', '256'),
|
||
(4678, '045a', 'MCP65 PCI Express bridge', '256'),
|
||
(4679, '045b', 'MCP65 PCI Express bridge', '256'),
|
||
(4680, '045c', 'MCP65 SATA Controller', '256'),
|
||
(4681, '045d', 'MCP65 SATA Controller', '256'),
|
||
(4682, '045e', 'MCP65 SATA Controller', '256'),
|
||
(4683, '045f', 'MCP65 SATA Controller', '256'),
|
||
(4684, '0531', 'C67 [GeForce 7150M / nForce 630M]', '256'),
|
||
(4685, '0533', 'C67 [GeForce 7000M / nForce 610M]', '256'),
|
||
(4686, '053a', 'C68 [GeForce 7050 PV / nForce 630a]', '256'),
|
||
(4687, '053b', 'C68 [GeForce 7050 PV / nForce 630a]', '256'),
|
||
(4688, '053e', 'C68 [GeForce 7025 / nForce 630a]', '256'),
|
||
(4689, '0541', 'MCP67 Memory Controller', '256'),
|
||
(4690, '0542', 'MCP67 SMBus', '256'),
|
||
(4691, '0543', 'MCP67 Co-processor', '256'),
|
||
(4692, '0547', 'MCP67 Memory Controller', '256'),
|
||
(4693, '0548', 'MCP67 ISA Bridge', '256'),
|
||
(4694, '054c', 'MCP67 Ethernet', '256'),
|
||
(4695, '054d', 'MCP67 Ethernet', '256'),
|
||
(4696, '054e', 'MCP67 Ethernet', '256'),
|
||
(4697, '054f', 'MCP67 Ethernet', '256'),
|
||
(4698, '0550', 'MCP67 AHCI Controller', '256'),
|
||
(4699, '0554', 'MCP67 AHCI Controller', '256'),
|
||
(4700, '0555', 'MCP67 SATA Controller', '256'),
|
||
(4701, '055c', 'MCP67 High Definition Audio', '256'),
|
||
(4702, '055d', 'MCP67 High Definition Audio', '256'),
|
||
(4703, '055e', 'MCP67 OHCI USB 1.1 Controller', '256'),
|
||
(4704, '055f', 'MCP67 EHCI USB 2.0 Controller', '256'),
|
||
(4705, '0560', 'MCP67 IDE Controller', '256'),
|
||
(4706, '0561', 'MCP67 PCI Bridge', '256'),
|
||
(4707, '0562', 'MCP67 PCI Express Bridge', '256'),
|
||
(4708, '0563', 'MCP67 PCI Express Bridge', '256'),
|
||
(4709, '0568', 'MCP78S [GeForce 8200] Memory Controller', '256'),
|
||
(4710, '0569', 'MCP78S [GeForce 8200] PCI Express Bridge', '256'),
|
||
(4711, '056a', 'MCP73 [nForce 630i] USB 2.0 Controller (EHCI)', '256'),
|
||
(4712, '056c', 'MCP73 IDE Controller', '256'),
|
||
(4713, '056d', 'MCP73 PCI Express bridge', '256'),
|
||
(4714, '056e', 'MCP73 PCI Express bridge', '256'),
|
||
(4715, '056f', 'MCP73 PCI Express bridge', '256'),
|
||
(4716, '05b1', 'NF200 PCIe 2.0 switch', '256'),
|
||
(4717, '05b8', 'NF200 PCIe 2.0 switch for GTX 295', '256'),
|
||
(4718, '05be', 'NF200 PCIe 2.0 switch for Quadro Plex S4 / Tesla S870 / Tesla S1070 / Tesla S2050', '256'),
|
||
(4719, '05e0', 'GT200b [GeForce GTX 295]', '256'),
|
||
(4720, '05e1', 'GT200 [GeForce GTX 280]', '256'),
|
||
(4721, '05e2', 'GT200 [GeForce GTX 260]', '256'),
|
||
(4722, '05e3', 'GT200b [GeForce GTX 285]', '256'),
|
||
(4723, '05e6', 'GT200b [GeForce GTX 275]', '256'),
|
||
(4724, '05e7', 'GT200GL [Tesla C1060 / M1060]', '256'),
|
||
(4725, '05ea', 'GT200 [GeForce GTX 260]', '256'),
|
||
(4726, '05eb', 'GT200 [GeForce GTX 295]', '256'),
|
||
(4727, '05ed', 'GT200GL [Quadro Plex 2200 D2]', '256'),
|
||
(4728, '05f1', 'GT200 [GeForce GTX 280]', '256'),
|
||
(4729, '05f2', 'GT200 [GeForce GTX 260]', '256'),
|
||
(4730, '05f8', 'GT200GL [Quadro Plex 2200 S4]', '256'),
|
||
(4731, '05f9', 'GT200GL [Quadro CX]', '256'),
|
||
(4732, '05fd', 'GT200GL [Quadro FX 5800]', '256'),
|
||
(4733, '05fe', 'GT200GL [Quadro FX 4800]', '256'),
|
||
(4734, '05ff', 'GT200GL [Quadro FX 3800]', '256'),
|
||
(4735, '0600', 'G92 [GeForce 8800 GTS 512]', '256'),
|
||
(4736, '0601', 'G92 [GeForce 9800 GT]', '256'),
|
||
(4737, '0602', 'G92 [GeForce 8800 GT]', '256'),
|
||
(4738, '0603', 'G92 [GeForce GT 230 OEM]', '256'),
|
||
(4739, '0604', 'G92 [GeForce 9800 GX2]', '256'),
|
||
(4740, '0605', 'G92 [GeForce 9800 GT]', '256'),
|
||
(4741, '0606', 'G92 [GeForce 8800 GS]', '256'),
|
||
(4742, '0607', 'G92 [GeForce GTS 240]', '256'),
|
||
(4743, '0608', 'G92M [GeForce 9800M GTX]', '256'),
|
||
(4744, '0609', 'G92M [GeForce 8800M GTS]', '256'),
|
||
(4745, '060a', 'G92M [GeForce GTX 280M]', '256'),
|
||
(4746, '060b', 'G92M [GeForce 9800M GT]', '256'),
|
||
(4747, '060c', 'G92M [GeForce 8800M GTX]', '256'),
|
||
(4748, '060d', 'G92 [GeForce 8800 GS]', '256'),
|
||
(4749, '060f', 'G92M [GeForce GTX 285M]', '256'),
|
||
(4750, '0610', 'G92 [GeForce 9600 GSO]', '256'),
|
||
(4751, '0611', 'G92 [GeForce 8800 GT]', '256'),
|
||
(4752, '0612', 'G92 [GeForce 9800 GTX / 9800 GTX+]', '256'),
|
||
(4753, '0613', 'G92 [GeForce 9800 GTX+]', '256'),
|
||
(4754, '0614', 'G92 [GeForce 9800 GT]', '256'),
|
||
(4755, '0615', 'G92 [GeForce GTS 250]', '256'),
|
||
(4756, '0617', 'G92M [GeForce 9800M GTX]', '256'),
|
||
(4757, '0618', 'G92M [GeForce GTX 260M]', '256'),
|
||
(4758, '0619', 'G92GL [Quadro FX 4700 X2]', '256'),
|
||
(4759, '061a', 'G92GL [Quadro FX 3700]', '256'),
|
||
(4760, '061b', 'G92GL [Quadro VX 200]', '256'),
|
||
(4761, '061c', 'G92GLM [Quadro FX 3600M]', '256'),
|
||
(4762, '061d', 'G92GLM [Quadro FX 2800M]', '256'),
|
||
(4763, '061e', 'G92GLM [Quadro FX 3700M]', '256'),
|
||
(4764, '061f', 'G92GLM [Quadro FX 3800M]', '256'),
|
||
(4765, '0620', 'G94 [GeForce 9800 GT]', '256'),
|
||
(4766, '0621', 'G94 [GeForce GT 230]', '256'),
|
||
(4767, '0622', 'G94 [GeForce 9600 GT]', '256'),
|
||
(4768, '0623', 'G94 [GeForce 9600 GS]', '256'),
|
||
(4769, '0624', 'G94 [GeForce 9600 GT Green Edition]', '256'),
|
||
(4770, '0625', 'G94 [GeForce 9600 GSO 512]', '256'),
|
||
(4771, '0626', 'G94 [GeForce GT 130]', '256'),
|
||
(4772, '0627', 'G94 [GeForce GT 140]', '256'),
|
||
(4773, '0628', 'G94M [GeForce 9800M GTS]', '256'),
|
||
(4774, '062a', 'G94M [GeForce 9700M GTS]', '256'),
|
||
(4775, '062b', 'G94M [GeForce 9800M GS]', '256'),
|
||
(4776, '062c', 'G94M [GeForce 9800M GTS]', '256'),
|
||
(4777, '062d', 'G94 [GeForce 9600 GT]', '256'),
|
||
(4778, '062e', 'G94 [GeForce 9600 GT]', '256'),
|
||
(4779, '062f', 'G94 [GeForce 9800 S]', '256'),
|
||
(4780, '0630', 'G94 [GeForce 9600 GT]', '256'),
|
||
(4781, '0631', 'G94M [GeForce GTS 160M]', '256'),
|
||
(4782, '0632', 'G94M [GeForce GTS 150M]', '256'),
|
||
(4783, '0633', 'G94 [GeForce GT 220]', '256'),
|
||
(4784, '0635', 'G94 [GeForce 9600 GSO]', '256'),
|
||
(4785, '0637', 'G94 [GeForce 9600 GT]', '256'),
|
||
(4786, '0638', 'G94GL [Quadro FX 1800]', '256'),
|
||
(4787, '063a', 'G94GLM [Quadro FX 2700M]', '256'),
|
||
(4788, '063f', 'G94 [GeForce 9600 GE]', '256'),
|
||
(4789, '0640', 'G96C [GeForce 9500 GT]', '256'),
|
||
(4790, '0641', 'G96C [GeForce 9400 GT]', '256'),
|
||
(4791, '0642', 'G96 [D9M-10]', '256'),
|
||
(4792, '0643', 'G96 [GeForce 9500 GT]', '256'),
|
||
(4793, '0644', 'G96 [GeForce 9500 GS]', '256'),
|
||
(4794, '0645', 'G96C [GeForce 9500 GS]', '256'),
|
||
(4795, '0646', 'G96C [GeForce GT 120]', '256'),
|
||
(4796, '0647', 'G96CM [GeForce 9600M GT]', '256'),
|
||
(4797, '0648', 'G96CM [GeForce 9600M GS]', '256'),
|
||
(4798, '0649', 'G96CM [GeForce 9600M GT]', '256'),
|
||
(4799, '064a', 'G96M [GeForce 9700M GT]', '256'),
|
||
(4800, '064b', 'G96M [GeForce 9500M G]', '256'),
|
||
(4801, '064c', 'G96CM [GeForce 9650M GT]', '256'),
|
||
(4802, '064e', 'G96C [GeForce 9600 GSO / 9800 GT]', '256'),
|
||
(4803, '0651', 'G96CM [GeForce G 110M]', '256'),
|
||
(4804, '0652', 'G96CM [GeForce GT 130M]', '256'),
|
||
(4805, '0653', 'G96CM [GeForce GT 120M]', '256'),
|
||
(4806, '0654', 'G96CM [GeForce GT 220M]', '256'),
|
||
(4807, '0655', 'G96 [GeForce GT 120 Mac Edition]', '256'),
|
||
(4808, '0656', 'G96 [GeForce GT 120 Mac Edition]', '256'),
|
||
(4809, '0658', 'G96GL [Quadro FX 380]', '256'),
|
||
(4810, '0659', 'G96CGL [Quadro FX 580]', '256'),
|
||
(4811, '065a', 'G96GLM [Quadro FX 1700M]', '256'),
|
||
(4812, '065b', 'G96C [GeForce 9400 GT]', '256'),
|
||
(4813, '065c', 'G96GLM [Quadro FX 770M]', '256'),
|
||
(4814, '065d', 'G96 [GeForce 9500 GA / 9600 GT / GTS 250]', '256'),
|
||
(4815, '065f', 'G96C [GeForce G210]', '256'),
|
||
(4816, '06c0', 'GF100 [GeForce GTX 480]', '256'),
|
||
(4817, '06c4', 'GF100 [GeForce GTX 465]', '256'),
|
||
(4818, '06ca', 'GF100M [GeForce GTX 480M]', '256'),
|
||
(4819, '06cb', 'GF100 [GeForce GTX 480]', '256'),
|
||
(4820, '06cd', 'GF100 [GeForce GTX 470]', '256'),
|
||
(4821, '06d0', 'GF100GL', '256'),
|
||
(4822, '06d1', 'GF100GL [Tesla C2050 / C2070]', '256'),
|
||
(4823, '06d2', 'GF100GL [Tesla M2070]', '256'),
|
||
(4824, '06d8', 'GF100GL [Quadro 6000]', '256'),
|
||
(4825, '06d9', 'GF100GL [Quadro 5000]', '256'),
|
||
(4826, '06da', 'GF100GLM [Quadro 5000M]', '256'),
|
||
(4827, '06dc', 'GF100GL [Quadro 6000]', '256'),
|
||
(4828, '06dd', 'GF100GL [Quadro 4000]', '256'),
|
||
(4829, '06de', 'GF100GL [Tesla T20 Processor]', '256'),
|
||
(4830, '06df', 'GF100GL [Tesla M2070-Q]', '256'),
|
||
(4831, '06e0', 'G98 [GeForce 9300 GE]', '256'),
|
||
(4832, '06e1', 'G98 [GeForce 9300 GS]', '256'),
|
||
(4833, '06e2', 'G98 [GeForce 8400]', '256'),
|
||
(4834, '06e3', 'G98 [GeForce 8300 GS]', '256'),
|
||
(4835, '06e4', 'G98 [GeForce 8400 GS Rev. 2]', '256'),
|
||
(4836, '06e5', 'G98M [GeForce 9300M GS]', '256'),
|
||
(4837, '06e6', 'G98 [GeForce G 100]', '256'),
|
||
(4838, '06e7', 'G98 [GeForce 9300 SE]', '256'),
|
||
(4839, '06e8', 'G98M [GeForce 9200M GS]', '256'),
|
||
(4840, '06e9', 'G98M [GeForce 9300M GS]', '256'),
|
||
(4841, '06ea', 'G98M [Quadro NVS 150M]', '256'),
|
||
(4842, '06eb', 'G98M [Quadro NVS 160M]', '256'),
|
||
(4843, '06ec', 'G98M [GeForce G 105M]', '256'),
|
||
(4844, '06ed', 'G98 [GeForce 9600 GT / 9800 GT]', '256'),
|
||
(4845, '06ee', 'G98 [GeForce 9600 GT / 9800 GT / GT 240]', '256'),
|
||
(4846, '06ef', 'G98M [GeForce G 103M]', '256'),
|
||
(4847, '06f1', 'G98M [GeForce G 105M]', '256'),
|
||
(4848, '06f8', 'G98 [Quadro NVS 420]', '256'),
|
||
(4849, '06f9', 'G98GL [Quadro FX 370 LP]', '256'),
|
||
(4850, '06fa', 'G98 [Quadro NVS 450]', '256'),
|
||
(4851, '06fb', 'G98GLM [Quadro FX 370M]', '256'),
|
||
(4852, '06fd', 'G98 [Quadro NVS 295]', '256'),
|
||
(4853, '06ff', 'G98 [HICx16 + Graphics]', '256'),
|
||
(4854, '0751', 'MCP78S [GeForce 8200] Memory Controller', '256'),
|
||
(4855, '0752', 'MCP78S [GeForce 8200] SMBus', '256'),
|
||
(4856, '0753', 'MCP78S [GeForce 8200] Co-Processor', '256'),
|
||
(4857, '0754', 'MCP78S [GeForce 8200] Memory Controller', '256'),
|
||
(4858, '0759', 'MCP78S [GeForce 8200] IDE', '256'),
|
||
(4859, '075a', 'MCP78S [GeForce 8200] PCI Bridge', '256'),
|
||
(4860, '075b', 'MCP78S [GeForce 8200] PCI Express Bridge', '256'),
|
||
(4861, '075c', 'MCP78S [GeForce 8200] LPC Bridge', '256'),
|
||
(4862, '075d', 'MCP78S [GeForce 8200] LPC Bridge', '256'),
|
||
(4863, '0760', 'MCP77 Ethernet', '256'),
|
||
(4864, '0761', 'MCP77 Ethernet', '256'),
|
||
(4865, '0762', 'MCP77 Ethernet', '256'),
|
||
(4866, '0763', 'MCP77 Ethernet', '256'),
|
||
(4867, '0774', 'MCP72XE/MCP72P/MCP78U/MCP78S High Definition Audio', '256'),
|
||
(4868, '0778', 'MCP78S [GeForce 8200] PCI Express Bridge', '256'),
|
||
(4869, '077a', 'MCP78S [GeForce 8200] PCI Bridge', '256'),
|
||
(4870, '077b', 'MCP78S [GeForce 8200] OHCI USB 1.1 Controller', '256'),
|
||
(4871, '077c', 'MCP78S [GeForce 8200] EHCI USB 2.0 Controller', '256'),
|
||
(4872, '077d', 'MCP78S [GeForce 8200] OHCI USB 1.1 Controller', '256'),
|
||
(4873, '077e', 'MCP78S [GeForce 8200] EHCI USB 2.0 Controller', '256'),
|
||
(4874, '07c0', 'MCP73 Host Bridge', '256'),
|
||
(4875, '07c1', 'MCP73 Host Bridge', '256'),
|
||
(4876, '07c2', 'MCP73 Host Bridge', '256'),
|
||
(4877, '07c3', 'MCP73 Host Bridge', '256'),
|
||
(4878, '07c5', 'MCP73 Host Bridge', '256'),
|
||
(4879, '07c8', 'MCP73 Memory Controller', '256'),
|
||
(4880, '07cb', 'nForce 610i/630i memory controller', '256'),
|
||
(4881, '07cd', 'nForce 610i/630i memory controller', '256'),
|
||
(4882, '07ce', 'nForce 610i/630i memory controller', '256'),
|
||
(4883, '07cf', 'nForce 610i/630i memory controller', '256'),
|
||
(4884, '07d0', 'nForce 610i/630i memory controller', '256'),
|
||
(4885, '07d1', 'nForce 610i/630i memory controller', '256'),
|
||
(4886, '07d2', 'nForce 610i/630i memory controller', '256'),
|
||
(4887, '07d3', 'nForce 610i/630i memory controller', '256'),
|
||
(4888, '07d6', 'nForce 610i/630i memory controller', '256'),
|
||
(4889, '07d7', 'MCP73 LPC Bridge', '256'),
|
||
(4890, '07d8', 'MCP73 SMBus', '256'),
|
||
(4891, '07d9', 'MCP73 Memory Controller', '256'),
|
||
(4892, '07da', 'MCP73 Co-processor', '256'),
|
||
(4893, '07dc', 'MCP73 Ethernet', '256'),
|
||
(4894, '07dd', 'MCP73 Ethernet', '256'),
|
||
(4895, '07de', 'MCP73 Ethernet', '256'),
|
||
(4896, '07df', 'MCP73 Ethernet', '256'),
|
||
(4897, '07e0', 'C73 [GeForce 7150 / nForce 630i]', '256'),
|
||
(4898, '07e1', 'C73 [GeForce 7100 / nForce 630i]', '256'),
|
||
(4899, '07e2', 'C73 [GeForce 7050 / nForce 630i]', '256'),
|
||
(4900, '07e3', 'C73 [GeForce 7050 / nForce 610i]', '256'),
|
||
(4901, '07e5', 'C73 [GeForce 7100 / nForce 620i]', '256'),
|
||
(4902, '07f0', 'MCP73 SATA Controller (IDE mode)', '256'),
|
||
(4903, '07f4', 'GeForce 7100/nForce 630i SATA', '256'),
|
||
(4904, '07f8', 'MCP73 SATA RAID Controller', '256'),
|
||
(4905, '07fc', 'MCP73 High Definition Audio', '256'),
|
||
(4906, '07fe', 'MCP73 OHCI USB 1.1 Controller', '256'),
|
||
(4907, '0840', 'C77 [GeForce 8200M]', '256'),
|
||
(4908, '0844', 'C77 [GeForce 9100M G]', '256'),
|
||
(4909, '0845', 'C77 [GeForce 8200M G]', '256'),
|
||
(4910, '0846', 'C77 [GeForce 9200]', '256'),
|
||
(4911, '0847', 'C78 [GeForce 9100]', '256'),
|
||
(4912, '0848', 'C77 [GeForce 8300]', '256'),
|
||
(4913, '0849', 'C77 [GeForce 8200]', '256'),
|
||
(4914, '084a', 'C77 [nForce 730a]', '256'),
|
||
(4915, '084b', 'C77 [GeForce 8200]', '256'),
|
||
(4916, '084c', 'C77 [nForce 780a/980a SLI]', '256'),
|
||
(4917, '084d', 'C77 [nForce 750a SLI]', '256'),
|
||
(4918, '084f', 'C77 [GeForce 8100 / nForce 720a]', '256'),
|
||
(4919, '0860', 'C79 [GeForce 9300]', '256'),
|
||
(4920, '0861', 'C79 [GeForce 9400]', '256'),
|
||
(4921, '0862', 'C79 [GeForce 9400M G]', '256'),
|
||
(4922, '0863', 'C79 [GeForce 9400M]', '256'),
|
||
(4923, '0864', 'C79 [GeForce 9300]', '256'),
|
||
(4924, '0865', 'C79 [GeForce 9300 / ION]', '256'),
|
||
(4925, '0866', 'C79 [GeForce 9400M G]', '256'),
|
||
(4926, '0867', 'C79 [GeForce 9400]', '256'),
|
||
(4927, '0868', 'C79 [nForce 760i SLI]', '256'),
|
||
(4928, '0869', 'MCP7A [GeForce 9400]', '256'),
|
||
(4929, '086a', 'C79 [GeForce 9400]', '256'),
|
||
(4930, '086c', 'C79 [GeForce 9300 / nForce 730i]', '256'),
|
||
(4931, '086d', 'C79 [GeForce 9200]', '256'),
|
||
(4932, '086e', 'C79 [GeForce 9100M G]', '256'),
|
||
(4933, '086f', 'MCP79 [GeForce 8200M G]', '256'),
|
||
(4934, '0870', 'C79 [GeForce 9400M]', '256'),
|
||
(4935, '0871', 'C79 [GeForce 9200]', '256'),
|
||
(4936, '0872', 'C79 [GeForce G102M]', '256'),
|
||
(4937, '0873', 'C79 [GeForce G102M]', '256'),
|
||
(4938, '0874', 'C79 [ION]', '256'),
|
||
(4939, '0876', 'C79 [GeForce 9400M / ION]', '256'),
|
||
(4940, '087a', 'C79 [GeForce 9400]', '256'),
|
||
(4941, '087d', 'C79 [ION]', '256'),
|
||
(4942, '087e', 'C79 [ION LE]', '256'),
|
||
(4943, '087f', 'C79 [ION LE]', '256'),
|
||
(4944, '08a0', 'MCP89 [GeForce 320M]', '256'),
|
||
(4945, '08a2', 'MCP89 [GeForce 320M]', '256'),
|
||
(4946, '08a3', 'MCP89 [GeForce 320M]', '256'),
|
||
(4947, '08a4', 'MCP89 [GeForce 320M]', '256'),
|
||
(4948, '08a5', 'MCP89 [GeForce 320M]', '256'),
|
||
(4949, '0a20', 'GT216 [GeForce GT 220]', '256'),
|
||
(4950, '0a21', 'GT216M [GeForce GT 330M]', '256'),
|
||
(4951, '0a22', 'GT216 [GeForce 315]', '256'),
|
||
(4952, '0a23', 'GT216 [GeForce 210]', '256'),
|
||
(4953, '0a24', 'GT216 [GeForce 405]', '256'),
|
||
(4954, '0a26', 'GT216 [GeForce 405]', '256'),
|
||
(4955, '0a27', 'GT216 [GeForce 405]', '256'),
|
||
(4956, '0a28', 'GT216M [GeForce GT 230M]', '256'),
|
||
(4957, '0a29', 'GT216M [GeForce GT 330M]', '256'),
|
||
(4958, '0a2a', 'GT216M [GeForce GT 230M]', '256'),
|
||
(4959, '0a2b', 'GT216M [GeForce GT 330M]', '256'),
|
||
(4960, '0a2c', 'GT216M [NVS 5100M]', '256'),
|
||
(4961, '0a2d', 'GT216M [GeForce GT 320M]', '256'),
|
||
(4962, '0a30', 'GT216 [GeForce 505]', '256'),
|
||
(4963, '0a32', 'GT216 [GeForce GT 415]', '256'),
|
||
(4964, '0a34', 'GT216M [GeForce GT 240M]', '256'),
|
||
(4965, '0a35', 'GT216M [GeForce GT 325M]', '256'),
|
||
(4966, '0a38', 'GT216GL [Quadro 400]', '256'),
|
||
(4967, '0a3c', 'GT216GLM [Quadro FX 880M]', '256'),
|
||
(4968, '0a60', 'GT218 [GeForce G210]', '256'),
|
||
(4969, '0a62', 'GT218 [GeForce 205]', '256'),
|
||
(4970, '0a63', 'GT218 [GeForce 310]', '256'),
|
||
(4971, '0a64', 'GT218 [ION]', '256'),
|
||
(4972, '0a65', 'GT218 [GeForce 210]', '256'),
|
||
(4973, '0a66', 'GT218 [GeForce 310]', '256'),
|
||
(4974, '0a67', 'GT218 [GeForce 315]', '256'),
|
||
(4975, '0a68', 'GT218M [GeForce G 105M]', '256'),
|
||
(4976, '0a69', 'GT218M [GeForce G 105M]', '256'),
|
||
(4977, '0a6a', 'GT218M [NVS 2100M]', '256'),
|
||
(4978, '0a6c', 'GT218M [NVS 3100M]', '256'),
|
||
(4979, '0a6e', 'GT218M [GeForce 305M]', '256'),
|
||
(4980, '0a6f', 'GT218M [ION]', '256'),
|
||
(4981, '0a70', 'GT218M [GeForce 310M]', '256'),
|
||
(4982, '0a71', 'GT218M [GeForce 305M]', '256'),
|
||
(4983, '0a72', 'GT218M [GeForce 310M]', '256'),
|
||
(4984, '0a73', 'GT218M [GeForce 305M]', '256'),
|
||
(4985, '0a74', 'GT218M [GeForce G210M]', '256'),
|
||
(4986, '0a75', 'GT218M [GeForce 310M]', '256'),
|
||
(4987, '0a76', 'GT218M [ION 2]', '256'),
|
||
(4988, '0a78', 'GT218GL [Quadro FX 380 LP]', '256'),
|
||
(4989, '0a7a', 'GT218M [GeForce 315M]', '256'),
|
||
(4990, '0a7b', 'GT218 [GeForce 505]', '256'),
|
||
(4991, '0a7c', 'GT218GLM [Quadro FX 380M]', '256'),
|
||
(4992, '0a80', 'MCP79 Host Bridge', '256'),
|
||
(4993, '0a81', 'MCP79 Host Bridge', '256'),
|
||
(4994, '0a82', 'MCP79 Host Bridge', '256'),
|
||
(4995, '0a83', 'MCP79 Host Bridge', '256'),
|
||
(4996, '0a84', 'MCP79 Host Bridge', '256'),
|
||
(4997, '0a85', 'MCP79 Host Bridge', '256'),
|
||
(4998, '0a86', 'MCP79 Host Bridge', '256'),
|
||
(4999, '0a87', 'MCP79 Host Bridge', '256'),
|
||
(5000, '0a88', 'MCP79 Memory Controller', '256'),
|
||
(5001, '0a89', 'MCP79 Memory Controller', '256'),
|
||
(5002, '0a98', 'MCP79 Memory Controller', '256'),
|
||
(5003, '0aa0', 'MCP79 PCI Express Bridge', '256'),
|
||
(5004, '0aa2', 'MCP79 SMBus', '256'),
|
||
(5005, '0aa3', 'MCP79 Co-processor', '256'),
|
||
(5006, '0aa4', 'MCP79 Memory Controller', '256'),
|
||
(5007, '0aa5', 'MCP79 OHCI USB 1.1 Controller', '256'),
|
||
(5008, '0aa6', 'MCP79 EHCI USB 2.0 Controller', '256'),
|
||
(5009, '0aa7', 'MCP79 OHCI USB 1.1 Controller', '256'),
|
||
(5010, '0aa8', 'MCP79 OHCI USB 1.1 Controller', '256'),
|
||
(5011, '0aa9', 'MCP79 EHCI USB 2.0 Controller', '256'),
|
||
(5012, '0aaa', 'MCP79 EHCI USB 2.0 Controller', '256'),
|
||
(5013, '0aab', 'MCP79 PCI Bridge', '256'),
|
||
(5014, '0aac', 'MCP79 LPC Bridge', '256'),
|
||
(5015, '0aad', 'MCP79 LPC Bridge', '256'),
|
||
(5016, '0aae', 'MCP79 LPC Bridge', '256'),
|
||
(5017, '0aaf', 'MCP79 LPC Bridge', '256'),
|
||
(5018, '0ab0', 'MCP79 Ethernet', '256'),
|
||
(5019, '0ab1', 'MCP79 Ethernet', '256'),
|
||
(5020, '0ab2', 'MCP79 Ethernet', '256'),
|
||
(5021, '0ab3', 'MCP79 Ethernet', '256'),
|
||
(5022, '0ab4', 'MCP79 SATA Controller', '256'),
|
||
(5023, '0ab5', 'MCP79 SATA Controller', '256'),
|
||
(5024, '0ab6', 'MCP79 SATA Controller', '256'),
|
||
(5025, '0ab7', 'MCP79 SATA Controller', '256'),
|
||
(5026, '0ab8', 'MCP79 AHCI Controller', '256'),
|
||
(5027, '0ab9', 'MCP79 AHCI Controller', '256'),
|
||
(5028, '0aba', 'MCP79 AHCI Controller', '256'),
|
||
(5029, '0abb', 'MCP79 AHCI Controller', '256'),
|
||
(5030, '0abc', 'MCP79 RAID Controller', '256'),
|
||
(5031, '0abd', 'MCP79 RAID Controller', '256'),
|
||
(5032, '0abe', 'MCP79 RAID Controller', '256'),
|
||
(5033, '0abf', 'MCP79 RAID Controller', '256'),
|
||
(5034, '0ac0', 'MCP79 High Definition Audio', '256'),
|
||
(5035, '0ac1', 'MCP79 High Definition Audio', '256'),
|
||
(5036, '0ac2', 'MCP79 High Definition Audio', '256'),
|
||
(5037, '0ac3', 'MCP79 High Definition Audio', '256'),
|
||
(5038, '0ac4', 'MCP79 PCI Express Bridge', '256'),
|
||
(5039, '0ac5', 'MCP79 PCI Express Bridge', '256'),
|
||
(5040, '0ac6', 'MCP79 PCI Express Bridge', '256'),
|
||
(5041, '0ac7', 'MCP79 PCI Express Bridge', '256'),
|
||
(5042, '0ac8', 'MCP79 PCI Express Bridge', '256'),
|
||
(5043, '0ad0', 'MCP78S [GeForce 8200] SATA Controller (non-AHCI mode)', '256'),
|
||
(5044, '0ad4', 'MCP78S [GeForce 8200] AHCI Controller', '256'),
|
||
(5045, '0ad8', 'MCP78S [GeForce 8200] SATA Controller (RAID mode)', '256'),
|
||
(5046, '0be2', 'GT216 HDMI Audio Controller', '256'),
|
||
(5047, '0be3', 'High Definition Audio Controller', '256'),
|
||
(5048, '0be4', 'High Definition Audio Controller', '256'),
|
||
(5049, '0be5', 'GF100 High Definition Audio Controller', '256'),
|
||
(5050, '0be9', 'GF106 High Definition Audio Controller', '256'),
|
||
(5051, '0bea', 'GF108 High Definition Audio Controller', '256'),
|
||
(5052, '0beb', 'GF104 High Definition Audio Controller', '256'),
|
||
(5053, '0bee', 'GF116 High Definition Audio Controller', '256'),
|
||
(5054, '0bf0', 'Tegra2 PCIe x4 Bridge', '256'),
|
||
(5055, '0bf1', 'Tegra2 PCIe x2 Bridge', '256'),
|
||
(5056, '0ca0', 'GT215 [GeForce GT 330]', '256'),
|
||
(5057, '0ca2', 'GT215 [GeForce GT 320]', '256'),
|
||
(5058, '0ca3', 'GT215 [GeForce GT 240]', '256'),
|
||
(5059, '0ca4', 'GT215 [GeForce GT 340]', '256'),
|
||
(5060, '0ca5', 'GT215 [GeForce GT 220]', '256'),
|
||
(5061, '0ca7', 'GT215 [GeForce GT 330]', '256'),
|
||
(5062, '0ca8', 'GT215M [GeForce GTS 260M]', '256'),
|
||
(5063, '0ca9', 'GT215M [GeForce GTS 250M]', '256'),
|
||
(5064, '0cac', 'GT215 [GeForce GT 220/315]', '256'),
|
||
(5065, '0caf', 'GT215M [GeForce GT 335M]', '256'),
|
||
(5066, '0cb0', 'GT215M [GeForce GTS 350M]', '256'),
|
||
(5067, '0cb1', 'GT215M [GeForce GTS 360M]', '256'),
|
||
(5068, '0cbc', 'GT215GLM [Quadro FX 1800M]', '256'),
|
||
(5069, '0d60', 'MCP89 HOST Bridge', '256'),
|
||
(5070, '0d68', 'MCP89 Memory Controller', '256'),
|
||
(5071, '0d69', 'MCP89 Memory Controller', '256'),
|
||
(5072, '0d76', 'MCP89 PCI Express Bridge', '256'),
|
||
(5073, '0d79', 'MCP89 SMBus', '256'),
|
||
(5074, '0d7a', 'MCP89 Co-Processor', '256'),
|
||
(5075, '0d7b', 'MCP89 Memory Controller', '256'),
|
||
(5076, '0d7d', 'MCP89 Ethernet', '256'),
|
||
(5077, '0d80', 'MCP89 LPC Bridge', '256'),
|
||
(5078, '0d85', 'MCP89 SATA Controller', '256'),
|
||
(5079, '0d88', 'MCP89 SATA Controller (AHCI mode)', '256'),
|
||
(5080, '0d89', 'MCP89 SATA Controller (AHCI mode)', '256'),
|
||
(5081, '0d8d', 'MCP89 SATA Controller (RAID mode)', '256'),
|
||
(5082, '0d94', 'MCP89 High Definition Audio', '256'),
|
||
(5083, '0d9c', 'MCP89 OHCI USB 1.1 Controller', '256'),
|
||
(5084, '0d9d', 'MCP89 EHCI USB 2.0 Controller', '256'),
|
||
(5085, '0dc0', 'GF106 [GeForce GT 440]', '256'),
|
||
(5086, '0dc4', 'GF106 [GeForce GTS 450]', '256'),
|
||
(5087, '0dc5', 'GF106 [GeForce GTS 450 OEM]', '256'),
|
||
(5088, '0dc6', 'GF106 [GeForce GTS 450 OEM]', '256'),
|
||
(5089, '0dcd', 'GF106M [GeForce GT 555M]', '256'),
|
||
(5090, '0dce', 'GF106M [GeForce GT 555M]', '256'),
|
||
(5091, '0dd1', 'GF106M [GeForce GTX 460M]', '256'),
|
||
(5092, '0dd2', 'GF106M [GeForce GT 445M]', '256'),
|
||
(5093, '0dd3', 'GF106M [GeForce GT 435M]', '256'),
|
||
(5094, '0dd6', 'GF106M [GeForce GT 550M]', '256'),
|
||
(5095, '0dd8', 'GF106GL [Quadro 2000]', '256'),
|
||
(5096, '0dda', 'GF106GLM [Quadro 2000M]', '256'),
|
||
(5097, '0de0', 'GF108 [GeForce GT 440]', '256'),
|
||
(5098, '0de1', 'GF108 [GeForce GT 430]', '256'),
|
||
(5099, '0de2', 'GF108 [GeForce GT 420]', '256'),
|
||
(5100, '0de3', 'GF108M [GeForce GT 635M]', '256'),
|
||
(5101, '0de4', 'GF108 [GeForce GT 520]', '256'),
|
||
(5102, '0de5', 'GF108 [GeForce GT 530]', '256'),
|
||
(5103, '0de7', 'GF108 [GeForce GT 610]', '256'),
|
||
(5104, '0de8', 'GF108M [GeForce GT 620M]', '256'),
|
||
(5105, '0de9', 'GF108M [GeForce GT 620M/630M/635M/640M LE]', '256'),
|
||
(5106, '0dea', 'GF108M [GeForce 610M]', '256'),
|
||
(5107, '0deb', 'GF108M [GeForce GT 555M]', '256'),
|
||
(5108, '0dec', 'GF108M [GeForce GT 525M]', '256'),
|
||
(5109, '0ded', 'GF108M [GeForce GT 520M]', '256'),
|
||
(5110, '0dee', 'GF108M [GeForce GT 415M]', '256'),
|
||
(5111, '0def', 'GF108M [NVS 5400M]', '256'),
|
||
(5112, '0df0', 'GF108M [GeForce GT 425M]', '256'),
|
||
(5113, '0df1', 'GF108M [GeForce GT 420M]', '256'),
|
||
(5114, '0df2', 'GF108M [GeForce GT 435M]', '256'),
|
||
(5115, '0df3', 'GF108M [GeForce GT 420M]', '256'),
|
||
(5116, '0df4', 'GF108M [GeForce GT 540M]', '256'),
|
||
(5117, '0df5', 'GF108M [GeForce GT 525M]', '256'),
|
||
(5118, '0df6', 'GF108M [GeForce GT 550M]', '256'),
|
||
(5119, '0df7', 'GF108M [GeForce GT 520M]', '256'),
|
||
(5120, '0df8', 'GF108GL [Quadro 600]', '256'),
|
||
(5121, '0df9', 'GF108GLM [Quadro 500M]', '256'),
|
||
(5122, '0dfa', 'GF108GLM [Quadro 1000M]', '256'),
|
||
(5123, '0dfc', 'GF108GLM [NVS 5200M]', '256'),
|
||
(5124, '0e08', 'GF119 HDMI Audio Controller', '256'),
|
||
(5125, '0e09', 'GF110 High Definition Audio Controller', '256'),
|
||
(5126, '0e0a', 'GK104 HDMI Audio Controller', '256'),
|
||
(5127, '0e0b', 'GK106 HDMI Audio Controller', '256'),
|
||
(5128, '0e0c', 'GF114 HDMI Audio Controller', '256'),
|
||
(5129, '0e0f', 'GK208 HDMI/DP Audio Controller', '256'),
|
||
(5130, '0e12', 'TegraK1 PCIe x4 Bridge', '256'),
|
||
(5131, '0e13', 'TegraK1 PCIe x1 Bridge', '256'),
|
||
(5132, '0e1a', 'GK110 High Definition Audio Controller', '256'),
|
||
(5133, '0e1b', 'GK107 HDMI Audio Controller', '256'),
|
||
(5134, '0e1c', 'Tegra3+ PCIe x4 Bridge', '256'),
|
||
(5135, '0e1d', 'Tegra3+ PCIe x2 Bridge', '256'),
|
||
(5136, '0e22', 'GF104 [GeForce GTX 460]', '256'),
|
||
(5137, '0e23', 'GF104 [GeForce GTX 460 SE]', '256'),
|
||
(5138, '0e24', 'GF104 [GeForce GTX 460 OEM]', '256'),
|
||
(5139, '0e30', 'GF104M [GeForce GTX 470M]', '256'),
|
||
(5140, '0e31', 'GF104M [GeForce GTX 485M]', '256'),
|
||
(5141, '0e3a', 'GF104GLM [Quadro 3000M]', '256'),
|
||
(5142, '0e3b', 'GF104GLM [Quadro 4000M]', '256'),
|
||
(5143, '0f00', 'GF108 [GeForce GT 630]', '256'),
|
||
(5144, '0f01', 'GF108 [GeForce GT 620]', '256'),
|
||
(5145, '0f02', 'GF108 [GeForce GT 730]', '256'),
|
||
(5146, '0f03', 'GF108 [GeForce GT 610]', '256'),
|
||
(5147, '0f06', 'GF108 [GeForce GT 730]', '256'),
|
||
(5148, '0fb0', 'GM200 High Definition Audio', '256'),
|
||
(5149, '0fb8', 'GP108 High Definition Audio Controller', '256'),
|
||
(5150, '0fb9', 'GP107GL High Definition Audio Controller', '256'),
|
||
(5151, '0fba', 'GM206 High Definition Audio Controller', '256'),
|
||
(5152, '0fbb', 'GM204 High Definition Audio Controller', '256'),
|
||
(5153, '0fbc', 'GM107 High Definition Audio Controller [GeForce 940MX]', '256'),
|
||
(5154, '0fc0', 'GK107 [GeForce GT 640 OEM]', '256'),
|
||
(5155, '0fc1', 'GK107 [GeForce GT 640]', '256'),
|
||
(5156, '0fc2', 'GK107 [GeForce GT 630 OEM]', '256'),
|
||
(5157, '0fc5', 'GK107 [GeForce GT 1030]', '256'),
|
||
(5158, '0fc6', 'GK107 [GeForce GTX 650]', '256'),
|
||
(5159, '0fc8', 'GK107 [GeForce GT 740]', '256'),
|
||
(5160, '0fc9', 'GK107 [GeForce GT 730]', '256'),
|
||
(5161, '0fcd', 'GK107M [GeForce GT 755M]', '256'),
|
||
(5162, '0fce', 'GK107M [GeForce GT 640M LE]', '256'),
|
||
(5163, '0fd1', 'GK107M [GeForce GT 650M]', '256'),
|
||
(5164, '0fd2', 'GK107M [GeForce GT 640M]', '256'),
|
||
(5165, '0fd3', 'GK107M [GeForce GT 640M LE]', '256'),
|
||
(5166, '0fd4', 'GK107M [GeForce GTX 660M]', '256'),
|
||
(5167, '0fd5', 'GK107M [GeForce GT 650M Mac Edition]', '256'),
|
||
(5168, '0fd6', 'GK107M', '256'),
|
||
(5169, '0fd8', 'GK107M [GeForce GT 640M Mac Edition]', '256'),
|
||
(5170, '0fd9', 'GK107M [GeForce GT 645M]', '256'),
|
||
(5171, '0fdb', 'GK107M', '256'),
|
||
(5172, '0fdf', 'GK107M [GeForce GT 740M]', '256'),
|
||
(5173, '0fe0', 'GK107M [GeForce GTX 660M Mac Edition]', '256'),
|
||
(5174, '0fe1', 'GK107M [GeForce GT 730M]', '256'),
|
||
(5175, '0fe2', 'GK107M [GeForce GT 745M]', '256'),
|
||
(5176, '0fe3', 'GK107M [GeForce GT 745M]', '256'),
|
||
(5177, '0fe4', 'GK107M [GeForce GT 750M]', '256'),
|
||
(5178, '0fe5', 'GK107 [GeForce K340 USM]', '256'),
|
||
(5179, '0fe6', 'GK107 [GRID K1 NVS USM]', '256'),
|
||
(5180, '0fe7', 'GK107GL [GRID K100 vGPU]', '256'),
|
||
(5181, '0fe8', 'GK107M', '256'),
|
||
(5182, '0fe9', 'GK107M [GeForce GT 750M Mac Edition]', '256'),
|
||
(5183, '0fea', 'GK107M [GeForce GT 755M Mac Edition]', '256'),
|
||
(5184, '0fec', 'GK107M [GeForce 710A]', '256'),
|
||
(5185, '0fed', 'GK107M [GeForce 820M]', '256'),
|
||
(5186, '0fee', 'GK107M [GeForce 810M]', '256'),
|
||
(5187, '0fef', 'GK107GL [GRID K340]', '256'),
|
||
(5188, '0ff1', 'GK107 [NVS 1000]', '256'),
|
||
(5189, '0ff2', 'GK107GL [GRID K1]', '256'),
|
||
(5190, '0ff3', 'GK107GL [Quadro K420]', '256'),
|
||
(5191, '0ff5', 'GK107GL [GRID K1 Tesla USM]', '256'),
|
||
(5192, '0ff6', 'GK107GLM [Quadro K1100M]', '256'),
|
||
(5193, '0ff7', 'GK107GL [GRID K140Q vGPU]', '256'),
|
||
(5194, '0ff8', 'GK107GLM [Quadro K500M]', '256'),
|
||
(5195, '0ff9', 'GK107GL [Quadro K2000D]', '256'),
|
||
(5196, '0ffa', 'GK107GL [Quadro K600]', '256'),
|
||
(5197, '0ffb', 'GK107GLM [Quadro K2000M]', '256'),
|
||
(5198, '0ffc', 'GK107GLM [Quadro K1000M]', '256'),
|
||
(5199, '0ffd', 'GK107 [NVS 510]', '256'),
|
||
(5200, '0ffe', 'GK107GL [Quadro K2000]', '256'),
|
||
(5201, '0fff', 'GK107GL [Quadro 410]', '256'),
|
||
(5202, '1001', 'GK110B [GeForce GTX TITAN Z]', '256'),
|
||
(5203, '1003', 'GK110 [GeForce GTX Titan LE]', '256'),
|
||
(5204, '1004', 'GK110 [GeForce GTX 780]', '256'),
|
||
(5205, '1005', 'GK110 [GeForce GTX TITAN]', '256'),
|
||
(5206, '1007', 'GK110 [GeForce GTX 780 Rev. 2]', '256'),
|
||
(5207, '1008', 'GK110 [GeForce GTX 780 Ti 6GB]', '256'),
|
||
(5208, '100a', 'GK110B [GeForce GTX 780 Ti]', '256'),
|
||
(5209, '100c', 'GK110B [GeForce GTX TITAN Black]', '256'),
|
||
(5210, '101e', 'GK110GL [Tesla K20X]', '256'),
|
||
(5211, '101f', 'GK110GL [Tesla K20]', '256'),
|
||
(5212, '1020', 'GK110GL [Tesla K20X]', '256'),
|
||
(5213, '1021', 'GK110GL [Tesla K20Xm]', '256'),
|
||
(5214, '1022', 'GK110GL [Tesla K20c]', '256'),
|
||
(5215, '1023', 'GK110BGL [Tesla K40m]', '256'),
|
||
(5216, '1024', 'GK180GL [Tesla K40c]', '256'),
|
||
(5217, '1026', 'GK110GL [Tesla K20s]', '256'),
|
||
(5218, '1027', 'GK110BGL [Tesla K40st]', '256'),
|
||
(5219, '1028', 'GK110GL [Tesla K20m]', '256'),
|
||
(5220, '1029', 'GK110BGL [Tesla K40s]', '256'),
|
||
(5221, '102a', 'GK110BGL [Tesla K40t]', '256'),
|
||
(5222, '102d', 'GK210GL [Tesla K80]', '256'),
|
||
(5223, '102e', 'GK110BGL [Tesla K40d]', '256'),
|
||
(5224, '102f', 'GK110BGL [Tesla Stella Solo]', '256'),
|
||
(5225, '103a', 'GK110GL [Quadro K6000]', '256'),
|
||
(5226, '103c', 'GK110GL [Quadro K5200]', '256'),
|
||
(5227, '103f', 'GK110BGL [Tesla Stella SXM]', '256'),
|
||
(5228, '1040', 'GF119 [GeForce GT 520]', '256'),
|
||
(5229, '1042', 'GF119 [GeForce 510]', '256'),
|
||
(5230, '1045', 'GF119', '256'),
|
||
(5231, '1048', 'GF119 [GeForce 605]', '256'),
|
||
(5232, '1049', 'GF119 [GeForce GT 620 OEM]', '256'),
|
||
(5233, '104a', 'GF119 [GeForce GT 610]', '256'),
|
||
(5234, '104b', 'GF119 [GeForce GT 625 OEM]', '256'),
|
||
(5235, '104c', 'GF119 [GeForce GT 705]', '256'),
|
||
(5236, '104d', 'GF119 [GeForce GT 710]', '256'),
|
||
(5237, '1050', 'GF119M [GeForce GT 520M]', '256'),
|
||
(5238, '1051', 'GF119M [GeForce GT 520MX]', '256'),
|
||
(5239, '1052', 'GF119M [GeForce GT 520M]', '256'),
|
||
(5240, '1054', 'GF119M [GeForce 410M]', '256'),
|
||
(5241, '1055', 'GF119M [GeForce 410M]', '256'),
|
||
(5242, '1056', 'GF119M [NVS 4200M]', '256'),
|
||
(5243, '1057', 'GF119M [Quadro NVS 4200M]', '256'),
|
||
(5244, '1058', 'GF119M [GeForce 610M]', '256'),
|
||
(5245, '1059', 'GF119M [GeForce 610M]', '256'),
|
||
(5246, '105a', 'GF119M [GeForce 610M]', '256'),
|
||
(5247, '105b', 'GF119M [GeForce 705M]', '256'),
|
||
(5248, '107c', 'GF119 [NVS 315]', '256'),
|
||
(5249, '107d', 'GF119 [NVS 310]', '256'),
|
||
(5250, '1080', 'GF110 [GeForce GTX 580]', '256'),
|
||
(5251, '1081', 'GF110 [GeForce GTX 570]', '256'),
|
||
(5252, '1082', 'GF110 [GeForce GTX 560 Ti OEM]', '256'),
|
||
(5253, '1084', 'GF110 [GeForce GTX 560 OEM]', '256'),
|
||
(5254, '1086', 'GF110 [GeForce GTX 570 Rev. 2]', '256'),
|
||
(5255, '1087', 'GF110 [GeForce GTX 560 Ti 448 Cores]', '256'),
|
||
(5256, '1088', 'GF110 [GeForce GTX 590]', '256'),
|
||
(5257, '1089', 'GF110 [GeForce GTX 580 Rev. 2]', '256'),
|
||
(5258, '108b', 'GF110 [GeForce GTX 580]', '256'),
|
||
(5259, '108e', 'GF110GL [Tesla C2090]', '256'),
|
||
(5260, '1091', 'GF110GL [Tesla M2090]', '256'),
|
||
(5261, '1094', 'GF110GL [Tesla M2075]', '256'),
|
||
(5262, '1096', 'GF110GL [Tesla C2050 / C2075]', '256'),
|
||
(5263, '109a', 'GF100GLM [Quadro 5010M]', '256'),
|
||
(5264, '109b', 'GF100GL [Quadro 7000]', '256'),
|
||
(5265, '10c0', 'GT218 [GeForce 9300 GS Rev. 2]', '256'),
|
||
(5266, '10c3', 'GT218 [GeForce 8400 GS Rev. 3]', '256'),
|
||
(5267, '10c5', 'GT218 [GeForce 405]', '256'),
|
||
(5268, '10d8', 'GT218 [NVS 300]', '256'),
|
||
(5269, '10ef', 'GP102 HDMI Audio Controller', '256'),
|
||
(5270, '10f0', 'GP104 High Definition Audio Controller', '256'),
|
||
(5271, '10f1', 'GP106 High Definition Audio Controller', '256'),
|
||
(5272, '10f7', 'TU102 High Definition Audio Controller', '256'),
|
||
(5273, '10f8', 'TU104 HD Audio Controller', '256'),
|
||
(5274, '10f9', 'TU106 High Definition Audio Controller', '256'),
|
||
(5275, '1140', 'GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]', '256'),
|
||
(5276, '1180', 'GK104 [GeForce GTX 680]', '256'),
|
||
(5277, '1182', 'GK104 [GeForce GTX 760 Ti]', '256'),
|
||
(5278, '1183', 'GK104 [GeForce GTX 660 Ti]', '256'),
|
||
(5279, '1184', 'GK104 [GeForce GTX 770]', '256'),
|
||
(5280, '1185', 'GK104 [GeForce GTX 660 OEM]', '256'),
|
||
(5281, '1187', 'GK104 [GeForce GTX 760]', '256'),
|
||
(5282, '1188', 'GK104 [GeForce GTX 690]', '256'),
|
||
(5283, '1189', 'GK104 [GeForce GTX 670]', '256'),
|
||
(5284, '118a', 'GK104GL [GRID K520]', '256'),
|
||
(5285, '118b', 'GK104GL [GRID K2 GeForce USM]', '256'),
|
||
(5286, '118c', 'GK104 [GRID K2 NVS USM]', '256'),
|
||
(5287, '118d', 'GK104GL [GRID K200 vGPU]', '256'),
|
||
(5288, '118e', 'GK104 [GeForce GTX 760 OEM]', '256'),
|
||
(5289, '118f', 'GK104GL [Tesla K10]', '256'),
|
||
(5290, '1191', 'GK104 [GeForce GTX 760 Rev. 2]', '256'),
|
||
(5291, '1193', 'GK104 [GeForce GTX 760 Ti OEM]', '256'),
|
||
(5292, '1194', 'GK104GL [Tesla K8]', '256'),
|
||
(5293, '1195', 'GK104 [GeForce GTX 660 Rev. 2]', '256'),
|
||
(5294, '1198', 'GK104M [GeForce GTX 880M]', '256'),
|
||
(5295, '1199', 'GK104M [GeForce GTX 870M]', '256'),
|
||
(5296, '119a', 'GK104M [GeForce GTX 860M]', '256'),
|
||
(5297, '119d', 'GK104M [GeForce GTX 775M Mac Edition]', '256'),
|
||
(5298, '119e', 'GK104M [GeForce GTX 780M Mac Edition]', '256'),
|
||
(5299, '119f', 'GK104M [GeForce GTX 780M]', '256'),
|
||
(5300, '11a0', 'GK104M [GeForce GTX 680M]', '256'),
|
||
(5301, '11a1', 'GK104M [GeForce GTX 670MX]', '256'),
|
||
(5302, '11a2', 'GK104M [GeForce GTX 675MX Mac Edition]', '256'),
|
||
(5303, '11a3', 'GK104M [GeForce GTX 680MX]', '256'),
|
||
(5304, '11a7', 'GK104M [GeForce GTX 675MX]', '256'),
|
||
(5305, '11a9', 'GK104M [GeForce GTX 870M]', '256'),
|
||
(5306, '11af', 'GK104GLM [GRID IceCube]', '256'),
|
||
(5307, '11b0', 'GK104GL [GRID K240Q / K260Q vGPU]', '256'),
|
||
(5308, '11b1', 'GK104GL [GRID K2 Tesla USM]', '256'),
|
||
(5309, '11b4', 'GK104GL [Quadro K4200]', '256'),
|
||
(5310, '11b6', 'GK104GLM [Quadro K3100M]', '256'),
|
||
(5311, '11b7', 'GK104GLM [Quadro K4100M]', '256'),
|
||
(5312, '11b8', 'GK104GLM [Quadro K5100M]', '256'),
|
||
(5313, '11b9', 'GK104GLM', '256'),
|
||
(5314, '11ba', 'GK104GL [Quadro K5000]', '256'),
|
||
(5315, '11bb', 'GK104GL [Quadro 4100]', '256'),
|
||
(5316, '11bc', 'GK104GLM [Quadro K5000M]', '256'),
|
||
(5317, '11bd', 'GK104GLM [Quadro K4000M]', '256'),
|
||
(5318, '11be', 'GK104GLM [Quadro K3000M]', '256'),
|
||
(5319, '11bf', 'GK104GL [GRID K2]', '256'),
|
||
(5320, '11c0', 'GK106 [GeForce GTX 660]', '256'),
|
||
(5321, '11c2', 'GK106 [GeForce GTX 650 Ti Boost]', '256'),
|
||
(5322, '11c3', 'GK106 [GeForce GTX 650 Ti OEM]', '256'),
|
||
(5323, '11c4', 'GK106 [GeForce GTX 645 OEM]', '256'),
|
||
(5324, '11c5', 'GK106 [GeForce GT 740]', '256'),
|
||
(5325, '11c6', 'GK106 [GeForce GTX 650 Ti]', '256'),
|
||
(5326, '11c7', 'GK106 [GeForce GTX 750 Ti]', '256'),
|
||
(5327, '11c8', 'GK106 [GeForce GTX 650 OEM]', '256'),
|
||
(5328, '11cb', 'GK106 [GeForce GT 740]', '256'),
|
||
(5329, '11e0', 'GK106M [GeForce GTX 770M]', '256'),
|
||
(5330, '11e1', 'GK106M [GeForce GTX 765M]', '256'),
|
||
(5331, '11e2', 'GK106M [GeForce GTX 765M]', '256'),
|
||
(5332, '11e3', 'GK106M [GeForce GTX 760M]', '256'),
|
||
(5333, '11e7', 'GK106M', '256'),
|
||
(5334, '11fa', 'GK106GL [Quadro K4000]', '256'),
|
||
(5335, '11fc', 'GK106GLM [Quadro K2100M]', '256'),
|
||
(5336, '1200', 'GF114 [GeForce GTX 560 Ti]', '256'),
|
||
(5337, '1201', 'GF114 [GeForce GTX 560]', '256'),
|
||
(5338, '1202', 'GF114 [GeForce GTX 560 Ti OEM]', '256'),
|
||
(5339, '1203', 'GF114 [GeForce GTX 460 SE v2]', '256'),
|
||
(5340, '1205', 'GF114 [GeForce GTX 460 v2]', '256'),
|
||
(5341, '1206', 'GF114 [GeForce GTX 555]', '256'),
|
||
(5342, '1207', 'GF114 [GeForce GT 645 OEM]', '256'),
|
||
(5343, '1208', 'GF114 [GeForce GTX 560 SE]', '256'),
|
||
(5344, '1210', 'GF114M [GeForce GTX 570M]', '256'),
|
||
(5345, '1211', 'GF114M [GeForce GTX 580M]', '256'),
|
||
(5346, '1212', 'GF114M [GeForce GTX 675M]', '256'),
|
||
(5347, '1213', 'GF114M [GeForce GTX 670M]', '256'),
|
||
(5348, '1241', 'GF116 [GeForce GT 545 OEM]', '256'),
|
||
(5349, '1243', 'GF116 [GeForce GT 545]', '256'),
|
||
(5350, '1244', 'GF116 [GeForce GTX 550 Ti]', '256'),
|
||
(5351, '1245', 'GF116 [GeForce GTS 450 Rev. 2]', '256'),
|
||
(5352, '1246', 'GF116M [GeForce GT 550M]', '256'),
|
||
(5353, '1247', 'GF116M [GeForce GT 555M/635M]', '256'),
|
||
(5354, '1248', 'GF116M [GeForce GT 555M/635M]', '256'),
|
||
(5355, '1249', 'GF116 [GeForce GTS 450 Rev. 3]', '256'),
|
||
(5356, '124b', 'GF116 [GeForce GT 640 OEM]', '256'),
|
||
(5357, '124d', 'GF116M [GeForce GT 555M/635M]', '256'),
|
||
(5358, '1251', 'GF116M [GeForce GT 560M]', '256'),
|
||
(5359, '1280', 'GK208 [GeForce GT 635]', '256'),
|
||
(5360, '1281', 'GK208 [GeForce GT 710]', '256'),
|
||
(5361, '1282', 'GK208 [GeForce GT 640 Rev. 2]', '256'),
|
||
(5362, '1284', 'GK208 [GeForce GT 630 Rev. 2]', '256'),
|
||
(5363, '1286', 'GK208 [GeForce GT 720]', '256'),
|
||
(5364, '1287', 'GK208B [GeForce GT 730]', '256'),
|
||
(5365, '1288', 'GK208B [GeForce GT 720]', '256'),
|
||
(5366, '1289', 'GK208 [GeForce GT 710]', '256'),
|
||
(5367, '128a', 'GK208B', '256'),
|
||
(5368, '128b', 'GK208B [GeForce GT 710]', '256'),
|
||
(5369, '128c', 'GK208B', '256'),
|
||
(5370, '1290', 'GK208M [GeForce GT 730M]', '256'),
|
||
(5371, '1291', 'GK208M [GeForce GT 735M]', '256'),
|
||
(5372, '1292', 'GK208M [GeForce GT 740M]', '256'),
|
||
(5373, '1293', 'GK208M [GeForce GT 730M]', '256'),
|
||
(5374, '1294', 'GK208M [GeForce GT 740M]', '256'),
|
||
(5375, '1295', 'GK208M [GeForce 710M]', '256'),
|
||
(5376, '1296', 'GK208M [GeForce 825M]', '256'),
|
||
(5377, '1298', 'GK208M [GeForce GT 720M]', '256'),
|
||
(5378, '1299', 'GK208BM [GeForce 920M]', '256'),
|
||
(5379, '129a', 'GK208BM [GeForce 910M]', '256'),
|
||
(5380, '12a0', 'GK208', '256'),
|
||
(5381, '12b9', 'GK208GLM [Quadro K610M]', '256'),
|
||
(5382, '12ba', 'GK208GLM [Quadro K510M]', '256'),
|
||
(5383, '1340', 'GM108M [GeForce 830M]', '256'),
|
||
(5384, '1341', 'GM108M [GeForce 840M]', '256'),
|
||
(5385, '1344', 'GM108M [GeForce 845M]', '256'),
|
||
(5386, '1346', 'GM108M [GeForce 930M]', '256'),
|
||
(5387, '1347', 'GM108M [GeForce 940M]', '256'),
|
||
(5388, '1348', 'GM108M [GeForce 945M / 945A]', '256'),
|
||
(5389, '1349', 'GM108M [GeForce 930M]', '256'),
|
||
(5390, '134b', 'GM108M [GeForce 940MX]', '256'),
|
||
(5391, '134d', 'GM108M [GeForce 940MX]', '256'),
|
||
(5392, '134e', 'GM108M [GeForce 930MX]', '256'),
|
||
(5393, '134f', 'GM108M [GeForce 920MX]', '256'),
|
||
(5394, '137a', 'GM108GLM [Quadro K620M / Quadro M500M]', '256'),
|
||
(5395, '137b', 'GM108GLM [Quadro M520 Mobile]', '256'),
|
||
(5396, '137d', 'GM108M [GeForce 940A]', '256'),
|
||
(5397, '1380', 'GM107 [GeForce GTX 750 Ti]', '256'),
|
||
(5398, '1381', 'GM107 [GeForce GTX 750]', '256'),
|
||
(5399, '1382', 'GM107 [GeForce GTX 745]', '256'),
|
||
(5400, '1389', 'GM107GL [GRID M30]', '256'),
|
||
(5401, '1390', 'GM107M [GeForce 845M]', '256'),
|
||
(5402, '1391', 'GM107M [GeForce GTX 850M]', '256'),
|
||
(5403, '1392', 'GM107M [GeForce GTX 860M]', '256'),
|
||
(5404, '1393', 'GM107M [GeForce 840M]', '256'),
|
||
(5405, '1398', 'GM107M [GeForce 845M]', '256'),
|
||
(5406, '1399', 'GM107M [GeForce 945M]', '256'),
|
||
(5407, '139a', 'GM107M [GeForce GTX 950M]', '256'),
|
||
(5408, '139b', 'GM107M [GeForce GTX 960M]', '256'),
|
||
(5409, '139c', 'GM107M [GeForce 940M]', '256'),
|
||
(5410, '139d', 'GM107M [GeForce GTX 750 Ti]', '256'),
|
||
(5411, '13b0', 'GM107GLM [Quadro M2000M]', '256'),
|
||
(5412, '13b1', 'GM107GLM [Quadro M1000M]', '256'),
|
||
(5413, '13b2', 'GM107GLM [Quadro M600M]', '256'),
|
||
(5414, '13b3', 'GM107GLM [Quadro K2200M]', '256'),
|
||
(5415, '13b4', 'GM107GLM [Quadro M620 Mobile]', '256'),
|
||
(5416, '13b6', 'GM107GLM [Quadro M1200 Mobile]', '256'),
|
||
(5417, '13b9', 'GM107GL [NVS 810]', '256'),
|
||
(5418, '13ba', 'GM107GL [Quadro K2200]', '256'),
|
||
(5419, '13bb', 'GM107GL [Quadro K620]', '256'),
|
||
(5420, '13bc', 'GM107GL [Quadro K1200]', '256'),
|
||
(5421, '13bd', 'GM107GL [Tesla M10]', '256'),
|
||
(5422, '13c0', 'GM204 [GeForce GTX 980]', '256'),
|
||
(5423, '13c1', 'GM204', '256'),
|
||
(5424, '13c2', 'GM204 [GeForce GTX 970]', '256'),
|
||
(5425, '13c3', 'GM204', '256'),
|
||
(5426, '13d7', 'GM204M [GeForce GTX 980M]', '256'),
|
||
(5427, '13d8', 'GM204M [GeForce GTX 970M]', '256'),
|
||
(5428, '13d9', 'GM204M [GeForce GTX 965M]', '256'),
|
||
(5429, '13da', 'GM204M [GeForce GTX 980 Mobile]', '256'),
|
||
(5430, '13e7', 'GM204GL [GeForce GTX 980 Engineering Sample]', '256'),
|
||
(5431, '13f0', 'GM204GL [Quadro M5000]', '256'),
|
||
(5432, '13f1', 'GM204GL [Quadro M4000]', '256'),
|
||
(5433, '13f2', 'GM204GL [Tesla M60]', '256'),
|
||
(5434, '13f3', 'GM204GL [Tesla M6]', '256'),
|
||
(5435, '13f8', 'GM204GLM [Quadro M5000M / M5000 SE]', '256'),
|
||
(5436, '13f9', 'GM204GLM [Quadro M4000M]', '256'),
|
||
(5437, '13fa', 'GM204GLM [Quadro M3000M]', '256'),
|
||
(5438, '13fb', 'GM204GLM [Quadro M5500]', '256'),
|
||
(5439, '1401', 'GM206 [GeForce GTX 960]', '256'),
|
||
(5440, '1402', 'GM206 [GeForce GTX 950]', '256'),
|
||
(5441, '1404', 'GM206 [GeForce GTX 960 FAKE]', '256'),
|
||
(5442, '1406', 'GM206 [GeForce GTX 960 OEM]', '256'),
|
||
(5443, '1407', 'GM206 [GeForce GTX 750 v2]', '256'),
|
||
(5444, '1427', 'GM206M [GeForce GTX 965M]', '256'),
|
||
(5445, '1430', 'GM206GL [Quadro M2000]', '256'),
|
||
(5446, '1431', 'GM206GL [Tesla M4]', '256'),
|
||
(5447, '1436', 'GM206GLM [Quadro M2200 Mobile]', '256'),
|
||
(5448, '15f0', 'GP100GL [Quadro GP100]', '256'),
|
||
(5449, '15f1', 'GP100GL', '256'),
|
||
(5450, '15f7', 'GP100GL [Tesla P100 PCIe 12GB]', '256'),
|
||
(5451, '15f8', 'GP100GL [Tesla P100 PCIe 16GB]', '256'),
|
||
(5452, '15f9', 'GP100GL [Tesla P100 SXM2 16GB]', '256'),
|
||
(5453, '1617', 'GM204M [GeForce GTX 980M]', '256'),
|
||
(5454, '1618', 'GM204M [GeForce GTX 970M]', '256'),
|
||
(5455, '1619', 'GM204M [GeForce GTX 965M]', '256'),
|
||
(5456, '161a', 'GM204M [GeForce GTX 980 Mobile]', '256'),
|
||
(5457, '1667', 'GM204M [GeForce GTX 965M]', '256'),
|
||
(5458, '1725', 'GP100', '256'),
|
||
(5459, '172e', 'GP100', '256'),
|
||
(5460, '172f', 'GP100', '256'),
|
||
(5461, '174d', 'GM108M [GeForce MX130]', '256'),
|
||
(5462, '174e', 'GM108M [GeForce MX110]', '256'),
|
||
(5463, '1789', 'GM107GL [GRID M3-3020]', '256'),
|
||
(5464, '179c', 'GM107 [GeForce 940MX]', '256'),
|
||
(5465, '17c2', 'GM200 [GeForce GTX TITAN X]', '256'),
|
||
(5466, '17c8', 'GM200 [GeForce GTX 980 Ti]', '256'),
|
||
(5467, '17f0', 'GM200GL [Quadro M6000]', '256'),
|
||
(5468, '17f1', 'GM200GL [Quadro M6000 24GB]', '256'),
|
||
(5469, '17fd', 'GM200GL [Tesla M40]', '256'),
|
||
(5470, '1ad6', 'TU102 USB 3.1 Host Controller', '256'),
|
||
(5471, '1ad7', 'TU102 USB Type-C UCSI Controller', '256'),
|
||
(5472, '1ad8', 'TU104 USB 3.1 Host Controller', '256'),
|
||
(5473, '1ad9', 'TU104 USB Type-C UCSI Controller', '256'),
|
||
(5474, '1ada', 'TU106 USB 3.1 Host Controller', '256'),
|
||
(5475, '1adb', 'TU106 USB Type-C UCSI Controller', '256'),
|
||
(5476, '1aeb', 'TU116 High Definition Audio Controller', '256'),
|
||
(5477, '1aec', 'TU116 USB 3.1 Host Controller', '256'),
|
||
(5478, '1aed', 'TU116 USB Type-C UCSI Controller', '256'),
|
||
(5479, '1aef', 'GA102 High Definition Audio Controller', '256'),
|
||
(5480, '1b00', 'GP102 [TITAN X]', '256'),
|
||
(5481, '1b01', 'GP102 [GeForce GTX 1080 Ti 10GB]', '256'),
|
||
(5482, '1b02', 'GP102 [TITAN Xp]', '256'),
|
||
(5483, '1b04', 'GP102', '256'),
|
||
(5484, '1b06', 'GP102 [GeForce GTX 1080 Ti]', '256'),
|
||
(5485, '1b07', 'GP102 [P102-100]', '256'),
|
||
(5486, '1b30', 'GP102GL [Quadro P6000]', '256'),
|
||
(5487, '1b38', 'GP102GL [Tesla P40]', '256'),
|
||
(5488, '1b39', 'GP102GL [Tesla P10]', '256'),
|
||
(5489, '1b70', 'GP102GL', '256'),
|
||
(5490, '1b78', 'GP102GL', '256'),
|
||
(5491, '1b80', 'GP104 [GeForce GTX 1080]', '256'),
|
||
(5492, '1b81', 'GP104 [GeForce GTX 1070]', '256'),
|
||
(5493, '1b82', 'GP104 [GeForce GTX 1070 Ti]', '256'),
|
||
(5494, '1b83', 'GP104 [GeForce GTX 1060 6GB]', '256'),
|
||
(5495, '1b84', 'GP104 [GeForce GTX 1060 3GB]', '256'),
|
||
(5496, '1b87', 'GP104 [P104-100]', '256'),
|
||
(5497, '1ba0', 'GP104M [GeForce GTX 1080 Mobile]', '256'),
|
||
(5498, '1ba1', 'GP104M [GeForce GTX 1070 Mobile]', '256'),
|
||
(5499, '1ba2', 'GP104M [GeForce GTX 1070 Mobile]', '256'),
|
||
(5500, '1ba9', 'GP104M', '256'),
|
||
(5501, '1baa', 'GP104M', '256'),
|
||
(5502, '1bad', 'GP104 [GeForce GTX 1070 Engineering Sample]', '256'),
|
||
(5503, '1bb0', 'GP104GL [Quadro P5000]', '256'),
|
||
(5504, '1bb1', 'GP104GL [Quadro P4000]', '256'),
|
||
(5505, '1bb3', 'GP104GL [Tesla P4]', '256'),
|
||
(5506, '1bb4', 'GP104GL [Tesla P6]', '256'),
|
||
(5507, '1bb5', 'GP104GLM [Quadro P5200 Mobile]', '256'),
|
||
(5508, '1bb6', 'GP104GLM [Quadro P5000 Mobile]', '256'),
|
||
(5509, '1bb7', 'GP104GLM [Quadro P4000 Mobile]', '256'),
|
||
(5510, '1bb8', 'GP104GLM [Quadro P3000 Mobile]', '256'),
|
||
(5511, '1bb9', 'GP104GLM [Quadro P4200 Mobile]', '256'),
|
||
(5512, '1bbb', 'GP104GLM [Quadro P3200 Mobile]', '256'),
|
||
(5513, '1bc7', 'GP104 [P104-101]', '256'),
|
||
(5514, '1be0', 'GP104BM [GeForce GTX 1080 Mobile]', '256'),
|
||
(5515, '1be1', 'GP104BM [GeForce GTX 1070 Mobile]', '256'),
|
||
(5516, '1c00', 'GP106', '256'),
|
||
(5517, '1c01', 'GP106', '256'),
|
||
(5518, '1c02', 'GP106 [GeForce GTX 1060 3GB]', '256'),
|
||
(5519, '1c03', 'GP106 [GeForce GTX 1060 6GB]', '256'),
|
||
(5520, '1c04', 'GP106 [GeForce GTX 1060 5GB]', '256'),
|
||
(5521, '1c06', 'GP106 [GeForce GTX 1060 6GB Rev. 2]', '256'),
|
||
(5522, '1c07', 'GP106 [P106-100]', '256'),
|
||
(5523, '1c09', 'GP106 [P106-090]', '256'),
|
||
(5524, '1c20', 'GP106M [GeForce GTX 1060 Mobile]', '256'),
|
||
(5525, '1c21', 'GP106M [GeForce GTX 1050 Ti Mobile]', '256'),
|
||
(5526, '1c22', 'GP106M [GeForce GTX 1050 Mobile]', '256'),
|
||
(5527, '1c23', 'GP106M [GeForce GTX 1060 Mobile Rev. 2]', '256'),
|
||
(5528, '1c2d', 'GP106M', '256'),
|
||
(5529, '1c30', 'GP106GL [Quadro P2000]', '256'),
|
||
(5530, '1c31', 'GP106GL [Quadro P2200]', '256'),
|
||
(5531, '1c35', 'GP106M [Quadro P2000 Mobile]', '256'),
|
||
(5532, '1c36', 'GP106 [P106M]', '256'),
|
||
(5533, '1c60', 'GP106BM [GeForce GTX 1060 Mobile 6GB]', '256'),
|
||
(5534, '1c61', 'GP106BM [GeForce GTX 1050 Ti Mobile]', '256'),
|
||
(5535, '1c62', 'GP106BM [GeForce GTX 1050 Mobile]', '256'),
|
||
(5536, '1c70', 'GP106GL', '256'),
|
||
(5537, '1c81', 'GP107 [GeForce GTX 1050]', '256'),
|
||
(5538, '1c82', 'GP107 [GeForce GTX 1050 Ti]', '256'),
|
||
(5539, '1c83', 'GP107 [GeForce GTX 1050 3GB]', '256'),
|
||
(5540, '1c8c', 'GP107M [GeForce GTX 1050 Ti Mobile]', '256'),
|
||
(5541, '1c8d', 'GP107M [GeForce GTX 1050 Mobile]', '256'),
|
||
(5542, '1c8e', 'GP107M', '256'),
|
||
(5543, '1c8f', 'GP107M [GeForce GTX 1050 Ti Max-Q]', '256'),
|
||
(5544, '1c90', 'GP107M [GeForce MX150]', '256'),
|
||
(5545, '1c91', 'GP107M [GeForce GTX 1050 3 GB Max-Q]', '256'),
|
||
(5546, '1c92', 'GP107M [GeForce GTX 1050 Mobile]', '256'),
|
||
(5547, '1c94', 'GP107M [GeForce MX350]', '256'),
|
||
(5548, '1c96', 'GP107M [GeForce MX350]', '256'),
|
||
(5549, '1ca7', 'GP107GL', '256'),
|
||
(5550, '1ca8', 'GP107GL', '256'),
|
||
(5551, '1caa', 'GP107GL', '256'),
|
||
(5552, '1cb1', 'GP107GL [Quadro P1000]', '256'),
|
||
(5553, '1cb2', 'GP107GL [Quadro P600]', '256'),
|
||
(5554, '1cb3', 'GP107GL [Quadro P400]', '256'),
|
||
(5555, '1cb6', 'GP107GL [Quadro P620]', '256'),
|
||
(5556, '1cba', 'GP107GLM [Quadro P2000 Mobile]', '256'),
|
||
(5557, '1cbb', 'GP107GLM [Quadro P1000 Mobile]', '256'),
|
||
(5558, '1cbc', 'GP107GLM [Quadro P600 Mobile]', '256'),
|
||
(5559, '1cbd', 'GP107GLM [Quadro P620]', '256'),
|
||
(5560, '1ccc', 'GP107BM [GeForce GTX 1050 Ti Mobile]', '256'),
|
||
(5561, '1ccd', 'GP107BM [GeForce GTX 1050 Mobile]', '256'),
|
||
(5562, '1cfa', 'GP107GL [Quadro P2000]', '256'),
|
||
(5563, '1cfb', 'GP107GL [Quadro P1000]', '256'),
|
||
(5564, '1d01', 'GP108 [GeForce GT 1030]', '256'),
|
||
(5565, '1d10', 'GP108M [GeForce MX150]', '256'),
|
||
(5566, '1d11', 'GP108M [GeForce MX230]', '256'),
|
||
(5567, '1d12', 'GP108M [GeForce MX150]', '256'),
|
||
(5568, '1d13', 'GP108M [GeForce MX250]', '256'),
|
||
(5569, '1d16', 'GP108M [GeForce MX330]', '256'),
|
||
(5570, '1d33', 'GP108GLM [Quadro P500 Mobile]', '256'),
|
||
(5571, '1d34', 'GP108GLM [Quadro P520]', '256'),
|
||
(5572, '1d52', 'GP108BM [GeForce MX250]', '256'),
|
||
(5573, '1d56', 'GP108BM [GeForce MX330]', '256'),
|
||
(5574, '1d81', 'GV100 [TITAN V]', '256'),
|
||
(5575, '1db1', 'GV100GL [Tesla V100 SXM2 16GB]', '256'),
|
||
(5576, '1db2', 'GV100GL [Tesla V100 DGXS 16GB]', '256'),
|
||
(5577, '1db3', 'GV100GL [Tesla V100 FHHL 16GB]', '256'),
|
||
(5578, '1db4', 'GV100GL [Tesla V100 PCIe 16GB]', '256'),
|
||
(5579, '1db5', 'GV100GL [Tesla V100 SXM2 32GB]', '256'),
|
||
(5580, '1db6', 'GV100GL [Tesla V100 PCIe 32GB]', '256'),
|
||
(5581, '1db7', 'GV100GL [Tesla V100 DGXS 32GB]', '256'),
|
||
(5582, '1db8', 'GV100GL [Tesla V100 SXM3 32GB]', '256'),
|
||
(5583, '1dba', 'GV100GL [Quadro GV100]', '256'),
|
||
(5584, '1df0', 'GV100GL [Tesla PG500-216]', '256'),
|
||
(5585, '1df2', 'GV100GL [Tesla PG503-216]', '256'),
|
||
(5586, '1df5', 'GV100GL [Tesla V100 SXM2 16GB]', '256'),
|
||
(5587, '1df6', 'GV100GL [Tesla V100S PCIe 32GB]', '256'),
|
||
(5588, '1e02', 'TU102 [TITAN RTX]', '256'),
|
||
(5589, '1e04', 'TU102 [GeForce RTX 2080 Ti]', '256'),
|
||
(5590, '1e07', 'TU102 [GeForce RTX 2080 Ti Rev. A]', '256'),
|
||
(5591, '1e2d', 'TU102 [GeForce RTX 2080 Ti Engineering Sample]', '256'),
|
||
(5592, '1e2e', 'TU102 [GeForce RTX 2080 Ti 12GB Engineering Sample]', '256'),
|
||
(5593, '1e30', 'TU102GL [Quadro RTX 6000/8000]', '256'),
|
||
(5594, '1e36', 'TU102GL [Quadro RTX 6000]', '256'),
|
||
(5595, '1e37', 'TU102GL [GRID RTX T10-4/T10-8/T10-16]', '256'),
|
||
(5596, '1e38', 'TU102GL', '256'),
|
||
(5597, '1e3c', 'TU102GL', '256'),
|
||
(5598, '1e3d', 'TU102GL', '256'),
|
||
(5599, '1e3e', 'TU102GL', '256'),
|
||
(5600, '1e78', 'TU102GL [Quadro RTX 6000/8000]', '256'),
|
||
(5601, '1e81', 'TU104 [GeForce RTX 2080 SUPER]', '256'),
|
||
(5602, '1e82', 'TU104 [GeForce RTX 2080]', '256'),
|
||
(5603, '1e84', 'TU104 [GeForce RTX 2070 SUPER]', '256'),
|
||
(5604, '1e87', 'TU104 [GeForce RTX 2080 Rev. A]', '256'),
|
||
(5605, '1e89', 'TU104 [GeForce RTX 2060]', '256'),
|
||
(5606, '1e90', 'TU104M [GeForce RTX 2080 Mobile]', '256'),
|
||
(5607, '1e91', 'TU104M [GeForce RTX 2070 SUPER Mobile / Max-Q]', '256'),
|
||
(5608, '1e93', 'TU104M [GeForce RTX 2080 SUPER Mobile / Max-Q]', '256'),
|
||
(5609, '1eab', 'TU104M', '256'),
|
||
(5610, '1eae', 'TU104M', '256'),
|
||
(5611, '1eb0', 'TU104GL [Quadro RTX 5000]', '256'),
|
||
(5612, '1eb1', 'TU104GL [Quadro RTX 4000]', '256'),
|
||
(5613, '1eb5', 'TU104GLM [Quadro RTX 5000 Mobile / Max-Q]', '256'),
|
||
(5614, '1eb6', 'TU104GLM [Quadro RTX 4000 Mobile / Max-Q]', '256'),
|
||
(5615, '1eb8', 'TU104GL [Tesla T4]', '256'),
|
||
(5616, '1eb9', 'TU104GL', '256'),
|
||
(5617, '1ebe', 'TU104GL', '256'),
|
||
(5618, '1ec2', 'TU104 [GeForce RTX 2070 SUPER]', '256'),
|
||
(5619, '1ec7', 'TU104 [GeForce RTX 2070 SUPER]', '256'),
|
||
(5620, '1ed0', 'TU104BM [GeForce RTX 2080 Mobile]', '256'),
|
||
(5621, '1ed1', 'TU104BM [GeForce RTX 2070 SUPER Mobile / Max-Q]', '256'),
|
||
(5622, '1ed3', 'TU104BM [GeForce RTX 2080 SUPER Mobile / Max-Q]', '256'),
|
||
(5623, '1ef5', 'TU104GLM [Quadro RTX 5000 Mobile Refresh]', '256'),
|
||
(5624, '1f02', 'TU106 [GeForce RTX 2070]', '256'),
|
||
(5625, '1f04', 'TU106', '256'),
|
||
(5626, '1f06', 'TU106 [GeForce RTX 2060 SUPER]', '256'),
|
||
(5627, '1f07', 'TU106 [GeForce RTX 2070 Rev. A]', '256'),
|
||
(5628, '1f08', 'TU106 [GeForce RTX 2060 Rev. A]', '256'),
|
||
(5629, '1f09', 'TU106 [GeForce GTX 1660 SUPER]', '256'),
|
||
(5630, '1f0a', 'TU106 [GeForce GTX 1650]', '256'),
|
||
(5631, '1f10', 'TU106M [GeForce RTX 2070 Mobile]', '256'),
|
||
(5632, '1f11', 'TU106M [GeForce RTX 2060 Mobile]', '256'),
|
||
(5633, '1f12', 'TU106M [GeForce RTX 2060 Max-Q]', '256'),
|
||
(5634, '1f14', 'TU106M [GeForce RTX 2070 Mobile / Max-Q Refresh]', '256'),
|
||
(5635, '1f15', 'TU106M [GeForce RTX 2060 Mobile]', '256'),
|
||
(5636, '1f2e', 'TU106M', '256'),
|
||
(5637, '1f36', 'TU106GLM [Quadro RTX 3000 Mobile / Max-Q]', '256'),
|
||
(5638, '1f42', 'TU106 [GeForce RTX 2060 SUPER]', '256'),
|
||
(5639, '1f47', 'TU106 [GeForce RTX 2060 SUPER]', '256'),
|
||
(5640, '1f50', 'TU106BM [GeForce RTX 2070 Mobile / Max-Q]', '256'),
|
||
(5641, '1f51', 'TU106BM [GeForce RTX 2060 Mobile]', '256'),
|
||
(5642, '1f54', 'TU106BM [GeForce RTX 2070 Mobile]', '256'),
|
||
(5643, '1f55', 'TU106BM [GeForce RTX 2060 Mobile]', '256'),
|
||
(5644, '1f76', 'TU106GLM [Quadro RTX 3000 Mobile Refresh]', '256'),
|
||
(5645, '1f81', 'TU117', '256'),
|
||
(5646, '1f82', 'TU117 [GeForce GTX 1650]', '256'),
|
||
(5647, '1f91', 'TU117M [GeForce GTX 1650 Mobile / Max-Q]', '256'),
|
||
(5648, '1f92', 'TU117M [GeForce GTX 1650 Mobile]', '256'),
|
||
(5649, '1f94', 'TU117M [GeForce GTX 1650 Mobile]', '256'),
|
||
(5650, '1f95', 'TU117M [GeForce GTX 1650 Ti Mobile]', '256'),
|
||
(5651, '1f96', 'TU117M [GeForce GTX 1650 Mobile / Max-Q]', '256'),
|
||
(5652, '1f97', 'TU117M [GeForce MX450]', '256'),
|
||
(5653, '1f98', 'TU117M [GeForce MX450]', '256'),
|
||
(5654, '1f99', 'TU117M', '256'),
|
||
(5655, '1f9c', 'TU117M [GeForce MX450]', '256'),
|
||
(5656, '1f9d', 'TU117M [GeForce GTX 1650 Mobile / Max-Q]', '256'),
|
||
(5657, '1fae', 'TU117GL', '256'),
|
||
(5658, '1fb8', 'TU117GLM [Quadro T2000 Mobile / Max-Q]', '256'),
|
||
(5659, '1fb9', 'TU117GLM [Quadro T1000 Mobile]', '256'),
|
||
(5660, '1fbb', 'TU117GLM [Quadro T500 Mobile]', '256'),
|
||
(5661, '1fbf', 'TU117GL', '256'),
|
||
(5662, '1fd9', 'TU117BM [GeForce GTX 1650 Mobile Refresh]', '256'),
|
||
(5663, '1ff9', 'TU117GLM [Quadro T1000 Mobile]', '256'),
|
||
(5664, '20b0', 'GA100 [A100 SXM4 40GB]', '256'),
|
||
(5665, '20b1', 'GA100 [A100 PCIe 40GB]', '256'),
|
||
(5666, '20b2', 'GA100 [A100 SXM4 80GB]', '256'),
|
||
(5667, '20be', 'GA100 [GRID A100A]', '256'),
|
||
(5668, '20bf', 'GA100 [GRID A100B]', '256'),
|
||
(5669, '20f1', 'GA100 [A100 PCIe 40GB]', '256'),
|
||
(5670, '2182', 'TU116 [GeForce GTX 1660 Ti]', '256'),
|
||
(5671, '2183', 'TU116', '256'),
|
||
(5672, '2184', 'TU116 [GeForce GTX 1660]', '256'),
|
||
(5673, '2187', 'TU116 [GeForce GTX 1650 SUPER]', '256'),
|
||
(5674, '2188', 'TU116 [GeForce GTX 1650]', '256'),
|
||
(5675, '2191', 'TU116M [GeForce GTX 1660 Ti Mobile]', '256'),
|
||
(5676, '2192', 'TU116M [GeForce GTX 1650 Ti Mobile]', '256'),
|
||
(5677, '21ae', 'TU116GL', '256'),
|
||
(5678, '21bf', 'TU116GL', '256'),
|
||
(5679, '21c2', 'TU116', '256'),
|
||
(5680, '21c4', 'TU116 [GeForce GTX 1660 SUPER]', '256'),
|
||
(5681, '21d1', 'TU116BM [GeForce GTX 1660 Ti Mobile]', '256'),
|
||
(5682, '2204', 'GA102 [GeForce RTX 3090]', '256'),
|
||
(5683, '2205', 'GA102 [GeForce RTX 3080 Ti]', '256'),
|
||
(5684, '2206', 'GA102 [GeForce RTX 3080]', '256'),
|
||
(5685, '222b', 'GA102 [GeForce RTX 3090 Engineering Sample]', '256'),
|
||
(5686, '222f', 'GA102 [GeForce RTX 3080 11GB / 12GB Engineering Sample]', '256'),
|
||
(5687, '2230', 'GA102GL [RTX A6000]', '256'),
|
||
(5688, '2235', 'GA102GL [RTX A40]', '256'),
|
||
(5689, '2236', 'GA102GL', '256'),
|
||
(5690, '223f', 'GA102GL', '256'),
|
||
(5691, '228b', 'GA104 High Definition Audio Controller', '256'),
|
||
(5692, '2321', 'GA103', '256'),
|
||
(5693, '2482', 'GA104 [GeForce RTX 3070 Ti]', '256'),
|
||
(5694, '2484', 'GA104 [GeForce RTX 3070]', '256'),
|
||
(5695, '2486', 'GA104 [GeForce RTX 3060 Ti]', '256'),
|
||
(5696, '249c', 'GA104M [GeForce RTX 3080 Mobile / Max-Q 8GB/16GB]', '256'),
|
||
(5697, '249d', 'GA104M [GeForce RTX 3070 Mobile / Max-Q]', '256'),
|
||
(5698, '249f', 'GA104M', '256'),
|
||
(5699, '24ac', 'GA104 [GeForce RTX 30x0 Engineering Sample]', '256'),
|
||
(5700, '24ad', 'GA104 [GeForce RTX 3060 Engineering Sample]', '256'),
|
||
(5701, '24af', 'GA104 [GeForce RTX 3070 Engineering Sample]', '256'),
|
||
(5702, '24b6', 'GA104', '256'),
|
||
(5703, '24b8', 'GA104', '256'),
|
||
(5704, '24bf', 'GA104 [GeForce RTX 3070 Engineering Sample]', '256'),
|
||
(5705, '24dc', 'GA104M [GeForce RTX 3080 Mobile / Max-Q 8GB/16GB]', '256'),
|
||
(5706, '24dd', 'GA104M [GeForce RTX 3070 Mobile / Max-Q]', '256'),
|
||
(5707, '2501', 'GA106 [GeForce RTX 3060]', '256'),
|
||
(5708, '2503', 'GA106 [GeForce RTX 3060]', '256'),
|
||
(5709, '2505', 'GA106', '256'),
|
||
(5710, '2520', 'GA106M [GeForce RTX 3060 Mobile / Max-Q]', '256'),
|
||
(5711, '252f', 'GA106 [GeForce RTX 3060 Engineering Sample]', '256'),
|
||
(5712, '2560', 'GA106M [GeForce RTX 3060 Mobile / Max-Q]', '256'),
|
||
(5713, '2583', 'GA107 [GeForce RTX 3050]', '256'),
|
||
(5714, '25a0', 'GA107M [GeForce RTX 3050 Ti Mobile]', '256'),
|
||
(5715, '25a2', 'GA107M [GeForce RTX 3050 Mobile]', '256'),
|
||
(5716, '25a4', 'GA107', '256'),
|
||
(5717, '25af', 'GA107 [GeForce RTX 3050 Engineering Sample]', '256'),
|
||
(5718, '0720', 'OneConnect NIC (Skyhawk)', '257'),
|
||
(5719, '0722', 'OneConnect iSCSI Initiator (Skyhawk)', '257'),
|
||
(5720, '0723', 'OneConnect iSCSI Initiator + Target (Skyhawk)', '257'),
|
||
(5721, '0724', 'OneConnect FCoE Initiator (Skyhawk)', '257'),
|
||
(5722, '0728', 'OneConnect NIC (Skyhawk-VF)', '257'),
|
||
(5723, '072a', 'OneConnect iSCSI Initiator (Skyhawk-VF)', '257'),
|
||
(5724, '072b', 'OneConnect iSCSI Initiator + Target (Skyhawk-VF)', '257'),
|
||
(5725, '072c', 'OneConnect FCoE Initiator (Skyhawk-VF)', '257'),
|
||
(5726, '1ae5', 'LP6000 Fibre Channel Host Adapter', '257'),
|
||
(5727, 'e100', 'Proteus-X: LightPulse IOV Fibre Channel Host Adapter', '257'),
|
||
(5728, 'e131', 'LightPulse 8Gb/s PCIe Shared I/O Fibre Channel Adapter', '257'),
|
||
(5729, 'e180', 'Proteus-X: LightPulse IOV Fibre Channel Host Adapter', '257'),
|
||
(5730, 'e200', 'LPe15000/LPe16000 Series 8Gb/16Gb Fibre Channel Adapter', '257'),
|
||
(5731, 'e208', 'LightPulse 16Gb Fibre Channel Host Adapter (Lancer-VF)', '257'),
|
||
(5732, 'e220', 'OneConnect NIC (Lancer)', '257'),
|
||
(5733, 'e240', 'OneConnect iSCSI Initiator (Lancer)', '257'),
|
||
(5734, 'e260', 'OneConnect FCoE Initiator (Lancer)', '257'),
|
||
(5735, 'e268', 'OneConnect 10Gb FCoE Converged Network Adapter (Lancer-VF)', '257'),
|
||
(5736, 'e300', 'LPe31000/LPe32000 Series 16Gb/32Gb Fibre Channel Adapter', '257'),
|
||
(5737, 'f011', 'Saturn: LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5738, 'f015', 'Saturn: LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5739, 'f085', 'LP850 Fibre Channel Host Adapter', '257'),
|
||
(5740, 'f095', 'LP952 Fibre Channel Host Adapter', '257'),
|
||
(5741, 'f098', 'LP982 Fibre Channel Host Adapter', '257'),
|
||
(5742, 'f0a1', 'Thor LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5743, 'f0a5', 'Thor LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5744, 'f0b5', 'Viper LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5745, 'f0d1', 'Helios LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5746, 'f0d5', 'Helios LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5747, 'f0e1', 'Zephyr LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5748, 'f0e5', 'Zephyr LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5749, 'f0f5', 'Neptune LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5750, 'f100', 'LPe12000 Series 8Gb Fibre Channel Adapter', '257'),
|
||
(5751, 'f111', 'Saturn-X LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5752, 'f112', 'Saturn-X LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5753, 'f180', 'LPSe12002 EmulexSecure Fibre Channel Adapter', '257'),
|
||
(5754, 'f400', 'LPe35000/LPe36000 Series 32Gb/64Gb Fibre Channel Adapter', '257'),
|
||
(5755, 'f500', 'LPe37000/LPe38000 Series 32Gb/64Gb Fibre Channel Adapter', '257'),
|
||
(5756, 'f700', 'LP7000 Fibre Channel Host Adapter', '257'),
|
||
(5757, 'f701', 'LP7000 Fibre Channel Host Adapter Alternate ID (JX1:2-3, JX2:1-2)', '257'),
|
||
(5758, 'f800', 'LP8000 Fibre Channel Host Adapter', '257'),
|
||
(5759, 'f801', 'LP8000 Fibre Channel Host Adapter Alternate ID (JX1:2-3, JX2:1-2)', '257'),
|
||
(5760, 'f900', 'LP9000 Fibre Channel Host Adapter', '257'),
|
||
(5761, 'f901', 'LP9000 Fibre Channel Host Adapter Alternate ID (JX1:2-3, JX2:1-2)', '257'),
|
||
(5762, 'f980', 'LP9802 Fibre Channel Host Adapter', '257'),
|
||
(5763, 'f981', 'LP9802 Fibre Channel Host Adapter Alternate ID', '257'),
|
||
(5764, 'f982', 'LP9802 Fibre Channel Host Adapter Alternate ID', '257'),
|
||
(5765, 'fa00', 'Thor-X LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5766, 'fb00', 'Viper LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5767, 'fc00', 'Thor-X LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5768, 'fc10', 'Helios-X LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5769, 'fc20', 'Zephyr-X LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5770, 'fc40', 'Saturn-X: LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5771, 'fc50', 'Proteus-X: LightPulse IOV Fibre Channel Host Adapter', '257'),
|
||
(5772, 'fd00', 'Helios-X LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5773, 'fd11', 'Helios-X LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5774, 'fd12', 'Helios-X LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5775, 'fe00', 'Zephyr-X LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5776, 'fe05', 'Zephyr-X: LightPulse FCoE Adapter', '257'),
|
||
(5777, 'fe11', 'Zephyr-X LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5778, 'fe12', 'Zephyr-X LightPulse FCoE Adapter', '257'),
|
||
(5779, 'ff00', 'Neptune LightPulse Fibre Channel Host Adapter', '257'),
|
||
(5780, '5026', 'IMS5026/27/28', '258'),
|
||
(5781, '5027', 'IMS5027', '258'),
|
||
(5782, '5028', 'IMS5028', '258'),
|
||
(5783, '8849', 'IMS8849', '258'),
|
||
(5784, '8853', 'IMS8853', '258'),
|
||
(5785, '9128', 'IMS9128 [Twin turbo 128]', '258'),
|
||
(5786, '0391', 'TRM-S1040', '259'),
|
||
(5787, '690c', 'DC-690c', '259'),
|
||
(5788, 'dc29', 'DC-290', '259'),
|
||
(5789, '0000', 'CA91C042 [Universe]', '261'),
|
||
(5790, '0108', 'Tsi108 Host Bridge for Single PowerPC', '261'),
|
||
(5791, '0148', 'Tsi148 [Tempe]', '261'),
|
||
(5792, '0860', 'CA91C860 [QSpan]', '261'),
|
||
(5793, '0862', 'CA91C862A [QSpan-II]', '261'),
|
||
(5794, '8111', 'Tsi381 PCIe to PCI Bridge', '261'),
|
||
(5795, '8260', 'CA91L8200B [Dual PCI PowerSpan II]', '261'),
|
||
(5796, '8261', 'CA91L8260B [Single PCI PowerSpan II]', '261'),
|
||
(5797, 'a108', 'Tsi109 Host Bridge for Dual PowerPC', '261'),
|
||
(5798, '8029', 'Realtek 8029 Network Card', '262'),
|
||
(5799, '1072', 'INES GPIB-PCI (AMCC5920 based)', '266'),
|
||
(5800, '2011', 'Q-Motion Video Capture/Edit board', '266'),
|
||
(5801, '4750', 'S5930 [Matchmaker]', '266'),
|
||
(5802, '5920', 'S5920', '266'),
|
||
(5803, '8043', 'LANai4.x [Myrinet LANai interface chip]', '266'),
|
||
(5804, '8062', 'S5933_PARASTATION', '266'),
|
||
(5805, '807d', 'S5933 [Matchmaker]', '266'),
|
||
(5806, '8088', 'Kongsberg Spacetec Format Synchronizer', '266'),
|
||
(5807, '8089', 'Kongsberg Spacetec Serial Output Board', '266'),
|
||
(5808, '809c', 'S5933_HEPC3', '266'),
|
||
(5809, '80b9', 'Harmonix Hi-Card P8 (4x active ISDN BRI)', '266'),
|
||
(5810, '80d7', 'PCI-9112', '266'),
|
||
(5811, '80d8', 'PCI-7200', '266'),
|
||
(5812, '80d9', 'PCI-9118', '266'),
|
||
(5813, '80da', 'PCI-9812', '266'),
|
||
(5814, '80fc', 'APCI1500 Signal processing controller (16 dig. inputs + 16 dig. outputs)', '266'),
|
||
(5815, '811a', 'PCI-IEEE1355-DS-DE Interface', '266'),
|
||
(5816, '814c', 'Fastcom ESCC-PCI (Commtech, Inc.)', '266'),
|
||
(5817, '8170', 'S5933 [Matchmaker] (Chipset Development Tool)', '266'),
|
||
(5818, '81e6', 'Multimedia video controller', '266'),
|
||
(5819, '828d', 'APCI3001 Signal processing controller (up to 16 analog inputs)', '266'),
|
||
(5820, '8291', 'Fastcom 232/8-PCI (Commtech, Inc.)', '266'),
|
||
(5821, '82c4', 'Fastcom 422/4-PCI (Commtech, Inc.)', '266'),
|
||
(5822, '82c5', 'Fastcom 422/2-PCI (Commtech, Inc.)', '266'),
|
||
(5823, '82c6', 'Fastcom IG422/1-PCI (Commtech, Inc.)', '266'),
|
||
(5824, '82c7', 'Fastcom IG232/2-PCI (Commtech, Inc.)', '266'),
|
||
(5825, '82ca', 'Fastcom 232/4-PCI (Commtech, Inc.)', '266'),
|
||
(5826, '82db', 'AJA HDNTV HD SDI Framestore', '266'),
|
||
(5827, '82e2', 'Fastcom DIO24H-PCI (Commtech, Inc.)', '266'),
|
||
(5828, '8406', 'PCIcanx/PCIcan CAN interface [Kvaser AB]', '266'),
|
||
(5829, '8407', 'PCIcan II CAN interface (A1021, PCB-07, PCB-08) [Kvaser AB]', '266'),
|
||
(5830, '8851', 'S5933 on Innes Corp FM Radio Capture card', '266'),
|
||
(5831, 'e004', 'X-Gene PCIe bridge', '266'),
|
||
(5832, '1680', 'IGA-1680', '268'),
|
||
(5833, '1682', 'IGA-1682', '268'),
|
||
(5834, '1683', 'IGA-1683', '268'),
|
||
(5835, '2000', 'CyberPro 2000', '268'),
|
||
(5836, '2010', 'CyberPro 2000A', '268'),
|
||
(5837, '5000', 'CyberPro 5000', '268'),
|
||
(5838, '5050', 'CyberPro 5050', '268'),
|
||
(5839, '5202', 'CyberPro 5202', '268'),
|
||
(5840, '5252', 'CyberPro5252', '268'),
|
||
(5841, '0101', '3GA', '269'),
|
||
(5842, '8111', 'Twist3 Frame Grabber', '269'),
|
||
(5843, '0139', 'RTL-8139/8139C/8139C+ Ethernet Controller', '270'),
|
||
(5844, '3000', 'Killer E3000 2.5GbE Controller', '270'),
|
||
(5845, '5208', 'RTS5208 PCI Express Card Reader', '270'),
|
||
(5846, '5209', 'RTS5209 PCI Express Card Reader', '270'),
|
||
(5847, '5227', 'RTS5227 PCI Express Card Reader', '270'),
|
||
(5848, '5229', 'RTS5229 PCI Express Card Reader', '270'),
|
||
(5849, '522a', 'RTS522A PCI Express Card Reader', '270'),
|
||
(5850, '5249', 'RTS5249 PCI Express Card Reader', '270'),
|
||
(5851, '524a', 'RTS524A PCI Express Card Reader', '270'),
|
||
(5852, '5250', 'RTS5250 PCI Express Card Reader', '270'),
|
||
(5853, '525a', 'RTS525A PCI Express Card Reader', '270'),
|
||
(5854, '5260', 'RTS5260 PCI Express Card Reader', '270'),
|
||
(5855, '5286', 'RTS5286 PCI Express Card Reader', '270'),
|
||
(5856, '5287', 'RTL8411B PCI Express Card Reader', '270'),
|
||
(5857, '5288', 'RTS5288 PCI Express Card Reader', '270'),
|
||
(5858, '5289', 'RTL8411 PCI Express Card Reader', '270'),
|
||
(5859, '5762', 'RTS5763DL NVMe SSD Controller', '270'),
|
||
(5860, '8029', 'RTL-8029(AS)', '270'),
|
||
(5861, '8125', 'RTL8125 2.5GbE Controller', '270'),
|
||
(5862, '8129', 'RTL-8129', '270'),
|
||
(5863, '8136', 'RTL810xE PCI Express Fast Ethernet controller', '270'),
|
||
(5864, '8137', 'RTL8104E PCIe Fast Ethernet Controller', '270'),
|
||
(5865, '8138', 'RT8139 (B/C) Cardbus Fast Ethernet Adapter', '270'),
|
||
(5866, '8139', 'RTL-8100/8101L/8139 PCI Fast Ethernet Adapter', '270'),
|
||
(5867, '8161', 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller', '270'),
|
||
(5868, '8167', 'RTL-8110SC/8169SC Gigabit Ethernet', '270'),
|
||
(5869, '8168', 'RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller', '270'),
|
||
(5870, '8169', 'RTL8169 PCI Gigabit Ethernet Controller', '270'),
|
||
(5871, '816a', 'RTL8111xP UART #1', '270'),
|
||
(5872, '816b', 'RTL8111xP UART #2', '270'),
|
||
(5873, '816c', 'RTL8111xP IPMI interface', '270'),
|
||
(5874, '816d', 'RTL811x EHCI host controller', '270'),
|
||
(5875, '8171', 'RTL8191SEvA Wireless LAN Controller', '270'),
|
||
(5876, '8172', 'RTL8191SEvB Wireless LAN Controller', '270'),
|
||
(5877, '8173', 'RTL8192SE Wireless LAN Controller', '270'),
|
||
(5878, '8174', 'RTL8192SE Wireless LAN Controller', '270'),
|
||
(5879, '8176', 'RTL8188CE 802.11b/g/n WiFi Adapter', '270'),
|
||
(5880, '8177', 'RTL8191CE PCIe Wireless Network Adapter', '270'),
|
||
(5881, '8178', 'RTL8192CE PCIe Wireless Network Adapter', '270'),
|
||
(5882, '8179', 'RTL8188EE Wireless Network Adapter', '270'),
|
||
(5883, '8180', 'RTL8180L 802.11b MAC', '270'),
|
||
(5884, '8185', 'RTL-8185 IEEE 802.11a/b/g Wireless LAN Controller', '270'),
|
||
(5885, '818b', 'RTL8192EE PCIe Wireless Network Adapter', '270'),
|
||
(5886, '8190', 'RTL8190 802.11n PCI Wireless Network Adapter', '270'),
|
||
(5887, '8191', 'RTL8192CE PCIe Wireless Network Adapter', '270'),
|
||
(5888, '8192', 'RTL8192E/RTL8192SE Wireless LAN Controller', '270'),
|
||
(5889, '8193', 'RTL8192DE Wireless LAN Controller', '270'),
|
||
(5890, '8196', 'RTL8196 Integrated PCI-e Bridge', '270'),
|
||
(5891, '8197', 'SmartLAN56 56K Modem', '270'),
|
||
(5892, '8199', 'RTL8187SE Wireless LAN Controller', '270'),
|
||
(5893, '8723', 'RTL8723AE PCIe Wireless Network Adapter', '270'),
|
||
(5894, '8812', 'RTL8812AE 802.11ac PCIe Wireless Network Adapter', '270'),
|
||
(5895, '8813', 'RTL8813AE 802.11ac PCIe Wireless Network Adapter', '270'),
|
||
(5896, '8821', 'RTL8821AE 802.11ac PCIe Wireless Network Adapter', '270'),
|
||
(5897, 'b723', 'RTL8723BE PCIe Wireless Network Adapter', '270'),
|
||
(5898, 'b822', 'RTL8822BE 802.11a/b/g/n/ac WiFi adapter', '270'),
|
||
(5899, 'c821', 'RTL8821CE 802.11ac PCIe Wireless Network Adapter', '270'),
|
||
(5900, 'c822', 'RTL8822CE 802.11ac PCIe Wireless Network Adapter', '270'),
|
||
(5901, 'c82f', 'RTL8822CE 802.11ac PCIe Wireless Network Adapter', '270'),
|
||
(5902, 'd723', 'RTL8723DE 802.11b/g/n PCIe Adapter', '270'),
|
||
(5903, '7310', 'V7310', '271'),
|
||
(5904, '0001', 'EUROCOM for PCI (ECOMP)', '272'),
|
||
(5905, '0002', 'Octal E1/T1 for PCI ETP Card', '272'),
|
||
(5906, '0007', 'Default PCIe endpoint ID', '272'),
|
||
(5907, '0205', 'Wildcard TE205P', '272'),
|
||
(5908, '0210', 'Wildcard TE210P', '272'),
|
||
(5909, '0300', 'Spartan 3 Designs (Xilinx IP)', '272'),
|
||
(5910, '0314', 'Wildcard TE405P/TE410P (1st Gen)', '272'),
|
||
(5911, '0405', 'Wildcard TE405P (2nd Gen)', '272'),
|
||
(5912, '0410', 'Wildcard TE410P (2nd Gen)', '272'),
|
||
(5913, '0600', 'Xilinx 6 Designs (Xilinx IP)', '272'),
|
||
(5914, '3fc0', 'RME Digi96', '272'),
|
||
(5915, '3fc1', 'RME Digi96/8', '272'),
|
||
(5916, '3fc2', 'RME Digi96/8 Pro', '272'),
|
||
(5917, '3fc3', 'RME Digi96/8 Pad', '272'),
|
||
(5918, '3fc4', 'RME Digi9652 (Hammerfall)', '272'),
|
||
(5919, '3fc5', 'RME Hammerfall DSP', '272'),
|
||
(5920, '3fc6', 'RME Hammerfall DSP MADI', '272'),
|
||
(5921, '5005', 'Alveo U250', '272'),
|
||
(5922, '7038', 'FPGA Card XC7VX690T', '272'),
|
||
(5923, '8019', 'Memory controller', '272'),
|
||
(5924, '8380', 'Ellips ProfiXpress Profibus Master', '272'),
|
||
(5925, '8381', 'Ellips Santos Frame Grabber', '272'),
|
||
(5926, 'd154', 'Copley Controls CAN card (PCI-CAN-02)', '272'),
|
||
(5927, 'ebf0', 'SED Systems Modulator/Demodulator', '272'),
|
||
(5928, 'ebf1', 'SED Systems Audio Interface Card', '272'),
|
||
(5929, 'ebf2', 'SED Systems Common PCI Interface', '272'),
|
||
(5930, 'ebf3', 'SED Systems PCIe-AXI Bridge', '272'),
|
||
(5931, '8154', 'M815x Token Ring Adapter', '273'),
|
||
(5932, '2865', 'Tyan Thunder K8E S2865', '275'),
|
||
(5933, '5300', 'Tyan S5380 Mainboard', '275'),
|
||
(5934, 'a001', 'NDR4000 [NR4600 Bridge]', '279'),
|
||
(5935, '000c', 'TARGA 1000', '284'),
|
||
(5936, '186f', 'TH 6255', '285'),
|
||
(5937, '0003', 'Cardbus IDE Controller', '286'),
|
||
(5938, '0005', 'Cardbus SCSI CBSC II', '286'),
|
||
(5939, '0002', 'INI-920 Ultra SCSI Adapter', '291'),
|
||
(5940, '1060', 'INI-A100U2W', '291'),
|
||
(5941, '1622', 'INI-1623 PCI SATA-II Controller', '291'),
|
||
(5942, '9100', 'INI-9100/9100W', '291'),
|
||
(5943, '9400', 'INI-940 Fast Wide SCSI Adapter', '291'),
|
||
(5944, '9401', 'INI-935 Fast Wide SCSI Adapter', '291'),
|
||
(5945, '9500', 'INI-950 SCSI Adapter', '291'),
|
||
(5946, '9502', 'INI-950P Ultra Wide SCSI Adapter', '291'),
|
||
(5947, '0002', 'EMU10k1 [Sound Blaster Live! Series]', '292'),
|
||
(5948, '0003', 'SB AWE64(D)', '292'),
|
||
(5949, '0004', 'EMU10k2/CA0100/CA0102/CA10200 [Sound Blaster Audigy Series]', '292'),
|
||
(5950, '0005', 'EMU20k1 [Sound Blaster X-Fi Series]', '292'),
|
||
(5951, '0006', 'EMU10k1X / CA0103 [SB Live! OEM / SB 5.1 / Ectiva 5.1]', '292'),
|
||
(5952, '0007', 'CA0106/CA0111 [SB Live!/Audigy/X-Fi Series]', '292'),
|
||
(5953, '0008', 'CA0108/CA10300 [Sound Blaster Audigy Series]', '292'),
|
||
(5954, '0009', 'CA0110 [Sound Blaster X-Fi Xtreme Audio]', '292'),
|
||
(5955, '000b', 'EMU20k2 [Sound Blaster X-Fi Titanium Series]', '292'),
|
||
(5956, '0012', 'Sound Core3D [Sound Blaster Recon3D / Z-Series]', '292'),
|
||
(5957, '4001', 'SB Audigy FireWire Port', '292'),
|
||
(5958, '7002', 'SB Live! Game Port', '292'),
|
||
(5959, '7003', 'SB Audigy Game Port', '292'),
|
||
(5960, '7004', '[SB Live! Value] Input device controller', '292'),
|
||
(5961, '7005', 'SB Audigy LS Game Port', '292'),
|
||
(5962, '7006', '[SB X-Fi Xtreme Audio] CA0110-IBG PCIe to PCI Bridge', '292'),
|
||
(5963, '8938', 'Ectiva EV1938', '292'),
|
||
(5964, '0003', 'HPT343/345/346/363', '293'),
|
||
(5965, '0004', 'HPT366/368/370/370A/372/372N', '293'),
|
||
(5966, '0005', 'HPT372A/372N', '293'),
|
||
(5967, '0006', 'HPT302/302N', '293'),
|
||
(5968, '0007', 'HPT371/371N', '293'),
|
||
(5969, '0008', 'HPT374', '293'),
|
||
(5970, '0009', 'HPT372N', '293'),
|
||
(5971, '0620', 'RocketRAID 620 2 Port SATA-III Controller', '293'),
|
||
(5972, '0622', 'RocketRAID 622 2 Port SATA-III Controller', '293'),
|
||
(5973, '0640', 'RocketRAID 640 4 Port SATA-III Controller', '293'),
|
||
(5974, '0641', 'RocketRAID 640L 4 Port SATA-III Controller', '293'),
|
||
(5975, '0642', 'RocketRAID 642L SATA-III Controller (2 eSATA ports + 2 internal SATA ports)', '293'),
|
||
(5976, '0644', 'RocketRAID 644 4 Port SATA-III Controller (eSATA)', '293'),
|
||
(5977, '0645', 'RocketRAID 644L 4 Port SATA-III Controller (eSATA)', '293'),
|
||
(5978, '0646', 'RocketRAID 644LS SATA-III Controller (4 eSATA devices connected by 1 SAS cable)', '293'),
|
||
(5979, '1720', 'RocketRAID 1720 (2x SATA II RAID Controller)', '293'),
|
||
(5980, '1740', 'RocketRAID 1740', '293'),
|
||
(5981, '1742', 'RocketRAID 1742', '293'),
|
||
(5982, '2210', 'RocketRAID 2210 SATA-II Controller', '293'),
|
||
(5983, '2300', 'RocketRAID 230x 4 Port SATA-II Controller', '293'),
|
||
(5984, '2310', 'RocketRAID 2310 4 Port SATA-II Controller', '293'),
|
||
(5985, '2320', 'RocketRAID 2320 SATA-II Controller', '293'),
|
||
(5986, '2322', 'RocketRAID 2322 SATA-II Controller', '293'),
|
||
(5987, '2340', 'RocketRAID 2340 16 Port SATA-II Controller', '293'),
|
||
(5988, '2640', 'RocketRAID 2640 SAS/SATA Controller', '293'),
|
||
(5989, '2722', 'RocketRAID 2722', '293'),
|
||
(5990, '2740', 'RocketRAID 2740', '293'),
|
||
(5991, '2744', 'RocketRaid 2744', '293'),
|
||
(5992, '2782', 'RocketRAID 2782', '293'),
|
||
(5993, '3120', 'RocketRAID 3120', '293'),
|
||
(5994, '3220', 'RocketRAID 3220', '293'),
|
||
(5995, '3320', 'RocketRAID 3320', '293'),
|
||
(5996, '4310', 'RocketRaid 4310', '293'),
|
||
(5997, '1105', 'REALmagic Xcard MPEG 1/2/3/4 DVD Decoder', '295'),
|
||
(5998, '8300', 'REALmagic Hollywood Plus DVD Decoder', '295'),
|
||
(5999, '8400', 'EM840x REALmagic DVD/MPEG-2 Audio/Video Decoder', '295'),
|
||
(6000, '8401', 'EM8401 REALmagic DVD/MPEG-2 A/V Decoder', '295'),
|
||
(6001, '8470', 'EM8470 REALmagic DVD/MPEG-4 A/V Decoder', '295'),
|
||
(6002, '8471', 'EM8471 REALmagic DVD/MPEG-4 A/V Decoder', '295'),
|
||
(6003, '8475', 'EM8475 REALmagic DVD/MPEG-4 A/V Decoder', '295'),
|
||
(6004, '8476', 'EM8476 REALmagic DVD/MPEG-4 A/V Decoder', '295'),
|
||
(6005, '8485', 'EM8485 REALmagic DVD/MPEG-4 A/V Decoder', '295'),
|
||
(6006, '8486', 'EM8486 REALmagic DVD/MPEG-4 A/V Decoder', '295'),
|
||
(6007, 'c621', 'EM8621L Digital Media Processor', '295'),
|
||
(6008, 'c622', 'EM8622L MPEG-4.10 (H.264) and SMPTE 421M (VC-1) A/V Decoder', '295'),
|
||
(6009, '0102', 'Embedded VIA Ethernet Controller', '296'),
|
||
(6010, '0130', 'VT6305 1394.A Controller', '296'),
|
||
(6011, '0198', 'P4X600 Host Bridge', '296'),
|
||
(6012, '0204', 'K8M800 Host Bridge', '296'),
|
||
(6013, '0208', 'PT890 Host Bridge', '296'),
|
||
(6014, '0238', 'K8T890 Host Bridge', '296'),
|
||
(6015, '0258', 'PT880 Host Bridge', '296'),
|
||
(6016, '0259', 'CN333/CN400/PM880 Host Bridge', '296'),
|
||
(6017, '0269', 'KT880 Host Bridge', '296'),
|
||
(6018, '0282', 'K8T800Pro Host Bridge', '296'),
|
||
(6019, '0290', 'K8M890 Host Bridge', '296'),
|
||
(6020, '0293', 'PM896 Host Bridge', '296'),
|
||
(6021, '0296', 'P4M800 Host Bridge', '296'),
|
||
(6022, '0305', 'VT8363/8365 [KT133/KM133]', '296'),
|
||
(6023, '0308', 'PT880 Ultra/PT894 Host Bridge', '296'),
|
||
(6024, '0314', 'CN700/VN800/P4M800CE/Pro Host Bridge', '296'),
|
||
(6025, '0324', 'CX700/VX700 Host Bridge', '296'),
|
||
(6026, '0327', 'P4M890 Host Bridge', '296'),
|
||
(6027, '0336', 'K8M890CE Host Bridge', '296'),
|
||
(6028, '0340', 'PT900 Host Bridge', '296'),
|
||
(6029, '0351', 'K8T890CF Host Bridge', '296'),
|
||
(6030, '0353', 'VX800/820-Series Chipset Host-Bridge Controller', '296'),
|
||
(6031, '0364', 'CN896/VN896/P4M900 Host Bridge', '296'),
|
||
(6032, '0391', 'VT8371 [KX133]', '296'),
|
||
(6033, '0409', 'VX855/VX875 Host Bridge: Host Control', '296'),
|
||
(6034, '0410', 'VX900 Series Host Bridge: Host Control', '296'),
|
||
(6035, '0415', 'VT6415 PATA IDE Host Controller', '296'),
|
||
(6036, '0501', 'VT8501 [Apollo MVP4]', '296'),
|
||
(6037, '0505', 'VT82C505', '296'),
|
||
(6038, '0561', 'VT82C576MV', '296'),
|
||
(6039, '0571', 'VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE', '296'),
|
||
(6040, '0576', 'VT82C576 3V [Apollo Master]', '296'),
|
||
(6041, '0581', 'CX700/VX700/VX800/820-Series Serial ATA RAID-Controller', '296'),
|
||
(6042, '0585', 'VT82C585VP [Apollo VP1/VPX]', '296'),
|
||
(6043, '0586', 'VT82C586/A/B PCI-to-ISA [Apollo VP]', '296'),
|
||
(6044, '0591', 'VT8237A SATA 2-Port Controller', '296'),
|
||
(6045, '0595', 'VT82C595 [Apollo VP2]', '296'),
|
||
(6046, '0596', 'VT82C596 ISA [Mobile South]', '296'),
|
||
(6047, '0597', 'VT82C597 [Apollo VP3]', '296'),
|
||
(6048, '0598', 'VT82C598 [Apollo MVP3]', '296'),
|
||
(6049, '0601', 'VT8601 [Apollo ProMedia]', '296'),
|
||
(6050, '0605', 'VT8605 [ProSavage PM133]', '296'),
|
||
(6051, '0680', 'VT82C680 [Apollo P6]', '296'),
|
||
(6052, '0686', 'VT82C686 [Apollo Super South]', '296'),
|
||
(6053, '0691', 'VT82C693A/694x [Apollo PRO133x]', '296'),
|
||
(6054, '0693', 'VT82C693 [Apollo Pro Plus]', '296'),
|
||
(6055, '0698', 'VT82C693A [Apollo Pro133 AGP]', '296'),
|
||
(6056, '0709', 'VX11 Standard Host Bridge', '296'),
|
||
(6057, '070a', 'VX11 PCI Express Root Port', '296'),
|
||
(6058, '070b', 'VX11 PCI Express Root Port', '296'),
|
||
(6059, '070c', 'VX11 PCI Express Root Port', '296'),
|
||
(6060, '070d', 'VX11 PCI Express Root Port', '296'),
|
||
(6061, '070e', 'VX11 PCI Express Root Port', '296'),
|
||
(6062, '0926', 'VT82C926 [Amazon]', '296'),
|
||
(6063, '1000', 'VT82C570MV', '296'),
|
||
(6064, '1106', 'VT82C570MV', '296'),
|
||
(6065, '1122', 'VX800/VX820 Chrome 9 HC3 Integrated Graphics', '296'),
|
||
(6066, '1204', 'K8M800 Host Bridge', '296'),
|
||
(6067, '1208', 'PT890 Host Bridge', '296'),
|
||
(6068, '1238', 'K8T890 Host Bridge', '296'),
|
||
(6069, '1258', 'PT880 Host Bridge', '296'),
|
||
(6070, '1259', 'CN333/CN400/PM880 Host Bridge', '296'),
|
||
(6071, '1269', 'KT880 Host Bridge', '296'),
|
||
(6072, '1282', 'K8T800Pro Host Bridge', '296'),
|
||
(6073, '1290', 'K8M890 Host Bridge', '296'),
|
||
(6074, '1293', 'PM896 Host Bridge', '296'),
|
||
(6075, '1296', 'P4M800 Host Bridge', '296'),
|
||
(6076, '1308', 'PT894 Host Bridge', '296'),
|
||
(6077, '1314', 'CN700/VN800/P4M800CE/Pro Host Bridge', '296'),
|
||
(6078, '1324', 'CX700/VX700-Series Error Reporting', '296'),
|
||
(6079, '1327', 'P4M890 Host Bridge', '296'),
|
||
(6080, '1336', 'K8M890CE Host Bridge', '296'),
|
||
(6081, '1340', 'PT900 Host Bridge', '296'),
|
||
(6082, '1351', 'VT3351 Host Bridge', '296'),
|
||
(6083, '1353', 'VX800/VX820 Error Reporting', '296'),
|
||
(6084, '1364', 'CN896/VN896/P4M900 Host Bridge', '296'),
|
||
(6085, '1409', 'VX855/VX875 Error Reporting', '296'),
|
||
(6086, '1410', 'VX900 Series Error Reporting', '296'),
|
||
(6087, '1571', 'VT82C576M/VT82C586', '296'),
|
||
(6088, '1595', 'VT82C595/97 [Apollo VP2/97]', '296'),
|
||
(6089, '1732', 'VT1732 [Envy24 II] PCI Multi-Channel Audio Controller', '296'),
|
||
(6090, '2106', 'VIA Rhine Family Fast Ethernet Adapter (VT6105)', '296'),
|
||
(6091, '2204', 'K8M800 Host Bridge', '296'),
|
||
(6092, '2208', 'PT890 Host Bridge', '296'),
|
||
(6093, '2238', 'K8T890 Host Bridge', '296'),
|
||
(6094, '2258', 'PT880 Host Bridge', '296'),
|
||
(6095, '2259', 'CN333/CN400/PM880 CPU Host Bridge', '296'),
|
||
(6096, '2269', 'KT880 Host Bridge', '296'),
|
||
(6097, '2282', 'K8T800Pro Host Bridge', '296'),
|
||
(6098, '2290', 'K8M890 Host Bridge', '296'),
|
||
(6099, '2293', 'PM896 Host Bridge', '296'),
|
||
(6100, '2296', 'P4M800 Host Bridge', '296'),
|
||
(6101, '2308', 'PT894 Host Bridge', '296'),
|
||
(6102, '2314', 'CN700/VN800/P4M800CE/Pro Host Bridge', '296'),
|
||
(6103, '2324', 'CX700/VX700-Series Host Interface Control', '296'),
|
||
(6104, '2327', 'P4M890 Host Bridge', '296'),
|
||
(6105, '2336', 'K8M890CE Host Bridge', '296'),
|
||
(6106, '2340', 'PT900 Host Bridge', '296'),
|
||
(6107, '2351', 'VT3351 Host Bridge', '296'),
|
||
(6108, '2353', 'VX800/VX820 Host Bus Control', '296'),
|
||
(6109, '2364', 'CN896/VN896/P4M900 Host Bridge', '296'),
|
||
(6110, '2409', 'VX855/VX875 Host Bus Control', '296'),
|
||
(6111, '2410', 'VX900 Series CPU Bus Controller', '296'),
|
||
(6112, '287a', 'VT8251 PCI to PCI Bridge', '296'),
|
||
(6113, '287b', 'VT8251 Host Bridge', '296'),
|
||
(6114, '287c', 'VT8251 PCIE Root Port', '296'),
|
||
(6115, '287d', 'VT8251 PCIE Root Port', '296'),
|
||
(6116, '287e', 'VT8237/8251 Ultra VLINK Controller', '296'),
|
||
(6117, '3022', 'CLE266', '296'),
|
||
(6118, '3038', 'VT82xx/62xx/VX700/8x0/900 UHCI USB 1.1 Controller', '296'),
|
||
(6119, '3040', 'VT82C586B ACPI', '296'),
|
||
(6120, '3043', 'VT86C100A [Rhine]', '296'),
|
||
(6121, '3044', 'VT6306/7/8 [Fire II(M)] IEEE 1394 OHCI Controller', '296'),
|
||
(6122, '3050', 'VT82C596 Power Management', '296'),
|
||
(6123, '3051', 'VT82C596 Power Management', '296'),
|
||
(6124, '3053', 'VT6105M [Rhine-III]', '296'),
|
||
(6125, '3057', 'VT82C686 [Apollo Super ACPI]', '296'),
|
||
(6126, '3058', 'VT82C686 AC97 Audio Controller', '296'),
|
||
(6127, '3059', 'VT8233/A/8235/8237 AC97 Audio Controller', '296'),
|
||
(6128, '3065', 'VT6102/VT6103 [Rhine-II]', '296'),
|
||
(6129, '3068', 'AC\'97 Modem Controller', '296'),
|
||
(6130, '3074', 'VT8233 PCI to ISA Bridge', '296'),
|
||
(6131, '3091', 'VT8633 [Apollo Pro266]', '296'),
|
||
(6132, '3099', 'VT8366/A/7 [Apollo KT266/A/333]', '296'),
|
||
(6133, '3101', 'VT8653 Host Bridge', '296'),
|
||
(6134, '3102', 'VT8662 Host Bridge', '296'),
|
||
(6135, '3103', 'VT8615 Host Bridge', '296'),
|
||
(6136, '3104', 'USB 2.0 EHCI-Compliant Host-Controller', '296'),
|
||
(6137, '3106', 'VT6105/VT6106S [Rhine-III]', '296'),
|
||
(6138, '3108', 'K8M800/K8N800/K8N800A [S3 UniChrome Pro]', '296'),
|
||
(6139, '3109', 'VT8233C PCI to ISA Bridge', '296'),
|
||
(6140, '3112', 'VT8361 [KLE133] Host Bridge', '296'),
|
||
(6141, '3113', 'VPX/VPX2 PCI to PCI Bridge Controller', '296'),
|
||
(6142, '3116', 'VT8375 [KM266/KL266] Host Bridge', '296'),
|
||
(6143, '3118', 'CN400/PM800/PM880/PN800/PN880 [S3 UniChrome Pro]', '296'),
|
||
(6144, '3119', 'VT6120/VT6121/VT6122 Gigabit Ethernet Adapter', '296'),
|
||
(6145, '3122', 'VT8623 [Apollo CLE266] integrated CastleRock graphics', '296'),
|
||
(6146, '3123', 'VT8623 [Apollo CLE266]', '296'),
|
||
(6147, '3128', 'VT8753 [P4X266 AGP]', '296'),
|
||
(6148, '3133', 'VT3133 Host Bridge', '296'),
|
||
(6149, '3142', 'VT6651 WiFi Adapter, 802.11b', '296'),
|
||
(6150, '3147', 'VT8233A ISA Bridge', '296'),
|
||
(6151, '3148', 'P4M266 Host Bridge', '296'),
|
||
(6152, '3149', 'VIA VT6420 SATA RAID Controller', '296'),
|
||
(6153, '3156', 'P/KN266 Host Bridge', '296'),
|
||
(6154, '3157', 'CX700/VX700 [S3 UniChrome Pro]', '296'),
|
||
(6155, '3164', 'VT6410 ATA133 RAID controller', '296'),
|
||
(6156, '3168', 'P4X333/P4X400/PT800 AGP Bridge', '296'),
|
||
(6157, '3177', 'VT8235 ISA Bridge', '296'),
|
||
(6158, '3178', 'ProSavageDDR P4N333 Host Bridge', '296'),
|
||
(6159, '3188', 'VT8385 [K8T800 AGP] Host Bridge', '296'),
|
||
(6160, '3189', 'VT8377 [KT400/KT600 AGP] Host Bridge', '296'),
|
||
(6161, '31b0', 'VX11 Standard Host Bridge', '296'),
|
||
(6162, '31b1', 'VX11 Standard Host Bridge', '296'),
|
||
(6163, '31b2', 'VX11 DRAM Controller', '296'),
|
||
(6164, '31b3', 'VX11 Power Management Controller', '296'),
|
||
(6165, '31b4', 'VX11 I/O APIC', '296'),
|
||
(6166, '31b5', 'VX11 Scratch Device', '296'),
|
||
(6167, '31b7', 'VX11 Standard Host Bridge', '296'),
|
||
(6168, '31b8', 'VX11 PCI to PCI Bridge', '296'),
|
||
(6169, '3204', 'K8M800 Host Bridge', '296'),
|
||
(6170, '3205', 'VT8378 [KM400/A] Chipset Host Bridge', '296'),
|
||
(6171, '3208', 'PT890 Host Bridge', '296'),
|
||
(6172, '3213', 'VPX/VPX2 PCI to PCI Bridge Controller', '296'),
|
||
(6173, '3218', 'K8T800M Host Bridge', '296'),
|
||
(6174, '3227', 'VT8237 ISA bridge [KT600/K8T800/K8T890 South]', '296'),
|
||
(6175, '3230', 'K8M890CE/K8N890CE [Chrome 9]', '296'),
|
||
(6176, '3238', 'K8T890 Host Bridge', '296'),
|
||
(6177, '3249', 'VT6421 IDE/SATA Controller', '296'),
|
||
(6178, '324a', 'CX700/VX700 PCI to PCI Bridge', '296'),
|
||
(6179, '324b', 'CX700/VX700 Host Bridge', '296'),
|
||
(6180, '324e', 'CX700/VX700 Internal Module Bus', '296'),
|
||
(6181, '3253', 'VT6655 WiFi Adapter, 802.11a/b/g', '296'),
|
||
(6182, '3258', 'PT880 Host Bridge', '296'),
|
||
(6183, '3259', 'CN333/CN400/PM880 Host Bridge', '296'),
|
||
(6184, '3260', 'VIA Chrome9 HC IGP', '296'),
|
||
(6185, '3269', 'KT880 Host Bridge', '296'),
|
||
(6186, '3282', 'K8T800Pro Host Bridge', '296'),
|
||
(6187, '3287', 'VT8251 PCI to ISA Bridge', '296'),
|
||
(6188, '3288', 'VX900/VT8xxx High Definition Audio Controller', '296'),
|
||
(6189, '3290', 'K8M890 Host Bridge', '296'),
|
||
(6190, '3296', 'P4M800 Host Bridge', '296'),
|
||
(6191, '3324', 'CX700/VX700-Series DRAM Bus Control', '296'),
|
||
(6192, '3327', 'P4M890 Host Bridge', '296'),
|
||
(6193, '3336', 'K8M890CE Host Bridge', '296'),
|
||
(6194, '3337', 'VT8237A PCI to ISA Bridge', '296'),
|
||
(6195, '3340', 'PT900 Host Bridge', '296'),
|
||
(6196, '3343', 'P4M890 [S3 UniChrome Pro]', '296'),
|
||
(6197, '3344', 'CN700/P4M800 Pro/P4M800 CE/VN800 Graphics [S3 UniChrome Pro]', '296'),
|
||
(6198, '3349', 'VT8251 AHCI/SATA 4-Port Controller', '296'),
|
||
(6199, '3351', 'VT3351 Host Bridge', '296'),
|
||
(6200, '3353', 'VX800/820 PCI to PCI Bridge', '296'),
|
||
(6201, '3364', 'CN896/VN896/P4M900 Host Bridge', '296'),
|
||
(6202, '3365', 'VT630x IEEE 1394 Host Controller [Fire II/M]', '296'),
|
||
(6203, '3371', 'CN896/VN896/P4M900 [Chrome 9 HC]', '296'),
|
||
(6204, '3372', 'VT8237S PCI to ISA Bridge', '296'),
|
||
(6205, '337a', 'VT8237A PCI to PCI Bridge', '296'),
|
||
(6206, '337b', 'VT8237A Host Bridge', '296'),
|
||
(6207, '3403', 'VT6315 Series Firewire Controller', '296'),
|
||
(6208, '3409', 'VX855/VX875 DRAM Bus Control', '296'),
|
||
(6209, '3410', 'VX900 Series DRAM Bus Control', '296'),
|
||
(6210, '3432', 'VL800/801 xHCI USB 3.0 Controller', '296'),
|
||
(6211, '3456', 'VX11 Standard Host Bridge', '296'),
|
||
(6212, '345b', 'VX11 Miscellaneous Bus', '296'),
|
||
(6213, '3483', 'VL805/806 xHCI USB 3.0 Controller', '296'),
|
||
(6214, '3a01', 'VX11 Graphics [Chrome 645/640]', '296'),
|
||
(6215, '4149', 'VIA VT6420 (ATA133) Controller', '296'),
|
||
(6216, '4204', 'K8M800 Host Bridge', '296'),
|
||
(6217, '4208', 'PT890 Host Bridge', '296'),
|
||
(6218, '4238', 'K8T890 Host Bridge', '296'),
|
||
(6219, '4258', 'PT880 Host Bridge', '296'),
|
||
(6220, '4259', 'CN333/CN400/PM880 Host Bridge', '296'),
|
||
(6221, '4269', 'KT880 Host Bridge', '296'),
|
||
(6222, '4282', 'K8T800Pro Host Bridge', '296'),
|
||
(6223, '4290', 'K8M890 Host Bridge', '296'),
|
||
(6224, '4293', 'PM896 Host Bridge', '296'),
|
||
(6225, '4296', 'P4M800 Host Bridge', '296'),
|
||
(6226, '4308', 'PT894 Host Bridge', '296'),
|
||
(6227, '4314', 'CN700/VN800/P4M800CE/Pro Host Bridge', '296'),
|
||
(6228, '4324', 'CX700/VX700-Series Power Management and Testing Control', '296'),
|
||
(6229, '4327', 'P4M890 Host Bridge', '296'),
|
||
(6230, '4336', 'K8M890CE Host Bridge', '296'),
|
||
(6231, '4340', 'PT900 Host Bridge', '296'),
|
||
(6232, '4351', 'VT3351 Host Bridge', '296'),
|
||
(6233, '4353', 'VX800/VX820 Power Management Control', '296'),
|
||
(6234, '4364', 'CN896/VN896/P4M900 Host Bridge', '296'),
|
||
(6235, '4409', 'VX855/VX875 Power Management Control', '296'),
|
||
(6236, '4410', 'VX900 Series Power Management and Chip Testing Control', '296'),
|
||
(6237, '5030', 'VT82C596 ACPI [Apollo PRO]', '296'),
|
||
(6238, '5122', 'VX855/VX875 Chrome 9 HCM Integrated Graphics', '296'),
|
||
(6239, '5208', 'PT890 I/O APIC Interrupt Controller', '296'),
|
||
(6240, '5238', 'K8T890 I/O APIC Interrupt Controller', '296'),
|
||
(6241, '5287', 'VT8251 Serial ATA Controller', '296'),
|
||
(6242, '5290', 'K8M890 I/O APIC Interrupt Controller', '296'),
|
||
(6243, '5308', 'PT894 I/O APIC Interrupt Controller', '296'),
|
||
(6244, '5324', 'CX700M2/VX700/VX800/820-Series Serial ATA & EIDE-Controller', '296'),
|
||
(6245, '5327', 'P4M890 I/O APIC Interrupt Controller', '296'),
|
||
(6246, '5336', 'K8M890CE I/O APIC Interrupt Controller', '296'),
|
||
(6247, '5340', 'PT900 I/O APIC Interrupt Controller', '296'),
|
||
(6248, '5351', 'VT3351 I/O APIC Interrupt Controller', '296'),
|
||
(6249, '5353', 'VX800/VX820 APIC and Central Traffic Control', '296'),
|
||
(6250, '5364', 'CN896/VN896/P4M900 I/O APIC Interrupt Controller', '296'),
|
||
(6251, '5372', 'VT8237/8251 Serial ATA Controller', '296'),
|
||
(6252, '5409', 'VX855/VX875 APIC and Central Traffic Control', '296'),
|
||
(6253, '5410', 'VX900 Series APIC and Central Traffic Control', '296'),
|
||
(6254, '6100', 'VT85C100A [Rhine II]', '296'),
|
||
(6255, '6287', 'SATA RAID Controller', '296'),
|
||
(6256, '6290', 'K8M890CE Host Bridge', '296'),
|
||
(6257, '6327', 'P4M890 Security Device', '296'),
|
||
(6258, '6353', 'VX800/VX820 Scratch Registers', '296'),
|
||
(6259, '6364', 'CN896/VN896/P4M900 Security Device', '296'),
|
||
(6260, '6409', 'VX855/VX875 Scratch Registers', '296'),
|
||
(6261, '6410', 'VX900 Series Scratch Registers', '296'),
|
||
(6262, '7122', 'VX900 Graphics [Chrome9 HD]', '296'),
|
||
(6263, '7204', 'K8M800 Host Bridge', '296'),
|
||
(6264, '7205', 'KM400/KN400/P4M800 [S3 UniChrome]', '296'),
|
||
(6265, '7208', 'PT890 Host Bridge', '296'),
|
||
(6266, '7238', 'K8T890 Host Bridge', '296'),
|
||
(6267, '7258', 'PT880 Host Bridge', '296'),
|
||
(6268, '7259', 'CN333/CN400/PM880 Host Bridge', '296'),
|
||
(6269, '7269', 'KT880 Host Bridge', '296'),
|
||
(6270, '7282', 'K8T800Pro Host Bridge', '296'),
|
||
(6271, '7290', 'K8M890 Host Bridge', '296'),
|
||
(6272, '7293', 'PM896 Host Bridge', '296'),
|
||
(6273, '7296', 'P4M800 Host Bridge', '296'),
|
||
(6274, '7308', 'PT894 Host Bridge', '296'),
|
||
(6275, '7314', 'CN700/VN800/P4M800CE/Pro Host Bridge', '296'),
|
||
(6276, '7324', 'CX700/VX700-Series North-South Module Interface Control', '296'),
|
||
(6277, '7327', 'P4M890 Host Bridge', '296'),
|
||
(6278, '7336', 'K8M890CE Host Bridge', '296'),
|
||
(6279, '7340', 'PT900 Host Bridge', '296'),
|
||
(6280, '7351', 'VT3351 Host Bridge', '296'),
|
||
(6281, '7353', 'VX800/VX820 North-South Module Interface Control', '296'),
|
||
(6282, '7364', 'CN896/VN896/P4M900 Host Bridge', '296'),
|
||
(6283, '7409', 'VX855/VX875 North-South Module Interface Control', '296'),
|
||
(6284, '7410', 'VX900 Series North-South Module Interface Control', '296'),
|
||
(6285, '8231', 'VT8231 [PCI-to-ISA Bridge]', '296'),
|
||
(6286, '8235', 'VT8235 ACPI', '296'),
|
||
(6287, '8305', 'VT8363/8365 [KT133/KM133 AGP]', '296'),
|
||
(6288, '8324', 'CX700/VX700-Series Bus Control and Power Management', '296'),
|
||
(6289, '8353', 'VX800/VX820 Bus Control and Power Management', '296'),
|
||
(6290, '8391', 'VT8371 [KX133 AGP]', '296'),
|
||
(6291, '8400', 'MVP4', '296'),
|
||
(6292, '8409', 'VX855/VX875 Bus Control and Power Management', '296'),
|
||
(6293, '8410', 'VX900 Series Bus Control and Power Management', '296'),
|
||
(6294, '8500', 'KLE133/PLE133/PLE133T', '296'),
|
||
(6295, '8501', 'VT8501 [Apollo MVP4 AGP]', '296'),
|
||
(6296, '8596', 'VT82C596 [Apollo PRO AGP]', '296'),
|
||
(6297, '8597', 'VT82C597 [Apollo VP3 AGP]', '296'),
|
||
(6298, '8598', 'VT82C598/694x [Apollo MVP3/Pro133x AGP]', '296'),
|
||
(6299, '8601', 'VT8601 [Apollo ProMedia AGP]', '296'),
|
||
(6300, '8605', 'VT8605 [PM133 AGP]', '296'),
|
||
(6301, '8691', 'VT82C691 [Apollo Pro]', '296'),
|
||
(6302, '8693', 'VT82C693 [Apollo Pro Plus] PCI Bridge', '296'),
|
||
(6303, '8a25', 'PL133/PL133T [S3 ProSavage]', '296'),
|
||
(6304, '8a26', 'KL133/KL133A/KM133/KM133A [S3 ProSavage]', '296'),
|
||
(6305, '8d01', 'PN133/PN133T [S3 Twister]', '296'),
|
||
(6306, '8d04', 'KM266/P4M266/P4M266A/P4N266 [S3 ProSavageDDR]', '296'),
|
||
(6307, '9001', 'VX900 Series Serial-ATA Controller', '296'),
|
||
(6308, '9082', 'Standard AHCI 1.0 SATA Controller', '296'),
|
||
(6309, '9140', 'HDMI Audio Device', '296'),
|
||
(6310, '9201', 'USB3.0 Controller', '296'),
|
||
(6311, '9530', 'VX800/820/900 Series Secure Digital Memory Card Controller', '296'),
|
||
(6312, '95d0', 'VX800/820/900 Series SDIO Host Controller', '296'),
|
||
(6313, 'a208', 'PT890 PCI to PCI Bridge Controller', '296'),
|
||
(6314, 'a238', 'K8T890 PCI to PCI Bridge Controller', '296'),
|
||
(6315, 'a327', 'P4M890 PCI to PCI Bridge Controller', '296'),
|
||
(6316, 'a353', 'VX8xx/900 Series South-North Module Interface Control', '296'),
|
||
(6317, 'a364', 'CN896/VN896/P4M900 PCI to PCI Bridge Controller', '296'),
|
||
(6318, 'a409', 'VX855/VX875/VX900 Series USB Device Controller', '296'),
|
||
(6319, 'a410', 'VX900 Series PCI Express Root Port 0', '296'),
|
||
(6320, 'b091', 'VT8633 [Apollo Pro266 AGP]', '296'),
|
||
(6321, 'b099', 'VT8366/A/7 [Apollo KT266/A/333 AGP]', '296'),
|
||
(6322, 'b101', 'VT8653 AGP Bridge', '296'),
|
||
(6323, 'b102', 'VT8362 AGP Bridge', '296'),
|
||
(6324, 'b103', 'VT8615 AGP Bridge', '296'),
|
||
(6325, 'b112', 'VT8361 [KLE133] AGP Bridge', '296'),
|
||
(6326, 'b113', 'VPX/VPX2 I/O APIC Interrupt Controller', '296'),
|
||
(6327, 'b115', 'VT8363/8365 [KT133/KM133] PCI Bridge', '296'),
|
||
(6328, 'b168', 'VT8235 PCI Bridge', '296'),
|
||
(6329, 'b188', 'VT8237/8251 PCI bridge [K8M890/K8T800/K8T890 South]', '296'),
|
||
(6330, 'b198', 'VT8237/CX700/VX700-Series PCI to PCI Bridge', '296'),
|
||
(6331, 'b213', 'VPX/VPX2 I/O APIC Interrupt Controller', '296'),
|
||
(6332, 'b353', 'VX855/VX875/VX900 PCI to PCI Bridge', '296'),
|
||
(6333, 'b410', 'VX900 Series PCI Express Root Port 1', '296'),
|
||
(6334, 'b999', '[K8T890 North / VT8237 South] PCI Bridge', '296'),
|
||
(6335, 'c208', 'PT890 PCI to PCI Bridge Controller', '296'),
|
||
(6336, 'c238', 'K8T890 PCI to PCI Bridge Controller', '296'),
|
||
(6337, 'c327', 'P4M890 PCI to PCI Bridge Controller', '296'),
|
||
(6338, 'c340', 'PT900 PCI to PCI Bridge Controller', '296'),
|
||
(6339, 'c353', 'VX800/820-Series PCI-Express Root (PCI-to-PCI Virtual Bridge)', '296'),
|
||
(6340, 'c364', 'CN896/VN896/P4M900 PCI to PCI Bridge Controller', '296'),
|
||
(6341, 'c409', 'VX855/VX875 EIDE Controller', '296'),
|
||
(6342, 'c410', 'VX900 Series PCI Express Root Port 2', '296'),
|
||
(6343, 'd104', 'VT8237R USB UDCI Controller', '296'),
|
||
(6344, 'd208', 'PT890 PCI to PCI Bridge Controller', '296'),
|
||
(6345, 'd213', 'VPX/VPX2 PCI to PCI Bridge Controller', '296'),
|
||
(6346, 'd238', 'K8T890 PCI to PCI Bridge Controller', '296'),
|
||
(6347, 'd340', 'PT900 PCI to PCI Bridge Controller', '296'),
|
||
(6348, 'd410', 'VX900 Series PCI Express Root Port 3', '296'),
|
||
(6349, 'e208', 'PT890 PCI to PCI Bridge Controller', '296'),
|
||
(6350, 'e238', 'K8T890 PCI to PCI Bridge Controller', '296'),
|
||
(6351, 'e340', 'PT900 PCI to PCI Bridge Controller', '296'),
|
||
(6352, 'e353', 'VX800/820-Series PCI-Express Root Port 0', '296'),
|
||
(6353, 'e410', 'VX900 Series PCI Express Physical Layer Electrical Sub-block', '296'),
|
||
(6354, 'f208', 'PT890 PCI to PCI Bridge Controller', '296'),
|
||
(6355, 'f238', 'K8T890 PCI to PCI Bridge Controller', '296'),
|
||
(6356, 'f340', 'PT900 PCI to PCI Bridge Controller', '296'),
|
||
(6357, 'f353', 'VX800/820-Series PCI-Express Root Port 1', '296'),
|
||
(6358, 'f410', 'VX900 Series PCI UART Port 0-3', '296'),
|
||
(6359, '0576', 'VIA VT82C570MV [Apollo] (Wrong vendor ID!)', '297'),
|
||
(6360, '0100', 'p1690plus_AA', '298'),
|
||
(6361, '0101', 'p1690plus_AB', '298'),
|
||
(6362, '0105', 'P1690Plus', '298'),
|
||
(6363, '0108', 'P1690Plus', '298'),
|
||
(6364, '0138', 'P1690Plus', '298'),
|
||
(6365, '0139', 'P1690Plus', '298'),
|
||
(6366, '013c', 'P1690Plus', '298'),
|
||
(6367, '013d', 'P1690Plus', '298'),
|
||
(6368, '1400', 'EM110TX [EX110TX]', '299'),
|
||
(6369, '0002', 'Pirahna 2-port', '300'),
|
||
(6370, '0005', 'Tulip controller, power management, switch extender', '300'),
|
||
(6371, '0006', 'FSC PINC (I/O-APIC)', '300'),
|
||
(6372, '0015', 'FSC Multiprocessor Interrupt Controller', '300'),
|
||
(6373, '001d', 'FSC Copernicus Management Controller', '300'),
|
||
(6374, '007b', 'FSC Remote Service Controller, mailbox device', '300'),
|
||
(6375, '007c', 'FSC Remote Service Controller, shared memory device', '300'),
|
||
(6376, '007d', 'FSC Remote Service Controller, SMIC device', '300'),
|
||
(6377, '2101', 'HST SAPHIR V Primary PCI (ISDN/PMx)', '300'),
|
||
(6378, '2102', 'DSCC4 PEB/PEF 20534 DMA Supported Serial Communication Controller with 4 Channels', '300'),
|
||
(6379, '2104', 'Eicon Diva 2.02 compatible passive ISDN card', '300'),
|
||
(6380, '3141', 'SIMATIC NET CP 5611 / 5621', '300'),
|
||
(6381, '3142', 'SIMATIC NET CP 5613 / 5614', '300'),
|
||
(6382, '3143', 'SIMATIC NET CP 1613', '300'),
|
||
(6383, '4021', 'SIMATIC NET CP 5512 (Profibus and MPI Cardbus Adapter)', '300'),
|
||
(6384, '4029', 'SIMATIC NET CP 5613 A2', '300'),
|
||
(6385, '4035', 'SIMATIC NET CP 1613 A2', '300'),
|
||
(6386, '4036', 'SIMATIC NET CP 1616', '300'),
|
||
(6387, '4038', 'SIMATIC NET CP 1604', '300'),
|
||
(6388, '4069', 'SIMATIC NET CP 5623', '300'),
|
||
(6389, '407c', 'SIMATIC NET CP 5612', '300'),
|
||
(6390, '407d', 'SIMATIC NET CP 5613 A3', '300'),
|
||
(6391, '407e', 'SIMATIC NET CP 5622', '300'),
|
||
(6392, '4083', 'SIMATIC NET CP 5614 A3', '300'),
|
||
(6393, '4084', 'SIMATIC NET CP 1626', '300'),
|
||
(6394, '4942', 'FPGA I-Bus Tracer for MBD', '300'),
|
||
(6395, '6120', 'SZB6120', '300'),
|
||
(6396, '0001', 'Mpact Media Processor', '301'),
|
||
(6397, '0004', 'Mpact 2', '301'),
|
||
(6398, '6037', 'Firepower Powerized SMP I/O ASIC', '306'),
|
||
(6399, '6073', 'Firepower Powerized SMP I/O ASIC', '306'),
|
||
(6400, '2200', 'FDDI Adapter', '308'),
|
||
(6401, '2300', 'Fast Ethernet Adapter', '308'),
|
||
(6402, '2340', '4 Port Fast Ethernet Adapter', '308'),
|
||
(6403, '2400', 'ATM Adapter', '308'),
|
||
(6404, '1211', 'SMC2-1211TX', '309'),
|
||
(6405, '1216', 'EN-1216 Ethernet Adapter', '309'),
|
||
(6406, '1217', 'EN-1217 Ethernet Adapter', '309'),
|
||
(6407, '5105', '10Mbps Network card', '309'),
|
||
(6408, '9211', 'EN-1207D Fast Ethernet Adapter', '309'),
|
||
(6409, '9511', '21x4x DEC-Tulip compatible Fast Ethernet', '309'),
|
||
(6410, 'd301', 'CPWNA100 (Philips wireless PCMCIA)', '309'),
|
||
(6411, 'ec02', 'SMC 1244TX v3', '309'),
|
||
(6412, 'ee23', 'SMCWPCIT-G 108Mbps Wireless PCI adapter', '309'),
|
||
(6413, '0506', 'at76c506 802.11b Wireless Network Adaptor', '310'),
|
||
(6414, '0022', 'DT3001', '312'),
|
||
(6415, '0023', 'DT3002', '312'),
|
||
(6416, '0024', 'DT3003', '312'),
|
||
(6417, '0025', 'DT3004', '312'),
|
||
(6418, '0026', 'DT3005', '312'),
|
||
(6419, '0027', 'DT3001-PGL', '312'),
|
||
(6420, '0028', 'DT3003-PGL', '312'),
|
||
(6421, '0051', 'DT322', '312'),
|
||
(6422, '0060', 'DT340', '312'),
|
||
(6423, '0069', 'DT332', '312'),
|
||
(6424, '80c2', 'DT3162', '312'),
|
||
(6425, '9500', 'Max-1C SVGA card', '313'),
|
||
(6426, '9501', 'Max-1C image processing', '313'),
|
||
(6427, '0000', 'GDT 6000/6020/6050', '315'),
|
||
(6428, '0001', 'GDT 6000B/6010', '315'),
|
||
(6429, '0002', 'GDT 6110/6510', '315'),
|
||
(6430, '0003', 'GDT 6120/6520', '315'),
|
||
(6431, '0004', 'GDT 6530', '315'),
|
||
(6432, '0005', 'GDT 6550', '315'),
|
||
(6433, '0006', 'GDT 6117/6517', '315'),
|
||
(6434, '0007', 'GDT 6127/6527', '315'),
|
||
(6435, '0008', 'GDT 6537', '315'),
|
||
(6436, '0009', 'GDT 6557/6557-ECC', '315'),
|
||
(6437, '000a', 'GDT 6115/6515', '315'),
|
||
(6438, '000b', 'GDT 6125/6525', '315'),
|
||
(6439, '000c', 'GDT 6535', '315'),
|
||
(6440, '000d', 'GDT 6555/6555-ECC', '315'),
|
||
(6441, '0100', 'GDT 6117RP/6517RP', '315'),
|
||
(6442, '0101', 'GDT 6127RP/6527RP', '315'),
|
||
(6443, '0102', 'GDT 6537RP', '315'),
|
||
(6444, '0103', 'GDT 6557RP', '315'),
|
||
(6445, '0104', 'GDT 6111RP/6511RP', '315'),
|
||
(6446, '0105', 'GDT 6121RP/6521RP', '315'),
|
||
(6447, '0110', 'GDT 6117RD/6517RD', '315'),
|
||
(6448, '0111', 'GDT 6127RD/6527RD', '315'),
|
||
(6449, '0112', 'GDT 6537RD', '315'),
|
||
(6450, '0113', 'GDT 6557RD', '315'),
|
||
(6451, '0114', 'GDT 6111RD/6511RD', '315'),
|
||
(6452, '0115', 'GDT 6121RD/6521RD', '315'),
|
||
(6453, '0118', 'GDT 6118RD/6518RD/6618RD', '315'),
|
||
(6454, '0119', 'GDT 6128RD/6528RD/6628RD', '315'),
|
||
(6455, '011a', 'GDT 6538RD/6638RD', '315'),
|
||
(6456, '011b', 'GDT 6558RD/6658RD', '315'),
|
||
(6457, '0120', 'GDT 6117RP2/6517RP2', '315'),
|
||
(6458, '0121', 'GDT 6127RP2/6527RP2', '315'),
|
||
(6459, '0122', 'GDT 6537RP2', '315'),
|
||
(6460, '0123', 'GDT 6557RP2', '315'),
|
||
(6461, '0124', 'GDT 6111RP2/6511RP2', '315'),
|
||
(6462, '0125', 'GDT 6121RP2/6521RP2', '315'),
|
||
(6463, '0136', 'GDT 6113RS/6513RS', '315'),
|
||
(6464, '0137', 'GDT 6123RS/6523RS', '315'),
|
||
(6465, '0138', 'GDT 6118RS/6518RS/6618RS', '315'),
|
||
(6466, '0139', 'GDT 6128RS/6528RS/6628RS', '315'),
|
||
(6467, '013a', 'GDT 6538RS/6638RS', '315'),
|
||
(6468, '013b', 'GDT 6558RS/6658RS', '315'),
|
||
(6469, '013c', 'GDT 6533RS/6633RS', '315'),
|
||
(6470, '013d', 'GDT 6543RS/6643RS', '315'),
|
||
(6471, '013e', 'GDT 6553RS/6653RS', '315'),
|
||
(6472, '013f', 'GDT 6563RS/6663RS', '315'),
|
||
(6473, '0166', 'GDT 7113RN/7513RN/7613RN', '315'),
|
||
(6474, '0167', 'GDT 7123RN/7523RN/7623RN', '315'),
|
||
(6475, '0168', 'GDT 7118RN/7518RN/7518RN', '315'),
|
||
(6476, '0169', 'GDT 7128RN/7528RN/7628RN', '315'),
|
||
(6477, '016a', 'GDT 7538RN/7638RN', '315'),
|
||
(6478, '016b', 'GDT 7558RN/7658RN', '315'),
|
||
(6479, '016c', 'GDT 7533RN/7633RN', '315'),
|
||
(6480, '016d', 'GDT 7543RN/7643RN', '315'),
|
||
(6481, '016e', 'GDT 7553RN/7653RN', '315'),
|
||
(6482, '016f', 'GDT 7563RN/7663RN', '315'),
|
||
(6483, '01d6', 'GDT 4x13RZ', '315'),
|
||
(6484, '01d7', 'GDT 4x23RZ', '315'),
|
||
(6485, '01f6', 'GDT 8x13RZ', '315'),
|
||
(6486, '01f7', 'GDT 8x23RZ', '315'),
|
||
(6487, '01fc', 'GDT 8x33RZ', '315'),
|
||
(6488, '01fd', 'GDT 8x43RZ', '315'),
|
||
(6489, '01fe', 'GDT 8x53RZ', '315'),
|
||
(6490, '01ff', 'GDT 8x63RZ', '315'),
|
||
(6491, '0210', 'GDT 6519RD/6619RD', '315'),
|
||
(6492, '0211', 'GDT 6529RD/6629RD', '315'),
|
||
(6493, '0260', 'GDT 7519RN/7619RN', '315'),
|
||
(6494, '0261', 'GDT 7529RN/7629RN', '315'),
|
||
(6495, '02ff', 'GDT MAXRP', '315'),
|
||
(6496, '0300', 'GDT NEWRX', '315'),
|
||
(6497, '0301', 'GDT NEWRX2', '315'),
|
||
(6498, '0000', '155P-MF1 (FPGA)', '316'),
|
||
(6499, '0002', '155P-MF1 (ASIC)', '316'),
|
||
(6500, '0003', 'ENI-25P ATM', '316'),
|
||
(6501, '0005', 'SpeedStream (LANAI)', '316'),
|
||
(6502, '0007', 'SpeedStream ADSL', '316'),
|
||
(6503, '1020', 'SpeedStream PCI 10/100 Network Card', '316'),
|
||
(6504, '1203', 'SpeedStream 1023 Wireless PCI Adapter', '316'),
|
||
(6505, '0001', 'Powerbis Bridge', '318'),
|
||
(6506, '0001', 'IDT77201/77211 155Mbps ATM SAR Controller [NICStAR]', '319'),
|
||
(6507, '0003', 'IDT77222/77252 155Mbps ATM MICRO ABR SAR Controller', '319'),
|
||
(6508, '0004', 'IDT77V252 155Mbps ATM MICRO ABR SAR Controller', '319'),
|
||
(6509, '0005', 'IDT77V222 155Mbps ATM MICRO ABR SAR Controller', '319'),
|
||
(6510, '8018', 'PES12N3A 12-lane 3-Port PCI Express Switch', '319'),
|
||
(6511, '801c', 'PES24N3A PCI Express Switch', '319'),
|
||
(6512, '8028', 'PES4T4 PCI Express Switch', '319'),
|
||
(6513, '802b', 'PES8T5A PCI Express Switch', '319'),
|
||
(6514, '802c', 'PES16T4 PCI Express Switch', '319'),
|
||
(6515, '802d', 'PES16T7 PCI Express Switch', '319'),
|
||
(6516, '802e', 'PES24T6 PCI Express Switch', '319'),
|
||
(6517, '802f', 'PES32T8 PCI Express Switch', '319'),
|
||
(6518, '8032', 'PES48T12 PCI Express Switch', '319'),
|
||
(6519, '8034', 'PES16/22/34H16 PCI Express Switch', '319'),
|
||
(6520, '8035', 'PES32H8 PCI Express Switch', '319'),
|
||
(6521, '8036', 'PES48H12 PCI Express Switch', '319'),
|
||
(6522, '8037', 'PES64H16 PCI Express Switch', '319'),
|
||
(6523, '8039', 'PES3T3 PCI Express Switch', '319'),
|
||
(6524, '803a', 'PES4T4 PCI Express Switch', '319'),
|
||
(6525, '803c', 'PES5T5 PCI Express Switch', '319'),
|
||
(6526, '803d', 'PES6T5 PCI Express Switch', '319'),
|
||
(6527, '8048', 'PES8NT2 PCI Express Switch', '319'),
|
||
(6528, '8049', 'PES8NT2 PCI Express Switch', '319'),
|
||
(6529, '804a', 'PES8NT2 PCI Express Internal NTB', '319'),
|
||
(6530, '804b', 'PES8NT2 PCI Express External NTB', '319'),
|
||
(6531, '804c', 'PES16NT2 PCI Express Switch', '319'),
|
||
(6532, '804d', 'PES16NT2 PCI Express Switch', '319'),
|
||
(6533, '804e', 'PES16NT2 PCI Express Internal NTB', '319'),
|
||
(6534, '804f', 'PES16NT2 PCI Express External NTB', '319'),
|
||
(6535, '8058', 'PES12NT3 PCI Express Switch', '319'),
|
||
(6536, '8059', 'PES12NT3 PCI Express Switch', '319'),
|
||
(6537, '805a', 'PES12NT3 PCI Express Internal NTB', '319'),
|
||
(6538, '805b', 'PES12NT3 PCI Express External NTB', '319'),
|
||
(6539, '805c', 'PES24NT3 PCI Express Switch', '319'),
|
||
(6540, '805d', 'PES24NT3 PCI Express Switch', '319'),
|
||
(6541, '805e', 'PES24NT3 PCI Express Internal NTB', '319'),
|
||
(6542, '805f', 'PES24NT3 PCI Express External NTB', '319'),
|
||
(6543, '8060', 'PES16T4G2 PCI Express Gen2 Switch', '319'),
|
||
(6544, '8061', 'PES12T3G2 PCI Express Gen2 Switch', '319'),
|
||
(6545, '8068', 'PES6T6G2 PCI Express Gen2 Switch', '319'),
|
||
(6546, '806a', 'PES24T3G2 PCI Express Gen2 Switch', '319'),
|
||
(6547, '806c', 'PES16T4A/4T4G2 PCI Express Gen2 Switch', '319'),
|
||
(6548, '806e', 'PES24T6G2 PCI Express Gen2 Switch', '319'),
|
||
(6549, '806f', 'HIO524G2 PCI Express Gen2 Switch', '319'),
|
||
(6550, '8077', '89HPES64H16G2 64-Lane 16-Port PCIe Gen2 System Interconnect Switch', '319'),
|
||
(6551, '8088', 'PES32NT8BG2 PCI Express Switch', '319'),
|
||
(6552, '808a', '89HPES32NT24BG2 PCI Express Switch', '319'),
|
||
(6553, '808c', '89HPES32NT24AG2 PCI Express Switch', '319'),
|
||
(6554, '808e', 'PES24NT24G2 PCI Express Switch', '319'),
|
||
(6555, '808f', '89HPES32NT8AG2 32-Lane 8-Port PCIe Gen2 System Interconnect Switch with Non-Transparent Bridging', '319'),
|
||
(6556, '8090', '89HPES16NT16G2 16-Lane 16-Port PCIe Gen2 System Interconnect Switch', '319'),
|
||
(6557, '8092', '89HPES12NT12G2 12-Lane 12-Port PCIe Gen2 System Interconnect Switch', '319'),
|
||
(6558, '80cf', 'F32P08xG3 [PCIe boot mode]', '319'),
|
||
(6559, '80d2', 'F32P08xG3 NVMe controller', '319'),
|
||
(6560, '4a47', 'Precision MX Video engine interface', '321'),
|
||
(6561, '5243', 'Frame capture bus interface', '321'),
|
||
(6562, '2306', 'Unity Fibre Channel Controller', '322'),
|
||
(6563, '2501', 'Unity Ethernet Controller', '322'),
|
||
(6564, '2505', 'Unity Fibre Channel Controller', '322'),
|
||
(6565, '2581', 'Picport Monochrome', '326'),
|
||
(6566, '0200', 'ForeRunner PCA-200 ATM', '329'),
|
||
(6567, '0210', 'PCA-200PC', '329'),
|
||
(6568, '0250', 'ATM', '329'),
|
||
(6569, '0300', 'ForeRunner PCA-200EPC ATM', '329'),
|
||
(6570, '0310', 'ATM', '329'),
|
||
(6571, '0400', 'ForeRunnerHE ATM Adapter', '329'),
|
||
(6572, '0000', 'MVC IC-PCI', '336'),
|
||
(6573, '0001', 'MVC IM-PCI Video frame grabber/processor', '336'),
|
||
(6574, '0004', 'PCDig Digital Image Capture', '336'),
|
||
(6575, '0008', 'PC-CamLink PCI framegrabber', '336'),
|
||
(6576, '1561', 'USB 1.1 Host Controller', '338'),
|
||
(6577, '1562', 'USB 2.0 Host Controller', '338'),
|
||
(6578, '3400', 'SmartPCI56(UCB1500) 56K Modem', '338'),
|
||
(6579, '5400', 'TriMedia TM1000/1100', '338'),
|
||
(6580, '5402', 'TriMedia TM1300', '338'),
|
||
(6581, '5405', 'TriMedia TM1500', '338'),
|
||
(6582, '5406', 'TriMedia TM1700', '338'),
|
||
(6583, '540b', 'PNX1005 Media Processor', '338'),
|
||
(6584, '7130', 'SAA7130 Video Broadcast Decoder', '338'),
|
||
(6585, '7133', 'SAA7131/SAA7133/SAA7135 Video Broadcast Decoder', '338'),
|
||
(6586, '7134', 'SAA7134/SAA7135HL Video Broadcast Decoder', '338'),
|
||
(6587, '7145', 'SAA7145', '338'),
|
||
(6588, '7146', 'SAA7146', '338'),
|
||
(6589, '7160', 'SAA7160', '338'),
|
||
(6590, '7162', 'SAA7162', '338'),
|
||
(6591, '7164', 'SAA7164', '338'),
|
||
(6592, '7231', 'SAA7231', '338'),
|
||
(6593, '9730', 'SAA9730 Integrated Multimedia and Peripheral Controller', '338'),
|
||
(6594, '7701', 'Eiconcard C90', '340'),
|
||
(6595, '7711', 'Eiconcard C91', '340'),
|
||
(6596, '7901', 'EiconCard S90', '340'),
|
||
(6597, '7902', 'EiconCard S90', '340'),
|
||
(6598, '7911', 'EiconCard S91', '340'),
|
||
(6599, '7912', 'EiconCard S91', '340'),
|
||
(6600, '7921', 'Eiconcard S92', '340'),
|
||
(6601, '7941', 'EiconCard S94', '340'),
|
||
(6602, '7942', 'EiconCard S94', '340'),
|
||
(6603, '7943', 'EiconCard S94', '340'),
|
||
(6604, '7944', 'EiconCard S94', '340'),
|
||
(6605, '7945', 'Eiconcard S94', '340'),
|
||
(6606, '7948', 'Eiconcard S94 64bit/66MHz', '340'),
|
||
(6607, '9711', 'Eiconcard S91 V2', '340'),
|
||
(6608, '9911', 'Eiconcard S91 V2', '340'),
|
||
(6609, '9941', 'Eiconcard S94 V2', '340'),
|
||
(6610, '9a41', 'Eiconcard S94 PCIe', '340'),
|
||
(6611, 'b921', 'EiconCard P92', '340'),
|
||
(6612, 'b922', 'EiconCard P92', '340'),
|
||
(6613, 'b923', 'EiconCard P92', '340'),
|
||
(6614, 'e001', 'Diva Pro 2.0 S/T', '340'),
|
||
(6615, 'e002', 'Diva 2.0 S/T PCI', '340'),
|
||
(6616, 'e003', 'Diva Pro 2.0 U', '340'),
|
||
(6617, 'e004', 'Diva 2.0 U PCI', '340'),
|
||
(6618, 'e005', 'Diva 2.01 S/T PCI', '340'),
|
||
(6619, 'e006', 'Diva CT S/T PCI', '340'),
|
||
(6620, 'e007', 'Diva CT U PCI', '340'),
|
||
(6621, 'e008', 'Diva CT Lite S/T PCI', '340'),
|
||
(6622, 'e009', 'Diva CT Lite U PCI', '340'),
|
||
(6623, 'e00a', 'Diva ISDN+V.90 PCI', '340'),
|
||
(6624, 'e00b', 'Diva ISDN PCI 2.02', '340'),
|
||
(6625, 'e00c', 'Diva 2.02 PCI U', '340'),
|
||
(6626, 'e00d', 'Diva Pro 3.0 PCI', '340'),
|
||
(6627, 'e00e', 'Diva ISDN+CT S/T PCI Rev 2', '340'),
|
||
(6628, 'e010', 'Diva Server BRI-2M PCI', '340'),
|
||
(6629, 'e011', 'Diva Server BRI S/T Rev 2', '340'),
|
||
(6630, 'e012', 'Diva Server 4BRI-8M PCI', '340'),
|
||
(6631, 'e013', '4BRI', '340'),
|
||
(6632, 'e014', 'Diva Server PRI-30M PCI', '340'),
|
||
(6633, 'e015', 'Diva PRI PCI v2', '340'),
|
||
(6634, 'e016', 'Diva Server Voice 4BRI PCI', '340'),
|
||
(6635, 'e017', 'Diva Server Voice 4BRI Rev 2', '340'),
|
||
(6636, 'e018', 'BRI', '340'),
|
||
(6637, 'e019', 'Diva Server Voice PRI Rev 2', '340'),
|
||
(6638, 'e01a', 'Diva BRI-2FX PCI v2', '340'),
|
||
(6639, 'e01b', 'Diva Server Voice BRI-2M 2.0 PCI', '340'),
|
||
(6640, 'e01c', 'PRI', '340'),
|
||
(6641, 'e01e', '2PRI', '340'),
|
||
(6642, 'e020', '4PRI', '340'),
|
||
(6643, 'e022', 'Analog-2', '340'),
|
||
(6644, 'e024', 'Analog-4', '340'),
|
||
(6645, 'e028', 'Analog-8', '340'),
|
||
(6646, 'e02a', 'Diva IPM-300 PCI v1', '340'),
|
||
(6647, 'e02c', 'Diva IPM-600 PCI v1', '340'),
|
||
(6648, 'e02e', '4BRI', '340'),
|
||
(6649, 'e032', 'BRI', '340'),
|
||
(6650, 'e034', 'Diva BRI-CTI PCI v2', '340'),
|
||
(6651, '0001', 'Raceway Bridge', '341'),
|
||
(6652, '0002', 'Dual PCI to RapidIO Bridge', '341'),
|
||
(6653, '000b', 'POET Serial RapidIO Bridge', '341'),
|
||
(6654, '000d', 'POET PSDMS Device', '341'),
|
||
(6655, '0001', 'Printer controller', '342'),
|
||
(6656, '0002', 'PCI-JTAG', '343'),
|
||
(6657, '0023', 'VIC 81 PCIe Upstream Port', '344'),
|
||
(6658, '0040', 'VIC PCIe Upstream Port', '344'),
|
||
(6659, '0041', 'VIC PCIe Downstream Port', '344'),
|
||
(6660, '0042', 'VIC Management Controller', '344'),
|
||
(6661, '0043', 'VIC Ethernet NIC', '344'),
|
||
(6662, '0044', 'VIC Ethernet NIC Dynamic', '344'),
|
||
(6663, '0045', 'VIC FCoE HBA', '344'),
|
||
(6664, '0046', 'VIC SCSI Controller', '344'),
|
||
(6665, '004e', 'VIC 82 PCIe Upstream Port', '344'),
|
||
(6666, '0071', 'VIC SR-IOV VF', '344'),
|
||
(6667, '007a', 'VIC 1300 PCIe Upstream Port', '344'),
|
||
(6668, '00cf', 'VIC Userspace NIC', '344'),
|
||
(6669, '023e', '1GigE I350 LOM', '344'),
|
||
(6670, '8905', '8905 [STD 32 Bridge]', '345'),
|
||
(6671, '0001', 'VGA Compatible 3D Graphics', '346'),
|
||
(6672, '0000', 'PCI-9060 i960 Bridge', '349'),
|
||
(6673, '0001', 'PCI-SDK [PCI i960 Evaluation Platform]', '349'),
|
||
(6674, '0911', 'PCI-911 [i960Jx-based Intelligent I/O Controller]', '349'),
|
||
(6675, '0912', 'PCI-912 [i960CF-based Intelligent I/O Controller]', '349'),
|
||
(6676, '0913', 'PCI-913', '349'),
|
||
(6677, '0914', 'PCI-914 [I/O Controller w/ secondary PCI bus]', '349'),
|
||
(6678, '0808', 'SST-64P Adapter', '352'),
|
||
(6679, '1010', 'SST-128P Adapter', '352'),
|
||
(6680, '80c0', 'SST-16P DB Adapter', '352'),
|
||
(6681, '80c4', 'SST-16P RJ Adapter', '352'),
|
||
(6682, '80c8', 'SST-16P Adapter', '352'),
|
||
(6683, '8888', 'SST-4P Adapter', '352'),
|
||
(6684, '9090', 'SST-8P Adapter', '352'),
|
||
(6685, '3210', 'AP6410', '355'),
|
||
(6686, '6422', 'ProVideo 6422', '355'),
|
||
(6687, '6424', 'ProVideo 6424', '355'),
|
||
(6688, '6425', 'ProMotion AT25', '355'),
|
||
(6689, '643d', 'ProMotion AT3D', '355'),
|
||
(6690, '0001', 'Noservo controller', '357'),
|
||
(6691, '8007', 'NinjaSCSI-32 Workbit', '358'),
|
||
(6692, 'f007', 'NinjaSCSI-32 KME', '358'),
|
||
(6693, 'f010', 'NinjaSCSI-32 Workbit', '358'),
|
||
(6694, 'f012', 'NinjaSCSI-32 Logitec', '358'),
|
||
(6695, 'f013', 'NinjaSCSI-32 Logitec', '358'),
|
||
(6696, 'f015', 'NinjaSCSI-32 Melco', '358'),
|
||
(6697, 'f020', 'NinjaSCSI-32 Sony PCGA-DVD51', '358'),
|
||
(6698, 'f021', 'NinjaPATA-32 Delkin Cardbus UDMA', '358'),
|
||
(6699, 'f024', 'NinjaPATA-32 Delkin Cardbus UDMA', '358'),
|
||
(6700, 'f103', 'NinjaPATA-32 Delkin Cardbus UDMA', '358'),
|
||
(6701, '4000', 'FDDI Adapter', '361'),
|
||
(6702, '4200', 'Token Ring adapter', '361'),
|
||
(6703, '4300', 'SK-9872 Gigabit Ethernet Server Adapter (SK-NET GE-ZX dual link)', '361'),
|
||
(6704, '4320', 'SK-98xx V2.0 Gigabit Ethernet Adapter [Marvell 88E8001]', '361'),
|
||
(6705, '4400', 'SK-9Dxx Gigabit Ethernet Adapter', '361'),
|
||
(6706, '4500', 'SK-9Mxx Gigabit Ethernet Adapter', '361'),
|
||
(6707, '9000', 'SK-9Sxx Gigabit Ethernet Server Adapter PCI-X [Marvell 88E8022]', '361'),
|
||
(6708, '9843', '[Fujitsu] Gigabit Ethernet', '361'),
|
||
(6709, '9e00', 'SK-9E21D 10/100/1000Base-T Adapter, Copper RJ-45', '361'),
|
||
(6710, '9e01', 'SK-9E21M 10/100/1000Base-T Adapter', '361'),
|
||
(6711, '5565', 'GE-IP PCI5565,PMC5565 Reflective Memory Node', '363'),
|
||
(6712, '5579', 'VMIPCI-5579 (Reflective Memory Card)', '363'),
|
||
(6713, '5587', 'VMIPCI-5587 (Reflective Memory Card)', '363'),
|
||
(6714, '6504', 'VMIC PCI 7755 FPGA', '363'),
|
||
(6715, '7587', 'VMIVME-7587', '363'),
|
||
(6716, '0002', 'AccelePort EPC', '368'),
|
||
(6717, '0003', 'RightSwitch SE-6', '368'),
|
||
(6718, '0004', 'AccelePort Xem', '368'),
|
||
(6719, '0005', 'AccelePort Xr', '368'),
|
||
(6720, '0006', 'AccelePort Xr,C/X', '368'),
|
||
(6721, '0009', 'AccelePort Xr/J', '368'),
|
||
(6722, '000a', 'AccelePort EPC/J', '368'),
|
||
(6723, '000c', 'DataFirePRIme T1 (1-port)', '368'),
|
||
(6724, '000d', 'SyncPort 2-Port (x.25/FR)', '368'),
|
||
(6725, '0011', 'AccelePort 8r EIA-232 (IBM)', '368'),
|
||
(6726, '0012', 'AccelePort 8r EIA-422', '368'),
|
||
(6727, '0013', 'AccelePort Xr', '368'),
|
||
(6728, '0014', 'AccelePort 8r EIA-422', '368'),
|
||
(6729, '0015', 'AccelePort Xem', '368'),
|
||
(6730, '0016', 'AccelePort EPC/X', '368'),
|
||
(6731, '0017', 'AccelePort C/X', '368'),
|
||
(6732, '001a', 'DataFirePRIme E1 (1-port)', '368'),
|
||
(6733, '001b', 'AccelePort C/X (IBM)', '368'),
|
||
(6734, '001c', 'AccelePort Xr (SAIP)', '368'),
|
||
(6735, '001d', 'DataFire RAS T1/E1/PRI', '368'),
|
||
(6736, '0023', 'AccelePort RAS', '368'),
|
||
(6737, '0024', 'DataFire RAS B4 ST/U', '368'),
|
||
(6738, '0026', 'AccelePort 4r 920', '368'),
|
||
(6739, '0027', 'AccelePort Xr 920', '368'),
|
||
(6740, '0028', 'ClassicBoard 4', '368'),
|
||
(6741, '0029', 'ClassicBoard 8', '368'),
|
||
(6742, '0034', 'AccelePort 2r 920', '368'),
|
||
(6743, '0035', 'DataFire DSP T1/E1/PRI cPCI', '368'),
|
||
(6744, '0040', 'AccelePort Xp', '368'),
|
||
(6745, '0042', 'AccelePort 2p', '368'),
|
||
(6746, '0043', 'AccelePort 4p', '368'),
|
||
(6747, '0044', 'AccelePort 8p', '368'),
|
||
(6748, '0045', 'AccelePort 16p', '368'),
|
||
(6749, '004e', 'AccelePort 32p', '368'),
|
||
(6750, '0070', 'Datafire Micro V IOM2 (Europe)', '368'),
|
||
(6751, '0071', 'Datafire Micro V (Europe)', '368'),
|
||
(6752, '0072', 'Datafire Micro V IOM2 (North America)', '368'),
|
||
(6753, '0073', 'Datafire Micro V (North America)', '368'),
|
||
(6754, '00b0', 'Digi Neo 4', '368'),
|
||
(6755, '00b1', 'Digi Neo 8', '368'),
|
||
(6756, '00c8', 'Digi Neo 2 DB9', '368'),
|
||
(6757, '00c9', 'Digi Neo 2 DB9 PRI', '368'),
|
||
(6758, '00ca', 'Digi Neo 2 RJ45', '368'),
|
||
(6759, '00cb', 'Digi Neo 2 RJ45 PRI', '368'),
|
||
(6760, '00cc', 'Digi Neo 1 422', '368'),
|
||
(6761, '00cd', 'Digi Neo 1 422 485', '368'),
|
||
(6762, '00ce', 'Digi Neo 2 422 485', '368'),
|
||
(6763, '00d0', 'ClassicBoard 4 422', '368'),
|
||
(6764, '00d1', 'ClassicBoard 8 422', '368'),
|
||
(6765, '00f1', 'Digi Neo PCI-E 4 port', '368'),
|
||
(6766, '00f4', 'Digi Neo 4 (IBM version)', '368'),
|
||
(6767, '6001', 'Avanstar', '368'),
|
||
(6768, '3011', 'Tokenet/vg 1001/10m anylan', '377'),
|
||
(6769, '9050', 'Lanfleet/Truevalue', '377'),
|
||
(6770, '9051', 'Lanfleet/Truevalue', '377'),
|
||
(6771, '0001', 'MV-1000', '378'),
|
||
(6772, '0002', 'MV-1500', '378'),
|
||
(6773, '0003', 'Cardbus Ethernet 10/100', '382'),
|
||
(6774, '0005', 'Cardbus Ethernet 10/100', '382'),
|
||
(6775, '0007', 'Cardbus Ethernet 10/100', '382'),
|
||
(6776, '000b', 'Cardbus Ethernet 10/100', '382'),
|
||
(6777, '000c', 'Mini-PCI V.90 56k Modem', '382'),
|
||
(6778, '000f', 'Cardbus Ethernet 10/100', '382'),
|
||
(6779, '00d4', 'Mini-PCI K56Flex Modem', '382'),
|
||
(6780, '0101', 'Cardbus 56k modem', '382'),
|
||
(6781, '0103', 'Cardbus Ethernet + 56k Modem', '382'),
|
||
(6782, '0001', 'Verite 1000', '388'),
|
||
(6783, '2000', 'Verite V2000/V2100/V2200', '388'),
|
||
(6784, '0001', 'Motion TPEG Recorder/Player with audio', '390'),
|
||
(6785, '0000', 'CMIC-LE', '391'),
|
||
(6786, '0005', 'CNB20-LE Host Bridge', '391'),
|
||
(6787, '0006', 'CNB20HE Host Bridge', '391'),
|
||
(6788, '0007', 'CNB20-LE Host Bridge', '391'),
|
||
(6789, '0008', 'CNB20HE Host Bridge', '391'),
|
||
(6790, '0009', 'CNB20LE Host Bridge', '391'),
|
||
(6791, '0010', 'CIOB30', '391'),
|
||
(6792, '0011', 'CMIC-HE', '391'),
|
||
(6793, '0012', 'CMIC-WS Host Bridge (GC-LE chipset)', '391'),
|
||
(6794, '0013', 'CNB20-HE Host Bridge', '391'),
|
||
(6795, '0014', 'CMIC-LE Host Bridge (GC-LE chipset)', '391'),
|
||
(6796, '0015', 'CMIC-GC Host Bridge', '391'),
|
||
(6797, '0016', 'CMIC-GC Host Bridge', '391'),
|
||
(6798, '0017', 'GCNB-LE Host Bridge', '391'),
|
||
(6799, '0031', 'HT1100 HPX0 HT Host Bridge', '391'),
|
||
(6800, '0036', 'BCM5785 [HT1000] PCI/PCI-X Bridge', '391'),
|
||
(6801, '0101', 'CIOB-X2 PCI-X I/O Bridge', '391'),
|
||
(6802, '0103', 'EPB PCI-Express to PCI-X Bridge', '391'),
|
||
(6803, '0104', 'BCM5785 [HT1000] PCI/PCI-X Bridge', '391'),
|
||
(6804, '0110', 'CIOB-E I/O Bridge with Gigabit Ethernet', '391'),
|
||
(6805, '0130', 'BCM5780 [HT2000] PCI-X bridge', '391'),
|
||
(6806, '0132', 'BCM5780 [HT2000] PCI-Express Bridge', '391'),
|
||
(6807, '0140', 'HT2100 PCI-Express Bridge', '391'),
|
||
(6808, '0141', 'HT2100 PCI-Express Bridge', '391'),
|
||
(6809, '0142', 'HT2100 PCI-Express Bridge', '391'),
|
||
(6810, '0144', 'HT2100 PCI-Express Bridge', '391'),
|
||
(6811, '0200', 'OSB4 South Bridge', '391'),
|
||
(6812, '0201', 'CSB5 South Bridge', '391'),
|
||
(6813, '0203', 'CSB6 South Bridge', '391'),
|
||
(6814, '0205', 'BCM5785 [HT1000] Legacy South Bridge', '391'),
|
||
(6815, '0211', 'OSB4 IDE Controller', '391'),
|
||
(6816, '0212', 'CSB5 IDE Controller', '391'),
|
||
(6817, '0213', 'CSB6 RAID/IDE Controller', '391'),
|
||
(6818, '0214', 'BCM5785 [HT1000] IDE', '391'),
|
||
(6819, '0217', 'CSB6 IDE Controller', '391'),
|
||
(6820, '021b', 'HT1100 HD Audio', '391'),
|
||
(6821, '0220', 'OSB4/CSB5 OHCI USB Controller', '391'),
|
||
(6822, '0221', 'CSB6 OHCI USB Controller', '391'),
|
||
(6823, '0223', 'BCM5785 [HT1000] USB', '391'),
|
||
(6824, '0225', 'CSB5 LPC bridge', '391'),
|
||
(6825, '0227', 'GCLE-2 Host Bridge', '391'),
|
||
(6826, '0230', 'CSB5 LPC bridge', '391'),
|
||
(6827, '0234', 'BCM5785 [HT1000] LPC', '391'),
|
||
(6828, '0235', 'BCM5785 [HT1000] XIOAPIC0-2', '391'),
|
||
(6829, '0238', 'BCM5785 [HT1000] WDTimer', '391'),
|
||
(6830, '0240', 'K2 SATA', '391'),
|
||
(6831, '0241', 'RAIDCore RC4000', '391'),
|
||
(6832, '0242', 'RAIDCore BC4000', '391'),
|
||
(6833, '024a', 'BCM5785 [HT1000] SATA (Native SATA Mode)', '391'),
|
||
(6834, '024b', 'BCM5785 [HT1000] SATA (PATA/IDE Mode)', '391'),
|
||
(6835, '0406', 'HT1100 PCI-X Bridge', '391'),
|
||
(6836, '0408', 'HT1100 Legacy Device', '391'),
|
||
(6837, '040a', 'HT1100 ISA-LPC Bridge', '391'),
|
||
(6838, '0410', 'HT1100 SATA Controller (Native SATA Mode)', '391'),
|
||
(6839, '0411', 'HT1100 SATA Controller (PATA / IDE Mode)', '391'),
|
||
(6840, '0412', 'HT1100 USB OHCI Controller', '391'),
|
||
(6841, '0414', 'HT1100 USB EHCI Controller', '391'),
|
||
(6842, '0416', 'HT1100 USB EHCI Controller (with Debug Port)', '391'),
|
||
(6843, '0420', 'HT1100 PCI-Express Bridge', '391'),
|
||
(6844, '0421', 'HT1100 SAS/SATA Controller', '391'),
|
||
(6845, '0422', 'HT1100 PCI-Express Bridge', '391'),
|
||
(6846, '6100', 'Bus/Tag Channel', '395'),
|
||
(6847, '6800', 'Escon Channel', '395'),
|
||
(6848, '7100', 'Bus/Tag Channel', '395'),
|
||
(6849, '7800', 'Escon Channel', '395'),
|
||
(6850, '00a7', 'Stratix V', '403'),
|
||
(6851, '0530', 'Stratix IV', '403'),
|
||
(6852, '646c', 'KT-500/KT-521 board', '403'),
|
||
(6853, 'afa1', 'Fast Ethernet Adapter', '409'),
|
||
(6854, '0102', 'Extended IDE Controller', '410'),
|
||
(6855, '0103', 'EX-IDE Type-B', '410'),
|
||
(6856, '010e', 'PXP04 NVMe SSD', '410'),
|
||
(6857, '010f', 'NVMe Controller', '410'),
|
||
(6858, '0110', 'NVMe SSD Controller Cx5', '410'),
|
||
(6859, '0113', 'BG3 NVMe SSD Controller', '410'),
|
||
(6860, '0115', 'XG4 NVMe SSD Controller', '410'),
|
||
(6861, '011a', 'XG6 NVMe SSD Controller', '410'),
|
||
(6862, '0404', 'DVD Decoder card', '410'),
|
||
(6863, '0406', 'Tecra Video Capture device', '410'),
|
||
(6864, '0407', 'DVD Decoder card (Version 2)', '410'),
|
||
(6865, '0601', 'CPU to PCI bridge', '410'),
|
||
(6866, '0602', 'PCI to ISA bridge', '410'),
|
||
(6867, '0603', 'ToPIC95 PCI to CardBus Bridge for Notebooks', '410'),
|
||
(6868, '0604', 'PCI-Docking Host bridge', '410'),
|
||
(6869, '060a', 'ToPIC95', '410'),
|
||
(6870, '060f', 'ToPIC97', '410'),
|
||
(6871, '0617', 'ToPIC100 PCI to Cardbus Bridge with ZV Support', '410'),
|
||
(6872, '0618', 'CPU to PCI and PCI to ISA bridge', '410'),
|
||
(6873, '0701', 'FIR Port Type-O', '410'),
|
||
(6874, '0803', 'TC6371AF SD Host Controller', '410'),
|
||
(6875, '0804', 'TC6371AF SmartMedia Controller', '410'),
|
||
(6876, '0805', 'SD TypA Controller', '410'),
|
||
(6877, '0d01', 'FIR Port Type-DO', '410'),
|
||
(6878, '002c', 'ExpressSAS R380', '413'),
|
||
(6879, '002d', 'ExpressSAS R348', '413'),
|
||
(6880, '0030', 'Ultra320 SCSI Host Adapter', '413'),
|
||
(6881, '0033', 'SAS Adapter', '413'),
|
||
(6882, '0041', 'ExpressSAS R30F', '413'),
|
||
(6883, '0042', 'ExpressSAS 6Gb/s SAS/SATA HBA', '413'),
|
||
(6884, '0049', 'ExpressSAS 6Gb SAS/SATA RAID Adapter', '413'),
|
||
(6885, '0064', 'Celerity FC 16Gb/s Gen 5 Fibre Channel HBA', '413'),
|
||
(6886, '0094', 'Celerity FC 16/32Gb/s Gen 6 Fibre Channel HBA', '413'),
|
||
(6887, '00bb', 'Celerity FC 32/64Gb/s Gen 7 Fibre Channel HBA', '413'),
|
||
(6888, '00e6', 'ExpressSAS GT 12Gb/s SAS/SATA HBA', '413'),
|
||
(6889, '8013', 'ExpressPCI UL4D', '413'),
|
||
(6890, '8014', 'ExpressPCI UL4S', '413'),
|
||
(6891, '8027', 'ExpressPCI UL5D', '413'),
|
||
(6892, '8070', 'ExpressSAS 12Gb/s SAS/SATA HBA', '413'),
|
||
(6893, '8072', 'ExpressSAS 12Gb/s SAS/SATA HBA', '413'),
|
||
(6894, '0465', 'RL5c465', '417'),
|
||
(6895, '0466', 'RL5c466', '417'),
|
||
(6896, '0475', 'RL5c475', '417'),
|
||
(6897, '0476', 'RL5c476 II', '417'),
|
||
(6898, '0477', 'RL5c477', '417'),
|
||
(6899, '0478', 'RL5c478', '417'),
|
||
(6900, '0511', 'R5C511', '417'),
|
||
(6901, '0522', 'R5C522 IEEE 1394 Controller', '417'),
|
||
(6902, '0551', 'R5C551 IEEE 1394 Controller', '417'),
|
||
(6903, '0552', 'R5C552 IEEE 1394 Controller', '417'),
|
||
(6904, '0554', 'R5C554', '417'),
|
||
(6905, '0575', 'R5C575 SD Bus Host Adapter', '417'),
|
||
(6906, '0576', 'R5C576 SD Bus Host Adapter', '417'),
|
||
(6907, '0592', 'R5C592 Memory Stick Bus Host Adapter', '417'),
|
||
(6908, '0811', 'R5C811', '417'),
|
||
(6909, '0822', 'R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter', '417'),
|
||
(6910, '0832', 'R5C832 IEEE 1394 Controller', '417'),
|
||
(6911, '0841', 'R5C841 CardBus/SD/SDIO/MMC/MS/MSPro/xD/IEEE1394', '417'),
|
||
(6912, '0843', 'R5C843 MMC Host Controller', '417'),
|
||
(6913, '0852', 'xD-Picture Card Controller', '417'),
|
||
(6914, 'e230', 'R5U2xx (R5U230 / R5U231 / R5U241) [Memory Stick Host Controller]', '417'),
|
||
(6915, 'e476', 'CardBus bridge', '417'),
|
||
(6916, 'e822', 'MMC/SD Host Controller', '417'),
|
||
(6917, 'e823', 'PCIe SDXC/MMC Host Controller', '417'),
|
||
(6918, 'e832', 'R5C832 PCIe IEEE 1394 Controller', '417'),
|
||
(6919, 'e852', 'PCIe xD-Picture Card Controller', '417'),
|
||
(6920, '1002', 'DL10050 Sundance Ethernet', '422'),
|
||
(6921, '1025', 'AirPlus Xtreme G DWL-G650 Adapter', '422'),
|
||
(6922, '1026', 'AirXpert DWL-AG650 Wireless Cardbus Adapter', '422'),
|
||
(6923, '1043', 'AirXpert DWL-AG650 Wireless Cardbus Adapter', '422'),
|
||
(6924, '1300', 'RTL8139 Ethernet', '422'),
|
||
(6925, '1340', 'DFE-690TXD CardBus PC Card', '422'),
|
||
(6926, '1540', 'DFE-680TX', '422'),
|
||
(6927, '1541', 'DFE-680TXD CardBus PC Card', '422'),
|
||
(6928, '1561', 'DRP-32TXD Cardbus PC Card', '422'),
|
||
(6929, '3300', 'DWL-510 / DWL-610 802.11b [Realtek RTL8180L]', '422'),
|
||
(6930, '3a10', 'AirXpert DWL-AG650 Wireless Cardbus Adapter(rev.B)', '422'),
|
||
(6931, '3a11', 'AirXpert DWL-AG520 Wireless PCI Adapter(rev.B)', '422'),
|
||
(6932, '4000', 'DL2000-based Gigabit Ethernet', '422'),
|
||
(6933, '4001', 'DGE-550SX PCI-X Gigabit Ethernet Adapter', '422'),
|
||
(6934, '4200', 'DFE-520TX Fast Ethernet PCI Adapter', '422'),
|
||
(6935, '4300', 'DGE-528T Gigabit Ethernet Adapter', '422'),
|
||
(6936, '4302', 'DGE-530T Gigabit Ethernet Adapter (rev.C1) [Realtek RTL8169]', '422'),
|
||
(6937, '4b00', 'DGE-560T PCI Express Gigabit Ethernet Adapter', '422'),
|
||
(6938, '4b01', 'DGE-530T Gigabit Ethernet Adapter (rev 11)', '422'),
|
||
(6939, '4b02', 'DGE-560SX PCI Express Gigabit Ethernet Adapter', '422'),
|
||
(6940, '4b03', 'DGE-550T Gigabit Ethernet Adapter V.B1', '422'),
|
||
(6941, '4c00', 'Gigabit Ethernet Adapter', '422'),
|
||
(6942, '8400', 'D-Link DWL-650+ CardBus PC Card', '422'),
|
||
(6943, '0014', 'PCIB [C-bus II to PCI bus host bridge chip]', '428'),
|
||
(6944, '1117', 'Intel 8-way XEON Profusion Chipset [Cache Coherency Filter]', '428'),
|
||
(6945, '0001', 'Raptor-PCI framegrabber', '429'),
|
||
(6946, '0012', 'Model 12 Road Runner Frame Grabber', '429'),
|
||
(6947, '0014', 'Model 14 Road Runner Frame Grabber', '429'),
|
||
(6948, '0024', 'Model 24 Road Runner Frame Grabber', '429'),
|
||
(6949, '0044', 'Model 44 Road Runner Frame Grabber', '429'),
|
||
(6950, '0112', 'Model 12 Road Runner Frame Grabber', '429'),
|
||
(6951, '0114', 'Model 14 Road Runner Frame Grabber', '429'),
|
||
(6952, '0124', 'Model 24 Road Runner Frame Grabber', '429'),
|
||
(6953, '0144', 'Model 44 Road Runner Frame Grabber', '429'),
|
||
(6954, '0212', 'Model 12 Road Runner Frame Grabber', '429'),
|
||
(6955, '0214', 'Model 14 Road Runner Frame Grabber', '429'),
|
||
(6956, '0224', 'Model 24 Road Runner Frame Grabber', '429'),
|
||
(6957, '0244', 'Model 44 Road Runner Frame Grabber', '429'),
|
||
(6958, '0312', 'Model 12 Road Runner Frame Grabber', '429'),
|
||
(6959, '0314', 'Model 14 Road Runner Frame Grabber', '429'),
|
||
(6960, '0324', 'Model 24 Road Runner Frame Grabber', '429'),
|
||
(6961, '0344', 'Model 44 Road Runner Frame Grabber', '429'),
|
||
(6962, 'b04e', 'Claxon CXP4 CoaXPress frame grabber', '429'),
|
||
(6963, 'c731', 'TP-910/920/940 PCI Ultra(Wide) SCSI Adapter', '432'),
|
||
(6964, '0003', 'SCSI Cache Host Adapter', '433'),
|
||
(6965, '0004', 'ATP8400', '433'),
|
||
(6966, '0005', 'ATP850UF', '433'),
|
||
(6967, '0006', 'ATP860 NO-BIOS', '433'),
|
||
(6968, '0007', 'ATP860', '433'),
|
||
(6969, '0008', 'ATP865 NO-ROM', '433'),
|
||
(6970, '0009', 'ATP865', '433'),
|
||
(6971, '000a', 'ATP867-A', '433'),
|
||
(6972, '000b', 'ATP867-B', '433'),
|
||
(6973, '000d', 'ATP8620', '433'),
|
||
(6974, '000e', 'ATP8620', '433'),
|
||
(6975, '8002', 'AEC6710 SCSI-2 Host Adapter', '433'),
|
||
(6976, '8010', 'AEC6712UW SCSI', '433'),
|
||
(6977, '8020', 'AEC6712U SCSI', '433'),
|
||
(6978, '8030', 'AEC6712S SCSI', '433'),
|
||
(6979, '8040', 'AEC6712D SCSI', '433'),
|
||
(6980, '8050', 'AEC6712SUW SCSI', '433'),
|
||
(6981, '8060', 'AEC6712 SCSI', '433'),
|
||
(6982, '8080', 'AEC67160 SCSI', '433'),
|
||
(6983, '8081', 'AEC67160S SCSI', '433'),
|
||
(6984, '808a', 'AEC67162 2-ch. LVD SCSI', '433'),
|
||
(6985, '0001', '1221', '435'),
|
||
(6986, '0002', '1225', '435'),
|
||
(6987, '010c', 'CompuScope 82G 8bit 2GS/s Analog Input Card', '439'),
|
||
(6988, '0101', 'Advanced ISCA/PCI Adapter', '441'),
|
||
(6989, '1221', '82C092G', '443'),
|
||
(6990, '0001', 'FireStream 155', '446'),
|
||
(6991, '0003', 'FireStream 50', '446'),
|
||
(6992, '1081', 'BXI Host Channel Adapter', '447'),
|
||
(6993, '1101', 'BXI Host Channel Adapter v1.2', '447'),
|
||
(6994, '1121', 'BXI Host Channel Adapter v1.3', '447'),
|
||
(6995, '4240', 'AMCC S933Q Intelligent Serial Card', '457'),
|
||
(6996, '0100', '88F3700 [Armada 3700 Family] ARM SoC', '459'),
|
||
(6997, '0146', 'GT-64010/64010A System Controller', '459'),
|
||
(6998, '0f53', '88E6318 Link Street network controller', '459'),
|
||
(6999, '11ab', 'MV88SE614x SATA II PCI-E controller', '459'),
|
||
(7000, '138f', 'W8300 802.11 Adapter (rev 07)', '459'),
|
||
(7001, '1fa6', 'Marvell W8300 802.11 Adapter', '459'),
|
||
(7002, '1fa7', '88W8310 and 88W8000G [Libertas] 802.11g client chipset', '459'),
|
||
(7003, '1faa', '88w8335 [Libertas] 802.11b/g Wireless', '459'),
|
||
(7004, '2211', '88SB2211 PCI Express to PCI Bridge', '459'),
|
||
(7005, '2a01', '88W8335 [Libertas] 802.11b/g Wireless', '459'),
|
||
(7006, '2a02', '88W8361 [TopDog] 802.11n Wireless', '459'),
|
||
(7007, '2a08', '88W8362e [TopDog] 802.11a/b/g/n Wireless', '459'),
|
||
(7008, '2a0a', '88W8363 [TopDog] 802.11n Wireless', '459'),
|
||
(7009, '2a0c', '88W8363 [TopDog] 802.11n Wireless', '459'),
|
||
(7010, '2a24', '88W8363 [TopDog] 802.11n Wireless', '459'),
|
||
(7011, '2a2b', '88W8687 [TopDog] 802.11b/g Wireless', '459'),
|
||
(7012, '2a30', '88W8687 [TopDog] 802.11b/g Wireless', '459'),
|
||
(7013, '2a40', '88W8366 [TopDog] 802.11n Wireless', '459'),
|
||
(7014, '2a41', '88W8366 [TopDog] 802.11n Wireless', '459'),
|
||
(7015, '2a42', '88W8366 [TopDog] 802.11n Wireless', '459'),
|
||
(7016, '2a43', '88W8366 [TopDog] 802.11n Wireless', '459'),
|
||
(7017, '2a55', '88W8864 [Avastar] 802.11ac Wireless', '459'),
|
||
(7018, '2b36', '88W8764 [Avastar] 802.11n Wireless', '459'),
|
||
(7019, '2b38', '88W8897 [AVASTAR] 802.11ac Wireless', '459'),
|
||
(7020, '2b40', '88W8964 [Avastar] 802.11ac Wireless', '459'),
|
||
(7021, '4101', 'OLPC Cafe Controller Secure Digital Controller', '459'),
|
||
(7022, '4320', '88E8001 Gigabit Ethernet Controller', '459'),
|
||
(7023, '4340', '88E8021 PCI-X IPMI Gigabit Ethernet Controller', '459'),
|
||
(7024, '4341', '88E8022 PCI-X IPMI Gigabit Ethernet Controller', '459'),
|
||
(7025, '4342', '88E8061 PCI-E IPMI Gigabit Ethernet Controller', '459'),
|
||
(7026, '4343', '88E8062 PCI-E IPMI Gigabit Ethernet Controller', '459'),
|
||
(7027, '4344', '88E8021 PCI-X IPMI Gigabit Ethernet Controller', '459'),
|
||
(7028, '4345', '88E8022 PCI-X IPMI Gigabit Ethernet Controller', '459'),
|
||
(7029, '4346', '88E8061 PCI-E IPMI Gigabit Ethernet Controller', '459'),
|
||
(7030, '4347', '88E8062 PCI-E IPMI Gigabit Ethernet Controller', '459'),
|
||
(7031, '4350', '88E8035 PCI-E Fast Ethernet Controller', '459'),
|
||
(7032, '4351', '88E8036 PCI-E Fast Ethernet Controller', '459'),
|
||
(7033, '4352', '88E8038 PCI-E Fast Ethernet Controller', '459'),
|
||
(7034, '4353', '88E8039 PCI-E Fast Ethernet Controller', '459'),
|
||
(7035, '4354', '88E8040 PCI-E Fast Ethernet Controller', '459'),
|
||
(7036, '4355', '88E8040T PCI-E Fast Ethernet Controller', '459'),
|
||
(7037, '4356', '88EC033 PCI-E Fast Ethernet Controller', '459'),
|
||
(7038, '4357', '88E8042 PCI-E Fast Ethernet Controller', '459'),
|
||
(7039, '435a', '88E8048 PCI-E Fast Ethernet Controller', '459'),
|
||
(7040, '4360', '88E8052 PCI-E ASF Gigabit Ethernet Controller', '459'),
|
||
(7041, '4361', '88E8050 PCI-E ASF Gigabit Ethernet Controller', '459'),
|
||
(7042, '4362', '88E8053 PCI-E Gigabit Ethernet Controller', '459'),
|
||
(7043, '4363', '88E8055 PCI-E Gigabit Ethernet Controller', '459'),
|
||
(7044, '4364', '88E8056 PCI-E Gigabit Ethernet Controller', '459'),
|
||
(7045, '4365', '88E8070 based Ethernet Controller', '459'),
|
||
(7046, '4366', '88EC036 PCI-E Gigabit Ethernet Controller', '459'),
|
||
(7047, '4367', '88EC032 Ethernet Controller', '459'),
|
||
(7048, '4368', '88EC034 Ethernet Controller', '459'),
|
||
(7049, '4369', '88EC042 Ethernet Controller', '459'),
|
||
(7050, '436a', '88E8058 PCI-E Gigabit Ethernet Controller', '459'),
|
||
(7051, '436b', '88E8071 PCI-E Gigabit Ethernet Controller', '459'),
|
||
(7052, '436c', '88E8072 PCI-E Gigabit Ethernet Controller', '459'),
|
||
(7053, '436d', '88E8055 PCI-E Gigabit Ethernet Controller', '459'),
|
||
(7054, '4370', '88E8075 PCI-E Gigabit Ethernet Controller', '459'),
|
||
(7055, '4380', '88E8057 PCI-E Gigabit Ethernet Controller', '459'),
|
||
(7056, '4381', 'Yukon Optima 88E8059 [PCIe Gigabit Ethernet Controller with AVB]', '459'),
|
||
(7057, '4611', 'GT-64115 System Controller', '459'),
|
||
(7058, '4620', 'GT-64120/64120A/64121A System Controller', '459'),
|
||
(7059, '4801', 'GT-48001', '459'),
|
||
(7060, '5005', 'Belkin F5D5005 Gigabit Desktop Network PCI Card', '459'),
|
||
(7061, '5040', 'MV88SX5040 4-port SATA I PCI-X Controller', '459'),
|
||
(7062, '5041', 'MV88SX5041 4-port SATA I PCI-X Controller', '459'),
|
||
(7063, '5080', 'MV88SX5080 8-port SATA I PCI-X Controller', '459'),
|
||
(7064, '5081', 'MV88SX5081 8-port SATA I PCI-X Controller', '459'),
|
||
(7065, '5181', '88f5181 [Orion-1] ARM SoC', '459'),
|
||
(7066, '5182', '88f5182 [Orion-NAS] ARM SoC', '459'),
|
||
(7067, '5281', '88f5281 [Orion-2] ARM SoC', '459'),
|
||
(7068, '6041', 'MV88SX6041 4-port SATA II PCI-X Controller', '459'),
|
||
(7069, '6042', '88SX6042 PCI-X 4-Port SATA-II', '459'),
|
||
(7070, '6081', 'MV88SX6081 8-port SATA II PCI-X Controller', '459'),
|
||
(7071, '6101', '88SE6101/6102 single-port PATA133 interface', '459'),
|
||
(7072, '6121', '88SE6111/6121 SATA II / PATA Controller', '459'),
|
||
(7073, '6141', '88SE614x SATA II PCI-E controller', '459'),
|
||
(7074, '6145', '88SE6145 SATA II PCI-E controller', '459'),
|
||
(7075, '6180', '88F6180 [Kirkwood] ARM SoC', '459'),
|
||
(7076, '6192', '88F6190/6192 [Kirkwood] ARM SoC', '459'),
|
||
(7077, '6281', '88F6281 [Kirkwood] ARM SoC', '459'),
|
||
(7078, '6381', 'MV78xx0 [Discovery Innovation] ARM SoC', '459'),
|
||
(7079, '6440', '88SE6440 SAS/SATA PCIe controller', '459'),
|
||
(7080, '6450', '64560 System Controller', '459'),
|
||
(7081, '6460', 'MV64360/64361/64362 System Controller', '459'),
|
||
(7082, '6480', 'MV64460/64461/64462 System Controller', '459'),
|
||
(7083, '6485', 'MV64460/64461/64462 System Controller, Revision B', '459'),
|
||
(7084, '6820', '88F6820 [Armada 385] ARM SoC', '459'),
|
||
(7085, '6828', '88F6828 [Armada 388] ARM SoC', '459'),
|
||
(7086, '7042', '88SX7042 PCI-e 4-port SATA-II', '459'),
|
||
(7087, '7810', 'MV78100 [Discovery Innovation] ARM SoC', '459'),
|
||
(7088, '7820', 'MV78200 [Discovery Innovation] ARM SoC', '459'),
|
||
(7089, '7823', 'MV78230 [Armada XP] ARM SoC', '459'),
|
||
(7090, '7846', '88F6820 [Armada 385] ARM SoC', '459'),
|
||
(7091, 'd40f', 'Bobcat3 Ethernet Switch', '459'),
|
||
(7092, 'f003', 'GT-64010 Primary Image Piranha Image Generator', '459'),
|
||
(7093, '0002', 'LNE100TX', '461'),
|
||
(7094, 'c115', 'LNE100TX [Linksys EtherFast 10/100]', '461'),
|
||
(7095, '0001', 'Cinema', '463'),
|
||
(7096, 'ee40', 'Digidesign Audiomedia III', '463'),
|
||
(7097, '0002', 'V300PSC', '464'),
|
||
(7098, '0292', 'V292PBC [Am29030/40 Bridge]', '464'),
|
||
(7099, '0960', 'V96xPBC', '464'),
|
||
(7100, '880a', 'Deltacast Delta-HD-22', '464'),
|
||
(7101, 'c960', 'V96DPC', '464'),
|
||
(7102, '0001', 'Quad PeerMaster', '472'),
|
||
(7103, 'c0ed', 'SSA Controller', '473'),
|
||
(7104, '0001', 'NP-PCI', '476'),
|
||
(7105, '002e', 'PCTV 40i', '477'),
|
||
(7106, '0040', 'Royal TS Function 1', '477'),
|
||
(7107, '0041', 'RoyalTS Function 2', '477'),
|
||
(7108, '0042', 'Royal TS Function 3', '477'),
|
||
(7109, '0051', 'PCTV HD 800i', '477'),
|
||
(7110, 'bede', 'AV/DV Studio Capture Card', '477'),
|
||
(7111, '0440', '56k WinModem', '481'),
|
||
(7112, '0441', '56k WinModem', '481'),
|
||
(7113, '0442', '56k WinModem', '481'),
|
||
(7114, '0443', 'LT WinModem', '481'),
|
||
(7115, '0444', 'LT WinModem', '481'),
|
||
(7116, '0445', 'LT WinModem', '481'),
|
||
(7117, '0446', 'LT WinModem', '481'),
|
||
(7118, '0447', 'LT WinModem', '481'),
|
||
(7119, '0448', 'WinModem 56k', '481'),
|
||
(7120, '0449', 'L56xM+S [Mars-2] WinModem 56k', '481'),
|
||
(7121, '044a', 'F-1156IV WinModem (V90, 56KFlex)', '481'),
|
||
(7122, '044b', 'LT WinModem', '481'),
|
||
(7123, '044c', 'LT WinModem', '481'),
|
||
(7124, '044d', 'LT WinModem', '481'),
|
||
(7125, '044e', 'LT WinModem', '481'),
|
||
(7126, '044f', 'V90 WildWire Modem', '481'),
|
||
(7127, '0450', 'LT WinModem', '481'),
|
||
(7128, '0451', 'LT WinModem', '481'),
|
||
(7129, '0452', 'LT WinModem', '481'),
|
||
(7130, '0453', 'LT WinModem', '481'),
|
||
(7131, '0454', 'LT WinModem', '481'),
|
||
(7132, '0455', 'LT WinModem', '481'),
|
||
(7133, '0456', 'LT WinModem', '481'),
|
||
(7134, '0457', 'LT WinModem', '481'),
|
||
(7135, '0458', 'LT WinModem', '481'),
|
||
(7136, '0459', 'LT WinModem', '481'),
|
||
(7137, '045a', 'LT WinModem', '481'),
|
||
(7138, '045c', 'LT WinModem', '481'),
|
||
(7139, '0461', 'V90 WildWire Modem', '481'),
|
||
(7140, '0462', 'V90 WildWire Modem', '481'),
|
||
(7141, '0480', 'Venus Modem (V90, 56KFlex)', '481'),
|
||
(7142, '048c', 'V.92 56K WinModem', '481'),
|
||
(7143, '048f', 'V.92 56k WinModem', '481'),
|
||
(7144, '0620', 'Lucent V.92 Data/Fax Modem', '481'),
|
||
(7145, '2600', 'StarPro26XX family (SP2601, SP2603, SP2612) DSP', '481'),
|
||
(7146, '5400', 'OR3TP12 FPSC', '481'),
|
||
(7147, '5656', 'Venus Modem', '481'),
|
||
(7148, '5801', 'USB', '481'),
|
||
(7149, '5802', 'USS-312 USB Controller', '481'),
|
||
(7150, '5803', 'USS-344S USB Controller', '481'),
|
||
(7151, '5811', 'FW322/323 [TrueFire] 1394a Controller', '481'),
|
||
(7152, '5901', 'FW643 [TrueFire] PCIe 1394b Controller', '481'),
|
||
(7153, '5903', 'FW533 [TrueFire] PCIe 1394a Controller', '481'),
|
||
(7154, '8110', 'T8110 H.100/H.110 TDM switch', '481'),
|
||
(7155, 'ab10', 'WL60010 Wireless LAN MAC', '481'),
|
||
(7156, 'ab11', 'WL60040 Multimode Wireles LAN MAC', '481'),
|
||
(7157, 'ab20', 'ORiNOCO PCI Adapter', '481'),
|
||
(7158, 'ab21', 'Agere Wireless PCI Adapter', '481'),
|
||
(7159, 'ab30', 'Hermes2 Mini-PCI WaveLAN a/b/g', '481'),
|
||
(7160, 'ed00', 'ET-131x PCI-E Ethernet Controller', '481'),
|
||
(7161, 'ed01', 'ET-131x PCI-E Ethernet Controller', '481'),
|
||
(7162, '0658', 'PSB32 SCI-Adapter D31x', '488'),
|
||
(7163, 'd665', 'PSB64 SCI-Adapter D32x', '488'),
|
||
(7164, 'd667', 'PSB66 SCI-Adapter D33x', '488'),
|
||
(7165, '0010', '16-line serial port w/- DMA', '489'),
|
||
(7166, '0011', '4-line serial port w/- DMA', '489'),
|
||
(7167, '2000', 'PCI_9050', '491'),
|
||
(7168, '4000', 'SUPI_1', '491'),
|
||
(7169, '8000', 'T225', '491'),
|
||
(7170, '01f7', 'VxP524', '497'),
|
||
(7171, '01f9', 'VxP951', '497'),
|
||
(7172, '1535', 'Blackfin BF535 processor', '500'),
|
||
(7173, '1805', 'SM56 PCI modem', '500'),
|
||
(7174, '0115', '10115', '501'),
|
||
(7175, '0117', '10117', '501'),
|
||
(7176, '6017', 'miroVIDEO DC30', '510'),
|
||
(7177, '6057', 'ZR36057PQC Video cutting chipset', '510'),
|
||
(7178, '6120', 'ZR36120', '510'),
|
||
(7179, '0001', 'COM-ON-AIR Dosch&Amand DECT', '515'),
|
||
(7180, '0560', 'QL5064 Companion Design Demo Board', '515'),
|
||
(7181, '5030', 'PC Watchdog', '515'),
|
||
(7182, '8417', 'QL5064 [QuickPCI] PCI v2.2 bridge for SMT417 Dual TMS320C6416T PMC Module', '515'),
|
||
(7183, '000d', 'Oculus-F/64P', '524'),
|
||
(7184, '1800', 'Cobra/C6', '524'),
|
||
(7185, '4231', 'FDDI', '528'),
|
||
(7186, '4232', 'FASTline UTP Quattro', '528'),
|
||
(7187, '4233', 'FASTline FO', '528'),
|
||
(7188, '4234', 'FASTline UTP', '528'),
|
||
(7189, '4235', 'FASTline-II UTP', '528'),
|
||
(7190, '4236', 'FASTline-II FO', '528'),
|
||
(7191, '4731', 'GIGAline', '528'),
|
||
(7192, '0011', 'KPCI-PIO24', '531'),
|
||
(7193, '2915', 'CAMAC controller', '532'),
|
||
(7194, '0112', 'ENet100VG4', '534'),
|
||
(7195, '0113', 'FreedomLine 100', '534'),
|
||
(7196, '1401', 'ReadyLink 2000', '534'),
|
||
(7197, '2011', 'RL100-ATX 10/100', '534'),
|
||
(7198, '2201', 'ReadyLink 100TX (Winbond W89C840)', '534'),
|
||
(7199, '9881', 'RL100TX Fast Ethernet', '534'),
|
||
(7200, '5220', 'BR522x [PMC-Sierra maxRAID SAS Controller]', '536'),
|
||
(7201, '7364', 'PM7364 [FREEDM - 32 Frame Engine & Datalink Mgr]', '536'),
|
||
(7202, '7375', 'PM7375 [LASAR-155 ATM SAR]', '536'),
|
||
(7203, '7384', 'PM7384 [FREEDM - 84P672 Frm Engine & Datalink Mgr]', '536'),
|
||
(7204, '8000', 'PM8000 [SPC - SAS Protocol Controller]', '536'),
|
||
(7205, '8009', 'PM8009 SPCve 8x6G', '536'),
|
||
(7206, '8018', 'PM8018 Adaptec SAS Adaptor ASA-70165H PCIe Gen3 x8 6 Gbps 16-lane 4x SFF-8644', '536'),
|
||
(7207, '8032', 'PM8032 Tachyon QE8', '536'),
|
||
(7208, '8053', 'PM8053 SXP 12G 24-port SAS/SATA expander', '536'),
|
||
(7209, '8054', 'PM8054 SXP 12G 36-port SAS/SATA expander', '536'),
|
||
(7210, '8055', 'PM8055 SXP 12G 48-port SAS/SATA expander', '536'),
|
||
(7211, '8056', 'PM8056 SXP 12G 68-port SAS/SATA expander', '536'),
|
||
(7212, '8060', 'PM8060 SRCv 12G eight-port SAS/SATA RoC', '536'),
|
||
(7213, '8063', 'PM8063 SRCv 12G 16-port SAS/SATA RoC', '536'),
|
||
(7214, '8070', 'PM8070 Tachyon SPCv 12G eight-port SAS/SATA controller', '536'),
|
||
(7215, '8071', 'PM8071 Tachyon SPCve 12G eight-port SAS/SATA controller', '536'),
|
||
(7216, '8072', 'PM8072 Tachyon SPCv 12G 16-port SAS/SATA controller', '536'),
|
||
(7217, '8073', 'PM8073 Tachyon SPCve 12G 16-port SAS/SATA controller', '536'),
|
||
(7218, '8531', 'PM8531 PFX 24xG3 Fanout PCIe Switches', '536'),
|
||
(7219, '8546', 'PM8546 B-FEIP PSX 96xG3 PCIe Storage Switch', '536'),
|
||
(7220, '8562', 'PM8562 Switchtec PFX-L 32xG3 Fanout-Lite PCIe Gen3 Switch', '536'),
|
||
(7221, '0001', 'RocketPort PCI 32-port w/external I/F', '542'),
|
||
(7222, '0002', 'RocketPort PCI 8-port w/external I/F', '542'),
|
||
(7223, '0003', 'RocketPort PCI 16-port w/external I/F', '542'),
|
||
(7224, '0004', 'RocketPort PCI 4-port w/Quad Cable', '542'),
|
||
(7225, '0005', 'RocketPort PCI 8-port w/Octa Cable', '542'),
|
||
(7226, '0006', 'RocketPort PCI 8-port w/RJ11 connectors', '542'),
|
||
(7227, '0007', 'RocketPort PCI 4-port w/RJ45 connectors', '542'),
|
||
(7228, '0008', 'RocketPort PCI 8-port w/DB78 SNI connector (Siemens)', '542'),
|
||
(7229, '0009', 'RocketPort PCI 16-port w/DB78 SNI connector (Siemens)', '542'),
|
||
(7230, '000a', 'RocketPort PCI Plus 4-port w/Quad Cable', '542'),
|
||
(7231, '000b', 'RocketPort PCI Plus 8-port w/Octa Cable', '542'),
|
||
(7232, '000c', 'RocketModem II 6-port', '542'),
|
||
(7233, '000d', 'RocketModem 4-port', '542'),
|
||
(7234, '000e', 'RocketPort PCI Plus 2-port RS-232 w/DB9 connectors', '542'),
|
||
(7235, '000f', 'RocketPort PCI Plus 2-port SMPTE w/DB9 connectors', '542'),
|
||
(7236, '0040', 'RocketPort INFINITY 8-port w/Octa Cable RJ45', '542'),
|
||
(7237, '0041', 'RocketPort INFINITY 32-port w/external I/F', '542'),
|
||
(7238, '0042', 'RocketPort INFINITY 8-port w/external I/F', '542'),
|
||
(7239, '0043', 'RocketPort INFINITY 16-port w/external I/F', '542'),
|
||
(7240, '0044', 'RocketPort INFINITY 4-port w/Quad Cable DB', '542'),
|
||
(7241, '0045', 'RocketPort INFINITY 8-port w/Octa Cable DB', '542'),
|
||
(7242, '0046', 'RocketPort INFINITY 4-port w/external I/F', '542'),
|
||
(7243, '0047', 'RocketPort INFINITY 4J (4-port) w/RJ45 connectors', '542'),
|
||
(7244, '0048', 'RocketPort INFINITY 4J (4-port) w/RJ45 connectors', '542'),
|
||
(7245, '004a', 'RocketPort INFINITY Plus 4-port', '542'),
|
||
(7246, '004b', 'RocketPort INFINITY Plus 8-port', '542'),
|
||
(7247, '004c', 'RocketModem INFINITY III 8-port', '542'),
|
||
(7248, '004d', 'RocketModem INFINITY III 4-port', '542'),
|
||
(7249, '004e', 'RocketPort INFINITY Plus 2-port', '542'),
|
||
(7250, '004f', 'RocketPort INFINITY 2-port SMPTE w/DB9 connectors', '542'),
|
||
(7251, '0050', 'RocketPort INFINITY Plus 4-port RJ45', '542'),
|
||
(7252, '0051', 'RocketPort INFINITY Plus 8-port RJ11', '542'),
|
||
(7253, '0052', 'RocketPort INFINITY 8-port SMPTE w/DB9 Connectors', '542'),
|
||
(7254, '0060', 'RocketPort EXPRESS 8-port w/Octa Cable', '542'),
|
||
(7255, '0061', 'RocketPort EXPRESS 32-port w/external I/F', '542'),
|
||
(7256, '0062', 'RocketPort EXPRESS 8-Port w/external I/F', '542'),
|
||
(7257, '0063', 'RocketPort EXPRESS 16-port w/external I/F', '542'),
|
||
(7258, '0064', 'RocketPort EXPRESS 4-port w/Quad Cable', '542'),
|
||
(7259, '0065', 'RocketPort EXPRESS 8-port w/Octa Cable', '542'),
|
||
(7260, '0066', 'RocketPort EXPRESS 4-port w/external I/F', '542'),
|
||
(7261, '0067', 'RocketPort EXPRESS 4J (4-port) w/RJ45 connectors', '542'),
|
||
(7262, '0068', 'RocketPort EXPRESS 8J (8-port) w/RJ11 connectors', '542'),
|
||
(7263, '006f', 'RocketPort EXPRESS SMPTE 2-port', '542'),
|
||
(7264, '0072', 'RocketPort EXPRESS SMPTE 8-port w/external I/F', '542'),
|
||
(7265, '0801', 'RocketPort uPCI 32-port w/external I/F', '542'),
|
||
(7266, '0802', 'RocketPort uPCI 8-port w/external I/F', '542'),
|
||
(7267, '0803', 'RocketPort uPCI 16-port w/external I/F', '542'),
|
||
(7268, '0805', 'RocketPort uPCI 8-port w/Octa Cable', '542'),
|
||
(7269, '080b', 'RocketPort Plus uPCI 8-port w/Octa Cable', '542'),
|
||
(7270, '080c', 'RocketModem III 8-port', '542'),
|
||
(7271, '080d', 'RocketModem III 4-port', '542'),
|
||
(7272, '080e', 'RocketPort uPCI 2-port RS232 w/DB9 connectors', '542'),
|
||
(7273, '080f', 'RocketPort uPCI SMPTE 2-port', '542'),
|
||
(7274, '0810', 'RocketPort Plus uPCI 4J (4-port) w/RJ45 connectors', '542'),
|
||
(7275, '0811', 'RocketPort Plus uPCI 8J (8-port) w/RJ11 connectors', '542'),
|
||
(7276, '0812', 'RocketPort Plus uPCI 422 8-port', '542'),
|
||
(7277, '0813', 'RocketModem IV uPCI 8-port', '542'),
|
||
(7278, '0814', 'RocketModem IV uPCI 4-port', '542'),
|
||
(7279, '0903', 'RocketPort Compact PCI 16 port w/external I/F', '542'),
|
||
(7280, '8015', 'RocketPort 550 4-port', '542'),
|
||
(7281, '8805', 'RocketPort uPCI 4-port w/Quad Cable', '542'),
|
||
(7282, '880b', 'RocketPort Plus uPCI 4-port w/Quad Cable', '542'),
|
||
(7283, '8812', 'RocketPort Plus uPCI 4-port RS422 w/Quad Cable', '542'),
|
||
(7284, '0003', 'AG-5', '543'),
|
||
(7285, '4300', 'Gigabit Ethernet Adapter', '546'),
|
||
(7286, '1965', 'SB6501 802.11ad Wireless Network Adapter', '548'),
|
||
(7287, '4853', 'HS-Link Device', '551'),
|
||
(7288, '0100', 'Cyclom-Y below first megabyte', '557'),
|
||
(7289, '0101', 'Cyclom-Y above first megabyte', '557'),
|
||
(7290, '0102', 'Cyclom-4Y below first megabyte', '557'),
|
||
(7291, '0103', 'Cyclom-4Y above first megabyte', '557'),
|
||
(7292, '0104', 'Cyclom-8Y below first megabyte', '557'),
|
||
(7293, '0105', 'Cyclom-8Y above first megabyte', '557'),
|
||
(7294, '0200', 'Cyclades-Z below first megabyte', '557'),
|
||
(7295, '0201', 'Cyclades-Z above first megabyte', '557'),
|
||
(7296, '0300', 'PC300/RSV or /X21 (2 ports)', '557'),
|
||
(7297, '0301', 'PC300/RSV or /X21 (1 port)', '557'),
|
||
(7298, '0310', 'PC300/TE (2 ports)', '557'),
|
||
(7299, '0311', 'PC300/TE (1 port)', '557'),
|
||
(7300, '0320', 'PC300/TE-M (2 ports)', '557'),
|
||
(7301, '0321', 'PC300/TE-M (1 port)', '557'),
|
||
(7302, '0400', 'PC400', '557'),
|
||
(7303, '0001', 'Roadrunner serial HIPPI', '558'),
|
||
(7304, '00f7', 'Firewire (IEEE 1394)', '565'),
|
||
(7305, '10f7', '1394 OHCI Compliant Host Controller', '565'),
|
||
(7306, '11f7', 'OZ600 1394a-2000 Controller', '565'),
|
||
(7307, '13f7', '1394 OHCI Compliant Host Controller', '565'),
|
||
(7308, '6729', 'OZ6729', '565'),
|
||
(7309, '673a', 'OZ6730', '565'),
|
||
(7310, '6832', 'OZ6832/6833 CardBus Controller', '565'),
|
||
(7311, '6836', 'OZ6836/6860 CardBus Controller', '565'),
|
||
(7312, '6872', 'OZ6812 CardBus Controller', '565'),
|
||
(7313, '6925', 'OZ6922 CardBus Controller', '565'),
|
||
(7314, '6933', 'OZ6933/711E1 CardBus/SmartCardBus Controller', '565'),
|
||
(7315, '6972', 'OZ601/6912/711E0 CardBus/SmartCardBus Controller', '565'),
|
||
(7316, '7110', 'OZ711Mx 4-in-1 MemoryCardBus Accelerator', '565'),
|
||
(7317, '7112', 'OZ711EC1/M1 SmartCardBus/MemoryCardBus Controller', '565'),
|
||
(7318, '7113', 'OZ711EC1 SmartCardBus Controller', '565'),
|
||
(7319, '7114', 'OZ711M1/MC1 4-in-1 MemoryCardBus Controller', '565'),
|
||
(7320, '7120', 'Integrated MMC/SD Controller', '565'),
|
||
(7321, '7130', 'Integrated MS/xD Controller', '565'),
|
||
(7322, '7134', 'OZ711MP1/MS1 MemoryCardBus Controller', '565'),
|
||
(7323, '7135', 'Cardbus bridge', '565'),
|
||
(7324, '7136', 'OZ711SP1 Memory CardBus Controller', '565'),
|
||
(7325, '71e2', 'OZ711E2 SmartCardBus Controller', '565'),
|
||
(7326, '7212', 'OZ711M2 4-in-1 MemoryCardBus Controller', '565'),
|
||
(7327, '7213', 'OZ6933E CardBus Controller', '565'),
|
||
(7328, '7223', 'OZ711M3/MC3 4-in-1 MemoryCardBus Controller', '565'),
|
||
(7329, '7233', 'OZ711MP3/MS3 4-in-1 MemoryCardBus Controller', '565'),
|
||
(7330, '8120', 'Integrated MMC/SD Controller', '565'),
|
||
(7331, '8130', 'Integrated MS/MSPRO/xD Controller', '565'),
|
||
(7332, '8220', 'OZ600FJ1/OZ900FJ1 SD/MMC Card Reader Controller', '565'),
|
||
(7333, '8221', 'OZ600FJ0/OZ900FJ0/OZ600FJS SD/MMC Card Reader Controller', '565'),
|
||
(7334, '8320', 'OZ600RJ1/OZ900RJ1 SD/MMC Card Reader Controller', '565'),
|
||
(7335, '8321', 'OZ600RJ0/OZ900RJ0/OZ600RJS SD/MMC Card Reader Controller', '565'),
|
||
(7336, '8330', 'OZ600 MS/xD Controller', '565'),
|
||
(7337, '8331', 'O2 Flash Memory Card', '565'),
|
||
(7338, '8520', 'SD/MMC Card Reader Controller', '565'),
|
||
(7339, '8621', 'SD/MMC Card Reader Controller', '565'),
|
||
(7340, '0001', 'Voodoo', '568'),
|
||
(7341, '0002', 'Voodoo 2', '568'),
|
||
(7342, '0003', 'Voodoo Banshee', '568'),
|
||
(7343, '0004', 'Voodoo Banshee [Velocity 100]', '568'),
|
||
(7344, '0005', 'Voodoo 3', '568'),
|
||
(7345, '0009', 'Voodoo 4 / Voodoo 5', '568'),
|
||
(7346, '0057', 'Voodoo 3/3000 [Avenger]', '568'),
|
||
(7347, '0201', 'Myrinet 2000 Scalable Cluster Interconnect', '572'),
|
||
(7348, '1220', 'AMCC 5933 TMS320C80 DSP/Imaging board', '574'),
|
||
(7349, '9172', 'PO-64L(PCI)H [Isolated Digital Output Board for PCI]', '575'),
|
||
(7350, '91a2', 'PO-32L(PCI)H [Isolated Digital Output Board for PCI]', '575'),
|
||
(7351, '91c3', 'DA16-16(LPCI)L [Un-insulated highly precise analog output board for Low Profile PCI]', '575'),
|
||
(7352, 'b152', 'DIO-96D2-LPCI', '575'),
|
||
(7353, 'c103', 'ADA16-32/2(PCI)F [High-Speed Analog I/O Board for PCI]', '575'),
|
||
(7354, '0003', 'PM/Link', '577'),
|
||
(7355, '0004', 'PM/T1', '577'),
|
||
(7356, '0005', 'PM/E1', '577'),
|
||
(7357, '0008', 'PM/SLS', '577'),
|
||
(7358, '0009', 'BajaSpan Resource Target', '577'),
|
||
(7359, '000a', 'BajaSpan Section 0', '577'),
|
||
(7360, '000b', 'BajaSpan Section 1', '577'),
|
||
(7361, '000c', 'BajaSpan Section 2', '577'),
|
||
(7362, '000d', 'BajaSpan Section 3', '577'),
|
||
(7363, '000e', 'PM/PPC', '577'),
|
||
(7364, '0006', 'Raptor GFX 8P', '580'),
|
||
(7365, '0023', 'Raptor GFX [1100T]', '580'),
|
||
(7366, '0045', 'Raptor 4000-L [Linux version]', '580'),
|
||
(7367, '004a', 'Raptor 4000-LR-L [Linux version]', '580'),
|
||
(7368, '1206', '368DSP', '586'),
|
||
(7369, '1400', 'Trident PCI288-Q3DII (NX)', '586'),
|
||
(7370, '50dc', '3328 Audio', '586'),
|
||
(7371, '80da', '3328 Audio', '586'),
|
||
(7372, '7722', 'Napatech XL1', '587'),
|
||
(7373, '7724', 'Napatech XL2/XA', '587'),
|
||
(7374, '7729', 'Napatech XD', '587'),
|
||
(7375, '04e1', 'Desktop PCI Telephony 4', '590'),
|
||
(7376, '05e1', 'Desktop PCI Telephony 5/6', '590'),
|
||
(7377, '0d00', 'LightParser', '590'),
|
||
(7378, '0d02', 'LightParser 2', '590'),
|
||
(7379, '0d13', 'Desktop PCI L1/L3 Telephony', '590'),
|
||
(7380, '0000', 'RealMagic64/GX', '594'),
|
||
(7381, '6401', 'REALmagic 64/GX (SD 6425)', '594'),
|
||
(7382, '0000', 'EasyConnect 8/32', '601'),
|
||
(7383, '0002', 'EasyConnect 8/64', '601'),
|
||
(7384, '0003', 'EasyIO', '601'),
|
||
(7385, '00e4', 'MPEG', '603'),
|
||
(7386, '8120', 'DVxplore Codec', '603'),
|
||
(7387, '8888', 'Cinemaster C 3.0 DVD Decoder', '603'),
|
||
(7388, '1560', 'JNIC-1560 PCI-X Fibre Channel Controller', '606'),
|
||
(7389, '4643', 'FCI-1063 Fibre Channel Adapter', '606'),
|
||
(7390, '6562', 'FCX2-6562 Dual Channel PCI-X Fibre Channel Adapter', '606'),
|
||
(7391, '656a', 'FCX-6562 PCI-X Fibre Channel Adapter', '606'),
|
||
(7392, '0700', 'B1 ISDN', '608'),
|
||
(7393, '0800', 'C4 ISDN', '608'),
|
||
(7394, '0a00', 'A1 ISDN [Fritz]', '608'),
|
||
(7395, '0e00', 'Fritz!Card PCI v2.0 ISDN', '608'),
|
||
(7396, '0e80', 'Fritz!Card PCI v2.1 ISDN', '608'),
|
||
(7397, '1100', 'C2 ISDN', '608'),
|
||
(7398, '1200', 'T1 ISDN', '608'),
|
||
(7399, '2700', 'Fritz!Card DSL SL', '608'),
|
||
(7400, '2900', 'Fritz!Card DSL v2.0', '608'),
|
||
(7401, '0040', 'PCI-40A or cPCI-200 Quad IndustryPack carrier', '615'),
|
||
(7402, '0000', 'EasyConnection 8/32', '617'),
|
||
(7403, '0002', 'EasyConnection 8/64', '617'),
|
||
(7404, '0003', 'EasyIO', '617'),
|
||
(7405, '0004', 'EasyConnection/RA', '617'),
|
||
(7406, '0041', 'IFT-2000 Series RAID Controller', '619'),
|
||
(7407, '0065', 'DVB Master FD', '623'),
|
||
(7408, '007c', 'DVB Master Quad/o', '623'),
|
||
(7409, '1110', 'MPEG Forge', '624'),
|
||
(7410, '1210', 'MPEG Fusion', '624'),
|
||
(7411, '2110', 'VideoPlex', '624'),
|
||
(7412, '2120', 'VideoPlex CC', '624'),
|
||
(7413, '2130', 'VideoQuest', '624'),
|
||
(7414, '4201', 'PCI-2220I', '625'),
|
||
(7415, '4401', 'PCI-2240I', '625'),
|
||
(7416, '5201', 'PCI-2000', '625'),
|
||
(7417, '2560', 'AT-2560 Fast Ethernet Adapter (i82557B)', '628'),
|
||
(7418, '2801', 'AT-2801FX (RTL-8139)', '628'),
|
||
(7419, 'a117', 'RTL81xx Fast Ethernet', '628'),
|
||
(7420, 'a11e', 'RTL81xx Fast Ethernet', '628'),
|
||
(7421, 'a120', '21x4x DEC-Tulip compatible 10/100 Ethernet', '628'),
|
||
(7422, '1400', 'AX88141 Fast Ethernet Controller', '630'),
|
||
(7423, '9100', 'AX99100 PCIe to Multi I/O Controller', '630'),
|
||
(7424, '0101', 'Saturn 4520P', '631'),
|
||
(7425, '0640', 'Aries 16000P', '631'),
|
||
(7426, '0000', 'ES336H Fax Modem (Early Model)', '632'),
|
||
(7427, '1948', 'ES1948 Maestro-1', '632'),
|
||
(7428, '1968', 'ES1968 Maestro 2', '632'),
|
||
(7429, '1969', 'ES1938/ES1946/ES1969 Solo-1 Audiodrive', '632'),
|
||
(7430, '1978', 'ES1978 Maestro 2E', '632'),
|
||
(7431, '1988', 'ES1988 Allegro-1', '632'),
|
||
(7432, '1989', 'ESS Modem', '632'),
|
||
(7433, '1998', 'ES1983S Maestro-3i PCI Audio Accelerator', '632'),
|
||
(7434, '1999', 'ES1983S Maestro-3i PCI Modem Accelerator', '632'),
|
||
(7435, '199a', 'ES1983S Maestro-3i PCI Audio Accelerator', '632'),
|
||
(7436, '199b', 'ES1983S Maestro-3i PCI Modem Accelerator', '632'),
|
||
(7437, '2808', 'ES336H Fax Modem (Later Model)', '632'),
|
||
(7438, '2838', 'ES2838/2839 SuperLink Modem', '632'),
|
||
(7439, '2898', 'ES2898 Modem', '632'),
|
||
(7440, '2071', 'CC PMC/232', '634'),
|
||
(7441, '2084', 'CC PMC/23P', '634'),
|
||
(7442, '2091', 'CC PMC/422', '634'),
|
||
(7443, '3872', 'ISL3872 [Prism 3]', '635'),
|
||
(7444, '3873', 'ISL3874 [Prism 2.5]/ISL3872 [Prism 3]', '635'),
|
||
(7445, '3877', 'ISL3877 [Prism Indigo]', '635'),
|
||
(7446, '3886', 'ISL3886 [Prism Javelin/Prism Xbow]', '635'),
|
||
(7447, '3890', 'ISL3890 [Prism GT/Prism Duette]/ISL3886 [Prism Javelin/Prism Xbow]', '635'),
|
||
(7448, '8130', 'HMP8130 NTSC/PAL Video Decoder', '635'),
|
||
(7449, '8131', 'HMP8131 NTSC/PAL Video Decoder', '635'),
|
||
(7450, 'ffff', 'ISL3886IK', '635'),
|
||
(7451, '0001', 'NE10/100 Adapter (i82557B)', '641'),
|
||
(7452, '1910', 'NE2000Plus (RT8029) Ethernet Adapter', '641'),
|
||
(7453, '5352', 'PCR2101', '642'),
|
||
(7454, '5a4b', 'Telsat Turbo', '642'),
|
||
(7455, '1211', '10/100BaseTX [RTL81xx]', '647'),
|
||
(7456, '126c', '802.11b Wireless Ethernet Adapter', '647'),
|
||
(7457, '0501', 'SM501 VoyagerGX Rev. AA', '650'),
|
||
(7458, '0510', 'SM501 VoyagerGX Rev. B', '650'),
|
||
(7459, '0710', 'SM710 LynxEM', '650'),
|
||
(7460, '0712', 'SM712 LynxEM+', '650'),
|
||
(7461, '0718', 'SM718 LynxSE+', '650'),
|
||
(7462, '0720', 'SM720 Lynx3DM', '650'),
|
||
(7463, '0730', 'SM731 Cougar3DR', '650'),
|
||
(7464, '0750', 'SM750', '650'),
|
||
(7465, '0810', 'SM810 LynxE', '650'),
|
||
(7466, '0811', 'SM811 LynxE', '650'),
|
||
(7467, '0820', 'SM820 Lynx3D', '650'),
|
||
(7468, '0910', 'SM910', '650'),
|
||
(7469, '2262', 'SM2262/SM2262EN SSD Controller', '650'),
|
||
(7470, '2263', 'SM2263EN/SM2263XT SSD Controller', '650'),
|
||
(7471, '0002', 'DirecPC', '654'),
|
||
(7472, '1171', 'ES1373 / Creative Labs CT5803 [AudioPCI]', '655'),
|
||
(7473, '1371', 'ES1371/ES1373 / Creative Labs CT2518', '655'),
|
||
(7474, '5000', 'ES1370 [AudioPCI]', '655'),
|
||
(7475, '5880', '5880B / Creative Labs CT5880', '655'),
|
||
(7476, '8001', 'CT5880 [AudioPCI]', '655'),
|
||
(7477, '8002', '5880A [AudioPCI]', '655'),
|
||
(7478, '0701', 'TPE3/TM3 PowerPC Node', '659'),
|
||
(7479, '0710', 'TPE5 PowerPC PCI board', '659'),
|
||
(7480, '1100', 'PMC-FPGA02', '659'),
|
||
(7481, '1101', 'TS-C43 card with 4 ADSP-TS101 processors', '659'),
|
||
(7482, '0060', 'TM8000 Northbridge', '660'),
|
||
(7483, '0061', 'TM8000 AGP bridge', '660'),
|
||
(7484, '0295', 'Northbridge', '660'),
|
||
(7485, '0395', 'LongRun Northbridge', '660'),
|
||
(7486, '0396', 'SDRAM controller', '660'),
|
||
(7487, '0397', 'BIOS scratchpad', '660'),
|
||
(7488, '1002', 'HCF 56k Data/Fax Modem', '661'),
|
||
(7489, '1003', 'HCF 56k Data/Fax Modem', '661'),
|
||
(7490, '1004', 'HCF 56k Data/Fax/Voice Modem', '661'),
|
||
(7491, '1005', 'HCF 56k Data/Fax/Voice/Spkp (w/Handset) Modem', '661'),
|
||
(7492, '1022', 'HCF 56k Modem', '661'),
|
||
(7493, '1023', 'HCF 56k Data/Fax Modem', '661'),
|
||
(7494, '1024', 'HCF 56k Data/Fax/Voice Modem', '661'),
|
||
(7495, '1025', 'HCF 56k Data/Fax/Voice/Spkp (w/Handset) Modem', '661'),
|
||
(7496, '1026', 'HCF 56k PCI Speakerphone Modem', '661'),
|
||
(7497, '1032', 'HCF 56k Modem', '661'),
|
||
(7498, '1033', 'HCF 56k Modem', '661'),
|
||
(7499, '1034', 'HCF 56k Modem', '661'),
|
||
(7500, '1035', 'HCF 56k PCI Speakerphone Modem', '661'),
|
||
(7501, '1036', 'HCF 56k Modem', '661'),
|
||
(7502, '1085', 'HCF 56k Volcano PCI Modem', '661'),
|
||
(7503, '2004', 'HSF 56k Data/Fax/Voice/Spkp (w/Handset) Modem', '661'),
|
||
(7504, '2005', 'HCF 56k Data/Fax Modem', '661'),
|
||
(7505, '2013', 'HSF 56k Data/Fax Modem', '661'),
|
||
(7506, '2014', 'HSF 56k Data/Fax/Voice Modem', '661'),
|
||
(7507, '2015', 'HSF 56k Data/Fax/Voice/Spkp (w/Handset) Modem', '661'),
|
||
(7508, '2016', 'HSF 56k Data/Fax/Voice/Spkp Modem', '661'),
|
||
(7509, '4311', 'Riptide HSF 56k PCI Modem', '661'),
|
||
(7510, '4320', 'Riptide PCI Audio Controller', '661'),
|
||
(7511, '4321', 'Riptide HCF 56k PCI Modem', '661'),
|
||
(7512, '4322', 'Riptide PCI Game Controller', '661'),
|
||
(7513, '8234', 'RapidFire 616X ATM155 Adapter', '661'),
|
||
(7514, '0010', 'Videum 1000 Plus', '665'),
|
||
(7515, '6585', 'DM562P V90 Modem', '669'),
|
||
(7516, '9009', 'DM9009 Ethernet Controller', '669'),
|
||
(7517, '9100', '21x4x DEC-Tulip compatible 10/100 Ethernet', '669'),
|
||
(7518, '9102', 'DM9102 Fast Ethernet Controller', '669'),
|
||
(7519, '9132', 'Ethernet 100/10 MBit', '669'),
|
||
(7520, '673a', 'IT8330G', '670'),
|
||
(7521, '8152', 'IT8152F/G Advanced RISC-to-PCI Companion Chip', '670'),
|
||
(7522, '8211', 'ITE 8211F Single Channel UDMA 133', '670'),
|
||
(7523, '8212', 'IT8212 Dual channel ATA RAID controller', '670'),
|
||
(7524, '8213', 'IT8213 IDE Controller', '670'),
|
||
(7525, '8330', 'IT8330G', '670'),
|
||
(7526, '8872', 'IT887xF PCI to ISA I/O chip with SMB, GPIO, Serial or Parallel Port', '670'),
|
||
(7527, '8888', 'IT8888F/G PCI to ISA Bridge with SMB [Golden Gate]', '670'),
|
||
(7528, '8889', 'IT8889F PCI to ISA Bridge', '670'),
|
||
(7529, '8892', 'IT8892E PCIe to PCI Bridge', '670'),
|
||
(7530, '8893', 'IT8893E PCIe to PCI Bridge', '670'),
|
||
(7531, 'e886', 'IT8330G', '670'),
|
||
(7532, '0100', 'AGOGO sound chip (aka ESS Maestro 1)', '672'),
|
||
(7533, '001e', 'LS220D DVD Decoder', '674'),
|
||
(7534, '001f', 'LS220C DVD Decoder', '674'),
|
||
(7535, '0021', 'ATM155 Adapter', '680'),
|
||
(7536, '0008', 'ST128 WSS/SB', '681'),
|
||
(7537, '0009', 'ST128 SAM9407', '681'),
|
||
(7538, '000a', 'ST128 Game Port', '681'),
|
||
(7539, '000b', 'ST128 MPU Port', '681'),
|
||
(7540, '000c', 'ST128 Ctrl Port', '681'),
|
||
(7541, 'fc02', 'Pyramid3D TR25202', '685'),
|
||
(7542, '0800', 'PXR800', '688'),
|
||
(7543, '1000', 'PXD1000', '688'),
|
||
(7544, '0615', 'PBT-615 PCI-X Bus Analyzer', '693'),
|
||
(7545, '1100', 'PMC-FPGA05', '693'),
|
||
(7546, '1106', 'XMC-FPGA05F, PCI interface', '693'),
|
||
(7547, '1107', 'XMC-FPGA05F, PCIe interface', '693'),
|
||
(7548, '1108', 'XMC-FPGA05D, PCI interface', '693'),
|
||
(7549, '1109', 'XMC-FPGA05D, PCIe interface', '693'),
|
||
(7550, '8105', 'T8105 H100 Digital Switch', '702'),
|
||
(7551, '0000', 'MPG160/Kuroutoshikou ITVC15-STVLP', '710'),
|
||
(7552, '0002', 'AU8830 [Vortex2] Based Sound Card With A3D Support', '710'),
|
||
(7553, '0003', 'T507 (DVB-T) TV tuner/capture device', '710'),
|
||
(7554, '2300', 'Club-3D Zap TV2100', '710'),
|
||
(7555, '3000', 'MPG-200C PCI DVD Decoder Card', '710'),
|
||
(7556, '4789', 'MPC788 MiniPCI Hybrid TV Tuner', '710'),
|
||
(7557, 'fff3', 'MPG600/Kuroutoshikou ITVC16-STVLP', '710'),
|
||
(7558, 'ffff', 'MPG600/Kuroutoshikou ITVC16-STVLP', '710'),
|
||
(7559, '0001', 'AceNIC Gigabit Ethernet', '713'),
|
||
(7560, '0002', 'AceNIC Gigabit Ethernet (Copper)', '713'),
|
||
(7561, '00fa', 'Farallon PN9100-T Gigabit Ethernet', '713'),
|
||
(7562, '1006', 'WinModem', '724'),
|
||
(7563, '1007', 'USR 56k Internal WinModem', '724'),
|
||
(7564, '1008', '56K FaxModem Model 5610', '724'),
|
||
(7565, '3041', 'AN3041Q CO-MEM', '729'),
|
||
(7566, '3042', 'AN3042Q CO-MEM Lite', '729'),
|
||
(7567, '0058', 'PCI NE2K Ethernet', '734'),
|
||
(7568, '5598', 'PCI NE2K Ethernet', '734'),
|
||
(7569, '0001', 'Blue HEAT/PCI 8 (RS232/CL/RJ11)', '735'),
|
||
(7570, '0002', 'Blue HEAT/PCI 4 (RS232)', '735'),
|
||
(7571, '0003', 'Blue HEAT/PCI 2 (RS232)', '735'),
|
||
(7572, '0004', 'Blue HEAT/PCI 8 (UNIV, RS485)', '735'),
|
||
(7573, '0005', 'Blue HEAT/PCI 4+4/6+2 (UNIV, RS232/485)', '735'),
|
||
(7574, '0006', 'Blue HEAT/PCI 4 (OPTO, RS485)', '735'),
|
||
(7575, '0007', 'Blue HEAT/PCI 2+2 (RS232/485)', '735'),
|
||
(7576, '0008', 'Blue HEAT/PCI 2 (OPTO, Tx, RS485)', '735'),
|
||
(7577, '0009', 'Blue HEAT/PCI 2+6 (RS232/485)', '735'),
|
||
(7578, '000a', 'Blue HEAT/PCI 8 (Tx, RS485)', '735'),
|
||
(7579, '000b', 'Blue HEAT/PCI 4 (Tx, RS485)', '735'),
|
||
(7580, '000c', 'Blue HEAT/PCI 2 (20 MHz, RS485)', '735'),
|
||
(7581, '000d', 'Blue HEAT/PCI 2 PTM', '735'),
|
||
(7582, '0100', 'NT960/PCI', '735'),
|
||
(7583, '0201', 'cPCI Titan - 2 Port', '735'),
|
||
(7584, '0202', 'cPCI Titan - 4 Port', '735'),
|
||
(7585, '0300', 'CTI PCI UART 2 (RS232)', '735'),
|
||
(7586, '0301', 'CTI PCI UART 4 (RS232)', '735'),
|
||
(7587, '0302', 'CTI PCI UART 8 (RS232)', '735'),
|
||
(7588, '0310', 'CTI PCI UART 1+1 (RS232/485)', '735'),
|
||
(7589, '0311', 'CTI PCI UART 2+2 (RS232/485)', '735'),
|
||
(7590, '0312', 'CTI PCI UART 4+4 (RS232/485)', '735'),
|
||
(7591, '0320', 'CTI PCI UART 2', '735'),
|
||
(7592, '0321', 'CTI PCI UART 4', '735'),
|
||
(7593, '0322', 'CTI PCI UART 8', '735'),
|
||
(7594, '0330', 'CTI PCI UART 2 (RS485)', '735'),
|
||
(7595, '0331', 'CTI PCI UART 4 (RS485)', '735'),
|
||
(7596, '0332', 'CTI PCI UART 8 (RS485)', '735'),
|
||
(7597, '007e', 'Imaging/Scanning Subsystem Engine', '736'),
|
||
(7598, '007f', 'Imaging/Scanning Subsystem Engine', '736'),
|
||
(7599, '0081', 'PCIVST [Grayscale Thresholding Engine]', '736'),
|
||
(7600, '0085', 'Video Simulator/Sender', '736'),
|
||
(7601, '0086', 'THR2 Multi-scale Thresholder', '736'),
|
||
(7602, '0546', 'Springware D/120JCT-LS', '738'),
|
||
(7603, '0647', 'Springware D/240JCT-T1', '738'),
|
||
(7604, '0676', 'Springware D/41JCT-LS', '738'),
|
||
(7605, '0685', 'Springware D/480JCT-2T1', '738'),
|
||
(7606, '0027', 'SC4 (StudioCard)', '742'),
|
||
(7607, '002e', 'StudioCard 2000', '742'),
|
||
(7608, '0008', 'NV1', '749'),
|
||
(7609, '0009', 'DAC64', '749'),
|
||
(7610, '0018', 'Riva128', '749'),
|
||
(7611, '0019', 'Riva128ZX', '749'),
|
||
(7612, '0020', 'TNT', '749'),
|
||
(7613, '0028', 'TNT2', '749'),
|
||
(7614, '0029', 'UTNT2', '749'),
|
||
(7615, '002c', 'VTNT2', '749'),
|
||
(7616, '00a0', 'ITNT2', '749'),
|
||
(7617, '0200', 'T1 Card', '751'),
|
||
(7618, '0003', 'BSP16', '752'),
|
||
(7619, '1000', 'BSP15', '752'),
|
||
(7620, '01a7', '7C21P100 2-port PCI-X to PCI-X Bridge', '755'),
|
||
(7621, '0303', 'PCI Express Switch 3-3', '755'),
|
||
(7622, '0508', 'PI7C9X20508GP PCI Express Switch 5Port-8Lane', '755'),
|
||
(7623, '2304', 'PI7C9X2G304 EL/SL PCIe2 3-Port/4-Lane Packet Switch', '755'),
|
||
(7624, '2404', 'PI7C9X2G404 EL/SL PCIe2 4-Port/4-Lane Packet Switch', '755'),
|
||
(7625, '2608', 'PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch', '755'),
|
||
(7626, '400a', 'PI7C9X442SL PCI Express Bridge Port', '755'),
|
||
(7627, '400e', 'PI7C9X442SL USB OHCI Controller', '755'),
|
||
(7628, '400f', 'PI7C9X442SL USB EHCI Controller', '755'),
|
||
(7629, '71e2', 'PI7C7300A/PI7C7300D PCI-to-PCI Bridge', '755'),
|
||
(7630, '71e3', 'PI7C7300A/PI7C7300D PCI-to-PCI Bridge (Secondary Bus 2)', '755'),
|
||
(7631, '8140', 'PI7C8140A PCI-to-PCI Bridge', '755'),
|
||
(7632, '8148', 'PI7C8148A/PI7C8148B PCI-to-PCI Bridge', '755'),
|
||
(7633, '8150', 'PCI to PCI Bridge', '755'),
|
||
(7634, '8152', 'PI7C8152A/PI7C8152B/PI7C8152BI PCI-to-PCI Bridge', '755'),
|
||
(7635, '8154', 'PI7C8154A/PI7C8154B/PI7C8154BI PCI-to-PCI Bridge', '755'),
|
||
(7636, '8619', 'PI7C9X2G1616PR PCIe2 16-Port/16-Lane Packet Switch', '755'),
|
||
(7637, 'e110', 'PI7C9X110 PCI Express to PCI bridge', '755'),
|
||
(7638, 'e111', 'PI7C9X111SL PCIe-to-PCI Reversible Bridge', '755'),
|
||
(7639, 'e130', 'PCI Express to PCI-XPI7C9X130 PCI-X Bridge', '755'),
|
||
(7640, '0002', 'PCI Prosody', '756'),
|
||
(7641, '0004', 'cPCI Prosody', '756'),
|
||
(7642, '0005', 'Aculab E1/T1 PCI card', '756'),
|
||
(7643, '1078', 'Prosody X class e1000 device', '756'),
|
||
(7644, '0200', 'CryptoSwift CS200', '761'),
|
||
(7645, '0010', 'ST16C654 Quad UART', '763'),
|
||
(7646, '0020', 'ST16C654 Quad UART', '763'),
|
||
(7647, '0030', 'ST16C654 Quad UART', '763'),
|
||
(7648, '0001', 'Vortex 1', '774'),
|
||
(7649, '0002', 'Vortex 2', '774'),
|
||
(7650, '0003', 'AU8810 Vortex Digital Audio Processor', '774'),
|
||
(7651, '8803', 'Vortex 56k Software Modem', '774'),
|
||
(7652, '0002', 'VideoMaker', '787'),
|
||
(7653, '0001', 'PMC-MAI', '789'),
|
||
(7654, '00f5', 'F5 Dakar', '789'),
|
||
(7655, '02ad', 'PMC-2MAI', '789'),
|
||
(7656, '2adc', 'ePMC-2ADC', '789'),
|
||
(7657, '3100', 'PRO-3100', '789'),
|
||
(7658, '3500', 'PRO-3500', '789'),
|
||
(7659, '4d4f', 'Modena', '789'),
|
||
(7660, '8120', 'ePMC-8120', '789'),
|
||
(7661, 'da62', 'Daytona C6201 PCI (Hurricane)', '789'),
|
||
(7662, 'db62', 'Ingliston XBIF', '789'),
|
||
(7663, 'dc62', 'Ingliston PLX9054', '789'),
|
||
(7664, 'dd62', 'Ingliston JTAG/ISP', '789'),
|
||
(7665, 'eddc', 'ePMC-MSDDC', '789'),
|
||
(7666, 'fa01', 'ePMC-FPGA', '789'),
|
||
(7667, '0030', 'X3-SDF 4-channel XMC acquisition board', '796'),
|
||
(7668, '0001', 'PCI-DAS1602/16', '800'),
|
||
(7669, '000b', 'PCI-DIO48H', '800'),
|
||
(7670, '000c', 'PCI-PDISO8', '800'),
|
||
(7671, '000d', 'PCI-PDISO16', '800'),
|
||
(7672, '000f', 'PCI-DAS1200', '800'),
|
||
(7673, '0010', 'PCI-DAS1602/12', '800'),
|
||
(7674, '0014', 'PCI-DIO24H', '800'),
|
||
(7675, '0015', 'PCI-DIO24H/CTR3', '800'),
|
||
(7676, '0016', 'PCI-DIO48H/CTR15', '800'),
|
||
(7677, '0017', 'PCI-DIO96H', '800'),
|
||
(7678, '0018', 'PCI-CTR05', '800'),
|
||
(7679, '0019', 'PCI-DAS1200/JR', '800'),
|
||
(7680, '001a', 'PCI-DAS1001', '800'),
|
||
(7681, '001b', 'PCI-DAS1002', '800'),
|
||
(7682, '001c', 'PCI-DAS1602JR/16', '800'),
|
||
(7683, '001d', 'PCI-DAS6402/16', '800'),
|
||
(7684, '001e', 'PCI-DAS6402/12', '800'),
|
||
(7685, '001f', 'PCI-DAS16/M1', '800'),
|
||
(7686, '0020', 'PCI-DDA02/12', '800'),
|
||
(7687, '0021', 'PCI-DDA04/12', '800'),
|
||
(7688, '0022', 'PCI-DDA08/12', '800'),
|
||
(7689, '0023', 'PCI-DDA02/16', '800'),
|
||
(7690, '0024', 'PCI-DDA04/16', '800'),
|
||
(7691, '0025', 'PCI-DDA08/16', '800'),
|
||
(7692, '0026', 'PCI-DAC04/12-HS', '800'),
|
||
(7693, '0027', 'PCI-DAC04/16-HS', '800'),
|
||
(7694, '0028', 'PCI-DIO24', '800'),
|
||
(7695, '0029', 'PCI-DAS08', '800'),
|
||
(7696, '002c', 'PCI-INT32', '800'),
|
||
(7697, '0033', 'PCI-DUAL-AC5', '800'),
|
||
(7698, '0034', 'PCI-DAS-TC', '800'),
|
||
(7699, '0035', 'PCI-DAS64/M1/16', '800'),
|
||
(7700, '0036', 'PCI-DAS64/M2/16', '800'),
|
||
(7701, '0037', 'PCI-DAS64/M3/16', '800'),
|
||
(7702, '004c', 'PCI-DAS1000', '800'),
|
||
(7703, '004d', 'PCI-QUAD04', '800'),
|
||
(7704, '0052', 'PCI-DAS4020/12', '800'),
|
||
(7705, '0053', 'PCIM-DDA06/16', '800'),
|
||
(7706, '0054', 'PCI-DIO96', '800'),
|
||
(7707, '005d', 'PCI-DAS6023', '800'),
|
||
(7708, '005e', 'PCI-DAS6025', '800'),
|
||
(7709, '005f', 'PCI-DAS6030', '800'),
|
||
(7710, '0060', 'PCI-DAS6031', '800'),
|
||
(7711, '0061', 'PCI-DAS6032', '800'),
|
||
(7712, '0062', 'PCI-DAS6033', '800'),
|
||
(7713, '0063', 'PCI-DAS6034', '800'),
|
||
(7714, '0064', 'PCI-DAS6035', '800'),
|
||
(7715, '0065', 'PCI-DAS6040', '800'),
|
||
(7716, '0066', 'PCI-DAS6052', '800'),
|
||
(7717, '0067', 'PCI-DAS6070', '800'),
|
||
(7718, '0068', 'PCI-DAS6071', '800'),
|
||
(7719, '006f', 'PCI-DAS6036', '800'),
|
||
(7720, '0070', 'PCI-DAC6702', '800'),
|
||
(7721, '0078', 'PCI-DAS6013', '800'),
|
||
(7722, '0079', 'PCI-DAS6014', '800'),
|
||
(7723, '0115', 'PCIe-DAS1602/16', '800'),
|
||
(7724, '0001', 'NetCelerator Adapter', '801'),
|
||
(7725, '0981', '21x4x DEC-Tulip compatible 10/100 Ethernet', '815'),
|
||
(7726, '0985', 'NC100 Network Everywhere Fast Ethernet 10/100', '815'),
|
||
(7727, '1985', '21x4x DEC-Tulip compatible 10/100 Ethernet', '815'),
|
||
(7728, '2850', 'HSP MicroModem 56', '815'),
|
||
(7729, '5120', 'ADM5120 OpenGate System-on-Chip', '815'),
|
||
(7730, '8201', 'ADM8211 802.11b Wireless Interface', '815'),
|
||
(7731, '8211', 'ADM8211 802.11b Wireless Interface', '815'),
|
||
(7732, '9511', '21x4x DEC-Tulip compatible 10/100 Ethernet', '815'),
|
||
(7733, '0911', 'GNIC-II PCI Gigabit Ethernet [Hamachi]', '816'),
|
||
(7734, '0801', 'Xwave QS3000A [FM801]', '817'),
|
||
(7735, '0802', 'Xwave QS3000A [FM801 game port]', '817'),
|
||
(7736, '1000', 'FM801 PCI Audio', '817'),
|
||
(7737, '1001', 'FM801 PCI Joystick', '817'),
|
||
(7738, '1000', 'CyberSerial (1-port) 16550', '822'),
|
||
(7739, '1001', 'CyberSerial (1-port) 16650', '822'),
|
||
(7740, '1002', 'CyberSerial (1-port) 16850', '822'),
|
||
(7741, '1010', 'Duet 1S(16550)+1P', '822'),
|
||
(7742, '1011', 'Duet 1S(16650)+1P', '822'),
|
||
(7743, '1012', 'Duet 1S(16850)+1P', '822'),
|
||
(7744, '1020', 'CyberParallel (1-port)', '822'),
|
||
(7745, '1021', 'CyberParallel (2-port)', '822'),
|
||
(7746, '1030', 'CyberSerial (2-port) 16550', '822'),
|
||
(7747, '1031', 'CyberSerial (2-port) 16650', '822'),
|
||
(7748, '1032', 'CyberSerial (2-port) 16850', '822'),
|
||
(7749, '1034', 'Trio 2S(16550)+1P', '822'),
|
||
(7750, '1035', 'Trio 2S(16650)+1P', '822'),
|
||
(7751, '1036', 'Trio 2S(16850)+1P', '822'),
|
||
(7752, '1050', 'CyberSerial (4-port) 16550', '822'),
|
||
(7753, '1051', 'CyberSerial (4-port) 16650', '822'),
|
||
(7754, '1052', 'CyberSerial (4-port) 16850', '822'),
|
||
(7755, '2000', 'CyberSerial (1-port) 16550', '822'),
|
||
(7756, '2001', 'CyberSerial (1-port) 16650', '822'),
|
||
(7757, '2002', 'CyberSerial (1-port) 16850', '822'),
|
||
(7758, '2010', 'Duet 1S(16550)+1P', '822'),
|
||
(7759, '2011', 'Duet 1S(16650)+1P', '822'),
|
||
(7760, '2012', 'Duet 1S(16850)+1P', '822'),
|
||
(7761, '2020', 'CyberParallel (1-port)', '822'),
|
||
(7762, '2021', 'CyberParallel (2-port)', '822'),
|
||
(7763, '2030', 'CyberSerial (2-port) 16550', '822'),
|
||
(7764, '2031', 'CyberSerial (2-port) 16650', '822'),
|
||
(7765, '2032', 'CyberSerial (2-port) 16850', '822'),
|
||
(7766, '2040', 'Trio 1S(16550)+2P', '822'),
|
||
(7767, '2041', 'Trio 1S(16650)+2P', '822'),
|
||
(7768, '2042', 'Trio 1S(16850)+2P', '822'),
|
||
(7769, '2050', 'CyberSerial (4-port) 16550', '822'),
|
||
(7770, '2051', 'CyberSerial (4-port) 16650', '822'),
|
||
(7771, '2052', 'CyberSerial (4-port) 16850', '822'),
|
||
(7772, '2060', 'Trio 2S(16550)+1P', '822'),
|
||
(7773, '2061', 'Trio 2S(16650)+1P', '822'),
|
||
(7774, '2062', 'Trio 2S(16850)+1P', '822'),
|
||
(7775, '2081', 'CyberSerial (8-port) ST16654', '822'),
|
||
(7776, '0030', 'ENP-2611', '838'),
|
||
(7777, '8200', '82600 Host Bridge', '838'),
|
||
(7778, '8201', '82600 IDE', '838'),
|
||
(7779, '8202', '82600 USB', '838'),
|
||
(7780, '8210', '82600 PCI Bridge', '838'),
|
||
(7781, '5415', 'MM-5415CN PCI Memory Module with Battery Backup', '839'),
|
||
(7782, '5425', 'MM-5425CN PCI 64/66 Memory Module with Battery Backup', '839'),
|
||
(7783, '6140', 'MM-6140D', '839'),
|
||
(7784, '5150', 'RealSSD P320h', '854'),
|
||
(7785, '5151', 'RealSSD P320m', '854'),
|
||
(7786, '5152', 'RealSSD P320s', '854'),
|
||
(7787, '5153', 'RealSSD P325m', '854'),
|
||
(7788, '5160', 'RealSSD P420h', '854'),
|
||
(7789, '5161', 'RealSSD P420m', '854'),
|
||
(7790, '5163', 'RealSSD P425m', '854'),
|
||
(7791, '5180', '9100 PRO NVMe SSD', '854'),
|
||
(7792, '5181', '9100 MAX NVMe SSD', '854'),
|
||
(7793, '5190', '9200 ECO NVMe SSD', '854'),
|
||
(7794, '5191', '9200 PRO NVMe SSD', '854'),
|
||
(7795, '5192', '9200 MAX NVMe SSD', '854'),
|
||
(7796, '0001', 'Domex 536', '858'),
|
||
(7797, '0002', 'Domex DMX3194UP SCSI Adapter', '858'),
|
||
(7798, '2189', 'HSP56 MicroModem', '861'),
|
||
(7799, '2486', '2304WT V.92 MDC Modem', '861'),
|
||
(7800, '7890', 'HSP MicroModem 56', '861'),
|
||
(7801, '7891', 'HSP MicroModem 56', '861'),
|
||
(7802, '7892', 'HSP MicroModem 56', '861'),
|
||
(7803, '7893', 'HSP MicroModem 56', '861'),
|
||
(7804, '7894', 'HSP MicroModem 56', '861'),
|
||
(7805, '7895', 'HSP MicroModem 56', '861'),
|
||
(7806, '7896', 'HSP MicroModem 56', '861'),
|
||
(7807, '7897', 'HSP MicroModem 56', '861'),
|
||
(7808, '0002', 'Proserver', '866'),
|
||
(7809, '0003', 'PCI-FUT', '866'),
|
||
(7810, '0004', 'PCI-S0', '866'),
|
||
(7811, '0005', 'PCI-FUT-S0', '866'),
|
||
(7812, '0006', 'OTDU-1U (FPGA Zynq-7000)', '866'),
|
||
(7813, '0007', 'OTDU-EX', '866'),
|
||
(7814, '0a61', 'UC-324 [VELOCITY RS422/485]', '871'),
|
||
(7815, '0010', 'QSC-100', '873'),
|
||
(7816, '0020', 'DSC-100', '873'),
|
||
(7817, '0030', 'DSC-200/300', '873'),
|
||
(7818, '0040', 'QSC-200/300', '873'),
|
||
(7819, '0050', 'ESC-100D', '873'),
|
||
(7820, '0060', 'ESC-100M', '873'),
|
||
(7821, '00f0', 'MPAC-100 Synchronous Serial Card (Zilog 85230)', '873'),
|
||
(7822, '0170', 'QSCLP-100', '873'),
|
||
(7823, '0180', 'DSCLP-100', '873'),
|
||
(7824, '0190', 'SSCLP-100', '873'),
|
||
(7825, '01a0', 'QSCLP-200/300', '873'),
|
||
(7826, '01b0', 'DSCLP-200/300', '873'),
|
||
(7827, '01c0', 'SSCLP-200/300', '873'),
|
||
(7828, '0258', 'DSPSX-200/300', '873'),
|
||
(7829, '5101', 'Route 56.PCI - Multi-Protocol Serial Interface (Zilog Z16C32)', '875'),
|
||
(7830, '7101', 'Single Port RS-232/422/485/530', '875'),
|
||
(7831, '7201', 'Dual Port RS-232/422/485 Interface', '875'),
|
||
(7832, '7202', 'Dual Port RS-232 Interface', '875'),
|
||
(7833, '7401', 'Four Port RS-232 Interface', '875'),
|
||
(7834, '7402', 'Four Port RS-422/485 Interface', '875'),
|
||
(7835, '7801', 'Eight Port RS-232 Interface', '875'),
|
||
(7836, '7804', 'Eight Port RS-232/422/485 Interface', '875'),
|
||
(7837, '8001', '8001 Digital I/O Adapter', '875'),
|
||
(7838, '0101', 'PCI32 DCF77 Radio Clock', '877'),
|
||
(7839, '0102', 'PCI509 DCF77 Radio Clock', '877'),
|
||
(7840, '0103', 'PCI510 DCF77 Radio Clock', '877'),
|
||
(7841, '0104', 'PCI511 DCF77 Radio Clock', '877'),
|
||
(7842, '0105', 'PEX511 DCF77 Radio Clock (PCI Express)', '877'),
|
||
(7843, '0106', 'PZF180PEX High Precision DCF77 Radio Clock (PCI Express)', '877'),
|
||
(7844, '0201', 'GPS167PCI GPS Receiver', '877'),
|
||
(7845, '0202', 'GPS168PCI GPS Receiver', '877'),
|
||
(7846, '0203', 'GPS169PCI GPS Receiver', '877'),
|
||
(7847, '0204', 'GPS170PCI GPS Receiver', '877'),
|
||
(7848, '0205', 'GPS170PEX GPS Receiver (PCI Express)', '877'),
|
||
(7849, '0206', 'GPS180PEX GPS Receiver (PCI Express)', '877'),
|
||
(7850, '0207', 'GLN180PEX GPS/GLONASS receiver (PCI Express)', '877'),
|
||
(7851, '0208', 'GPS180AMC GPS Receiver (PCI Express / MicroTCA / AdvancedMC)', '877'),
|
||
(7852, '0209', 'GNS181PEX GPS/Galileo/GLONASS/BEIDOU receiver (PCI Express)', '877'),
|
||
(7853, '0301', 'TCR510PCI IRIG Timecode Reader', '877'),
|
||
(7854, '0302', 'TCR167PCI IRIG Timecode Reader', '877'),
|
||
(7855, '0303', 'TCR511PCI IRIG Timecode Reader', '877'),
|
||
(7856, '0304', 'TCR511PEX IRIG Timecode Reader (PCI Express)', '877'),
|
||
(7857, '0305', 'TCR170PEX IRIG Timecode Reader (PCI Express)', '877'),
|
||
(7858, '0306', 'TCR180PEX IRIG Timecode Reader (PCI Express)', '877'),
|
||
(7859, '0501', 'PTP270PEX PTP/IEEE1588 slave card (PCI Express)', '877'),
|
||
(7860, '0601', 'FRC511PEX Free Running Clock (PCI Express)', '877'),
|
||
(7861, '0004', 'HST Saphir VII mini PCI', '887'),
|
||
(7862, '0007', 'HST Saphir III E MultiLink 4', '887'),
|
||
(7863, '0008', 'HST Saphir III E MultiLink 8', '887'),
|
||
(7864, '000a', 'HST Saphir III E MultiLink 2', '887'),
|
||
(7865, 'ff01', 'KL5A72002 Motion JPEG', '888'),
|
||
(7866, '434e', 'GigaCard Network Adapter', '893'),
|
||
(7867, '0024', 'Silicom Dual port Giga Ethernet BGE Bypass Server Adapter', '895'),
|
||
(7868, '0025', 'Silicom Quad port Giga Ethernet BGE Bypass Server Adapter', '895'),
|
||
(7869, '0026', 'Silicom Dual port Fiber Giga Ethernet 546 Bypass Server Adapter', '895'),
|
||
(7870, '0027', 'Silicom Dual port Fiber LX Giga Ethernet 546 Bypass Server Adapter', '895'),
|
||
(7871, '0029', 'Silicom Dual port Copper Giga Ethernet 546GB Bypass Server Adapter', '895'),
|
||
(7872, '002a', 'Silicom Dual port Fiber Giga Ethernet 546 TAP/Bypass Server Adapter', '895'),
|
||
(7873, '002b', 'Silicom Dual port Copper Fast Ethernet 546 TAP/Bypass Server Adapter (PXE2TBI)', '895'),
|
||
(7874, '002c', 'Silicom Quad port Copper Giga Ethernet 546GB Bypass Server Adapter (PXG4BPI)', '895'),
|
||
(7875, '002d', 'Silicom Quad port Fiber-SX Giga Ethernet 546GB Bypass Server Adapter (PXG4BPFI)', '895'),
|
||
(7876, '002e', 'Silicom Quad port Fiber-LX Giga Ethernet 546GB Bypass Server Adapter (PXG4BPFI-LX)', '895'),
|
||
(7877, '002f', 'Silicom Dual port Fiber-SX Giga Ethernet 546GB Low profile Bypass Server Adapter (PXG2BPFIL)', '895'),
|
||
(7878, '0030', 'Silicom Dual port Fiber-LX Giga Ethernet 546GB Low profile Bypass Server Adapter', '895'),
|
||
(7879, '0031', 'Silicom Quad port Copper Giga Ethernet PCI-E Bypass Server Adapter', '895'),
|
||
(7880, '0032', 'Silicom Dual port Copper Fast Ethernet 546 TAP/Bypass Server Adapter', '895'),
|
||
(7881, '0034', 'Silicom Dual port Copper Giga Ethernet PCI-E BGE Bypass Server Adapter', '895'),
|
||
(7882, '0035', 'Silicom Quad port Copper Giga Ethernet PCI-E BGE Bypass Server Adapter', '895'),
|
||
(7883, '0036', 'Silicom Dual port Fiber Giga Ethernet PCI-E BGE Bypass Server Adapter', '895'),
|
||
(7884, '0037', 'Silicom Dual port Copper Ethernet PCI-E Intel based Bypass Server Adapter', '895'),
|
||
(7885, '0038', 'Silicom Quad port Copper Ethernet PCI-E Intel based Bypass Server Adapter', '895'),
|
||
(7886, '0039', 'Silicom Dual port Fiber-SX Ethernet PCI-E Intel based Bypass Server Adapter', '895'),
|
||
(7887, '003a', 'Silicom Dual port Fiber-LX Ethernet PCI-E Intel based Bypass Server Adapter', '895'),
|
||
(7888, '003b', 'Silicom Dual port Fiber Ethernet PMC Intel based Bypass Server Adapter (PMCX2BPFI)', '895'),
|
||
(7889, '003c', 'Silicom Dual port Copper Ethernet PCI-X BGE based Bypass Server Adapter (PXG2BPRB)', '895'),
|
||
(7890, '003d', '2-port Copper GBE Bypass with Caviume 1010 PCI-X', '895'),
|
||
(7891, '003e', 'Silicom Dual port Fiber Giga Ethernet PCI-E 571 TAP/Bypass Server Adapter (PEG2TBFI)', '895'),
|
||
(7892, '003f', 'Silicom Dual port Copper Giga Ethernet PCI-X 546 TAP/Bypass Server Adapter (PXG2TBI)', '895'),
|
||
(7893, '0040', 'Silicom Quad port Fiber-SX Giga Ethernet 571 Bypass Server Adapter (PEG4BPFI)', '895'),
|
||
(7894, '0042', '4-port Copper GBE PMC-X Bypass', '895'),
|
||
(7895, '0043', 'Silicom Quad port Fiber-SX Giga Ethernet 546 Bypass Server Adapter (PXG4BPFID)', '895'),
|
||
(7896, '0045', 'Silicom 6 port Copper Giga Ethernet 546 Bypass Server Adapter (PXG6BPI)', '895'),
|
||
(7897, '0046', '4-port bypass PCI-E w disconnect low profile', '895'),
|
||
(7898, '0047', 'Silicom Dual port Fiber-SX Giga Ethernet 571 Bypass Disconnect Server Adapter (PEG2BPFID)', '895'),
|
||
(7899, '004a', 'Silicom Quad port Fiber-LX Giga Ethernet 571 Bypass Server Adapter (PEG4BPFI-LX)', '895'),
|
||
(7900, '004d', 'Dual port Copper Giga Ethernet PCI-E Bypass Server Adapter', '895'),
|
||
(7901, '0401', 'Gigabit Ethernet ExpressModule Bypass Server Adapter', '895'),
|
||
(7902, '0420', 'Gigabit Ethernet ExpressModule Bypass Server Adapter', '895'),
|
||
(7903, '0460', 'Gigabit Ethernet Express Module Bypass Server Adapter', '895'),
|
||
(7904, '0461', 'Gigabit Ethernet ExpressModule Bypass Server Adapter', '895'),
|
||
(7905, '0462', 'Gigabit Ethernet ExpressModule Bypass Server Adapter', '895'),
|
||
(7906, '0470', 'Octal-port Copper Gigabit Ethernet Express Module Bypass Server Adapter', '895'),
|
||
(7907, '0482', 'Dual-port Fiber (SR) 10 Gigabit Ethernet ExpressModule Bypass Server Adapter', '895'),
|
||
(7908, '0483', 'Dual-port Fiber (LR) 10 Gigabit Ethernet ExpressModule Bypass Server Adapter', '895'),
|
||
(7909, '0001', 'PCI-324 Audiowire Interface', '901'),
|
||
(7910, '0001', 'ARC88 audio recording card', '909'),
|
||
(7911, '2008', 'Prodif 96 Pro sound system', '909'),
|
||
(7912, '2048', 'Prodif Plus sound system', '909'),
|
||
(7913, '2088', 'Marc 8 Midi sound system', '909'),
|
||
(7914, '20c8', 'Marc A sound system', '909'),
|
||
(7915, '4008', 'Marc 2 sound system', '909'),
|
||
(7916, '4010', 'Marc 2 Pro sound system', '909'),
|
||
(7917, '4048', 'Marc 4 MIDI sound system', '909'),
|
||
(7918, '4088', 'Marc 4 Digi sound system', '909'),
|
||
(7919, '4248', 'Marc X sound system', '909'),
|
||
(7920, '4424', 'TRACE D4 Sound System', '909'),
|
||
(7921, '006b', 'WA301 802.11b Wireless PCI Adapter', '912'),
|
||
(7922, '4100', 'MA301 802.11b Wireless PCI Adapter', '912'),
|
||
(7923, '4601', 'WAG511 802.11a/b/g Dual Band Wireless PC Card', '912'),
|
||
(7924, '620a', 'GA620 Gigabit Ethernet', '912'),
|
||
(7925, '630a', 'GA630 Gigabit Ethernet', '912'),
|
||
(7926, '0001', 'PCI1500PFB [Intelligent fieldbus adaptor]', '916'),
|
||
(7927, '003d', 'VFS491 Validity Sensor', '917'),
|
||
(7928, '0001', 'UC7000 Serial', '926'),
|
||
(7929, '1020', 'CP-102 (2-port RS-232 PCI)', '926'),
|
||
(7930, '1021', 'CP-102UL (2-port RS-232 Universal PCI)', '926'),
|
||
(7931, '1022', 'CP-102U (2-port RS-232 Universal PCI)', '926'),
|
||
(7932, '1023', 'CP-102UF', '926'),
|
||
(7933, '1024', 'CP-102E (2-port RS-232 Smart PCI Express Serial Board)', '926'),
|
||
(7934, '1025', 'CP-102EL (2-port RS-232 Smart PCI Express Serial Board)', '926'),
|
||
(7935, '1040', 'Smartio C104H/PCI', '926'),
|
||
(7936, '1041', 'CP104U (4-port RS-232 Universal PCI)', '926'),
|
||
(7937, '1042', 'CP104JU (4-port RS-232 Universal PCI)', '926'),
|
||
(7938, '1043', 'CP104EL (4-port RS-232 Smart PCI Express)', '926'),
|
||
(7939, '1044', 'POS104UL (4-port RS-232 Universal PCI)', '926'),
|
||
(7940, '1045', 'CP-104EL-A (4-port RS-232 PCI Express Serial Board)', '926'),
|
||
(7941, '1080', 'CB108 (8-port RS-232 PC/104-plus Module)', '926'),
|
||
(7942, '1140', 'CT-114 series', '926'),
|
||
(7943, '1141', 'Industrio CP-114', '926'),
|
||
(7944, '1142', 'CB114 (4-port RS-232/422/485 PC/104-plus Module)', '926'),
|
||
(7945, '1143', 'CP-114UL (4-port RS-232/422/485 Smart Universal PCI Serial Board)', '926'),
|
||
(7946, '1144', 'CP-114EL (4-port RS-232/422/485 Smart PCI Express Serial Board)', '926'),
|
||
(7947, '1180', 'CP118U (8-port RS-232/422/485 Smart Universal PCI)', '926'),
|
||
(7948, '1181', 'CP118EL (8-port RS-232/422/485 Smart PCI Express)', '926'),
|
||
(7949, '1182', 'CP-118EL-A (8-port RS-232/422/485 PCI Express Serial Board)', '926'),
|
||
(7950, '1320', 'CP132 (2-port RS-422/485 PCI)', '926'),
|
||
(7951, '1321', 'CP132U (2-Port RS-422/485 Universal PCI)', '926'),
|
||
(7952, '1322', 'CP-132EL (2-port RS-422/485 Smart PCI Express Serial Board)', '926'),
|
||
(7953, '1340', 'CP134U (4-Port RS-422/485 Universal PCI)', '926'),
|
||
(7954, '1341', 'CB134I (4-port RS-422/485 PC/104-plus Module)', '926'),
|
||
(7955, '1380', 'CP138U (8-port RS-232/422/485 Smart Universal PCI)', '926'),
|
||
(7956, '1680', 'Smartio C168H/PCI', '926'),
|
||
(7957, '1681', 'CP-168U V2 Smart Serial Board (8-port RS-232)', '926'),
|
||
(7958, '1682', 'CP-168EL (8-port RS-232 Smart PCI Express)', '926'),
|
||
(7959, '1683', 'CP-168EL-A (8-port RS-232 PCI Express Serial Board)', '926'),
|
||
(7960, '2040', 'Intellio CP-204J', '926'),
|
||
(7961, '2180', 'Intellio C218 Turbo PCI', '926'),
|
||
(7962, '3200', 'Intellio C320 Turbo PCI', '926'),
|
||
(7963, '0001', 'LXT1001 Gigabit Ethernet', '927'),
|
||
(7964, '08b4', 'ISDN network Controller [HFC-4S]', '930'),
|
||
(7965, '16b8', 'ISDN network Controller [HFC-8S]', '930'),
|
||
(7966, '2bd0', 'ISDN network controller [HFC-PCI]', '930'),
|
||
(7967, '30b1', 'ISDN network Controller [HFC-E1]', '930'),
|
||
(7968, 'b700', 'ISDN network controller PrimuX S0 [HFC-PCI]', '930'),
|
||
(7969, 'f001', 'GSM Network Controller [HFC-4GSM]', '930'),
|
||
(7970, '0001', 'Quad Port 10/100 Server Accelerator', '933'),
|
||
(7971, '0003', 'Single Port 10/100 Server Accelerator', '933'),
|
||
(7972, '0005', 'Single Port Gigabit Server Accelerator', '933'),
|
||
(7973, '0005', '7751 Security Processor', '942'),
|
||
(7974, '0006', '6500 Public Key Processor', '942'),
|
||
(7975, '0007', '7811 Security Processor', '942'),
|
||
(7976, '0012', '7951 Security Processor', '942'),
|
||
(7977, '0014', '78XX Security Processor', '942'),
|
||
(7978, '0016', '8065 Security Processor', '942'),
|
||
(7979, '0017', '8165 Security Processor', '942'),
|
||
(7980, '0018', '8154 Security Processor', '942'),
|
||
(7981, '001d', '7956 Security Processor', '942'),
|
||
(7982, '001f', '7855 Security Processor', '942'),
|
||
(7983, '0020', '7955 Security Processor', '942'),
|
||
(7984, '0026', '8155 Security Processor', '942'),
|
||
(7985, '002e', '9630 Compression Processor', '942'),
|
||
(7986, '002f', '9725 Compression and Security Processor', '942'),
|
||
(7987, '0033', '8201 Acceleration Processor', '942'),
|
||
(7988, '0034', '8202 Acceleration Processor', '942'),
|
||
(7989, '0035', '8203 Acceleration Processor', '942'),
|
||
(7990, '0037', '8204 Acceleration Processor', '942'),
|
||
(7991, '0152', 'XR17C/D152 Dual PCI UART', '947'),
|
||
(7992, '0154', 'XR17C154 Quad UART', '947'),
|
||
(7993, '0158', 'XR17C158 Octal UART', '947'),
|
||
(7994, '0252', 'XR17V252 Dual UART PCI controller', '947'),
|
||
(7995, '0254', 'XR17V254 Quad UART PCI controller', '947'),
|
||
(7996, '0258', 'XR17V258 Octal UART PCI controller', '947'),
|
||
(7997, '0352', 'XR17V3521 Dual PCIe UART', '947'),
|
||
(7998, '0010', 'SyncLink Adapter v1', '971'),
|
||
(7999, '0020', 'SyncLink SCC Adapter', '971'),
|
||
(8000, '0030', 'SyncLink Multiport Adapter', '971'),
|
||
(8001, '0070', 'SyncLink GT Adapter', '971'),
|
||
(8002, '0080', 'SyncLink GT4 Adapter', '971'),
|
||
(8003, '00a0', 'SyncLink GT2 Adapter', '971'),
|
||
(8004, '0210', 'SyncLink Adapter v2', '971'),
|
||
(8005, '1000', '5xxx/6xxx-series PATA-RAID', '972'),
|
||
(8006, '1001', '7xxx/8xxx-series PATA/SATA-RAID', '972'),
|
||
(8007, '1002', '9xxx-series SATA-RAID', '972'),
|
||
(8008, '1003', '9550SX SATA-II RAID PCI-X', '972'),
|
||
(8009, '1004', '9650SE SATA-II RAID PCIe', '972'),
|
||
(8010, '1005', '9690SA SAS/SATA-II RAID PCIe', '972'),
|
||
(8011, '1010', '9750 SAS2/SATA-II RAID PCIe', '972'),
|
||
(8012, '000e', 'Technotrend/Hauppauge DVB card rev2.3', '973'),
|
||
(8013, '1019', 'TTechnoTrend-budget DVB S2-3200', '973'),
|
||
(8014, '0520', 'CEI-520 A429 Card', '977'),
|
||
(8015, '0620', 'CEI-620 A429 Card', '977'),
|
||
(8016, '0820', 'CEI-820 A429 Card', '977'),
|
||
(8017, '0830', 'CEI-830 A429 Card', '977'),
|
||
(8018, '1004', 'P-SER Multi-channel PMC to RS-485/422/232 adapter', '977'),
|
||
(8019, '0adc', 'PCI-ADC', '978'),
|
||
(8020, '0b10', 'PCI-PIO', '978'),
|
||
(8021, '0d10', 'PCI-DIO', '978'),
|
||
(8022, '524c', 'PCI-RLY', '978'),
|
||
(8023, '5744', 'PCI-WDT', '978'),
|
||
(8024, '2103', 'B2C2 FlexCopII DVB chip / Technisat SkyStar2 DVB card', '987'),
|
||
(8025, '2104', 'B2C2 FlexCopIII DVB chip / Technisat SkyStar2 DVB card (rev 01)', '987'),
|
||
(8026, '2200', 'B2C2 FlexCopIII DVB chip / Technisat SkyStar2 DVB card', '987'),
|
||
(8027, 'ab02', 'ADMtek Centaur-C rev 17 [D-Link DFE-680TX] CardBus Fast Ethernet Adapter', '988'),
|
||
(8028, 'ab03', '21x4x DEC-Tulip compatible 10/100 Ethernet', '988'),
|
||
(8029, 'ab06', 'RTL8139 [FE2000VX] CardBus Fast Ethernet Attached Port Adapter', '988'),
|
||
(8030, 'ab08', '21x4x DEC-Tulip compatible 10/100 Ethernet', '988'),
|
||
(8031, '0001', 'PCI56RVP Modem', '1001'),
|
||
(8032, '000a', 'NPC-RC01 Remote control receiver', '1014'),
|
||
(8033, '0200', 'IC Plus IP100A Integrated 10/100 Ethernet MAC + PHY', '1018'),
|
||
(8034, '0201', 'ST201 Sundance Ethernet', '1018'),
|
||
(8035, '1021', 'TC902x Gigabit Ethernet', '1018'),
|
||
(8036, '1023', 'IP1000 Family Gigabit Ethernet', '1018'),
|
||
(8037, '1401', 'Zentai Fibre Channel Adapter', '1022'),
|
||
(8038, '0011', 'CMI8738', '1024'),
|
||
(8039, '0100', 'CM8338A', '1024'),
|
||
(8040, '0101', 'CM8338B', '1024'),
|
||
(8041, '0111', 'CMI8738/CMI8768 PCI Audio', '1024'),
|
||
(8042, '0211', 'CM8738', '1024'),
|
||
(8043, '5011', 'CM8888 [Oxygen Express]', '1024'),
|
||
(8044, '8788', 'CMI8788 [Oxygen HD Audio]', '1024'),
|
||
(8045, '1240', 'PCI-1240 4-channel stepper motor controller card', '1032'),
|
||
(8046, '1600', 'PCI-16xx series PCI multiport serial board (function 0)', '1032'),
|
||
(8047, '1603', 'PCI-1603 2-port isolated RS-232/current loop', '1032'),
|
||
(8048, '1604', 'PCI-1604 2-port RS-232', '1032'),
|
||
(8049, '1680', 'PCI-1680 Rev.A1 2-port CAN-bus with isolation protection', '1032'),
|
||
(8050, '16ff', 'PCI-16xx series PCI multiport serial board (function 1: RX/TX steering CPLD)', '1032'),
|
||
(8051, '1711', 'PCI-1711 16-channel data acquisition card 12-bit, 100kS/s', '1032'),
|
||
(8052, '1713', 'PCI-1713 32-channel isolated analog input card', '1032'),
|
||
(8053, '1733', 'PCI-1733 32-channel isolated digital input card', '1032'),
|
||
(8054, '1734', 'PCI-1734 32-channel isolated digital output card', '1032'),
|
||
(8055, '1752', 'PCI-1752 64-channel Isolated Digital Output Card', '1032'),
|
||
(8056, '1754', 'PCI-1754 64-channel Isolated Digital Input Card', '1032'),
|
||
(8057, '1756', 'PCI-1756 64-ch Isolated Digital I/O PCI Card', '1032'),
|
||
(8058, 'a004', 'PCI-1612 4-port RS-232/422/485', '1032'),
|
||
(8059, 'c302', 'MIOe-3680 2-Port CAN-Bus MIOe Module with Isolation Protection', '1032'),
|
||
(8060, '1401', '9432 TX', '1034'),
|
||
(8061, '0630', 'ME-630', '1036'),
|
||
(8062, '0940', 'ME-94', '1036'),
|
||
(8063, '0950', 'ME-95', '1036'),
|
||
(8064, '0960', 'ME-96', '1036'),
|
||
(8065, '1000', 'ME-1000', '1036'),
|
||
(8066, '100a', 'ME-1000', '1036'),
|
||
(8067, '100b', 'ME-1000', '1036'),
|
||
(8068, '1400', 'ME-1400', '1036'),
|
||
(8069, '140a', 'ME-1400A', '1036'),
|
||
(8070, '140b', 'ME-1400B', '1036'),
|
||
(8071, '140c', 'ME-1400C', '1036'),
|
||
(8072, '140d', 'ME-1400D', '1036'),
|
||
(8073, '140e', 'ME-1400E', '1036'),
|
||
(8074, '14ea', 'ME-1400EA', '1036'),
|
||
(8075, '14eb', 'ME-1400EB', '1036'),
|
||
(8076, '1604', 'ME-1600/4U', '1036'),
|
||
(8077, '1608', 'ME-1600/8U', '1036'),
|
||
(8078, '160c', 'ME-1600/12U', '1036'),
|
||
(8079, '160f', 'ME-1600/16U', '1036'),
|
||
(8080, '168f', 'ME-1600/16U8I', '1036'),
|
||
(8081, '4610', 'ME-4610', '1036'),
|
||
(8082, '4650', 'ME-4650', '1036'),
|
||
(8083, '4660', 'ME-4660', '1036'),
|
||
(8084, '4661', 'ME-4660I', '1036'),
|
||
(8085, '4662', 'ME-4660', '1036'),
|
||
(8086, '4663', 'ME-4660I', '1036'),
|
||
(8087, '4670', 'ME-4670', '1036'),
|
||
(8088, '4671', 'ME-4670I', '1036'),
|
||
(8089, '4672', 'ME-4670S', '1036'),
|
||
(8090, '4673', 'ME-4670IS', '1036'),
|
||
(8091, '4680', 'ME-4680', '1036'),
|
||
(8092, '4681', 'ME-4680I', '1036'),
|
||
(8093, '4682', 'ME-4680S', '1036'),
|
||
(8094, '4683', 'ME-4680IS', '1036'),
|
||
(8095, '6004', 'ME-6000/4', '1036'),
|
||
(8096, '6008', 'ME-6000/8', '1036'),
|
||
(8097, '600f', 'ME-6000/16', '1036'),
|
||
(8098, '6014', 'ME-6000I/4', '1036'),
|
||
(8099, '6018', 'ME-6000I/8', '1036'),
|
||
(8100, '601f', 'ME-6000I/16', '1036'),
|
||
(8101, '6034', 'ME-6000ISLE/4', '1036'),
|
||
(8102, '6038', 'ME-6000ISLE/8', '1036'),
|
||
(8103, '603f', 'ME-6000ISLE/16', '1036'),
|
||
(8104, '6044', 'ME-6000/4/DIO', '1036'),
|
||
(8105, '6048', 'ME-6000/8/DIO', '1036'),
|
||
(8106, '604f', 'ME-6000/16/DIO', '1036'),
|
||
(8107, '6054', 'ME-6000I/4/DIO', '1036'),
|
||
(8108, '6058', 'ME-6000I/8/DIO', '1036'),
|
||
(8109, '605f', 'ME-6000I/16/DIO', '1036'),
|
||
(8110, '6074', 'ME-6000ISLE/4/DIO', '1036'),
|
||
(8111, '6078', 'ME-6000ISLE/8/DIO', '1036'),
|
||
(8112, '607f', 'ME-6000ISLE/16/DIO', '1036'),
|
||
(8113, '6104', 'ME-6100/4', '1036'),
|
||
(8114, '6108', 'ME-6100/8', '1036'),
|
||
(8115, '610f', 'ME-6100/16', '1036'),
|
||
(8116, '6114', 'ME-6100I/4', '1036'),
|
||
(8117, '6118', 'ME-6100I/8', '1036'),
|
||
(8118, '611f', 'ME-6100I/16', '1036'),
|
||
(8119, '6134', 'ME-6100ISLE/4', '1036'),
|
||
(8120, '6138', 'ME-6100ISLE/8', '1036'),
|
||
(8121, '613f', 'ME-6100ISLE/16', '1036'),
|
||
(8122, '6144', 'ME-6100/4/DIO', '1036'),
|
||
(8123, '6148', 'ME-6100/8/DIO', '1036'),
|
||
(8124, '614f', 'ME-6100/16/DIO', '1036'),
|
||
(8125, '6154', 'ME-6100I/4/DIO', '1036'),
|
||
(8126, '6158', 'ME-6100I/8/DIO', '1036'),
|
||
(8127, '615f', 'ME-6100I/16/DIO', '1036'),
|
||
(8128, '6174', 'ME-6100ISLE/4/DIO', '1036'),
|
||
(8129, '6178', 'ME-6100ISLE/8/DIO', '1036'),
|
||
(8130, '617f', 'ME-6100ISLE/16/DIO', '1036'),
|
||
(8131, '6259', 'ME-6200I/9/DIO', '1036'),
|
||
(8132, '6359', 'ME-6300I/9/DIO', '1036'),
|
||
(8133, '810a', 'ME-8100A', '1036'),
|
||
(8134, '810b', 'ME-8100B', '1036'),
|
||
(8135, '820a', 'ME-8200A', '1036'),
|
||
(8136, '820b', 'ME-8200B', '1036'),
|
||
(8137, '0100', 'Lava Dual Serial', '1041'),
|
||
(8138, '0101', 'Lava Quatro A', '1041'),
|
||
(8139, '0102', 'Lava Quatro B', '1041'),
|
||
(8140, '0110', 'Lava DSerial-PCI Port A', '1041'),
|
||
(8141, '0111', 'Lava DSerial-PCI Port B', '1041'),
|
||
(8142, '0120', 'Quattro-PCI A', '1041'),
|
||
(8143, '0121', 'Quattro-PCI B', '1041'),
|
||
(8144, '0180', 'Lava Octo A', '1041'),
|
||
(8145, '0181', 'Lava Octo B', '1041'),
|
||
(8146, '0200', 'Lava Port Plus', '1041'),
|
||
(8147, '0201', 'Lava Quad A', '1041'),
|
||
(8148, '0202', 'Lava Quad B', '1041'),
|
||
(8149, '0220', 'Lava Quattro PCI Ports A/B', '1041'),
|
||
(8150, '0221', 'Lava Quattro PCI Ports C/D', '1041'),
|
||
(8151, '0400', 'Lava 8255-PIO-PCI', '1041'),
|
||
(8152, '0500', 'Lava Single Serial', '1041'),
|
||
(8153, '0520', 'Lava RS422-SS-PCI', '1041'),
|
||
(8154, '0600', 'Lava Port 650', '1041'),
|
||
(8155, '8000', 'Lava Parallel', '1041'),
|
||
(8156, '8001', 'Dual parallel port controller A', '1041'),
|
||
(8157, '8002', 'Lava Dual Parallel port A', '1041'),
|
||
(8158, '8003', 'Lava Dual Parallel port B', '1041'),
|
||
(8159, '8800', 'BOCA Research IOPPAR', '1041'),
|
||
(8160, '7168', 'PCI2S550 (Dual 16550 UART)', '1043'),
|
||
(8161, '7268', 'SUN1888 (Dual IEEE1284 parallel port)', '1043'),
|
||
(8162, '1712', 'ICE1712 [Envy24] PCI Multi-Channel I/O Controller', '1052'),
|
||
(8163, '1724', 'VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller', '1052'),
|
||
(8164, '0001', 'MN-120 (ADMtek Centaur-C based)', '1054'),
|
||
(8165, '0002', 'MN-130 (ADMtek Centaur-P based)', '1054'),
|
||
(8166, '5353', 'Hyper-V virtual VGA', '1054'),
|
||
(8167, '5801', 'XMA Decoder (Xenon)', '1054'),
|
||
(8168, '5802', 'SATA Controller - CdRom (Xenon)', '1054'),
|
||
(8169, '5803', 'SATA Controller - Disk (Xenon)', '1054'),
|
||
(8170, '5804', 'OHCI Controller 0 (Xenon)', '1054'),
|
||
(8171, '5805', 'EHCI Controller 0 (Xenon)', '1054'),
|
||
(8172, '5806', 'OHCI Controller 1 (Xenon)', '1054'),
|
||
(8173, '5807', 'EHCI Controller 1 (Xenon)', '1054'),
|
||
(8174, '580a', 'Fast Ethernet Adapter (Xenon)', '1054'),
|
||
(8175, '580b', 'Secure Flash Controller (Xenon)', '1054'),
|
||
(8176, '580d', 'System Management Controller (Xenon)', '1054'),
|
||
(8177, '5811', 'Xenos GPU (Xenon)', '1054'),
|
||
(8178, '8401', 'OX9162 Mode 1 (8-bit bus)', '1055'),
|
||
(8179, '8403', 'OX9162 Mode 0 (parallel port)', '1055'),
|
||
(8180, '9500', 'OX16PCI954 (Quad 16950 UART) function 0 (Disabled)', '1055'),
|
||
(8181, '9501', 'OX16PCI954 (Quad 16950 UART) function 0 (Uart)', '1055'),
|
||
(8182, '9505', 'OXuPCI952 (Dual 16C950 UART)', '1055'),
|
||
(8183, '950a', 'EXSYS EX-41092 Dual 16950 Serial adapter', '1055'),
|
||
(8184, '950b', 'OXCB950 Cardbus 16950 UART', '1055'),
|
||
(8185, '9510', 'OX16PCI954 (Quad 16950 UART) function 1 (Disabled)', '1055'),
|
||
(8186, '9511', 'OX16PCI954 (Quad 16950 UART) function 1 (8bit bus)', '1055'),
|
||
(8187, '9512', 'OX16PCI954 (Quad 16950 UART) function 1 (32bit bus)', '1055'),
|
||
(8188, '9513', 'OX16PCI954 (Quad 16950 UART) function 1 (parallel port)', '1055'),
|
||
(8189, '9521', 'OX16PCI952 (Dual 16950 UART)', '1055'),
|
||
(8190, '9523', 'OX16PCI952 Integrated Parallel Port', '1055'),
|
||
(8191, 'c158', 'OXPCIe952 Dual 16C950 UART', '1055'),
|
||
(8192, 'c308', 'EX-44016 16-port serial', '1055'),
|
||
(8193, '8002', 'Gold Card NetGlobal 56k+10/100Mb CardBus (Ethernet part)', '1065'),
|
||
(8194, '8003', 'Gold Card NetGlobal 56k+10/100Mb CardBus (Modem part)', '1065'),
|
||
(8195, '000b', 'T210 Protocol Engine', '1070'),
|
||
(8196, '000c', 'T204 Protocol Engine', '1070'),
|
||
(8197, '0022', '10GbE Ethernet Adapter', '1070'),
|
||
(8198, '0030', 'T310 10GbE Single Port Adapter', '1070'),
|
||
(8199, '0031', 'T320 10GbE Dual Port Adapter', '1070'),
|
||
(8200, '0032', 'T302 1GbE Dual Port Adapter', '1070'),
|
||
(8201, '0033', 'T304 1GbE Quad Port Adapter', '1070'),
|
||
(8202, '0034', 'B320 10GbE Dual Port Adapter', '1070'),
|
||
(8203, '0035', 'S310-CR 10GbE Single Port Adapter', '1070'),
|
||
(8204, '0036', 'S320-LP-CR 10GbE Dual Port Adapter', '1070'),
|
||
(8205, '0037', 'N320-G2-CR 10GbE Dual Port Adapter', '1070'),
|
||
(8206, '4001', 'T420-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8207, '4002', 'T422-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8208, '4003', 'T440-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8209, '4004', 'T420-BCH Unified Wire Ethernet Controller', '1070'),
|
||
(8210, '4005', 'T440-BCH Unified Wire Ethernet Controller', '1070'),
|
||
(8211, '4006', 'T440-CH Unified Wire Ethernet Controller', '1070'),
|
||
(8212, '4007', 'T420-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8213, '4008', 'T420-CX Unified Wire Ethernet Controller', '1070'),
|
||
(8214, '4009', 'T420-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8215, '400a', 'T404-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8216, '400b', 'B420-SR Unified Wire Ethernet Controller', '1070'),
|
||
(8217, '400c', 'B404-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8218, '400d', 'T480 Unified Wire Ethernet Controller', '1070'),
|
||
(8219, '400e', 'T440-LP-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8220, '400f', 'T440 [Amsterdam] Unified Wire Ethernet Controller', '1070'),
|
||
(8221, '4080', 'T480-4080 T480 Unified Wire Ethernet Controller', '1070'),
|
||
(8222, '4081', 'T440F-4081 T440-FCoE Unified Wire Ethernet Controller', '1070'),
|
||
(8223, '4082', 'T420-4082 Unified Wire Ethernet Controller', '1070'),
|
||
(8224, '4083', 'T420X-4083 Unified Wire Ethernet Controller', '1070'),
|
||
(8225, '4084', 'T440-4084 Unified Wire Ethernet Controller', '1070'),
|
||
(8226, '4085', 'T420-4085 SFP+ Unified Wire Ethernet Controller', '1070'),
|
||
(8227, '4086', 'T440-4086 10Gbase-T Unified Wire Ethernet Controller', '1070'),
|
||
(8228, '4087', 'T440T-4087 Unified Wire Ethernet Controller', '1070'),
|
||
(8229, '4088', 'T440-4088 Unified Wire Ethernet Controller', '1070'),
|
||
(8230, '4401', 'T420-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8231, '4402', 'T422-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8232, '4403', 'T440-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8233, '4404', 'T420-BCH Unified Wire Ethernet Controller', '1070'),
|
||
(8234, '4405', 'T440-BCH Unified Wire Ethernet Controller', '1070'),
|
||
(8235, '4406', 'T440-CH Unified Wire Ethernet Controller', '1070'),
|
||
(8236, '4407', 'T420-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8237, '4408', 'T420-CX Unified Wire Ethernet Controller', '1070'),
|
||
(8238, '4409', 'T420-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8239, '440a', 'T404-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8240, '440b', 'B420-SR Unified Wire Ethernet Controller', '1070'),
|
||
(8241, '440c', 'B404-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8242, '440d', 'T480 Unified Wire Ethernet Controller', '1070'),
|
||
(8243, '440e', 'T440-LP-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8244, '440f', 'T440 [Amsterdam] Unified Wire Ethernet Controller', '1070'),
|
||
(8245, '4480', 'T480-4080 T480 Unified Wire Ethernet Controller', '1070'),
|
||
(8246, '4481', 'T440F-4081 T440-FCoE Unified Wire Ethernet Controller', '1070'),
|
||
(8247, '4482', 'T420-4082 Unified Wire Ethernet Controller', '1070'),
|
||
(8248, '4483', 'T420X-4083 Unified Wire Ethernet Controller', '1070'),
|
||
(8249, '4484', 'T440-4084 Unified Wire Ethernet Controller', '1070'),
|
||
(8250, '4485', 'T420-4085 SFP+ Unified Wire Ethernet Controller', '1070'),
|
||
(8251, '4486', 'T440-4086 10Gbase-T Unified Wire Ethernet Controller', '1070'),
|
||
(8252, '4487', 'T440T-4087 Unified Wire Ethernet Controller', '1070'),
|
||
(8253, '4488', 'T440-4088 Unified Wire Ethernet Controller', '1070'),
|
||
(8254, '4501', 'T420-CR Unified Wire Storage Controller', '1070'),
|
||
(8255, '4502', 'T422-CR Unified Wire Storage Controller', '1070'),
|
||
(8256, '4503', 'T440-CR Unified Wire Storage Controller', '1070'),
|
||
(8257, '4504', 'T420-BCH Unified Wire Storage Controller', '1070'),
|
||
(8258, '4505', 'T440-BCH Unified Wire Storage Controller', '1070'),
|
||
(8259, '4506', 'T440-CH Unified Wire Storage Controller', '1070'),
|
||
(8260, '4507', 'T420-SO Unified Wire Storage Controller', '1070'),
|
||
(8261, '4508', 'T420-CX Unified Wire Storage Controller', '1070'),
|
||
(8262, '4509', 'T420-BT Unified Wire Storage Controller', '1070'),
|
||
(8263, '450a', 'T404-BT Unified Wire Storage Controller', '1070'),
|
||
(8264, '450b', 'B420-SR Unified Wire Storage Controller', '1070'),
|
||
(8265, '450c', 'B404-BT Unified Wire Storage Controller', '1070'),
|
||
(8266, '450d', 'T480 Unified Wire Storage Controller', '1070'),
|
||
(8267, '450e', 'T440-LP-CR Unified Wire Storage Controller', '1070'),
|
||
(8268, '450f', 'T440 [Amsterdam] Unified Wire Storage Controller', '1070'),
|
||
(8269, '4580', 'T480-4080 T480 Unified Wire Storage Controller', '1070'),
|
||
(8270, '4581', 'T440F-4081 T440-FCoE Unified Wire Storage Controller', '1070'),
|
||
(8271, '4582', 'T420-4082 Unified Wire Storage Controller', '1070'),
|
||
(8272, '4583', 'T420X-4083 Unified Wire Storage Controller', '1070'),
|
||
(8273, '4584', 'T440-4084 Unified Wire Storage Controller', '1070'),
|
||
(8274, '4585', 'T420-4085 SFP+ Unified Wire Storage Controller', '1070'),
|
||
(8275, '4586', 'T440-4086 10Gbase-T Unified Wire Storage Controller', '1070'),
|
||
(8276, '4587', 'T440T-4087 Unified Wire Storage Controller', '1070'),
|
||
(8277, '4588', 'T440-4088 Unified Wire Storage Controller', '1070'),
|
||
(8278, '4601', 'T420-CR Unified Wire Storage Controller', '1070'),
|
||
(8279, '4602', 'T422-CR Unified Wire Storage Controller', '1070'),
|
||
(8280, '4603', 'T440-CR Unified Wire Storage Controller', '1070'),
|
||
(8281, '4604', 'T420-BCH Unified Wire Storage Controller', '1070'),
|
||
(8282, '4605', 'T440-BCH Unified Wire Storage Controller', '1070'),
|
||
(8283, '4606', 'T440-CH Unified Wire Storage Controller', '1070'),
|
||
(8284, '4607', 'T420-SO Unified Wire Storage Controller', '1070'),
|
||
(8285, '4608', 'T420-CX Unified Wire Storage Controller', '1070'),
|
||
(8286, '4609', 'T420-BT Unified Wire Storage Controller', '1070'),
|
||
(8287, '460a', 'T404-BT Unified Wire Storage Controller', '1070'),
|
||
(8288, '460b', 'B420-SR Unified Wire Storage Controller', '1070'),
|
||
(8289, '460c', 'B404-BT Unified Wire Storage Controller', '1070'),
|
||
(8290, '460d', 'T480 Unified Wire Storage Controller', '1070'),
|
||
(8291, '460e', 'T440-LP-CR Unified Wire Storage Controller', '1070'),
|
||
(8292, '460f', 'T440 [Amsterdam] Unified Wire Storage Controller', '1070'),
|
||
(8293, '4680', 'T480-4080 T480 Unified Wire Storage Controller', '1070'),
|
||
(8294, '4681', 'T440F-4081 T440-FCoE Unified Wire Storage Controller', '1070'),
|
||
(8295, '4682', 'T420-4082 Unified Wire Storage Controller', '1070'),
|
||
(8296, '4683', 'T420X-4083 Unified Wire Storage Controller', '1070'),
|
||
(8297, '4684', 'T440-4084 Unified Wire Storage Controller', '1070'),
|
||
(8298, '4685', 'T420-4085 SFP+ Unified Wire Storage Controller', '1070'),
|
||
(8299, '4686', 'T440-4086 10Gbase-T Unified Wire Storage Controller', '1070'),
|
||
(8300, '4687', 'T440T-4087 Unified Wire Storage Controller', '1070'),
|
||
(8301, '4688', 'T440-4088 Unified Wire Storage Controller', '1070'),
|
||
(8302, '4701', 'T420-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8303, '4702', 'T422-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8304, '4703', 'T440-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8305, '4704', 'T420-BCH Unified Wire Ethernet Controller', '1070'),
|
||
(8306, '4705', 'T440-BCH Unified Wire Ethernet Controller', '1070'),
|
||
(8307, '4706', 'T440-CH Unified Wire Ethernet Controller', '1070'),
|
||
(8308, '4707', 'T420-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8309, '4708', 'T420-CX Unified Wire Ethernet Controller', '1070'),
|
||
(8310, '4709', 'T420-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8311, '470a', 'T404-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8312, '470b', 'B420-SR Unified Wire Ethernet Controller', '1070'),
|
||
(8313, '470c', 'B404-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8314, '470d', 'T480 Unified Wire Ethernet Controller', '1070'),
|
||
(8315, '470e', 'T440-LP-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8316, '470f', 'T440 [Amsterdam] Unified Wire Ethernet Controller', '1070'),
|
||
(8317, '4780', 'T480-4080 T480 Unified Wire Ethernet Controller', '1070'),
|
||
(8318, '4781', 'T440F-4081 T440-FCoE Unified Wire Ethernet Controller', '1070'),
|
||
(8319, '4782', 'T420-4082 Unified Wire Ethernet Controller', '1070'),
|
||
(8320, '4783', 'T420X-4083 Unified Wire Ethernet Controller', '1070'),
|
||
(8321, '4784', 'T440-4084 Unified Wire Ethernet Controller', '1070'),
|
||
(8322, '4785', 'T420-4085 SFP+ Unified Wire Ethernet Controller', '1070'),
|
||
(8323, '4786', 'T440-4086 10Gbase-T Unified Wire Ethernet Controller', '1070'),
|
||
(8324, '4787', 'T440T-4087 Unified Wire Ethernet Controller', '1070'),
|
||
(8325, '4788', 'T440-4088 Unified Wire Ethernet Controller', '1070'),
|
||
(8326, '4801', 'T420-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8327, '4802', 'T422-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8328, '4803', 'T440-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8329, '4804', 'T420-BCH Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8330, '4805', 'T440-BCH Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8331, '4806', 'T440-CH Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8332, '4807', 'T420-SO Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8333, '4808', 'T420-CX Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8334, '4809', 'T420-BT Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8335, '480a', 'T404-BT Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8336, '480b', 'B420-SR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8337, '480c', 'B404-BT Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8338, '480d', 'T480 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8339, '480e', 'T440-LP-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8340, '480f', 'T440 [Amsterdam] Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8341, '4880', 'T480-4080 T480 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8342, '4881', 'T440F-4081 T440-FCoE Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8343, '4882', 'T420-4082 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8344, '4883', 'T420X-4083 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8345, '4884', 'T440-4084 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8346, '4885', 'T420-4085 SFP+ Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8347, '4886', 'T440-4086 10Gbase-T Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8348, '4887', 'T440T-4087 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8349, '4888', 'T440-4088 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8350, '5001', 'T520-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8351, '5002', 'T522-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8352, '5003', 'T540-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8353, '5004', 'T520-BCH Unified Wire Ethernet Controller', '1070'),
|
||
(8354, '5005', 'T540-BCH Unified Wire Ethernet Controller', '1070'),
|
||
(8355, '5006', 'T540-CH Unified Wire Ethernet Controller', '1070'),
|
||
(8356, '5007', 'T520-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8357, '5008', 'T520-CX Unified Wire Ethernet Controller', '1070'),
|
||
(8358, '5009', 'T520-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8359, '500a', 'T504-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8360, '500b', 'B520-SR Unified Wire Ethernet Controller', '1070'),
|
||
(8361, '500c', 'B504-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8362, '500d', 'T580-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8363, '500e', 'T540-LP-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8364, '500f', 'T540 [Amsterdam] Unified Wire Ethernet Controller', '1070'),
|
||
(8365, '5010', 'T580-LP-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8366, '5011', 'T520-LL-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8367, '5012', 'T560-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8368, '5013', 'T580-CHR Unified Wire Ethernet Controller', '1070'),
|
||
(8369, '5014', 'T580-SO-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8370, '5015', 'T502-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8371, '5016', 'T580-OCP-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8372, '5017', 'T520-OCP-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8373, '5018', 'T540-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8374, '5019', 'T540-LP-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8375, '501a', 'T540-SO-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8376, '501b', 'T540-SO-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8377, '5080', 'T540-5080 Unified Wire Ethernet Controller', '1070'),
|
||
(8378, '5081', 'T540-5081 Unified Wire Ethernet Controller', '1070'),
|
||
(8379, '5082', 'T504-5082 Unified Wire Ethernet Controller', '1070'),
|
||
(8380, '5083', 'T540-5083 Unified Wire Ethernet Controller', '1070'),
|
||
(8381, '5084', 'T540-5084 Unified Wire Ethernet Controller', '1070'),
|
||
(8382, '5085', 'T580-5085 Unified Wire Ethernet Controller', '1070'),
|
||
(8383, '5086', 'T580-5086 Unified Wire Ethernet Controller', '1070'),
|
||
(8384, '5087', 'T580-5087 Unified Wire Ethernet Controller', '1070'),
|
||
(8385, '5088', 'T570-5088 Unified Wire Ethernet Controller', '1070'),
|
||
(8386, '5089', 'T520-5089 Unified Wire Ethernet Controller', '1070'),
|
||
(8387, '5090', 'T540-5090 Unified Wire Ethernet Controller', '1070'),
|
||
(8388, '5091', 'T522-5091 Unified Wire Ethernet Controller', '1070'),
|
||
(8389, '5092', 'T520-5092 Unified Wire Ethernet Controller', '1070'),
|
||
(8390, '5093', 'T580-5093 Unified Wire Ethernet Controller', '1070'),
|
||
(8391, '5094', 'T540-5094 Unified Wire Ethernet Controller', '1070'),
|
||
(8392, '5095', 'T540-5095 Unified Wire Ethernet Controller', '1070'),
|
||
(8393, '5096', 'T580-5096 Unified Wire Ethernet Controller', '1070'),
|
||
(8394, '5097', 'T520-5097 Unified Wire Ethernet Controller', '1070'),
|
||
(8395, '5098', 'T580-5098 Unified Wire Ethernet Controller', '1070'),
|
||
(8396, '5099', 'T580-5099 Unified Wire Ethernet Controller', '1070'),
|
||
(8397, '509a', 'T520-509A Unified Wire Ethernet Controller', '1070'),
|
||
(8398, '509b', 'T540-509B Unified Wire Ethernet Controller', '1070'),
|
||
(8399, '509c', 'T520-509C Unified Wire Ethernet Controller', '1070'),
|
||
(8400, '509d', 'T540-509D Unified Wire Ethernet Controller', '1070'),
|
||
(8401, '509e', 'T520-509E Unified Wire Ethernet Controller', '1070'),
|
||
(8402, '509f', 'T540-509F Unified Wire Ethernet Controller', '1070'),
|
||
(8403, '50a0', 'T540-50A0 Unified Wire Ethernet Controller', '1070'),
|
||
(8404, '50a1', 'T540-50A1 Unified Wire Ethernet Controller', '1070'),
|
||
(8405, '50a2', 'T580-50A2 Unified Wire Ethernet Controller', '1070'),
|
||
(8406, '50a3', 'T580-50A3 Unified Wire Ethernet Controller', '1070'),
|
||
(8407, '50a4', 'T540-50A4 Unified Wire Ethernet Controller', '1070'),
|
||
(8408, '50a5', 'T522-50A5 Unified Wire Ethernet Controller', '1070'),
|
||
(8409, '50a6', 'T522-50A6 Unified Wire Ethernet Controller', '1070'),
|
||
(8410, '50a7', 'T580-50A7 Unified Wire Ethernet Controller', '1070'),
|
||
(8411, '50a8', 'T580-50A8 Unified Wire Ethernet Controller', '1070'),
|
||
(8412, '50a9', 'T580-50A9 Unified Wire Ethernet Controller', '1070'),
|
||
(8413, '50aa', 'T580-50AA Unified Wire Ethernet Controller', '1070'),
|
||
(8414, '50ab', 'T520-50AB Unified Wire Ethernet Controller', '1070'),
|
||
(8415, '50ac', 'T540-50AC Unified Wire Ethernet Controller', '1070'),
|
||
(8416, '50ad', 'T520-50AD Unified Wire Ethernet Controller', '1070'),
|
||
(8417, '50ae', 'T540-50AE Unified Wire Ethernet Controller', '1070'),
|
||
(8418, '50af', 'T580-50AF Unified Wire Ethernet Controller', '1070'),
|
||
(8419, '50b0', 'T520-50B0 Unified Wire Ethernet Controller', '1070'),
|
||
(8420, '5401', 'T520-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8421, '5402', 'T522-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8422, '5403', 'T540-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8423, '5404', 'T520-BCH Unified Wire Ethernet Controller', '1070'),
|
||
(8424, '5405', 'T540-BCH Unified Wire Ethernet Controller', '1070'),
|
||
(8425, '5406', 'T540-CH Unified Wire Ethernet Controller', '1070'),
|
||
(8426, '5407', 'T520-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8427, '5408', 'T520-CX Unified Wire Ethernet Controller', '1070'),
|
||
(8428, '5409', 'T520-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8429, '540a', 'T504-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8430, '540b', 'B520-SR Unified Wire Ethernet Controller', '1070'),
|
||
(8431, '540c', 'B504-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8432, '540d', 'T580-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8433, '540e', 'T540-LP-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8434, '540f', 'T540 [Amsterdam] Unified Wire Ethernet Controller', '1070'),
|
||
(8435, '5410', 'T580-LP-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8436, '5411', 'T520-LL-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8437, '5412', 'T560-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8438, '5413', 'T580-CHR Unified Wire Ethernet Controller', '1070'),
|
||
(8439, '5414', 'T580-SO-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8440, '5415', 'T502-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8441, '5416', 'T580-OCP-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8442, '5417', 'T520-OCP-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8443, '5418', 'T540-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8444, '5419', 'T540-LP-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8445, '541a', 'T540-SO-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8446, '541b', 'T540-SO-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8447, '5480', 'T540-5080 Unified Wire Ethernet Controller', '1070'),
|
||
(8448, '5481', 'T540-5081 Unified Wire Ethernet Controller', '1070'),
|
||
(8449, '5482', 'T504-5082 Unified Wire Ethernet Controller', '1070'),
|
||
(8450, '5483', 'T540-5083 Unified Wire Ethernet Controller', '1070'),
|
||
(8451, '5484', 'T540-5084 Unified Wire Ethernet Controller', '1070'),
|
||
(8452, '5485', 'T580-5085 Unified Wire Ethernet Controller', '1070'),
|
||
(8453, '5486', 'T580-5086 Unified Wire Ethernet Controller', '1070'),
|
||
(8454, '5487', 'T580-5087 Unified Wire Ethernet Controller', '1070'),
|
||
(8455, '5488', 'T570-5088 Unified Wire Ethernet Controller', '1070'),
|
||
(8456, '5489', 'T520-5089 Unified Wire Ethernet Controller', '1070'),
|
||
(8457, '5490', 'T540-5090 Unified Wire Ethernet Controller', '1070'),
|
||
(8458, '5491', 'T522-5091 Unified Wire Ethernet Controller', '1070'),
|
||
(8459, '5492', 'T520-5092 Unified Wire Ethernet Controller', '1070'),
|
||
(8460, '5493', 'T580-5093 Unified Wire Ethernet Controller', '1070'),
|
||
(8461, '5494', 'T540-5094 Unified Wire Ethernet Controller', '1070'),
|
||
(8462, '5495', 'T540-5095 Unified Wire Ethernet Controller', '1070'),
|
||
(8463, '5496', 'T580-5096 Unified Wire Ethernet Controller', '1070'),
|
||
(8464, '5497', 'T520-5097 Unified Wire Ethernet Controller', '1070'),
|
||
(8465, '5498', 'T580-5098 Unified Wire Ethernet Controller', '1070'),
|
||
(8466, '5499', 'T580-5099 Unified Wire Ethernet Controller', '1070'),
|
||
(8467, '549a', 'T520-509A Unified Wire Ethernet Controller', '1070'),
|
||
(8468, '549b', 'T540-509B Unified Wire Ethernet Controller', '1070'),
|
||
(8469, '549c', 'T520-509C Unified Wire Ethernet Controller', '1070'),
|
||
(8470, '549d', 'T540-509D Unified Wire Ethernet Controller', '1070'),
|
||
(8471, '549e', 'T520-509E Unified Wire Ethernet Controller', '1070'),
|
||
(8472, '549f', 'T540-509F Unified Wire Ethernet Controller', '1070'),
|
||
(8473, '54a0', 'T540-50A0 Unified Wire Ethernet Controller', '1070'),
|
||
(8474, '54a1', 'T540-50A1 Unified Wire Ethernet Controller', '1070'),
|
||
(8475, '54a2', 'T580-50A2 Unified Wire Ethernet Controller', '1070'),
|
||
(8476, '54a3', 'T580-50A3 Unified Wire Ethernet Controller', '1070'),
|
||
(8477, '54a4', 'T540-50A4 Unified Wire Ethernet Controller', '1070'),
|
||
(8478, '54a5', 'T522-50A5 Unified Wire Ethernet Controller', '1070'),
|
||
(8479, '54a6', 'T522-50A6 Unified Wire Ethernet Controller', '1070'),
|
||
(8480, '54a7', 'T580-50A7 Unified Wire Ethernet Controller', '1070'),
|
||
(8481, '54a8', 'T580-50A8 Unified Wire Ethernet Controller', '1070'),
|
||
(8482, '54a9', 'T580-50A9 Unified Wire Ethernet Controller', '1070'),
|
||
(8483, '54aa', 'T580-50AA Unified Wire Ethernet Controller', '1070'),
|
||
(8484, '54ab', 'T520-50AB Unified Wire Ethernet Controller', '1070'),
|
||
(8485, '54ac', 'T540-50AC Unified Wire Ethernet Controller', '1070'),
|
||
(8486, '54ad', 'T520-50AD Unified Wire Ethernet Controller', '1070'),
|
||
(8487, '54ae', 'T540-50AE Unified Wire Ethernet Controller', '1070'),
|
||
(8488, '54af', 'T580-50AF Unified Wire Ethernet Controller', '1070'),
|
||
(8489, '54b0', 'T520-50B0 Unified Wire Ethernet Controller', '1070'),
|
||
(8490, '5501', 'T520-CR Unified Wire Storage Controller', '1070'),
|
||
(8491, '5502', 'T522-CR Unified Wire Storage Controller', '1070'),
|
||
(8492, '5503', 'T540-CR Unified Wire Storage Controller', '1070'),
|
||
(8493, '5504', 'T520-BCH Unified Wire Storage Controller', '1070'),
|
||
(8494, '5505', 'T540-BCH Unified Wire Storage Controller', '1070'),
|
||
(8495, '5506', 'T540-CH Unified Wire Storage Controller', '1070'),
|
||
(8496, '5507', 'T520-SO Unified Wire Storage Controller', '1070'),
|
||
(8497, '5508', 'T520-CX Unified Wire Storage Controller', '1070'),
|
||
(8498, '5509', 'T520-BT Unified Wire Storage Controller', '1070'),
|
||
(8499, '550a', 'T504-BT Unified Wire Storage Controller', '1070'),
|
||
(8500, '550b', 'B520-SR Unified Wire Storage Controller', '1070'),
|
||
(8501, '550c', 'B504-BT Unified Wire Storage Controller', '1070'),
|
||
(8502, '550d', 'T580-CR Unified Wire Storage Controller', '1070'),
|
||
(8503, '550e', 'T540-LP-CR Unified Wire Storage Controller', '1070'),
|
||
(8504, '550f', 'T540 [Amsterdam] Unified Wire Storage Controller', '1070'),
|
||
(8505, '5510', 'T580-LP-CR Unified Wire Storage Controller', '1070'),
|
||
(8506, '5511', 'T520-LL-CR Unified Wire Storage Controller', '1070'),
|
||
(8507, '5512', 'T560-CR Unified Wire Storage Controller', '1070'),
|
||
(8508, '5513', 'T580-CHR Unified Wire Storage Controller', '1070'),
|
||
(8509, '5514', 'T580-SO-CR Unified Wire Storage Controller', '1070'),
|
||
(8510, '5515', 'T502-BT Unified Wire Storage Controller', '1070'),
|
||
(8511, '5516', 'T580-OCP-SO Unified Wire Storage Controller', '1070'),
|
||
(8512, '5517', 'T520-OCP-SO Unified Wire Storage Controller', '1070'),
|
||
(8513, '5518', 'T540-BT Unified Wire Storage Controller', '1070'),
|
||
(8514, '5519', 'T540-LP-BT Unified Wire Storage Controller', '1070'),
|
||
(8515, '551a', 'T540-SO-BT Unified Wire Storage Controller', '1070'),
|
||
(8516, '551b', 'T540-SO-CR Unified Wire Storage Controller', '1070'),
|
||
(8517, '5580', 'T540-5080 Unified Wire Storage Controller', '1070'),
|
||
(8518, '5581', 'T540-5081 Unified Wire Storage Controller', '1070'),
|
||
(8519, '5582', 'T504-5082 Unified Wire Storage Controller', '1070'),
|
||
(8520, '5583', 'T540-5083 Unified Wire Storage Controller', '1070'),
|
||
(8521, '5584', 'T540-5084 Unified Wire Storage Controller', '1070'),
|
||
(8522, '5585', 'T580-5085 Unified Wire Storage Controller', '1070'),
|
||
(8523, '5586', 'T580-5086 Unified Wire Storage Controller', '1070'),
|
||
(8524, '5587', 'T580-5087 Unified Wire Storage Controller', '1070'),
|
||
(8525, '5588', 'T570-5088 Unified Wire Storage Controller', '1070'),
|
||
(8526, '5589', 'T520-5089 Unified Wire Storage Controller', '1070'),
|
||
(8527, '5590', 'T540-5090 Unified Wire Storage Controller', '1070'),
|
||
(8528, '5591', 'T522-5091 Unified Wire Storage Controller', '1070'),
|
||
(8529, '5592', 'T520-5092 Unified Wire Storage Controller', '1070'),
|
||
(8530, '5593', 'T580-5093 Unified Wire Storage Controller', '1070'),
|
||
(8531, '5594', 'T540-5094 Unified Wire Storage Controller', '1070'),
|
||
(8532, '5595', 'T540-5095 Unified Wire Storage Controller', '1070'),
|
||
(8533, '5596', 'T580-5096 Unified Wire Storage Controller', '1070'),
|
||
(8534, '5597', 'T520-5097 Unified Wire Storage Controller', '1070'),
|
||
(8535, '5598', 'T580-5098 Unified Wire Storage Controller', '1070'),
|
||
(8536, '5599', 'T580-5099 Unified Wire Storage Controller', '1070'),
|
||
(8537, '559a', 'T520-509A Unified Wire Storage Controller', '1070'),
|
||
(8538, '559b', 'T540-509B Unified Wire Storage Controller', '1070'),
|
||
(8539, '559c', 'T520-509C Unified Wire Storage Controller', '1070'),
|
||
(8540, '559d', 'T540-509D Unified Wire Storage Controller', '1070'),
|
||
(8541, '559e', 'T520-509E Unified Wire Storage Controller', '1070'),
|
||
(8542, '559f', 'T540-509F Unified Wire Storage Controller', '1070'),
|
||
(8543, '55a0', 'T540-50A0 Unified Wire Storage Controller', '1070'),
|
||
(8544, '55a1', 'T540-50A1 Unified Wire Storage Controller', '1070'),
|
||
(8545, '55a2', 'T580-50A2 Unified Wire Storage Controller', '1070'),
|
||
(8546, '55a3', 'T580-50A3 Unified Wire Storage Controller', '1070'),
|
||
(8547, '55a4', 'T540-50A4 Unified Wire Storage Controller', '1070'),
|
||
(8548, '55a5', 'T522-50A5 Unified Wire Storage Controller', '1070'),
|
||
(8549, '55a6', 'T522-50A6 Unified Wire Storage Controller', '1070'),
|
||
(8550, '55a7', 'T580-50A7 Unified Wire Storage Controller', '1070'),
|
||
(8551, '55a8', 'T580-50A8 Unified Wire Storage Controller', '1070'),
|
||
(8552, '55a9', 'T580-50A9 Unified Wire Storage Controller', '1070'),
|
||
(8553, '55aa', 'T580-50AA Unified Wire Storage Controller', '1070'),
|
||
(8554, '55ab', 'T520-50AB Unified Wire Storage Controller', '1070'),
|
||
(8555, '55ac', 'T540-50AC Unified Wire Storage Controller', '1070'),
|
||
(8556, '55ad', 'T520-50AD Unified Wire Storage Controller', '1070'),
|
||
(8557, '55ae', 'T540-50AE Unified Wire Storage Controller', '1070'),
|
||
(8558, '55af', 'T580-50AF Unified Wire Storage Controller', '1070'),
|
||
(8559, '55b0', 'T520-50B0 Unified Wire Storage Controller', '1070'),
|
||
(8560, '5601', 'T520-CR Unified Wire Storage Controller', '1070'),
|
||
(8561, '5602', 'T522-CR Unified Wire Storage Controller', '1070'),
|
||
(8562, '5603', 'T540-CR Unified Wire Storage Controller', '1070'),
|
||
(8563, '5604', 'T520-BCH Unified Wire Storage Controller', '1070'),
|
||
(8564, '5605', 'T540-BCH Unified Wire Storage Controller', '1070'),
|
||
(8565, '5606', 'T540-CH Unified Wire Storage Controller', '1070'),
|
||
(8566, '5607', 'T520-SO Unified Wire Storage Controller', '1070'),
|
||
(8567, '5608', 'T520-CX Unified Wire Storage Controller', '1070'),
|
||
(8568, '5609', 'T520-BT Unified Wire Storage Controller', '1070'),
|
||
(8569, '560a', 'T504-BT Unified Wire Storage Controller', '1070'),
|
||
(8570, '560b', 'B520-SR Unified Wire Storage Controller', '1070'),
|
||
(8571, '560c', 'B504-BT Unified Wire Storage Controller', '1070'),
|
||
(8572, '560d', 'T580-CR Unified Wire Storage Controller', '1070'),
|
||
(8573, '560e', 'T540-LP-CR Unified Wire Storage Controller', '1070'),
|
||
(8574, '560f', 'T540 [Amsterdam] Unified Wire Storage Controller', '1070'),
|
||
(8575, '5610', 'T580-LP-CR Unified Wire Storage Controller', '1070'),
|
||
(8576, '5611', 'T520-LL-CR Unified Wire Storage Controller', '1070'),
|
||
(8577, '5612', 'T560-CR Unified Wire Storage Controller', '1070'),
|
||
(8578, '5613', 'T580-CHR Unified Wire Storage Controller', '1070'),
|
||
(8579, '5614', 'T580-SO-CR Unified Wire Storage Controller', '1070'),
|
||
(8580, '5615', 'T502-BT Unified Wire Storage Controller', '1070'),
|
||
(8581, '5616', 'T580-OCP-SO Unified Wire Storage Controller', '1070'),
|
||
(8582, '5617', 'T520-OCP-SO Unified Wire Storage Controller', '1070'),
|
||
(8583, '5618', 'T540-BT Unified Wire Storage Controller', '1070'),
|
||
(8584, '5619', 'T540-LP-BT Unified Wire Storage Controller', '1070'),
|
||
(8585, '561a', 'T540-SO-BT Unified Wire Storage Controller', '1070'),
|
||
(8586, '561b', 'T540-SO-CR Unified Wire Storage Controller', '1070'),
|
||
(8587, '5680', 'T540-5080 Unified Wire Storage Controller', '1070'),
|
||
(8588, '5681', 'T540-5081 Unified Wire Storage Controller', '1070'),
|
||
(8589, '5682', 'T504-5082 Unified Wire Storage Controller', '1070'),
|
||
(8590, '5683', 'T540-5083 Unified Wire Storage Controller', '1070'),
|
||
(8591, '5684', 'T540-5084 Unified Wire Storage Controller', '1070'),
|
||
(8592, '5685', 'T580-5085 Unified Wire Storage Controller', '1070'),
|
||
(8593, '5686', 'T580-5086 Unified Wire Storage Controller', '1070'),
|
||
(8594, '5687', 'T580-5087 Unified Wire Storage Controller', '1070'),
|
||
(8595, '5688', 'T570-5088 Unified Wire Storage Controller', '1070'),
|
||
(8596, '5689', 'T520-5089 Unified Wire Storage Controller', '1070'),
|
||
(8597, '5690', 'T540-5090 Unified Wire Storage Controller', '1070'),
|
||
(8598, '5691', 'T522-5091 Unified Wire Storage Controller', '1070'),
|
||
(8599, '5692', 'T520-5092 Unified Wire Storage Controller', '1070'),
|
||
(8600, '5693', 'T580-5093 Unified Wire Storage Controller', '1070'),
|
||
(8601, '5694', 'T540-5094 Unified Wire Storage Controller', '1070'),
|
||
(8602, '5695', 'T540-5095 Unified Wire Storage Controller', '1070'),
|
||
(8603, '5696', 'T580-5096 Unified Wire Storage Controller', '1070'),
|
||
(8604, '5697', 'T520-5097 Unified Wire Storage Controller', '1070'),
|
||
(8605, '5698', 'T580-5098 Unified Wire Storage Controller', '1070'),
|
||
(8606, '5699', 'T580-5099 Unified Wire Storage Controller', '1070'),
|
||
(8607, '569a', 'T520-509A Unified Wire Storage Controller', '1070'),
|
||
(8608, '569b', 'T540-509B Unified Wire Storage Controller', '1070'),
|
||
(8609, '569c', 'T520-509C Unified Wire Storage Controller', '1070'),
|
||
(8610, '569d', 'T540-509D Unified Wire Storage Controller', '1070'),
|
||
(8611, '569e', 'T520-509E Unified Wire Storage Controller', '1070'),
|
||
(8612, '569f', 'T540-509F Unified Wire Storage Controller', '1070'),
|
||
(8613, '56a0', 'T540-50A0 Unified Wire Storage Controller', '1070'),
|
||
(8614, '56a1', 'T540-50A1 Unified Wire Storage Controller', '1070'),
|
||
(8615, '56a2', 'T580-50A2 Unified Wire Storage Controller', '1070'),
|
||
(8616, '56a3', 'T580-50A3 Unified Wire Storage Controller', '1070'),
|
||
(8617, '56a4', 'T540-50A4 Unified Wire Storage Controller', '1070'),
|
||
(8618, '56a5', 'T522-50A5 Unified Wire Storage Controller', '1070'),
|
||
(8619, '56a6', 'T522-50A6 Unified Wire Storage Controller', '1070'),
|
||
(8620, '56a7', 'T580-50A7 Unified Wire Storage Controller', '1070'),
|
||
(8621, '56a8', 'T580-50A8 Unified Wire Storage Controller', '1070'),
|
||
(8622, '56a9', 'T580-50A9 Unified Wire Storage Controller', '1070'),
|
||
(8623, '56aa', 'T580-50AA Unified Wire Storage Controller', '1070'),
|
||
(8624, '56ab', 'T520-50AB Unified Wire Storage Controller', '1070'),
|
||
(8625, '56ac', 'T540-50AC Unified Wire Storage Controller', '1070'),
|
||
(8626, '56ad', 'T520-50AD Unified Wire Storage Controller', '1070'),
|
||
(8627, '56ae', 'T540-50AE Unified Wire Storage Controller', '1070'),
|
||
(8628, '56af', 'T580-50AF Unified Wire Storage Controller', '1070'),
|
||
(8629, '56b0', 'T520-50B0 Unified Wire Storage Controller', '1070'),
|
||
(8630, '5701', 'T520-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8631, '5702', 'T522-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8632, '5703', 'T540-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8633, '5704', 'T520-BCH Unified Wire Ethernet Controller', '1070'),
|
||
(8634, '5705', 'T540-BCH Unified Wire Ethernet Controller', '1070'),
|
||
(8635, '5706', 'T540-CH Unified Wire Ethernet Controller', '1070'),
|
||
(8636, '5707', 'T520-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8637, '5708', 'T520-CX Unified Wire Ethernet Controller', '1070'),
|
||
(8638, '5709', 'T520-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8639, '570a', 'T504-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8640, '570b', 'B520-SR Unified Wire Ethernet Controller', '1070'),
|
||
(8641, '570c', 'B504-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8642, '570d', 'T580-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8643, '570e', 'T540-LP-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8644, '570f', 'T540 [Amsterdam] Unified Wire Ethernet Controller', '1070'),
|
||
(8645, '5710', 'T580-LP-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8646, '5711', 'T520-LL-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8647, '5712', 'T560-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8648, '5713', 'T580-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8649, '5714', 'T580-SO-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8650, '5715', 'T502-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8651, '5780', 'T540-5080 Unified Wire Ethernet Controller', '1070'),
|
||
(8652, '5781', 'T540-5081 Unified Wire Ethernet Controller', '1070'),
|
||
(8653, '5782', 'T504-5082 Unified Wire Ethernet Controller', '1070'),
|
||
(8654, '5783', 'T540-5083 Unified Wire Ethernet Controller', '1070'),
|
||
(8655, '5784', 'T580-5084 Unified Wire Ethernet Controller', '1070'),
|
||
(8656, '5785', 'T580-5085 Unified Wire Ethernet Controller', '1070'),
|
||
(8657, '5786', 'T580-5086 Unified Wire Ethernet Controller', '1070'),
|
||
(8658, '5787', 'T580-5087 Unified Wire Ethernet Controller', '1070'),
|
||
(8659, '5788', 'T570-5088 Unified Wire Ethernet Controller', '1070'),
|
||
(8660, '5789', 'T520-5089 Unified Wire Ethernet Controller', '1070'),
|
||
(8661, '5790', 'T540-5090 Unified Wire Ethernet Controller', '1070'),
|
||
(8662, '5791', 'T522-5091 Unified Wire Ethernet Controller', '1070'),
|
||
(8663, '5792', 'T520-5092 Unified Wire Ethernet Controller', '1070'),
|
||
(8664, '5793', 'T580-5093 Unified Wire Ethernet Controller', '1070'),
|
||
(8665, '5794', 'T540-5094 Unified Wire Ethernet Controller', '1070'),
|
||
(8666, '5795', 'T540-5095 Unified Wire Ethernet Controller', '1070'),
|
||
(8667, '5796', 'T580-5096 Unified Wire Ethernet Controller', '1070'),
|
||
(8668, '5797', 'T520-5097 Unified Wire Ethernet Controller', '1070'),
|
||
(8669, '5801', 'T520-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8670, '5802', 'T522-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8671, '5803', 'T540-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8672, '5804', 'T520-BCH Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8673, '5805', 'T540-BCH Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8674, '5806', 'T540-CH Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8675, '5807', 'T520-SO Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8676, '5808', 'T520-CX Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8677, '5809', 'T520-BT Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8678, '580a', 'T504-BT Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8679, '580b', 'B520-SR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8680, '580c', 'B504-BT Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8681, '580d', 'T580-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8682, '580e', 'T540-LP-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8683, '580f', 'T540 [Amsterdam] Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8684, '5810', 'T580-LP-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8685, '5811', 'T520-LL-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8686, '5812', 'T560-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8687, '5813', 'T580-CHR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8688, '5814', 'T580-SO-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8689, '5815', 'T502-BT Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8690, '5816', 'T580-OCP-SO Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8691, '5817', 'T520-OCP-SO Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8692, '5818', 'T540-BT Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8693, '5819', 'T540-LP-BT Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8694, '581a', 'T540-SO-BT Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8695, '581b', 'T540-SO-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8696, '5880', 'T540-5080 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8697, '5881', 'T540-5081 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8698, '5882', 'T504-5082 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8699, '5883', 'T540-5083 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8700, '5884', 'T540-5084 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8701, '5885', 'T580-5085 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8702, '5886', 'T580-5086 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8703, '5887', 'T580-5087 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8704, '5888', 'T570-5088 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8705, '5889', 'T520-5089 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8706, '5890', 'T540-5090 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8707, '5891', 'T522-5091 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8708, '5892', 'T520-5092 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8709, '5893', 'T580-5093 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8710, '5894', 'T540-5094 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8711, '5895', 'T540-5095 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8712, '5896', 'T580-5096 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8713, '5897', 'T520-5097 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8714, '5898', 'T580-5098 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8715, '5899', 'T580-5099 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8716, '589a', 'T520-509A Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8717, '589b', 'T540-509B Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8718, '589c', 'T520-509C Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8719, '589d', 'T540-509D Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8720, '589e', 'T520-509E Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8721, '589f', 'T540-509F Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8722, '58a0', 'T540-50A0 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8723, '58a1', 'T540-50A1 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8724, '58a2', 'T580-50A2 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8725, '58a3', 'T580-50A3 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8726, '58a4', 'T540-50A4 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8727, '58a5', 'T522-50A5 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8728, '58a6', 'T522-50A6 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8729, '58a7', 'T580-50A7 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8730, '58a8', 'T580-50A8 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8731, '58a9', 'T580-50A9 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8732, '58aa', 'T580-50AA Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8733, '58ab', 'T520-50AB Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8734, '58ac', 'T540-50AC Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8735, '58ad', 'T520-50AD Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8736, '58ae', 'T540-50AE Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8737, '58af', 'T580-50AF Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8738, '58b0', 'T520-50B0 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8739, '6001', 'T6225-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8740, '6002', 'T6225-SO-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8741, '6003', 'T6425-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8742, '6004', 'T6425-SO-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8743, '6005', 'T6225-OCP-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8744, '6006', 'T62100-OCP-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8745, '6007', 'T62100-LP-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8746, '6008', 'T62100-SO-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8747, '6009', 'T6210-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8748, '600d', 'T62100-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8749, '6011', 'T6225-LL-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8750, '6014', 'T61100-OCP-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8751, '6015', 'T6201-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8752, '6080', 'T6225-6080 Unified Wire Ethernet Controller', '1070'),
|
||
(8753, '6081', 'T62100-6081 Unified Wire Ethernet Controller', '1070'),
|
||
(8754, '6082', 'T6225-6082 Unified Wire Ethernet Controller', '1070'),
|
||
(8755, '6083', 'T62100-6083 Unified Wire Ethernet Controller', '1070'),
|
||
(8756, '6084', 'T64100-6084 Unified Wire Ethernet Controller', '1070'),
|
||
(8757, '6085', 'T6240-6085 Unified Wire Ethernet Controller', '1070'),
|
||
(8758, '6086', 'T6225-6086 Unified Wire Ethernet Controller', '1070'),
|
||
(8759, '6087', 'T6225-6087 Unified Wire Ethernet Controller', '1070'),
|
||
(8760, '6088', 'T62100-6088 Unified Wire Ethernet Controller', '1070'),
|
||
(8761, '6089', 'T62100-6089 Unified Wire Ethernet Controller', '1070'),
|
||
(8762, '608a', 'T62100-608a Unified Wire Ethernet Controller', '1070'),
|
||
(8763, '6401', 'T6225-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8764, '6402', 'T6225-SO-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8765, '6403', 'T6425-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8766, '6404', 'T6425-SO-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8767, '6405', 'T6225-OCP-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8768, '6406', 'T62100-OCP-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8769, '6407', 'T62100-LP-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8770, '6408', 'T62100-SO-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8771, '6409', 'T6210-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8772, '640d', 'T62100-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8773, '6411', 'T6225-LL-CR Unified Wire Ethernet Controller', '1070'),
|
||
(8774, '6414', 'T61100-OCP-SO Unified Wire Ethernet Controller', '1070'),
|
||
(8775, '6415', 'T6201-BT Unified Wire Ethernet Controller', '1070'),
|
||
(8776, '6480', 'T6225-6080 Unified Wire Ethernet Controller', '1070'),
|
||
(8777, '6481', 'T62100-6081 Unified Wire Ethernet Controller', '1070'),
|
||
(8778, '6482', 'T6225-6082 Unified Wire Ethernet Controller', '1070'),
|
||
(8779, '6483', 'T62100-6083 Unified Wire Ethernet Controller', '1070'),
|
||
(8780, '6484', 'T64100-6084 Unified Wire Ethernet Controller', '1070'),
|
||
(8781, '6485', 'T6240-6085 Unified Wire Ethernet Controller', '1070'),
|
||
(8782, '6486', 'T6225-6086 Unified Wire Ethernet Controller', '1070'),
|
||
(8783, '6487', 'T6225-6087 Unified Wire Ethernet Controller', '1070'),
|
||
(8784, '6488', 'T62100-6088 Unified Wire Ethernet Controller', '1070'),
|
||
(8785, '6489', 'T62100-6089 Unified Wire Ethernet Controller', '1070'),
|
||
(8786, '648a', 'T62100-608a Unified Wire Ethernet Controller', '1070'),
|
||
(8787, '6501', 'T6225-CR Unified Wire Storage Controller', '1070'),
|
||
(8788, '6502', 'T6225-SO-CR Unified Wire Storage Controller', '1070'),
|
||
(8789, '6503', 'T6425-CR Unified Wire Storage Controller', '1070'),
|
||
(8790, '6504', 'T6425-SO-CR Unified Wire Storage Controller', '1070'),
|
||
(8791, '6505', 'T6225-OCP-SO Unified Wire Storage Controller', '1070'),
|
||
(8792, '6506', 'T62100-OCP-SO Unified Wire Storage Controller', '1070'),
|
||
(8793, '6507', 'T62100-LP-CR Unified Wire Storage Controller', '1070'),
|
||
(8794, '6508', 'T62100-SO-CR Unified Wire Storage Controller', '1070'),
|
||
(8795, '6509', 'T6210-BT Unified Wire Storage Controller', '1070'),
|
||
(8796, '650d', 'T62100-CR Unified Wire Storage Controller', '1070'),
|
||
(8797, '6511', 'T6225-LL-CR Unified Wire Storage Controller', '1070'),
|
||
(8798, '6514', 'T61100-OCP-SO Unified Wire Storage Controller', '1070'),
|
||
(8799, '6515', 'T6201-BT Unified Wire Storage Controller', '1070'),
|
||
(8800, '6580', 'T6225-6080 Unified Wire Storage Controller', '1070'),
|
||
(8801, '6581', 'T62100-6081 Unified Wire Storage Controller', '1070'),
|
||
(8802, '6582', 'T6225-6082 Unified Wire Storage Controller', '1070'),
|
||
(8803, '6583', 'T62100-6083 Unified Wire Storage Controller', '1070'),
|
||
(8804, '6584', 'T64100-6084 Unified Wire Storage Controller', '1070'),
|
||
(8805, '6585', 'T6240-6085 Unified Wire Storage Controller', '1070'),
|
||
(8806, '6586', 'T6225-6086 Unified Wire Storage Controller', '1070'),
|
||
(8807, '6587', 'T6225-6087 Unified Wire Storage Controller', '1070'),
|
||
(8808, '6588', 'T62100-6088 Unified Wire Storage Controller', '1070'),
|
||
(8809, '6589', 'T62100-6089 Unified Wire Storage Controller', '1070'),
|
||
(8810, '658a', 'T62100-608a Unified Wire Storage Controller', '1070'),
|
||
(8811, '6601', 'T6225-CR Unified Wire Storage Controller', '1070'),
|
||
(8812, '6602', 'T6225-SO-CR Unified Wire Storage Controller', '1070'),
|
||
(8813, '6603', 'T6425-CR Unified Wire Storage Controller', '1070'),
|
||
(8814, '6604', 'T6425-SO-CR Unified Wire Storage Controller', '1070'),
|
||
(8815, '6605', 'T6225-OCP-SO Unified Wire Storage Controller', '1070'),
|
||
(8816, '6606', 'T62100-OCP-SO Unified Wire Storage Controller', '1070'),
|
||
(8817, '6607', 'T62100-LP-CR Unified Wire Storage Controller', '1070'),
|
||
(8818, '6608', 'T62100-SO-CR Unified Wire Storage Controller', '1070'),
|
||
(8819, '6609', 'T6210-BT Unified Wire Storage Controller', '1070'),
|
||
(8820, '660d', 'T62100-CR Unified Wire Storage Controller', '1070'),
|
||
(8821, '6611', 'T6225-LL-CR Unified Wire Storage Controller', '1070'),
|
||
(8822, '6614', 'T61100-OCP-SO Unified Wire Storage Controller', '1070'),
|
||
(8823, '6615', 'T6201-BT Unified Wire Storage Controller', '1070'),
|
||
(8824, '6680', 'T6225-6080 Unified Wire Storage Controller', '1070'),
|
||
(8825, '6681', 'T62100-6081 Unified Wire Storage Controller', '1070'),
|
||
(8826, '6682', 'T6225-6082 Unified Wire Storage Controller', '1070'),
|
||
(8827, '6683', 'T62100-6083 Unified Wire Storage Controller', '1070'),
|
||
(8828, '6684', 'T64100-6084 Unified Wire Storage Controller', '1070'),
|
||
(8829, '6685', 'T6240-6085 Unified Wire Storage Controller', '1070'),
|
||
(8830, '6686', 'T6225-6086 Unified Wire Storage Controller', '1070'),
|
||
(8831, '6687', 'T6225-6087 Unified Wire Storage Controller', '1070'),
|
||
(8832, '6688', 'T62100-6088 Unified Wire Storage Controller', '1070'),
|
||
(8833, '6689', 'T62100-6089 Unified Wire Storage Controller', '1070'),
|
||
(8834, '668a', 'T62100-608a Unified Wire Storage Controller', '1070'),
|
||
(8835, '6801', 'T6225-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8836, '6802', 'T6225-SO-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8837, '6803', 'T6425-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8838, '6804', 'T6425-SO-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8839, '6805', 'T6225-OCP-SO Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8840, '6806', 'T62100-OCP-SO Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8841, '6807', 'T62100-LP-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8842, '6808', 'T62100-SO-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8843, '6809', 'T6210-BT Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8844, '680d', 'T62100-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8845, '6811', 'T6225-LL-CR Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8846, '6814', 'T61100-OCP-SO Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8847, '6815', 'T6201-BT Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8848, '6880', 'T6225-6080 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8849, '6881', 'T62100-6081 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8850, '6882', 'T6225-6082 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8851, '6883', 'T62100-6083 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8852, '6884', 'T64100-6084 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8853, '6885', 'T6240-6085 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8854, '6886', 'T6225-6086 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8855, '6887', 'T6225-6087 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8856, '6888', 'T62100-6088 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8857, '6889', 'T62100-6089 Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8858, '688a', 'T62100-608a Unified Wire Ethernet Controller [VF]', '1070'),
|
||
(8859, 'a000', 'PE10K Unified Wire Ethernet Controller', '1070'),
|
||
(8860, '4020', 'VM2-2 [Video Maker 2] MPEG1/2 Encoder', '1079'),
|
||
(8861, '4337', 'VM2-2-C7 [Video Maker 2 rev. C7] MPEG1/2 Encoder', '1079'),
|
||
(8862, '9130', 'RTL81xx Fast Ethernet', '1083'),
|
||
(8863, '4520', 'PCI4520', '1085'),
|
||
(8864, '6020', 'SPM6020', '1085'),
|
||
(8865, '6030', 'SPM6030', '1085'),
|
||
(8866, '6420', 'SPM186420', '1085'),
|
||
(8867, '6430', 'SPM176430', '1085'),
|
||
(8868, '6431', 'SPM176431', '1085'),
|
||
(8869, '7520', 'DM7520', '1085'),
|
||
(8870, '7540', 'SDM7540', '1085'),
|
||
(8871, '7820', 'DM7820', '1085'),
|
||
(8872, '6208', 'PCI-6208V', '1106'),
|
||
(8873, '7250', 'PCI-7250', '1106'),
|
||
(8874, '7296', 'PCI-7296', '1106'),
|
||
(8875, '7432', 'PCI-7432', '1106'),
|
||
(8876, '7433', 'PCI-7433', '1106'),
|
||
(8877, '7434', 'PCI-7434', '1106'),
|
||
(8878, '7841', 'PCI-7841', '1106'),
|
||
(8879, '8133', 'PCI-8133', '1106'),
|
||
(8880, '8164', 'PCI-8164', '1106'),
|
||
(8881, '8554', 'PCI-8554', '1106'),
|
||
(8882, '9111', 'PCI-9111', '1106'),
|
||
(8883, '9113', 'PCI-9113', '1106'),
|
||
(8884, '9114', 'PCI-9114', '1106'),
|
||
(8885, 'a001', 'ADi-BSEC', '1106'),
|
||
(8886, '1600', 'Apple PCIe SSD', '1109'),
|
||
(8887, 'a544', 'Exynos 8890 PCIe Root Complex', '1109'),
|
||
(8888, 'a800', 'XP941 PCIe SSD', '1109'),
|
||
(8889, 'a802', 'NVMe SSD Controller SM951/PM951', '1109'),
|
||
(8890, 'a804', 'NVMe SSD Controller SM961/PM961/SM963', '1109'),
|
||
(8891, 'a808', 'NVMe SSD Controller SM981/PM981/PM983', '1109'),
|
||
(8892, 'a80a', 'NVMe SSD Controller PM9A1/980PRO', '1109'),
|
||
(8893, 'a820', 'NVMe SSD Controller 171X', '1109'),
|
||
(8894, 'a821', 'NVMe SSD Controller 172X', '1109'),
|
||
(8895, 'a822', 'NVMe SSD Controller 172Xa/172Xb', '1109'),
|
||
(8896, 'a824', 'NVMe SSD Controller PM173X', '1109'),
|
||
(8897, 'ecec', 'Exynos 8895 PCIe Root Complex', '1109'),
|
||
(8898, '0001', 'NextMove PCI', '1126'),
|
||
(8899, 'a3ce', 'M179', '1128'),
|
||
(8900, 'a3cf', 'M179', '1128'),
|
||
(8901, 'a836', 'M115 DVB-T, PAL/SECAM/NTSC Tuner', '1128'),
|
||
(8902, 'e836', 'M115S Hybrid Analog/DVB PAL/SECAM/NTSC Tuner', '1128'),
|
||
(8903, 'f436', 'AVerTV Hybrid+FM', '1128'),
|
||
(8904, 'aaf0', 'Radeon RX 580 Gaming X 8G', '1129'),
|
||
(8905, '3010', '3010 RF Synthesizer', '1137'),
|
||
(8906, '3a11', '3011A PXI RF Synthesizer', '1137'),
|
||
(8907, '1430', 'FE-1430TX Fast Ethernet PCI Adapter', '1139'),
|
||
(8908, '1084', 'IP35 [Dark Raider]', '1154'),
|
||
(8909, '0001', 'PCI-16 Host Interface for ITC-16', '1161'),
|
||
(8910, '1003', 'HCF 56k Data/Fax Modem', '1171'),
|
||
(8911, '1497', 'SMA Technologie AG', '1181'),
|
||
(8912, '0330', 'TPMC816 2 Channel CAN bus controller.', '1182'),
|
||
(8913, '035d', 'TPMC861 4-Channel Isolated Serial Interface RS422/RS485', '1182'),
|
||
(8914, '0385', 'TPMC901 Extended CAN bus with 2/4/6 CAN controller', '1182'),
|
||
(8915, '21cc', 'TCP460 CompactPCI 16 Channel Serial Interface RS232/RS422', '1182'),
|
||
(8916, '21cd', 'TCP461 CompactPCI 8 Channel Serial Interface RS232/RS422', '1182'),
|
||
(8917, '3064', 'TPCI100 (2 Slot IndustryPack PCI Carrier)', '1182'),
|
||
(8918, '30c8', 'TPCI200 4 Slot IndustryPack PCI Carrier', '1182'),
|
||
(8919, '70c8', 'TPCE200 4 Slot IndustryPack PCIe Carrier', '1182'),
|
||
(8920, '9177', 'TXMC375 8 channel RS232/RS422/RS485 programmable serial interface', '1182'),
|
||
(8921, '0001', 'Video Toaster for PC', '1187'),
|
||
(8922, '22f1', 'M8Pe Series NVMe SSD', '1194'),
|
||
(8923, '4318', 'Broadcom BCM4318 [AirForce One 54g] 802.11g WLAN Controller', '1194'),
|
||
(8924, '7102', '3D Prophet II MX', '1205'),
|
||
(8925, '0000', 'DSL NIC', '1209'),
|
||
(8926, '0200', 'Scope', '1211'),
|
||
(8927, '0300', 'Pulsar', '1211'),
|
||
(8928, '0400', 'PulsarSRB', '1211'),
|
||
(8929, '0600', 'Pulsar2', '1211'),
|
||
(8930, '0800', 'DSP-Board', '1211'),
|
||
(8931, '0900', 'DSP-Board', '1211'),
|
||
(8932, '0a00', 'DSP-Board', '1211'),
|
||
(8933, '0b00', 'DSP-Board', '1211'),
|
||
(8934, '0001', 'Symphony 4110', '1213'),
|
||
(8935, '0001', 'PC4800', '1215'),
|
||
(8936, '0340', 'PC4800', '1215'),
|
||
(8937, '0350', '350 series 802.11b Wireless LAN Adapter', '1215'),
|
||
(8938, '4500', 'PC4500', '1215'),
|
||
(8939, '4800', 'Cisco Aironet 340 802.11b Wireless LAN Adapter/Aironet PC4800', '1215'),
|
||
(8940, 'a504', 'Cisco Aironet Wireless 802.11b', '1215'),
|
||
(8941, 'a505', 'Cisco Aironet CB20a 802.11a Wireless LAN Adapter', '1215'),
|
||
(8942, 'a506', 'Cisco Aironet Mini PCI b/g', '1215'),
|
||
(8943, '0600', 'ARC-PCI/22', '1216'),
|
||
(8944, 'd002', 'Pulsar [PCI ADSL Card]', '1218'),
|
||
(8945, 'd00f', 'Pulsar [PCI ADSL Card]', '1218'),
|
||
(8946, '1201', 'X550 10Gb 2P RJ45 OCP Mezz', '1222'),
|
||
(8947, '0008', 'Myri-10G Dual-Protocol NIC', '1223'),
|
||
(8948, '8043', 'Myrinet 2000 Scalable Cluster Interconnect', '1223'),
|
||
(8949, '7630', 'MT7630e 802.11bgn Wireless Network Adapter', '1225'),
|
||
(8950, '7662', 'MT7662E 802.11ac PCI Express Wireless Network Adapter', '1225'),
|
||
(8951, '0001', 'USI-1514-1GbaseT [OCP1]', '1235'),
|
||
(8952, '0002', 'USI-4227-SFP [OCP2]', '1235'),
|
||
(8953, '0003', 'USI-X557-10GbaseT [OCP3]', '1235'),
|
||
(8954, '8001', 'VScom 010L 1 port parallel adaptor', '1240'),
|
||
(8955, '8002', 'VScom 020L 2 port parallel adaptor', '1240'),
|
||
(8956, '8010', 'VScom 100L 1 port serial adaptor', '1240'),
|
||
(8957, '8011', 'VScom 110L 1 port serial and 1 port parallel adaptor', '1240'),
|
||
(8958, '8020', 'VScom 200L 1 or 2 port serial adaptor', '1240'),
|
||
(8959, '8021', 'VScom 210L 2 port serial and 1 port parallel adaptor', '1240'),
|
||
(8960, '8028', 'VScom 200I/200I-SI 2-port serial adapter', '1240'),
|
||
(8961, '8040', 'VScom 400L 4 port serial adaptor', '1240'),
|
||
(8962, '8043', 'VScom 430L 4-port serial and 3-port parallel adapter', '1240'),
|
||
(8963, '8048', 'VScom 400I 4-port serial adapter', '1240'),
|
||
(8964, '8080', 'VScom 800L 8 port serial adaptor', '1240'),
|
||
(8965, '8088', 'VScom 800I 8-port serial adapter', '1240'),
|
||
(8966, 'a000', 'VScom 010H 1 port parallel adaptor', '1240'),
|
||
(8967, 'a001', 'VScom 100H 1 port serial adaptor', '1240'),
|
||
(8968, 'a003', 'VScom 400H 4 port serial adaptor', '1240'),
|
||
(8969, 'a004', 'VScom 400HF1 4 port serial adaptor', '1240'),
|
||
(8970, 'a005', 'VScom 200H 2 port serial adaptor', '1240'),
|
||
(8971, 'a007', 'VScom PCI800EH (PCIe) 8-port serial adapter Port 1-4', '1240'),
|
||
(8972, 'a008', 'VScom PCI800EH (PCIe) 8-port serial adapter Port 5-8', '1240'),
|
||
(8973, 'a009', 'VScom PCI400EH (PCIe) 4-port serial adapter', '1240'),
|
||
(8974, 'e001', 'VScom 010HV2 1 port parallel adaptor', '1240'),
|
||
(8975, 'e010', 'VScom 100HV2 1 port serial adaptor', '1240'),
|
||
(8976, 'e020', 'VScom 200HV2 2 port serial adaptor', '1240'),
|
||
(8977, '0002', 'DTL-T14000 Rev. 1 [PS2 TOOL CD/DVD Emulator]', '1241'),
|
||
(8978, '0003', 'DTL-T14000 Rev. 2 [PS2 TOOL CD/DVD Emulator]', '1241'),
|
||
(8979, '0004', 'DTL-T14000 Rev. 3 [PS2 TOOL CD/DVD Emulator]', '1241'),
|
||
(8980, '6101', 'ACS-61xxx, PCIe to SAS/SATA RAID HBA', '1244'),
|
||
(8981, '6201', 'ACS-62xxx, External PCIe to SAS/SATA RAID controller', '1244'),
|
||
(8982, '0010', 'AP1011/SP1011 HyperTransport-PCI Bridge [Sturgeon]', '1247'),
|
||
(8983, '9000', 'AS90L10204/10208 HyperTransport to PCI-X Bridge', '1247'),
|
||
(8984, '2120', 'TK9902', '1249'),
|
||
(8985, '2182', 'AFAVLAB Technology Inc. 8-port serial card', '1249'),
|
||
(8986, '0000', 'PCI230', '1250'),
|
||
(8987, '0001', 'PCI242', '1250'),
|
||
(8988, '0002', 'PCI244', '1250'),
|
||
(8989, '0003', 'PCI247', '1250'),
|
||
(8990, '0004', 'PCI248', '1250'),
|
||
(8991, '0005', 'PCI249', '1250'),
|
||
(8992, '0006', 'PCI260', '1250'),
|
||
(8993, '0007', 'PCI224', '1250'),
|
||
(8994, '0008', 'PCI234', '1250'),
|
||
(8995, '0009', 'PCI236', '1250'),
|
||
(8996, '000a', 'PCI272', '1250'),
|
||
(8997, '000b', 'PCI215', '1250'),
|
||
(8998, '0576', 'BCM43224 802.11a/b/g/n', '1257'),
|
||
(8999, '0800', 'Sentry5 Chipcommon I/O Controller', '1257'),
|
||
(9000, '0804', 'Sentry5 PCI Bridge', '1257'),
|
||
(9001, '0805', 'Sentry5 MIPS32 CPU', '1257'),
|
||
(9002, '0806', 'Sentry5 Ethernet Controller', '1257'),
|
||
(9003, '080b', 'Sentry5 Crypto Accelerator', '1257'),
|
||
(9004, '080f', 'Sentry5 DDR/SDR RAM Controller', '1257'),
|
||
(9005, '0811', 'Sentry5 External Interface Core', '1257'),
|
||
(9006, '0816', 'BCM3302 Sentry5 MIPS32 CPU', '1257'),
|
||
(9007, '1570', '720p FaceTime HD Camera', '1257'),
|
||
(9008, '1600', 'NetXtreme BCM5752 Gigabit Ethernet PCI Express', '1257'),
|
||
(9009, '1601', 'NetXtreme BCM5752M Gigabit Ethernet PCI Express', '1257'),
|
||
(9010, '1604', 'BCM5745X NetXtreme-E Ethernet Partition', '1257'),
|
||
(9011, '1605', 'BCM5745X NetXtreme-E RDMA Partition', '1257'),
|
||
(9012, '1606', 'BCM5745X NetXtreme-E RDMA Virtual Function', '1257'),
|
||
(9013, '1609', 'BCM5745X NetXtreme-E Ethernet Virtual Function', '1257'),
|
||
(9014, '1612', 'BCM70012 Video Decoder [Crystal HD]', '1257'),
|
||
(9015, '1614', 'BCM57454 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb Ethernet', '1257'),
|
||
(9016, '1615', 'BCM70015 Video Decoder [Crystal HD]', '1257'),
|
||
(9017, '1639', 'NetXtreme II BCM5709 Gigabit Ethernet', '1257'),
|
||
(9018, '163a', 'NetXtreme II BCM5709S Gigabit Ethernet', '1257'),
|
||
(9019, '163b', 'NetXtreme II BCM5716 Gigabit Ethernet', '1257'),
|
||
(9020, '163c', 'NetXtreme II BCM5716S Gigabit Ethernet', '1257'),
|
||
(9021, '163d', 'NetXtreme II BCM57811 10-Gigabit Ethernet', '1257'),
|
||
(9022, '163e', 'NetXtreme II BCM57811 10 Gigabit Ethernet Multi Function', '1257'),
|
||
(9023, '163f', 'NetXtreme II BCM57811 10-Gigabit Ethernet Virtual Function', '1257'),
|
||
(9024, '1641', 'NetXtreme BCM57787 Gigabit Ethernet PCIe', '1257'),
|
||
(9025, '1642', 'NetXtreme BCM57764 Gigabit Ethernet PCIe', '1257'),
|
||
(9026, '1643', 'NetXtreme BCM5725 Gigabit Ethernet PCIe', '1257'),
|
||
(9027, '1644', 'NetXtreme BCM5700 Gigabit Ethernet', '1257'),
|
||
(9028, '1645', 'NetXtreme BCM5701 Gigabit Ethernet', '1257'),
|
||
(9029, '1646', 'NetXtreme BCM5702 Gigabit Ethernet', '1257'),
|
||
(9030, '1647', 'NetXtreme BCM5703 Gigabit Ethernet', '1257'),
|
||
(9031, '1648', 'NetXtreme BCM5704 Gigabit Ethernet', '1257'),
|
||
(9032, '1649', 'NetXtreme BCM5704S_2 Gigabit Ethernet', '1257'),
|
||
(9033, '164a', 'NetXtreme II BCM5706 Gigabit Ethernet', '1257'),
|
||
(9034, '164c', 'NetXtreme II BCM5708 Gigabit Ethernet', '1257'),
|
||
(9035, '164d', 'NetXtreme BCM5702FE Gigabit Ethernet', '1257'),
|
||
(9036, '164e', 'NetXtreme II BCM57710 10-Gigabit PCIe [Everest]', '1257'),
|
||
(9037, '164f', 'NetXtreme II BCM57711 10-Gigabit PCIe', '1257'),
|
||
(9038, '1650', 'NetXtreme II BCM57711E 10-Gigabit PCIe', '1257'),
|
||
(9039, '1653', 'NetXtreme BCM5705 Gigabit Ethernet', '1257'),
|
||
(9040, '1654', 'NetXtreme BCM5705_2 Gigabit Ethernet', '1257'),
|
||
(9041, '1655', 'NetXtreme BCM5717 Gigabit Ethernet PCIe', '1257'),
|
||
(9042, '1656', 'NetXtreme BCM5718 Gigabit Ethernet PCIe', '1257'),
|
||
(9043, '1657', 'NetXtreme BCM5719 Gigabit Ethernet PCIe', '1257'),
|
||
(9044, '1659', 'NetXtreme BCM5721 Gigabit Ethernet PCI Express', '1257'),
|
||
(9045, '165a', 'NetXtreme BCM5722 Gigabit Ethernet PCI Express', '1257'),
|
||
(9046, '165b', 'NetXtreme BCM5723 Gigabit Ethernet PCIe', '1257'),
|
||
(9047, '165c', 'NetXtreme BCM5724 Gigabit Ethernet PCIe', '1257'),
|
||
(9048, '165d', 'NetXtreme BCM5705M Gigabit Ethernet', '1257'),
|
||
(9049, '165e', 'NetXtreme BCM5705M_2 Gigabit Ethernet', '1257'),
|
||
(9050, '165f', 'NetXtreme BCM5720 2-port Gigabit Ethernet PCIe', '1257'),
|
||
(9051, '1662', 'NetXtreme II BCM57712 10 Gigabit Ethernet', '1257'),
|
||
(9052, '1663', 'NetXtreme II BCM57712 10 Gigabit Ethernet Multi Function', '1257'),
|
||
(9053, '1665', 'NetXtreme BCM5717 Gigabit Ethernet PCIe', '1257'),
|
||
(9054, '1668', 'NetXtreme BCM5714 Gigabit Ethernet', '1257'),
|
||
(9055, '1669', 'NetXtreme 5714S Gigabit Ethernet', '1257'),
|
||
(9056, '166a', 'NetXtreme BCM5780 Gigabit Ethernet', '1257'),
|
||
(9057, '166b', 'NetXtreme BCM5780S Gigabit Ethernet', '1257'),
|
||
(9058, '166e', '570x 10/100 Integrated Controller', '1257'),
|
||
(9059, '166f', 'NetXtreme II BCM57712 10 Gigabit Ethernet Virtual Function', '1257'),
|
||
(9060, '1672', 'NetXtreme BCM5754M Gigabit Ethernet PCI Express', '1257'),
|
||
(9061, '1673', 'NetXtreme BCM5755M Gigabit Ethernet PCI Express', '1257'),
|
||
(9062, '1674', 'NetXtreme BCM5756ME Gigabit Ethernet PCI Express', '1257'),
|
||
(9063, '1677', 'NetXtreme BCM5751 Gigabit Ethernet PCI Express', '1257'),
|
||
(9064, '1678', 'NetXtreme BCM5715 Gigabit Ethernet', '1257'),
|
||
(9065, '1679', 'NetXtreme BCM5715S Gigabit Ethernet', '1257'),
|
||
(9066, '167a', 'NetXtreme BCM5754 Gigabit Ethernet PCI Express', '1257'),
|
||
(9067, '167b', 'NetXtreme BCM5755 Gigabit Ethernet PCI Express', '1257'),
|
||
(9068, '167d', 'NetXtreme BCM5751M Gigabit Ethernet PCI Express', '1257'),
|
||
(9069, '167e', 'NetXtreme BCM5751F Fast Ethernet PCI Express', '1257'),
|
||
(9070, '167f', 'NetLink BCM5787F Fast Ethernet PCI Express', '1257'),
|
||
(9071, '1680', 'NetXtreme BCM5761e Gigabit Ethernet PCIe', '1257'),
|
||
(9072, '1681', 'NetXtreme BCM5761 Gigabit Ethernet PCIe', '1257'),
|
||
(9073, '1682', 'NetXtreme BCM57762 Gigabit Ethernet PCIe', '1257'),
|
||
(9074, '1683', 'NetXtreme BCM57767 Gigabit Ethernet PCIe', '1257'),
|
||
(9075, '1684', 'NetXtreme BCM5764M Gigabit Ethernet PCIe', '1257'),
|
||
(9076, '1685', 'NetXtreme II BCM57500S Gigabit Ethernet', '1257'),
|
||
(9077, '1686', 'NetXtreme BCM57766 Gigabit Ethernet PCIe', '1257'),
|
||
(9078, '1687', 'NetXtreme BCM5762 Gigabit Ethernet PCIe', '1257'),
|
||
(9079, '1688', 'NetXtreme BCM5761 10/100/1000BASE-T Ethernet', '1257'),
|
||
(9080, '168a', 'NetXtreme II BCM57800 1/10 Gigabit Ethernet', '1257'),
|
||
(9081, '168d', 'NetXtreme II BCM57840 10/20 Gigabit Ethernet', '1257'),
|
||
(9082, '168e', 'NetXtreme II BCM57810 10 Gigabit Ethernet', '1257'),
|
||
(9083, '1690', 'NetXtreme BCM57760 Gigabit Ethernet PCIe', '1257'),
|
||
(9084, '1691', 'NetLink BCM57788 Gigabit Ethernet PCIe', '1257'),
|
||
(9085, '1692', 'NetLink BCM57780 Gigabit Ethernet PCIe', '1257'),
|
||
(9086, '1693', 'NetLink BCM5787M Gigabit Ethernet PCI Express', '1257'),
|
||
(9087, '1694', 'NetLink BCM57790 Gigabit Ethernet PCIe', '1257'),
|
||
(9088, '1696', 'NetXtreme BCM5782 Gigabit Ethernet', '1257'),
|
||
(9089, '1698', 'NetLink BCM5784M Gigabit Ethernet PCIe', '1257'),
|
||
(9090, '1699', 'NetLink BCM5785 Gigabit Ethernet', '1257'),
|
||
(9091, '169a', 'NetLink BCM5786 Gigabit Ethernet PCI Express', '1257'),
|
||
(9092, '169b', 'NetLink BCM5787 Gigabit Ethernet PCI Express', '1257'),
|
||
(9093, '169c', 'NetXtreme BCM5788 Gigabit Ethernet', '1257'),
|
||
(9094, '169d', 'NetLink BCM5789 Gigabit Ethernet PCI Express', '1257'),
|
||
(9095, '16a0', 'NetLink BCM5785 Fast Ethernet', '1257'),
|
||
(9096, '16a1', 'BCM57840 NetXtreme II 10 Gigabit Ethernet', '1257'),
|
||
(9097, '16a2', 'BCM57840 NetXtreme II 10/20-Gigabit Ethernet', '1257'),
|
||
(9098, '16a3', 'NetXtreme BCM57786 Gigabit Ethernet PCIe', '1257'),
|
||
(9099, '16a4', 'BCM57840 NetXtreme II Ethernet Multi Function', '1257'),
|
||
(9100, '16a5', 'NetXtreme II BCM57800 1/10 Gigabit Ethernet Multi Function', '1257'),
|
||
(9101, '16a6', 'NetXtreme BCM5702X Gigabit Ethernet', '1257'),
|
||
(9102, '16a7', 'NetXtreme BCM5703X Gigabit Ethernet', '1257'),
|
||
(9103, '16a8', 'NetXtreme BCM5704S Gigabit Ethernet', '1257'),
|
||
(9104, '16a9', 'NetXtreme II BCM57800 1/10 Gigabit Ethernet Virtual Function', '1257'),
|
||
(9105, '16aa', 'NetXtreme II BCM5706S Gigabit Ethernet', '1257'),
|
||
(9106, '16ab', 'NetXtreme II BCM57840 10/20 Gigabit Ethernet Multi Function', '1257'),
|
||
(9107, '16ac', 'NetXtreme II BCM5708S Gigabit Ethernet', '1257'),
|
||
(9108, '16ad', 'NetXtreme II BCM57840 10/20 Gigabit Ethernet Virtual Function', '1257'),
|
||
(9109, '16ae', 'NetXtreme II BCM57810 10 Gigabit Ethernet Multi Function', '1257'),
|
||
(9110, '16af', 'NetXtreme II BCM57810 10 Gigabit Ethernet Virtual Function', '1257'),
|
||
(9111, '16b0', 'NetXtreme BCM57761 Gigabit Ethernet PCIe', '1257'),
|
||
(9112, '16b1', 'NetLink BCM57781 Gigabit Ethernet PCIe', '1257'),
|
||
(9113, '16b2', 'NetLink BCM57791 Gigabit Ethernet PCIe', '1257'),
|
||
(9114, '16b3', 'NetXtreme BCM57786 Gigabit Ethernet PCIe', '1257'),
|
||
(9115, '16b4', 'NetXtreme BCM57765 Gigabit Ethernet PCIe', '1257'),
|
||
(9116, '16b5', 'NetLink BCM57785 Gigabit Ethernet PCIe', '1257'),
|
||
(9117, '16b6', 'NetLink BCM57795 Gigabit Ethernet PCIe', '1257'),
|
||
(9118, '16b7', 'NetXtreme BCM57782 Gigabit Ethernet PCIe', '1257'),
|
||
(9119, '16bc', 'BCM57765/57785 SDXC/MMC Card Reader', '1257'),
|
||
(9120, '16be', 'BCM57765/57785 MS Card Reader', '1257'),
|
||
(9121, '16bf', 'BCM57765/57785 xD-Picture Card Reader', '1257'),
|
||
(9122, '16c1', 'NetXtreme-E RDMA Virtual Function', '1257'),
|
||
(9123, '16c6', 'NetXtreme BCM5702A3 Gigabit Ethernet', '1257'),
|
||
(9124, '16c7', 'NetXtreme BCM5703 Gigabit Ethernet', '1257'),
|
||
(9125, '16c8', 'BCM57301 NetXtreme-C 10Gb Ethernet Controller', '1257'),
|
||
(9126, '16c9', 'BCM57302 NetXtreme-C 10Gb/25Gb Ethernet Controller', '1257'),
|
||
(9127, '16ca', 'BCM57304 NetXtreme-C 10Gb/25Gb/40Gb/50Gb Ethernet Controller', '1257'),
|
||
(9128, '16cb', 'NetXtreme-C Ethernet Virtual Function', '1257'),
|
||
(9129, '16cc', 'BCM57417 NetXtreme-E Ethernet Partition', '1257'),
|
||
(9130, '16ce', 'BCM57311 NetXtreme-C 10Gb RDMA Ethernet Controller', '1257'),
|
||
(9131, '16cf', 'BCM57312 NetXtreme-C 10Gb/25Gb RDMA Ethernet Controller', '1257'),
|
||
(9132, '16d0', 'BCM57402 NetXtreme-E 10Gb Ethernet Controller', '1257'),
|
||
(9133, '16d1', 'BCM57404 NetXtreme-E 10Gb/25Gb Ethernet Controller', '1257'),
|
||
(9134, '16d2', 'BCM57406 NetXtreme-E 10GBASE-T Ethernet Controller', '1257'),
|
||
(9135, '16d3', 'NetXtreme-E Ethernet Virtual Function', '1257'),
|
||
(9136, '16d4', 'BCM57402 NetXtreme-E Ethernet Partition', '1257'),
|
||
(9137, '16d5', 'BCM57407 NetXtreme-E 10GBase-T Ethernet Controller', '1257'),
|
||
(9138, '16d6', 'BCM57412 NetXtreme-E 10Gb RDMA Ethernet Controller', '1257'),
|
||
(9139, '16d7', 'BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller', '1257'),
|
||
(9140, '16d8', 'BCM57416 NetXtreme-E Dual-Media 10G RDMA Ethernet Controller', '1257'),
|
||
(9141, '16d9', 'BCM57417 NetXtreme-E 10GBASE-T RDMA Ethernet Controller', '1257'),
|
||
(9142, '16dc', 'NetXtreme-E Ethernet Virtual Function', '1257'),
|
||
(9143, '16dd', 'NetLink BCM5781 Gigabit Ethernet PCI Express', '1257'),
|
||
(9144, '16de', 'BCM57412 NetXtreme-E Ethernet Partition', '1257'),
|
||
(9145, '16df', 'BCM57314 NetXtreme-C 10Gb/25Gb/40Gb/50Gb RDMA Ethernet Controller', '1257'),
|
||
(9146, '16e1', 'NetXtreme-C Ethernet Virtual Function', '1257'),
|
||
(9147, '16e2', 'BCM57417 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller', '1257'),
|
||
(9148, '16e3', 'BCM57416 NetXtreme-E 10Gb RDMA Ethernet Controller', '1257'),
|
||
(9149, '16e5', 'NetXtreme-C RDMA Virtual Function', '1257'),
|
||
(9150, '16e7', 'BCM57404 NetXtreme-E Ethernet Partition', '1257'),
|
||
(9151, '16e8', 'BCM57406 NetXtreme-E Ethernet Partition', '1257'),
|
||
(9152, '16e9', 'BCM57407 NetXtreme-E 25Gb Ethernet Controller', '1257'),
|
||
(9153, '16eb', 'BCM57412 NetXtreme-E RDMA Partition', '1257'),
|
||
(9154, '16ec', 'BCM57414 NetXtreme-E Ethernet Partition', '1257'),
|
||
(9155, '16ed', 'BCM57414 NetXtreme-E RDMA Partition', '1257'),
|
||
(9156, '16ee', 'BCM57416 NetXtreme-E Ethernet Partition', '1257'),
|
||
(9157, '16ef', 'BCM57416 NetXtreme-E RDMA Partition', '1257'),
|
||
(9158, '16f1', 'BCM57452 NetXtreme-E 10Gb/25Gb/40Gb/50Gb Ethernet', '1257'),
|
||
(9159, '16f3', 'NetXtreme BCM5727 Gigabit Ethernet PCIe', '1257'),
|
||
(9160, '16f7', 'NetXtreme BCM5753 Gigabit Ethernet PCI Express', '1257'),
|
||
(9161, '16fd', 'NetXtreme BCM5753M Gigabit Ethernet PCI Express', '1257'),
|
||
(9162, '16fe', 'NetXtreme BCM5753F Fast Ethernet PCI Express', '1257'),
|
||
(9163, '170c', 'BCM4401-B0 100Base-TX', '1257'),
|
||
(9164, '170d', 'NetXtreme BCM5901 100Base-TX', '1257'),
|
||
(9165, '170e', 'NetXtreme BCM5901 100Base-TX', '1257'),
|
||
(9166, '1712', 'NetLink BCM5906 Fast Ethernet PCI Express', '1257'),
|
||
(9167, '1713', 'NetLink BCM5906M Fast Ethernet PCI Express', '1257'),
|
||
(9168, '1750', 'BCM57508 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb/200Gb Ethernet', '1257'),
|
||
(9169, '1751', 'BCM57504 NetXtreme-E 10Gb/25Gb/40Gb/50Gb/100Gb/200Gb Ethernet', '1257'),
|
||
(9170, '1752', 'BCM57502 NetXtreme-E 10Gb/25Gb/40Gb/50Gb Ethernet', '1257'),
|
||
(9171, '1800', 'BCM57502 NetXtreme-E Ethernet Partition', '1257'),
|
||
(9172, '1801', 'BCM57504 NetXtreme-E Ethernet Partition', '1257'),
|
||
(9173, '1802', 'BCM57508 NetXtreme-E Ethernet Partition', '1257'),
|
||
(9174, '1803', 'BCM57502 NetXtreme-E RDMA Partition', '1257'),
|
||
(9175, '1804', 'BCM57504 NetXtreme-E RDMA Partition', '1257'),
|
||
(9176, '1805', 'BCM57508 NetXtreme-E RDMA Partition', '1257'),
|
||
(9177, '1806', 'BCM5750X NetXtreme-E Ethernet Virtual Function', '1257'),
|
||
(9178, '1807', 'BCM5750X NetXtreme-E RDMA Virtual Function', '1257'),
|
||
(9179, '2711', 'BCM2711 PCIe Bridge', '1257'),
|
||
(9180, '3352', 'BCM3352', '1257'),
|
||
(9181, '3360', 'BCM3360', '1257'),
|
||
(9182, '4210', 'BCM4210 iLine10 HomePNA 2.0', '1257'),
|
||
(9183, '4211', 'BCM4211 iLine10 HomePNA 2.0 + V.90 56k modem', '1257'),
|
||
(9184, '4212', 'BCM4212 v.90 56k modem', '1257'),
|
||
(9185, '4220', '802-11b/g Wireless PCI controller, packaged as a Linksys WPC54G ver 1.2 PCMCIA card', '1257'),
|
||
(9186, '4222', 'NetXtreme BCM5753M Gigabit Ethernet PCI Express', '1257'),
|
||
(9187, '4301', 'BCM4301 802.11b Wireless LAN Controller', '1257'),
|
||
(9188, '4305', 'BCM4307 V.90 56k Modem', '1257'),
|
||
(9189, '4306', 'BCM4306 802.11bg Wireless LAN controller', '1257'),
|
||
(9190, '4307', 'BCM4306 802.11bg Wireless LAN Controller', '1257'),
|
||
(9191, '4310', 'BCM4310 Chipcommon I/OController', '1257'),
|
||
(9192, '4311', 'BCM4311 802.11b/g WLAN', '1257'),
|
||
(9193, '4312', 'BCM4311 802.11a/b/g', '1257'),
|
||
(9194, '4313', 'BCM4311 802.11a', '1257'),
|
||
(9195, '4315', 'BCM4312 802.11b/g LP-PHY', '1257'),
|
||
(9196, '4318', 'BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller', '1257'),
|
||
(9197, '4319', 'BCM4318 [AirForce 54g] 802.11a/b/g PCI Express Transceiver', '1257'),
|
||
(9198, '4320', 'BCM4306 802.11b/g Wireless LAN Controller', '1257'),
|
||
(9199, '4321', 'BCM4321 802.11a Wireless Network Controller', '1257'),
|
||
(9200, '4322', 'BCM4322 802.11bgn Wireless Network Controller', '1257'),
|
||
(9201, '4324', 'BCM4309 802.11abg Wireless Network Controller', '1257'),
|
||
(9202, '4325', 'BCM4306 802.11bg Wireless Network Controller', '1257'),
|
||
(9203, '4326', 'BCM4307 Chipcommon I/O Controller?', '1257'),
|
||
(9204, '4328', 'BCM4321 802.11a/b/g/n', '1257'),
|
||
(9205, '4329', 'BCM4321 802.11b/g/n', '1257'),
|
||
(9206, '432a', 'BCM4321 802.11an Wireless Network Controller', '1257'),
|
||
(9207, '432b', 'BCM4322 802.11a/b/g/n Wireless LAN Controller', '1257'),
|
||
(9208, '432c', 'BCM4322 802.11b/g/n', '1257'),
|
||
(9209, '432d', 'BCM4322 802.11an Wireless Network Controller', '1257'),
|
||
(9210, '4331', 'BCM4331 802.11a/b/g/n', '1257'),
|
||
(9211, '4333', 'Serial (EDGE/GPRS modem part of Option GT Combo Edge)', '1257'),
|
||
(9212, '4344', 'EDGE/GPRS data and 802.11b/g combo cardbus [GC89]', '1257'),
|
||
(9213, '4350', 'BCM43222 Wireless Network Adapter', '1257'),
|
||
(9214, '4351', 'BCM43222 802.11abgn Wireless Network Adapter', '1257'),
|
||
(9215, '4353', 'BCM43224 802.11a/b/g/n', '1257'),
|
||
(9216, '4357', 'BCM43225 802.11b/g/n', '1257'),
|
||
(9217, '4358', 'BCM43227 802.11b/g/n', '1257'),
|
||
(9218, '4359', 'BCM43228 802.11a/b/g/n', '1257'),
|
||
(9219, '4360', 'BCM4360 802.11ac Wireless Network Adapter', '1257'),
|
||
(9220, '4365', 'BCM43142 802.11b/g/n', '1257'),
|
||
(9221, '43a0', 'BCM4360 802.11ac Wireless Network Adapter', '1257'),
|
||
(9222, '43a1', 'BCM4360 802.11ac Wireless Network Adapter', '1257'),
|
||
(9223, '43a2', 'BCM4360 802.11ac Wireless Network Adapter', '1257'),
|
||
(9224, '43a3', 'BCM4350 802.11ac Wireless Network Adapter', '1257'),
|
||
(9225, '43a9', 'BCM43217 802.11b/g/n', '1257'),
|
||
(9226, '43aa', 'BCM43131 802.11b/g/n', '1257'),
|
||
(9227, '43ae', 'BCM43162 802.11ac Wireless Network Adapter', '1257'),
|
||
(9228, '43b1', 'BCM4352 802.11ac Wireless Network Adapter', '1257'),
|
||
(9229, '43ba', 'BCM43602 802.11ac Wireless LAN SoC', '1257'),
|
||
(9230, '43bb', 'BCM43602 802.11ac Wireless LAN SoC', '1257'),
|
||
(9231, '43bc', 'BCM43602 802.11ac Wireless LAN SoC', '1257'),
|
||
(9232, '43d3', 'BCM43567 802.11ac Wireless Network Adapter', '1257'),
|
||
(9233, '43d9', 'BCM43570 802.11ac Wireless Network Adapter', '1257'),
|
||
(9234, '43dc', 'BCM4355 802.11ac Wireless LAN SoC', '1257'),
|
||
(9235, '43df', 'BCM4354 802.11ac Wireless LAN SoC', '1257'),
|
||
(9236, '43e9', 'BCM4358 802.11ac Wireless LAN SoC', '1257'),
|
||
(9237, '43ec', 'BCM4356 802.11ac Wireless Network Adapter', '1257'),
|
||
(9238, '4401', 'BCM4401 100Base-T', '1257'),
|
||
(9239, '4402', 'BCM4402 Integrated 10/100BaseT', '1257'),
|
||
(9240, '4403', 'BCM4402 V.90 56k Modem', '1257'),
|
||
(9241, '4410', 'BCM4413 iLine32 HomePNA 2.0', '1257'),
|
||
(9242, '4411', 'BCM4413 V.90 56k modem', '1257'),
|
||
(9243, '4412', 'BCM4412 10/100BaseT', '1257'),
|
||
(9244, '441f', 'BCM4361 802.11ac Dual-Band Wireless Network Controller', '1257'),
|
||
(9245, '4420', 'BCM4361 802.11ac 2.4 GHz Wireless Network Controller', '1257'),
|
||
(9246, '4421', 'BCM4361 802.11ac 5 GHz Wireless Network Controller', '1257'),
|
||
(9247, '4430', 'BCM44xx CardBus iLine32 HomePNA 2.0', '1257'),
|
||
(9248, '4432', 'BCM4432 CardBus 10/100BaseT', '1257'),
|
||
(9249, '4464', 'BCM4364 802.11ac Wireless Network Adapter', '1257'),
|
||
(9250, '4488', 'BCM4377b Wireless Network Adapter', '1257'),
|
||
(9251, '4610', 'BCM4610 Sentry5 PCI to SB Bridge', '1257'),
|
||
(9252, '4611', 'BCM4610 Sentry5 iLine32 HomePNA 1.0', '1257'),
|
||
(9253, '4612', 'BCM4610 Sentry5 V.90 56k Modem', '1257'),
|
||
(9254, '4613', 'BCM4610 Sentry5 Ethernet Controller', '1257'),
|
||
(9255, '4614', 'BCM4610 Sentry5 External Interface', '1257'),
|
||
(9256, '4615', 'BCM4610 Sentry5 USB Controller', '1257'),
|
||
(9257, '4704', 'BCM4704 PCI to SB Bridge', '1257'),
|
||
(9258, '4705', 'BCM4704 Sentry5 802.11b Wireless LAN Controller', '1257'),
|
||
(9259, '4706', 'BCM4704 Sentry5 Ethernet Controller', '1257'),
|
||
(9260, '4707', 'BCM4704 Sentry5 USB Controller', '1257'),
|
||
(9261, '4708', 'BCM4704 Crypto Accelerator', '1257'),
|
||
(9262, '4710', 'BCM4710 Sentry5 PCI to SB Bridge', '1257'),
|
||
(9263, '4711', 'BCM47xx Sentry5 iLine32 HomePNA 2.0', '1257'),
|
||
(9264, '4712', 'BCM47xx V.92 56k modem', '1257'),
|
||
(9265, '4713', 'Sentry5 Ethernet Controller', '1257'),
|
||
(9266, '4714', 'BCM47xx Sentry5 External Interface', '1257'),
|
||
(9267, '4715', 'BCM47xx Sentry5 USB / Ethernet Controller', '1257'),
|
||
(9268, '4716', 'BCM47xx Sentry5 USB Host Controller', '1257'),
|
||
(9269, '4717', 'BCM47xx Sentry5 USB Device Controller', '1257'),
|
||
(9270, '4718', 'Sentry5 Crypto Accelerator', '1257'),
|
||
(9271, '4719', 'BCM47xx/53xx RoboSwitch Core', '1257'),
|
||
(9272, '4720', 'BCM4712 MIPS CPU', '1257'),
|
||
(9273, '4727', 'BCM4313 802.11bgn Wireless Network Adapter', '1257'),
|
||
(9274, '5365', 'BCM5365P Sentry5 Host Bridge', '1257'),
|
||
(9275, '5600', 'BCM5600 StrataSwitch 24+2 Ethernet Switch Controller', '1257'),
|
||
(9276, '5605', 'BCM5605 StrataSwitch 24+2 Ethernet Switch Controller', '1257'),
|
||
(9277, '5615', 'BCM5615 StrataSwitch 24+2 Ethernet Switch Controller', '1257'),
|
||
(9278, '5625', 'BCM5625 StrataSwitch 24+2 Ethernet Switch Controller', '1257'),
|
||
(9279, '5645', 'BCM5645 StrataSwitch 24+2 Ethernet Switch Controller', '1257'),
|
||
(9280, '5670', 'BCM5670 8-Port 10GE Ethernet Switch Fabric', '1257'),
|
||
(9281, '5680', 'BCM5680 G-Switch 8 Port Gigabit Ethernet Switch Controller', '1257'),
|
||
(9282, '5690', 'BCM5690 12-port Multi-Layer Gigabit Ethernet Switch', '1257'),
|
||
(9283, '5691', 'BCM5691 GE/10GE 8+2 Gigabit Ethernet Switch Controller', '1257'),
|
||
(9284, '5692', 'BCM5692 12-port Multi-Layer Gigabit Ethernet Switch', '1257'),
|
||
(9285, '5695', 'BCM5695 12-port + HiGig Multi-Layer Gigabit Ethernet Switch', '1257'),
|
||
(9286, '5698', 'BCM5698 12-port Multi-Layer Gigabit Ethernet Switch', '1257'),
|
||
(9287, '5820', 'BCM5820 Crypto Accelerator', '1257'),
|
||
(9288, '5821', 'BCM5821 Crypto Accelerator', '1257'),
|
||
(9289, '5822', 'BCM5822 Crypto Accelerator', '1257'),
|
||
(9290, '5823', 'BCM5823 Crypto Accelerator', '1257'),
|
||
(9291, '5824', 'BCM5824 Crypto Accelerator', '1257'),
|
||
(9292, '5840', 'BCM5840 Crypto Accelerator', '1257'),
|
||
(9293, '5841', 'BCM5841 Crypto Accelerator', '1257'),
|
||
(9294, '5850', 'BCM5850 Crypto Accelerator', '1257'),
|
||
(9295, '5e87', 'Valkyrie offload engine', '1257'),
|
||
(9296, '5e88', 'Viper Offload Engine', '1257'),
|
||
(9297, '8602', 'BCM7400/BCM7405 Serial ATA Controller', '1257'),
|
||
(9298, '9026', 'CN99xx [ThunderX2] Integrated USB 3.0 xHCI Host Controller', '1257'),
|
||
(9299, '9027', 'CN99xx [ThunderX2] Integrated AHCI/SATA 3 Host Controller', '1257'),
|
||
(9300, 'a8d8', 'BCM43224/5 Wireless Network Adapter', '1257'),
|
||
(9301, 'aa52', 'BCM43602 802.11ac Wireless LAN SoC', '1257'),
|
||
(9302, 'b302', 'BCM56302 StrataXGS 24x1GE 2x10GE Switch Controller', '1257'),
|
||
(9303, 'b334', 'BCM56334 StrataXGS 24x1GE 4x10GE Switch Controller', '1257'),
|
||
(9304, 'b370', 'BCM56370 Switch ASIC', '1257'),
|
||
(9305, 'b371', 'BCM56371 Switch ASIC', '1257'),
|
||
(9306, 'b372', 'BCM56372 Switch ASIC', '1257'),
|
||
(9307, 'b375', 'BCM56375 Switch ASIC', '1257'),
|
||
(9308, 'b376', 'BCM56376 Switch ASIC', '1257'),
|
||
(9309, 'b377', 'BCM56377 Switch ASIC', '1257'),
|
||
(9310, 'b379', 'Broadcom BCM56379 Switch ASIC', '1257'),
|
||
(9311, 'b470', 'BCM56470 SWITCH ASIC', '1257'),
|
||
(9312, 'b471', 'BCM56471 SWITCH ASIC', '1257'),
|
||
(9313, 'b472', 'BCM56472 SWITCH ASIC', '1257'),
|
||
(9314, 'b800', 'BCM56800 StrataXGS 10GE Switch Controller', '1257'),
|
||
(9315, 'b842', 'BCM56842 Trident 10GE Switch Controller', '1257'),
|
||
(9316, 'b850', 'Broadcom BCM56850 Switch ASIC', '1257'),
|
||
(9317, 'b880', 'BCM56880 Switch ASIC', '1257'),
|
||
(9318, 'b960', 'Broadcom BCM56960 Switch ASIC', '1257'),
|
||
(9319, 'b990', 'BCM56990 Switch ASIC', '1257'),
|
||
(9320, 'd802', 'BCM58802 Stingray 50Gb Ethernet SoC', '1257'),
|
||
(9321, 'd804', 'BCM58804 Stingray 100Gb Ethernet SoC', '1257'),
|
||
(9322, 'ab06', 'FNW-3603-TX CardBus Fast Ethernet', '1263'),
|
||
(9323, 'ab07', 'RTL81xx RealTek Ethernet', '1263'),
|
||
(9324, 'ab08', 'FNW-3602-TX CardBus Fast Ethernet', '1263'),
|
||
(9325, '0000', 'Aciris Digitizer (malformed ID)', '1265'),
|
||
(9326, '1002', 'HCF 56k Modem', '1270'),
|
||
(9327, '1003', 'HCF 56k Modem', '1270'),
|
||
(9328, '1004', 'HCF 56k Modem', '1270'),
|
||
(9329, '1005', 'HCF 56k Modem', '1270'),
|
||
(9330, '1006', 'HCF 56k Modem', '1270'),
|
||
(9331, '1022', 'HCF 56k Modem', '1270'),
|
||
(9332, '1023', 'HCF 56k Modem', '1270'),
|
||
(9333, '1024', 'HCF 56k Modem', '1270'),
|
||
(9334, '1025', 'HCF 56k Modem', '1270'),
|
||
(9335, '1026', 'HCF 56k Modem', '1270'),
|
||
(9336, '1032', 'HCF 56k Modem', '1270'),
|
||
(9337, '1033', 'HCF 56k Data/Fax Modem', '1270'),
|
||
(9338, '1034', 'HCF 56k Data/Fax/Voice Modem', '1270'),
|
||
(9339, '1035', 'HCF 56k Data/Fax/Voice/Spkp (w/Handset) Modem', '1270'),
|
||
(9340, '1036', 'HCF 56k Data/Fax/Voice/Spkp Modem', '1270'),
|
||
(9341, '1052', 'HCF 56k Data/Fax Modem (Worldwide)', '1270'),
|
||
(9342, '1053', 'HCF 56k Data/Fax Modem (Worldwide)', '1270'),
|
||
(9343, '1054', 'HCF 56k Data/Fax/Voice Modem (Worldwide)', '1270'),
|
||
(9344, '1055', 'HCF 56k Data/Fax/Voice/Spkp (w/Handset) Modem (Worldwide)', '1270'),
|
||
(9345, '1056', 'HCF 56k Data/Fax/Voice/Spkp Modem (Worldwide)', '1270'),
|
||
(9346, '1057', 'HCF 56k Data/Fax/Voice/Spkp Modem (Worldwide)', '1270'),
|
||
(9347, '1059', 'HCF 56k Data/Fax/Voice Modem (Worldwide)', '1270'),
|
||
(9348, '1063', 'HCF 56k Data/Fax Modem', '1270'),
|
||
(9349, '1064', 'HCF 56k Data/Fax/Voice Modem', '1270'),
|
||
(9350, '1065', 'HCF 56k Data/Fax/Voice/Spkp (w/Handset) Modem', '1270'),
|
||
(9351, '1066', 'HCF 56k Data/Fax/Voice/Spkp Modem', '1270'),
|
||
(9352, '1085', 'HCF V90 56k Data/Fax/Voice/Spkp PCI Modem', '1270'),
|
||
(9353, '10b6', 'CX06834-11 HCF V.92 56k Data/Fax/Voice/Spkp Modem', '1270'),
|
||
(9354, '1433', 'HCF 56k Data/Fax Modem', '1270'),
|
||
(9355, '1434', 'HCF 56k Data/Fax/Voice Modem', '1270'),
|
||
(9356, '1435', 'HCF 56k Data/Fax/Voice/Spkp (w/Handset) Modem', '1270'),
|
||
(9357, '1436', 'HCF 56k Data/Fax Modem', '1270'),
|
||
(9358, '1453', 'HCF 56k Data/Fax Modem', '1270'),
|
||
(9359, '1454', 'HCF 56k Data/Fax/Voice Modem', '1270'),
|
||
(9360, '1455', 'HCF 56k Data/Fax/Voice/Spkp (w/Handset) Modem', '1270'),
|
||
(9361, '1456', 'HCF 56k Data/Fax/Voice/Spkp Modem', '1270'),
|
||
(9362, '1610', 'ADSL AccessRunner PCI Arbitration Device', '1270'),
|
||
(9363, '1611', 'AccessRunner PCI ADSL Interface Device', '1270'),
|
||
(9364, '1620', 'AccessRunner V2 PCI ADSL Arbitration Device', '1270'),
|
||
(9365, '1621', 'AccessRunner V2 PCI ADSL Interface Device', '1270'),
|
||
(9366, '1622', 'AccessRunner V2 PCI ADSL Yukon WAN Adapter', '1270'),
|
||
(9367, '1803', 'HCF 56k Modem', '1270'),
|
||
(9368, '1811', 'MiniPCI Network Adapter', '1270'),
|
||
(9369, '1815', 'HCF 56k Modem', '1270'),
|
||
(9370, '1830', 'CX861xx Integrated Host Bridge', '1270'),
|
||
(9371, '2003', 'HSF 56k Data/Fax Modem', '1270'),
|
||
(9372, '2004', 'HSF 56k Data/Fax/Voice Modem', '1270'),
|
||
(9373, '2005', 'HSF 56k Data/Fax/Voice/Spkp (w/Handset) Modem', '1270'),
|
||
(9374, '2006', 'HSF 56k Data/Fax/Voice/Spkp Modem', '1270'),
|
||
(9375, '2013', 'HSF 56k Data/Fax Modem', '1270'),
|
||
(9376, '2014', 'HSF 56k Data/Fax/Voice Modem', '1270'),
|
||
(9377, '2015', 'HSF 56k Data/Fax/Voice/Spkp (w/Handset) Modem', '1270'),
|
||
(9378, '2016', 'HSF 56k Data/Fax/Voice/Spkp Modem', '1270'),
|
||
(9379, '2043', 'HSF 56k Data/Fax Modem (WorldW SmartDAA)', '1270'),
|
||
(9380, '2044', 'HSF 56k Data/Fax/Voice Modem (WorldW SmartDAA)', '1270'),
|
||
(9381, '2045', 'HSF 56k Data/Fax/Voice/Spkp (w/Handset) Modem (WorldW SmartDAA)', '1270'),
|
||
(9382, '2046', 'HSF 56k Data/Fax/Voice/Spkp Modem (WorldW SmartDAA)', '1270'),
|
||
(9383, '2063', 'HSF 56k Data/Fax Modem (SmartDAA)', '1270'),
|
||
(9384, '2064', 'HSF 56k Data/Fax/Voice Modem (SmartDAA)', '1270'),
|
||
(9385, '2065', 'HSF 56k Data/Fax/Voice/Spkp (w/Handset) Modem (SmartDAA)', '1270'),
|
||
(9386, '2066', 'HSF 56k Data/Fax/Voice/Spkp Modem (SmartDAA)', '1270'),
|
||
(9387, '2093', 'HSF 56k Modem', '1270'),
|
||
(9388, '2143', 'HSF 56k Data/Fax/Cell Modem (Mob WorldW SmartDAA)', '1270'),
|
||
(9389, '2144', 'HSF 56k Data/Fax/Voice/Cell Modem (Mob WorldW SmartDAA)', '1270'),
|
||
(9390, '2145', 'HSF 56k Data/Fax/Voice/Spkp (w/HS)/Cell Modem (Mob WorldW SmartDAA)', '1270'),
|
||
(9391, '2146', 'HSF 56k Data/Fax/Voice/Spkp/Cell Modem (Mob WorldW SmartDAA)', '1270'),
|
||
(9392, '2163', 'HSF 56k Data/Fax/Cell Modem (Mob SmartDAA)', '1270'),
|
||
(9393, '2164', 'HSF 56k Data/Fax/Voice/Cell Modem (Mob SmartDAA)', '1270'),
|
||
(9394, '2165', 'HSF 56k Data/Fax/Voice/Spkp (w/HS)/Cell Modem (Mob SmartDAA)', '1270'),
|
||
(9395, '2166', 'HSF 56k Data/Fax/Voice/Spkp/Cell Modem (Mob SmartDAA)', '1270'),
|
||
(9396, '2343', 'HSF 56k Data/Fax CardBus Modem (Mob WorldW SmartDAA)', '1270'),
|
||
(9397, '2344', 'HSF 56k Data/Fax/Voice CardBus Modem (Mob WorldW SmartDAA)', '1270'),
|
||
(9398, '2345', 'HSF 56k Data/Fax/Voice/Spkp (w/HS) CardBus Modem (Mob WorldW SmartDAA)', '1270'),
|
||
(9399, '2346', 'HSF 56k Data/Fax/Voice/Spkp CardBus Modem (Mob WorldW SmartDAA)', '1270'),
|
||
(9400, '2363', 'HSF 56k Data/Fax CardBus Modem (Mob SmartDAA)', '1270'),
|
||
(9401, '2364', 'HSF 56k Data/Fax/Voice CardBus Modem (Mob SmartDAA)', '1270'),
|
||
(9402, '2365', 'HSF 56k Data/Fax/Voice/Spkp (w/HS) CardBus Modem (Mob SmartDAA)', '1270'),
|
||
(9403, '2366', 'HSF 56k Data/Fax/Voice/Spkp CardBus Modem (Mob SmartDAA)', '1270'),
|
||
(9404, '2443', 'HSF 56k Data/Fax Modem (Mob WorldW SmartDAA)', '1270'),
|
||
(9405, '2444', 'HSF 56k Data/Fax/Voice Modem (Mob WorldW SmartDAA)', '1270'),
|
||
(9406, '2445', 'HSF 56k Data/Fax/Voice/Spkp (w/HS) Modem (Mob WorldW SmartDAA)', '1270'),
|
||
(9407, '2446', 'HSF 56k Data/Fax/Voice/Spkp Modem (Mob WorldW SmartDAA)', '1270'),
|
||
(9408, '2463', 'HSF 56k Data/Fax Modem (Mob SmartDAA)', '1270'),
|
||
(9409, '2464', 'HSF 56k Data/Fax/Voice Modem (Mob SmartDAA)', '1270'),
|
||
(9410, '2465', 'HSF 56k Data/Fax/Voice/Spkp (w/HS) Modem (Mob SmartDAA)', '1270'),
|
||
(9411, '2466', 'HSF 56k Data/Fax/Voice/Spkp Modem (Mob SmartDAA)', '1270'),
|
||
(9412, '2702', 'HSFi modem RD01-D270', '1270'),
|
||
(9413, '2f00', 'HSF 56k HSFi Modem', '1270'),
|
||
(9414, '2f02', 'HSF 56k HSFi Data/Fax', '1270'),
|
||
(9415, '2f11', 'HSF 56k HSFi Modem', '1270'),
|
||
(9416, '2f20', 'HSF 56k Data/Fax Modem', '1270'),
|
||
(9417, '2f30', 'SoftV92 SpeakerPhone SoftRing Modem with SmartSP', '1270'),
|
||
(9418, '2f50', 'Conexant SoftK56 Data/Fax Modem', '1270'),
|
||
(9419, '5b7a', 'CX23418 Single-Chip MPEG-2 Encoder with Integrated Analog Video/Broadcast Audio Decoder', '1270'),
|
||
(9420, '8200', 'CX25850', '1270'),
|
||
(9421, '8234', 'RS8234 ATM SAR Controller [ServiceSAR Plus]', '1270'),
|
||
(9422, '8800', 'CX23880/1/2/3 PCI Video and Audio Decoder', '1270'),
|
||
(9423, '8801', 'CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port]', '1270'),
|
||
(9424, '8802', 'CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port]', '1270'),
|
||
(9425, '8804', 'CX23880/1/2/3 PCI Video and Audio Decoder [IR Port]', '1270'),
|
||
(9426, '8811', 'CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port]', '1270'),
|
||
(9427, '8852', 'CX23885 PCI Video and Audio Decoder', '1270'),
|
||
(9428, '8880', 'CX23887/8 PCIe Broadcast Audio and Video Decoder with 3D Comb', '1270'),
|
||
(9429, '0120', 'EV1000 bridge', '1271'),
|
||
(9430, '0121', 'EV1000 Parallel port', '1271'),
|
||
(9431, '0122', 'EV1000 Serial port', '1271'),
|
||
(9432, '0123', 'EV1000 Keyboard controller', '1271'),
|
||
(9433, '0124', 'EV1000 Mouse controller', '1271'),
|
||
(9434, '2030', '2030 DVB-S Satellite Receiver', '1272'),
|
||
(9435, '2035', '2035 DVB-S Satellite Receiver', '1272'),
|
||
(9436, '2050', '2050 DVB-T Terrestrial (Cable) Receiver', '1272'),
|
||
(9437, '2060', '2060 ATSC Terrestrial (Cable) Receiver', '1272'),
|
||
(9438, '2077', 'TP-240 dual span E1 VoIP PCI card', '1277'),
|
||
(9439, '0000', 'QsNet Elan3 Network Adapter', '1281'),
|
||
(9440, '0001', 'QsNetII Elan4 Network Adapter', '1281'),
|
||
(9441, '0002', 'QsNetIII Elan5 Network Adapter', '1281'),
|
||
(9442, '1360', 'RTL81xx RealTek Ethernet', '1285'),
|
||
(9443, '0001', 'MPC105 [Eagle]', '1292'),
|
||
(9444, '0002', 'MPC106 [Grackle]', '1292'),
|
||
(9445, '0003', 'MPC8240 [Kahlua]', '1292'),
|
||
(9446, '0100', 'MC145575 [HFC-PCI]', '1292'),
|
||
(9447, '0431', 'KTI829c 100VG', '1292'),
|
||
(9448, '4801', 'Raven', '1292'),
|
||
(9449, '4802', 'Falcon', '1292'),
|
||
(9450, '4803', 'Hawk', '1292'),
|
||
(9451, '4806', 'CPX8216', '1292'),
|
||
(9452, '0800', 'MTD-8xx 100/10M Ethernet PCI Adapter', '1307'),
|
||
(9453, '0803', 'SURECOM EP-320X-S 100/10M Ethernet PCI Adapter', '1307'),
|
||
(9454, '0891', 'MTD-8xx 100/10M Ethernet PCI Adapter', '1307'),
|
||
(9455, '1002', 'PCI-1002', '1311'),
|
||
(9456, '1004', 'PCI-1004', '1311'),
|
||
(9457, '1008', 'PCI-1008', '1311'),
|
||
(9458, '0003', 'Prodif T 2496', '1313'),
|
||
(9459, '4000', 'Prodif 88', '1313'),
|
||
(9460, '0000', 'TP560 Data/Fax/Voice 56k modem', '1316'),
|
||
(9461, '0100', 'PCI <-> IOBus Bridge', '1319'),
|
||
(9462, '4000', 'PCI Express UART', '1319'),
|
||
(9463, '0510', 'CB710 Memory Card Reader Controller', '1321'),
|
||
(9464, '0520', 'FLASH memory: ENE Technology Inc:', '1321'),
|
||
(9465, '0530', 'ENE PCI Memory Stick Card Reader Controller', '1321'),
|
||
(9466, '0550', 'ENE PCI Secure Digital Card Reader Controller', '1321'),
|
||
(9467, '0551', 'SD/MMC Card Reader Controller', '1321'),
|
||
(9468, '0610', 'PCI Smart Card Reader Controller', '1321'),
|
||
(9469, '0720', 'Memory Stick Card Reader Controller', '1321'),
|
||
(9470, '0730', 'ENE PCI Memory Stick Card Reader Controller', '1321'),
|
||
(9471, '0750', 'ENE PCI SmartMedia / xD Card Reader Controller', '1321'),
|
||
(9472, '0751', 'ENE PCI Secure Digital / MMC Card Reader Controller', '1321'),
|
||
(9473, '1211', 'CB1211 Cardbus Controller', '1321'),
|
||
(9474, '1225', 'CB1225 Cardbus Controller', '1321'),
|
||
(9475, '1410', 'CB1410 Cardbus Controller', '1321'),
|
||
(9476, '1411', 'CB-710/2/4 Cardbus Controller', '1321'),
|
||
(9477, '1412', 'CB-712/4 Cardbus Controller', '1321'),
|
||
(9478, '1420', 'CB1420 Cardbus Controller', '1321'),
|
||
(9479, '1421', 'CB-720/2/4 Cardbus Controller', '1321'),
|
||
(9480, '1422', 'CB-722/4 Cardbus Controller', '1321'),
|
||
(9481, '0020', 'LonWorks PCLTA-20 PCI LonTalk Adapter', '1335'),
|
||
(9482, '0303', 'ARS106S Ultra ATA 133/100/66 Host Controller', '1341'),
|
||
(9483, '1144', 'Aureon 5.1', '1344'),
|
||
(9484, '1147', 'Aureon 5.1 Sky', '1344'),
|
||
(9485, '1158', 'Philips Semiconductors SAA7134 (rev 01) [Terratec Cinergy 600 TV]', '1344'),
|
||
(9486, '0001', 'SOC-it 101 System Controller', '1348'),
|
||
(9487, '9260', 'RCIM-II Real-Time Clock & Interrupt Module', '1351'),
|
||
(9488, '9271', 'RCIM-III Real-Time Clock & Interrupt Module (PCIe)', '1351'),
|
||
(9489, '9272', 'Pulse Width Modulator Card', '1351'),
|
||
(9490, '9277', '5 Volt Delta Sigma Converter Card', '1351'),
|
||
(9491, '9278', '10 Volt Delta Sigma Converter Card', '1351'),
|
||
(9492, '9287', 'Analog Output Card', '1351'),
|
||
(9493, '9290', 'FPGA Card', '1351'),
|
||
(9494, '9300', 'Universal Exhaust Gas Oxygen Sensor Simulator', '1351'),
|
||
(9495, '9310', 'Digital Programmable Resistor', '1351'),
|
||
(9496, '9350', 'Analog Input Card', '1351'),
|
||
(9497, '3052', 'Intel 537 [Winmodem]', '1352'),
|
||
(9498, '4c22', 'Si3036 MC\'97 DAA', '1352'),
|
||
(9499, '1100', 'PCI Express Core Reference Design', '1371'),
|
||
(9500, '110f', 'PCI Express Core Reference Design Virtual Function', '1371'),
|
||
(9501, '1110', 'XpressRich Reference Design', '1371'),
|
||
(9502, '1111', 'XpressRich-AXI Ref Design', '1371'),
|
||
(9503, '1112', 'QuickPCIe', '1371'),
|
||
(9504, '1113', 'XpressSwitch', '1371'),
|
||
(9505, '1114', 'Inspector', '1371'),
|
||
(9506, '1115', 'XpressLINK Ref Design', '1371'),
|
||
(9507, '1116', 'XpressLINK-SOC Ref Design', '1371'),
|
||
(9508, 'be00', 'PCI Express Bridge', '1371'),
|
||
(9509, 'a001', 'CCSI PCI20-485 ARCnet', '1398'),
|
||
(9510, 'a002', 'CCSI PCI20-485D ARCnet', '1398'),
|
||
(9511, 'a003', 'CCSI PCI20-485X ARCnet', '1398'),
|
||
(9512, 'a004', 'CCSI PCI20-CXB ARCnet', '1398'),
|
||
(9513, 'a005', 'CCSI PCI20-CXS ARCnet', '1398'),
|
||
(9514, 'a006', 'CCSI PCI20-FOG-SMA ARCnet', '1398'),
|
||
(9515, 'a007', 'CCSI PCI20-FOG-ST ARCnet', '1398'),
|
||
(9516, 'a008', 'CCSI PCI20-TB5 ARCnet', '1398'),
|
||
(9517, 'a009', 'CCSI PCI20-5-485 5Mbit ARCnet', '1398'),
|
||
(9518, 'a00a', 'CCSI PCI20-5-485D 5Mbit ARCnet', '1398'),
|
||
(9519, 'a00b', 'CCSI PCI20-5-485X 5Mbit ARCnet', '1398'),
|
||
(9520, 'a00c', 'CCSI PCI20-5-FOG-ST 5Mbit ARCnet', '1398'),
|
||
(9521, 'a00d', 'CCSI PCI20-5-FOG-SMA 5Mbit ARCnet', '1398'),
|
||
(9522, 'a201', 'CCSI PCI22-485 10Mbit ARCnet', '1398'),
|
||
(9523, 'a202', 'CCSI PCI22-485D 10Mbit ARCnet', '1398'),
|
||
(9524, 'a203', 'CCSI PCI22-485X 10Mbit ARCnet', '1398'),
|
||
(9525, 'a204', 'CCSI PCI22-CHB 10Mbit ARCnet', '1398'),
|
||
(9526, 'a205', 'CCSI PCI22-FOG_ST 10Mbit ARCnet', '1398'),
|
||
(9527, 'a206', 'CCSI PCI22-THB 10Mbit ARCnet', '1398'),
|
||
(9528, '4d34', 'VPMK4 [Video Processor Mk IV]', '1404'),
|
||
(9529, '5615', 'VPMK3 [Video Processor Mk III]', '1404'),
|
||
(9530, '8001', 'Fix2000 PCI Y2K Compliance Card', '1408'),
|
||
(9531, '0008', 'Leutron Vision PicPortExpress CL', '1421'),
|
||
(9532, '0009', 'Leutron Vision PicPortExpress CL Stereo', '1421'),
|
||
(9533, '0001', 'Eagle Cluster Manager', '1428'),
|
||
(9534, '0002', 'Osprey Cluster Manager', '1428'),
|
||
(9535, '0003', 'Harrier Cluster Manager', '1428'),
|
||
(9536, 'a01d', 'FC044X Fibre Channel HBA', '1428'),
|
||
(9537, '0781', 'Multi-IO Card', '1430'),
|
||
(9538, '0782', 'Parallel Port Card 2xEPP', '1430'),
|
||
(9539, '0783', 'Multi-IO Card', '1430'),
|
||
(9540, '0785', 'Multi-IO Card', '1430'),
|
||
(9541, '0786', 'Multi-IO Card', '1430'),
|
||
(9542, '0787', 'Multi-IO Card', '1430'),
|
||
(9543, '0788', 'Multi-IO Card', '1430'),
|
||
(9544, '078a', 'Multi-IO Card', '1430'),
|
||
(9545, '4321', 'StorLink SL3516 (Gemini) Host Bridge', '1439'),
|
||
(9546, '0001', 'TA700 PCI Bus Analyzer/Exerciser', '1446'),
|
||
(9547, '6893', '3U OpenVPX Multi-function I/O Board [Model 68C3]', '1455'),
|
||
(9548, '0405', 'SVGA II Adapter', '1456'),
|
||
(9549, '0710', 'SVGA Adapter', '1456'),
|
||
(9550, '0720', 'VMXNET Ethernet Controller', '1456'),
|
||
(9551, '0740', 'Virtual Machine Communication Interface', '1456'),
|
||
(9552, '0770', 'USB2 EHCI Controller', '1456'),
|
||
(9553, '0774', 'USB1.1 UHCI Controller', '1456'),
|
||
(9554, '0778', 'USB3 xHCI 0.96 Controller', '1456'),
|
||
(9555, '0779', 'USB3 xHCI 1.0 Controller', '1456'),
|
||
(9556, '0790', 'PCI bridge', '1456'),
|
||
(9557, '07a0', 'PCI Express Root Port', '1456'),
|
||
(9558, '07b0', 'VMXNET3 Ethernet Controller', '1456'),
|
||
(9559, '07c0', 'PVSCSI SCSI Controller', '1456'),
|
||
(9560, '07e0', 'SATA AHCI controller', '1456'),
|
||
(9561, '0801', 'Virtual Machine Interface', '1456'),
|
||
(9562, '0820', 'Paravirtual RDMA controller', '1456'),
|
||
(9563, '1977', 'HD Audio Controller', '1456'),
|
||
(9564, '0191', 'MT25408 [ConnectX IB Flash Recovery]', '1461'),
|
||
(9565, '01f6', 'MT27500 Family [ConnectX-3 Flash Recovery]', '1461'),
|
||
(9566, '01f8', 'MT27520 Family [ConnectX-3 Pro Flash Recovery]', '1461'),
|
||
(9567, '01ff', 'MT27600 Family [Connect-IB Flash Recovery]', '1461'),
|
||
(9568, '0209', 'MT27700 Family [ConnectX-4 Flash Recovery]', '1461'),
|
||
(9569, '020b', 'MT27710 Family [ConnectX-4 Lx Flash Recovery]', '1461'),
|
||
(9570, '020d', 'MT28800 Family [ConnectX-5 Flash Recovery]', '1461'),
|
||
(9571, '020f', 'MT28908A0 Family [ConnectX-6 Flash Recovery]', '1461'),
|
||
(9572, '0210', 'MT28908A0 Family [ConnectX-6 Secure Flash Recovery]', '1461'),
|
||
(9573, '0211', 'MT416842 Family [BlueField SoC Flash Recovery]', '1461'),
|
||
(9574, '0212', 'MT2892 Family [ConnectX-6 Dx Flash Recovery]', '1461'),
|
||
(9575, '0213', 'MT2892 Family [ConnectX-6 Dx Secure Flash Recovery]', '1461'),
|
||
(9576, '0214', 'MT42822 Family [BlueField-2 SoC Flash Recovery]', '1461'),
|
||
(9577, '0215', 'MT42822 Family [BlueField-2 Secure Flash Recovery]', '1461'),
|
||
(9578, '0216', 'MT2894 Family [ConnectX-6 Lx Flash Recovery]', '1461'),
|
||
(9579, '0217', 'MT2894 Family [ConnectX-6 Lx Secure Flash Recovery]', '1461'),
|
||
(9580, '0218', 'MT2910 Family [ConnectX-7 Flash Recovery]', '1461'),
|
||
(9581, '0219', 'MT2910 Family [ConnectX-7 Secure Flash Recovery]', '1461'),
|
||
(9582, '021a', 'MT43162 Family [BlueField-3 Lx SoC Flash Recovery]', '1461'),
|
||
(9583, '021b', 'MT43162 Family [BlueField-3 Lx Secure Flash Recovery]', '1461'),
|
||
(9584, '021c', 'MT43244 Family [BlueField-3 SoC Flash Recovery]', '1461'),
|
||
(9585, '021d', 'MT43244 Family [BlueField-3 Secure Flash Recovery]', '1461'),
|
||
(9586, '024e', 'MT53100 [Spectrum-2, Flash recovery mode]', '1461'),
|
||
(9587, '024f', 'MT53100 [Spectrum-2, Secure Flash recovery mode]', '1461'),
|
||
(9588, '0250', 'Spectrum-3, Flash recovery mode', '1461'),
|
||
(9589, '0251', 'Spectrum-3, Secure Flash recovery mode', '1461'),
|
||
(9590, '0252', 'Amos chiplet', '1461'),
|
||
(9591, '0253', 'Amos GearBox Manager', '1461'),
|
||
(9592, '0254', 'Spectrum-4, Flash recovery mode', '1461'),
|
||
(9593, '0255', 'Spectrum-4, Secure Flash recovery mode', '1461'),
|
||
(9594, '0256', 'Ofek chiplet', '1461'),
|
||
(9595, '0257', 'Quantum-2 in Flash Recovery Mode', '1461'),
|
||
(9596, '0262', 'MT27710 [ConnectX-4 Lx Programmable] EN', '1461'),
|
||
(9597, '0263', 'MT27710 [ConnectX-4 Lx Programmable Virtual Function] EN', '1461'),
|
||
(9598, '0264', 'Innova-2 Flex Burn image', '1461'),
|
||
(9599, '0281', 'NPS-600 Flash Recovery', '1461'),
|
||
(9600, '1002', 'MT25400 Family [ConnectX-2 Virtual Function]', '1461'),
|
||
(9601, '1003', 'MT27500 Family [ConnectX-3]', '1461'),
|
||
(9602, '1004', 'MT27500/MT27520 Family [ConnectX-3/ConnectX-3 Pro Virtual Function]', '1461'),
|
||
(9603, '1005', 'MT27510 Family', '1461'),
|
||
(9604, '1006', 'MT27511 Family', '1461'),
|
||
(9605, '1007', 'MT27520 Family [ConnectX-3 Pro]', '1461'),
|
||
(9606, '1009', 'MT27530 Family', '1461'),
|
||
(9607, '100a', 'MT27531 Family', '1461'),
|
||
(9608, '100b', 'MT27540 Family', '1461'),
|
||
(9609, '100c', 'MT27541 Family', '1461'),
|
||
(9610, '100d', 'MT27550 Family', '1461'),
|
||
(9611, '100e', 'MT27551 Family', '1461'),
|
||
(9612, '100f', 'MT27560 Family', '1461'),
|
||
(9613, '1010', 'MT27561 Family', '1461'),
|
||
(9614, '1011', 'MT27600 [Connect-IB]', '1461'),
|
||
(9615, '1012', 'MT27600 Family [Connect-IB Virtual Function]', '1461'),
|
||
(9616, '1013', 'MT27700 Family [ConnectX-4]', '1461'),
|
||
(9617, '1014', 'MT27700 Family [ConnectX-4 Virtual Function]', '1461'),
|
||
(9618, '1015', 'MT27710 Family [ConnectX-4 Lx]', '1461'),
|
||
(9619, '1016', 'MT27710 Family [ConnectX-4 Lx Virtual Function]', '1461'),
|
||
(9620, '1017', 'MT27800 Family [ConnectX-5]', '1461'),
|
||
(9621, '1018', 'MT27800 Family [ConnectX-5 Virtual Function]', '1461'),
|
||
(9622, '1019', 'MT28800 Family [ConnectX-5 Ex]', '1461'),
|
||
(9623, '101a', 'MT28800 Family [ConnectX-5 Ex Virtual Function]', '1461'),
|
||
(9624, '101b', 'MT28908 Family [ConnectX-6]', '1461'),
|
||
(9625, '101c', 'MT28908 Family [ConnectX-6 Virtual Function]', '1461'),
|
||
(9626, '101d', 'MT2892 Family [ConnectX-6 Dx]', '1461'),
|
||
(9627, '101e', 'ConnectX Family mlx5Gen Virtual Function', '1461'),
|
||
(9628, '101f', 'MT2894 Family [ConnectX-6 Lx]', '1461'),
|
||
(9629, '1020', 'MT28860', '1461'),
|
||
(9630, '1021', 'MT2910 Family [ConnectX-7]', '1461'),
|
||
(9631, '1974', 'MT28800 Family [ConnectX-5 PCIe Bridge]', '1461'),
|
||
(9632, '1975', 'MT416842 Family [BlueField SoC PCIe Bridge]', '1461'),
|
||
(9633, '1976', 'MT28908 Family [ConnectX-6 PCIe Bridge]', '1461'),
|
||
(9634, '1977', 'MT2892 Family [ConnectX-6 Dx PCIe Bridge]', '1461'),
|
||
(9635, '1978', 'MT42822 Family [BlueField-2 SoC PCIe Bridge]', '1461'),
|
||
(9636, '1979', 'MT2910 Family [ConnectX-7 PCIe Bridge]', '1461'),
|
||
(9637, '197a', 'MT43162 Family [BlueField-3 Lx SoC PCIe Bridge]', '1461'),
|
||
(9638, '197b', 'MT43244 Family [BlueField-3 SoC PCIe Bridge]', '1461'),
|
||
(9639, '4117', 'MT27712A0-FDCF-AE', '1461'),
|
||
(9640, '5274', 'MT21108 InfiniBridge', '1461'),
|
||
(9641, '5a44', 'MT23108 InfiniHost', '1461'),
|
||
(9642, '5a45', 'MT23108 [Infinihost HCA Flash Recovery]', '1461'),
|
||
(9643, '5a46', 'MT23108 PCI Bridge', '1461'),
|
||
(9644, '5e8c', 'MT24204 [InfiniHost III Lx HCA]', '1461'),
|
||
(9645, '5e8d', 'MT25204 [InfiniHost III Lx HCA Flash Recovery]', '1461'),
|
||
(9646, '6001', 'NVMe SNAP Controller', '1461'),
|
||
(9647, '6274', 'MT25204 [InfiniHost III Lx HCA]', '1461'),
|
||
(9648, '6278', 'MT25208 InfiniHost III Ex (Tavor compatibility mode)', '1461'),
|
||
(9649, '6279', 'MT25208 [InfiniHost III Ex HCA Flash Recovery]', '1461'),
|
||
(9650, '6282', 'MT25208 [InfiniHost III Ex]', '1461'),
|
||
(9651, '6340', 'MT25408A0-FCC-SI ConnectX, Dual Port 10Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 2.5GT/s Interface', '1461'),
|
||
(9652, '634a', 'MT25408A0-FCC-DI ConnectX, Dual Port 20Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 2.5GT/s Interface', '1461'),
|
||
(9653, '6368', 'MT25448 [ConnectX EN 10GigE, PCIe 2.0 2.5GT/s]', '1461'),
|
||
(9654, '6372', 'MT25458 ConnectX EN 10GBASE-T PCIe 2.5 GT/s', '1461'),
|
||
(9655, '6732', 'MT25408A0-FCC-GI ConnectX, Dual Port 20Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface', '1461'),
|
||
(9656, '673c', 'MT25408A0-FCC-QI ConnectX, Dual Port 40Gb/s InfiniBand / 10GigE Adapter IC with PCIe 2.0 x8 5.0GT/s Interface', '1461'),
|
||
(9657, '6746', 'MT26438 [ConnectX VPI PCIe 2.0 5GT/s - IB QDR / 10GigE Virtualization+]', '1461'),
|
||
(9658, '6750', 'MT26448 [ConnectX EN 10GigE, PCIe 2.0 5GT/s]', '1461'),
|
||
(9659, '675a', 'MT26458 ConnectX EN 10GBASE-T PCIe Gen2 5.0 GT/s', '1461'),
|
||
(9660, '6764', 'MT26468 [ConnectX EN 10GigE, PCIe 2.0 5GT/s Virtualization+]', '1461'),
|
||
(9661, '676e', 'MT26478 [ConnectX EN 40GigE, PCIe 2.0 5GT/s]', '1461'),
|
||
(9662, '6778', 'MT26488 [ConnectX VPI PCIe 2.0 5GT/s - IB DDR / 10GigE Virtualization+]', '1461'),
|
||
(9663, '7101', 'NPS-400 configuration and management interface', '1461'),
|
||
(9664, '7102', 'NPS-400 network interface PF', '1461'),
|
||
(9665, '7103', 'NPS-400 network interface VF', '1461'),
|
||
(9666, '7121', 'NPS-600 configuration and management interface', '1461'),
|
||
(9667, '7122', 'NPS-600 network interface PF', '1461'),
|
||
(9668, '7123', 'NPS-600 network interface VF', '1461'),
|
||
(9669, '8200', 'Innova-2 Flex Shell Logic', '1461'),
|
||
(9670, 'a2d0', 'MT416842 BlueField SoC Crypto enabled', '1461'),
|
||
(9671, 'a2d1', 'MT416842 BlueField SoC Crypto disabled', '1461'),
|
||
(9672, 'a2d2', 'MT416842 BlueField integrated ConnectX-5 network controller', '1461'),
|
||
(9673, 'a2d3', 'MT416842 BlueField multicore SoC family VF', '1461'),
|
||
(9674, 'a2d4', 'MT42822 BlueField-2 SoC Crypto enabled', '1461'),
|
||
(9675, 'a2d5', 'MT42822 BlueField-2 SoC Crypto disabled', '1461'),
|
||
(9676, 'a2d6', 'MT42822 BlueField-2 integrated ConnectX-6 Dx network controller', '1461'),
|
||
(9677, 'a2d7', 'MT43162 BlueField-3 Lx SoC Crypto enabled', '1461'),
|
||
(9678, 'a2d8', 'MT43162 BlueField-3 Lx SoC Crypto disabled', '1461'),
|
||
(9679, 'a2d9', 'MT43162 BlueField-3 Lx integrated ConnectX-7 network controller', '1461'),
|
||
(9680, 'a2da', 'MT43244 BlueField-3 SoC Crypto enabled', '1461'),
|
||
(9681, 'a2db', 'MT43244 BlueField-3 SoC Crypto disabled', '1461'),
|
||
(9682, 'a2dc', 'MT43244 BlueField-3 integrated ConnectX-7 network controller', '1461'),
|
||
(9683, 'c2d2', 'MT416842 BlueField SoC management interfac', '1461'),
|
||
(9684, 'c2d3', 'MT42822 BlueField-2 SoC Management Interface', '1461'),
|
||
(9685, 'c2d4', 'MT43162 BlueField-3 Lx SoC Management Interface', '1461'),
|
||
(9686, 'c2d5', 'MT43244 BlueField-3 SoC Management Interface', '1461'),
|
||
(9687, 'c738', 'MT51136', '1461'),
|
||
(9688, 'c739', 'MT51136 GW', '1461'),
|
||
(9689, 'c838', 'MT52236', '1461'),
|
||
(9690, 'c839', 'MT52236 router', '1461'),
|
||
(9691, 'caf1', 'ConnectX-4 CAPI Function', '1461'),
|
||
(9692, 'cb84', 'MT52100', '1461'),
|
||
(9693, 'cf08', 'Switch-IB2', '1461'),
|
||
(9694, 'cf6c', 'MT53100 [Spectrum-2]', '1461'),
|
||
(9695, 'cf70', 'Spectrum-3', '1461'),
|
||
(9696, 'cf80', 'Spectrum-4', '1461'),
|
||
(9697, 'd2f0', 'Quantum HDR (200Gbps) switch', '1461'),
|
||
(9698, 'd2f2', 'Quantum-2 NDR (400Gbps) switch', '1461'),
|
||
(9699, '0001', 'XP15 DSP Accelerator', '1464'),
|
||
(9700, '0002', 'XP30 DSP Accelerator', '1464'),
|
||
(9701, '0003', 'XP00 Data Acquisition Device', '1464'),
|
||
(9702, '0004', 'XP35 DSP Accelerator', '1464'),
|
||
(9703, '0007', 'XP100 DSP Accelerator [XP100-T0]', '1464'),
|
||
(9704, '0008', 'XP100 DSP Accelerator [XP100-T1]', '1464'),
|
||
(9705, '0009', 'XP100 DSP Accelerator [XP100-E0]', '1464'),
|
||
(9706, '000a', 'XP100 DSP Accelerator [XP100-E1]', '1464'),
|
||
(9707, '000e', 'XP100 DSP Accelerator [XP100-0]', '1464'),
|
||
(9708, '000f', 'XP100 DSP Accelerator [XP100-1]', '1464'),
|
||
(9709, '0010', 'XP100 DSP Accelerator [XP100-P0]', '1464'),
|
||
(9710, '0011', 'XP100 DSP Accelerator [XP100-P1]', '1464'),
|
||
(9711, '0012', 'XP100 DSP Accelerator [XP100-P2]', '1464'),
|
||
(9712, '0013', 'XP100 DSP Accelerator [XP100-P3]', '1464'),
|
||
(9713, '0014', 'RamSan Flash SSD', '1464'),
|
||
(9714, '0015', 'ZBox', '1464'),
|
||
(9715, '2001', 'Skyhawk Series NVME SSD', '1465'),
|
||
(9716, '5001', 'WD Black NVMe SSD', '1465'),
|
||
(9717, '5002', 'WD Black 2018/SN750 / PC SN720 NVMe SSD', '1465'),
|
||
(9718, '5003', 'WD Blue SN500 / PC SN520 NVMe SSD', '1465'),
|
||
(9719, '5004', 'PC SN520 NVMe SSD', '1465'),
|
||
(9720, '5005', 'PC SN520 NVMe SSD', '1465'),
|
||
(9721, '5006', 'WD Black SN750 / PC SN730 NVMe SSD', '1465'),
|
||
(9722, '5009', 'WD Blue SN550 NVMe SSD', '1465'),
|
||
(9723, '500b', 'PC SN530 NVMe SSD', '1465'),
|
||
(9724, '500d', 'WD Ultrastar DC SN340 NVMe SSD', '1465'),
|
||
(9725, '5011', 'WD Black SN850', '1465'),
|
||
(9726, '1001', 'APCI1516 SP controller (16 digi outputs)', '1466'),
|
||
(9727, '1003', 'APCI1032 SP controller (32 digi inputs w/ opto coupler)', '1466'),
|
||
(9728, '1004', 'APCI2032 SP controller (32 digi outputs)', '1466'),
|
||
(9729, '1005', 'APCI2200 SP controller (8/16 digi outputs (relay))', '1466'),
|
||
(9730, '1006', 'APCI1564 SP controller (32 digi ins, 32 digi outs)', '1466'),
|
||
(9731, '100a', 'APCI1696 SP controller (96 TTL I/Os)', '1466'),
|
||
(9732, '3001', 'APCI3501 SP controller (analog output board)', '1466'),
|
||
(9733, '300f', 'APCI3600 Noise and vibration measurement board', '1466'),
|
||
(9734, '7001', 'APCI7420 2-port Serial Controller', '1466'),
|
||
(9735, '7002', 'APCI7300 Serial Controller', '1466'),
|
||
(9736, '0100', 'HPFC-5600 Tachyon DX2+ FC', '1470'),
|
||
(9737, '0103', 'QX4 PCI Express quad 4-gigabit Fibre Channel controller', '1470'),
|
||
(9738, '0105', 'Celerity FC-44XS/FC-42XS/FC-41XS/FC-44ES/FC-42ES/FC-41ES', '1470'),
|
||
(9739, '1100', 'E8001-66442 PCI Express CIC', '1470'),
|
||
(9740, '2922', '64 Bit, 133MHz PCI-X Exerciser & Protocol Checker', '1470'),
|
||
(9741, '2928', '64 Bit, 66MHz PCI Exerciser & Analyzer', '1470'),
|
||
(9742, '2929', '64 Bit, 133MHz PCI-X Analyzer & Exerciser', '1470'),
|
||
(9743, '8010', '1394b - 1394 Firewire 3-Port Host Adapter Card', '1479'),
|
||
(9744, '0349', 'Tateyama C-PCI PLC/NC card Rev.01A', '1481'),
|
||
(9745, '0000', 'CIFX 50E-DP(M/S)', '1489'),
|
||
(9746, '0001', 'Argus 300 PCI Cryptography Module', '1501'),
|
||
(9747, '0500', 'PhoneJack-PCI', '1507'),
|
||
(9748, '0130', 'Wireless PCI Card', '1513'),
|
||
(9749, '0131', 'NCP130A2 Wireless NIC', '1513'),
|
||
(9750, '1841', 'ADMA-100 DiscStaQ ATA Controller', '1514'),
|
||
(9751, '3101', 'FC3101 Profibus DP 1 Channel PCI', '1517'),
|
||
(9752, '5102', 'FC5102', '1517'),
|
||
(9753, '0001', 'RDX 11', '1548'),
|
||
(9754, '0002', 'HFT-01', '1548'),
|
||
(9755, '0400', 'FarSync T2P (2 port X.21/V.35/V.24)', '1548'),
|
||
(9756, '0440', 'FarSync T4P (4 port X.21/V.35/V.24)', '1548'),
|
||
(9757, '0610', 'FarSync T1U (1 port X.21/V.35/V.24)', '1548'),
|
||
(9758, '0620', 'FarSync T2U (2 port X.21/V.35/V.24)', '1548'),
|
||
(9759, '0640', 'FarSync T4U (4 port X.21/V.35/V.24)', '1548'),
|
||
(9760, '1610', 'FarSync TE1 (T1,E1)', '1548'),
|
||
(9761, '2610', 'FarSync DSL-S1 (SHDSL)', '1548'),
|
||
(9762, '3640', 'FarSync T4E (4-port X.21/V.35/V.24)', '1548'),
|
||
(9763, '4620', 'FarSync T2Ue PCI Express (2-port X.21/V.35/V.24)', '1548'),
|
||
(9764, '4640', 'FarSync T4Ue PCI Express (4-port X.21/V.35/V.24)', '1548'),
|
||
(9765, '0400', 'FarSync T2P (2 port X.21/V.35/V.24)', '1549'),
|
||
(9766, '0440', 'FarSync T4P (4 port X.21/V.35/V.24)', '1549'),
|
||
(9767, '0610', 'FarSync T1U (1 port X.21/V.35/V.24)', '1549'),
|
||
(9768, '0620', 'FarSync T2U (2 port X.21/V.35/V.24)', '1549'),
|
||
(9769, '0640', 'FarSync T4U (4 port X.21/V.35/V.24)', '1549'),
|
||
(9770, '1610', 'FarSync TE1 (T1,E1)', '1549'),
|
||
(9771, '1612', 'FarSync TE1 PCI Express (T1,E1)', '1549'),
|
||
(9772, '2610', 'FarSync DSL-S1 (SHDSL)', '1549'),
|
||
(9773, '3640', 'FarSync T4E (4-port X.21/V.35/V.24)', '1549'),
|
||
(9774, '4620', 'FarSync T2Ue PCI Express (2-port X.21/V.35/V.24)', '1549'),
|
||
(9775, '4640', 'FarSync T4Ue PCI Express (4-port X.21/V.35/V.24)', '1549'),
|
||
(9776, '5621', 'FarSync T2Ee PCI Express (2 port X.21/V.35/V.24)', '1549'),
|
||
(9777, '5641', 'FarSync T4Ee PCI Express (4 port X.21/V.35/V.24)', '1549'),
|
||
(9778, '6620', 'FarSync T2U-PMC PCI Express (2 port X.21/V.35/V.24)', '1549'),
|
||
(9779, '0020', 'LynxTWO-A', '1551'),
|
||
(9780, '0021', 'LynxTWO-B', '1551'),
|
||
(9781, '0022', 'LynxTWO-C', '1551'),
|
||
(9782, '0023', 'Lynx L22', '1551'),
|
||
(9783, '0024', 'Lynx AES16', '1551'),
|
||
(9784, '0025', 'Lynx AES16-SRC', '1551'),
|
||
(9785, '0028', 'Lynx AES16e', '1551'),
|
||
(9786, '8410', 'RTL81xx Fast Ethernet', '1552'),
|
||
(9787, '1003', 'Format synchronizer v3.0', '1553'),
|
||
(9788, '1006', 'Format synchronizer, model 10500', '1553'),
|
||
(9789, '1007', 'Format synchronizer, model 21000', '1553'),
|
||
(9790, '2002', 'Fast Universal Data Output', '1553'),
|
||
(9791, '3100', 'IO31000 Frame Synchronizer and I/O', '1553'),
|
||
(9792, '3200', 'IO32000 Frame Synchronizer and I/O', '1553'),
|
||
(9793, '4002', 'High Rate Demodulator', '1553'),
|
||
(9794, '5001', 'High Rate FEC', '1553'),
|
||
(9795, '6001', 'High Rate Demodulator and FEC', '1553'),
|
||
(9796, '1100', 'SMC2602W EZConnect / Addtron AWA-100 / Eumitcom PCI WL11000', '1555'),
|
||
(9797, '3052', 'SmartLink SmartPCI562 56K Modem', '1556'),
|
||
(9798, '5449', 'SmartPCI561 Modem', '1556'),
|
||
(9799, '0013', '425/825/42B/82B 4Gbps/8Gbps PCIe dual port FC HBA', '1559'),
|
||
(9800, '0014', '1010/1020/1007/1741 10Gbps CNA', '1559'),
|
||
(9801, '0017', '415/815/41B/81B 4Gbps/8Gbps PCIe single port FC HBA', '1559'),
|
||
(9802, '0021', '804 8Gbps FC HBA for HP Bladesystem c-class', '1559'),
|
||
(9803, '0022', 'BR-1860 Fabric Adapter', '1559'),
|
||
(9804, '0023', '1867/1869 16Gbps FC HBA', '1559'),
|
||
(9805, '0646', '400 4Gbps PCIe FC HBA', '1559'),
|
||
(9806, 'c100', 'PIXCI(R) CL1 Camera Link Video Capture Board [custom QL5232]', '1560'),
|
||
(9807, 'd200', 'PIXCI(R) D2X Digital Video Capture Board [custom QL5232]', '1560'),
|
||
(9808, 'd300', 'PIXCI(R) D3X Digital Video Capture Board [custom QL5232]', '1560'),
|
||
(9809, 'eb01', 'PIXCI(R) EB1 PCI Camera Link Video Capture Board', '1560'),
|
||
(9810, '5361', 'PROCStarII60-1', '1561'),
|
||
(9811, '5362', 'PROCStarII60-2', '1561'),
|
||
(9812, '5364', 'PROCStarII60-4', '1561'),
|
||
(9813, '5435', 'ProcSparkII', '1561'),
|
||
(9814, '5661', 'ProcE60', '1561'),
|
||
(9815, '56e1', 'ProcE180', '1561'),
|
||
(9816, '5911', 'ProcStarIII110-1', '1561'),
|
||
(9817, '5912', 'ProcStarIII110-2', '1561'),
|
||
(9818, '5913', 'ProcStarIII110-3', '1561'),
|
||
(9819, '5914', 'ProcStarIII110-4', '1561'),
|
||
(9820, '5921', 'ProcStarIII150-1', '1561'),
|
||
(9821, '5922', 'ProcStarIII150-2', '1561'),
|
||
(9822, '5923', 'ProcStarIII150-3', '1561'),
|
||
(9823, '5924', 'ProcStarIII150-4', '1561'),
|
||
(9824, '5931', 'ProcStarIII260-1', '1561'),
|
||
(9825, '5932', 'ProcStarIII260-2', '1561'),
|
||
(9826, '5933', 'ProcStarIII260-3', '1561'),
|
||
(9827, '5934', 'ProcStarIII260-4', '1561'),
|
||
(9828, '5941', 'ProcStarIII340-1', '1561'),
|
||
(9829, '5942', 'ProcStarIII340-2', '1561'),
|
||
(9830, '5943', 'ProcStarIII340-3', '1561'),
|
||
(9831, '5944', 'ProcStarIII340-4', '1561'),
|
||
(9832, '5a01', 'ProceIII80', '1561'),
|
||
(9833, '5a11', 'ProceIII110', '1561'),
|
||
(9834, '5a21', 'ProceIII150', '1561'),
|
||
(9835, '5a31', 'ProceIII260', '1561'),
|
||
(9836, '5a41', 'ProceIII340', '1561'),
|
||
(9837, '5b51', 'ProceIV360', '1561'),
|
||
(9838, '5b61', 'ProceIV530', '1561'),
|
||
(9839, '5b71', 'ProceIV820', '1561'),
|
||
(9840, '5c01', 'ProcStarIV80-1', '1561'),
|
||
(9841, '5c02', 'ProcStarIV80-2', '1561'),
|
||
(9842, '5c03', 'ProcStarIV80-3', '1561'),
|
||
(9843, '5c04', 'ProcStarIV80-4', '1561'),
|
||
(9844, '5c11', 'ProcStarIV110-1', '1561'),
|
||
(9845, '5c12', 'ProcStarIV110-2', '1561'),
|
||
(9846, '5c13', 'ProcStarIV110-3', '1561'),
|
||
(9847, '5c14', 'ProcStarIV110-4', '1561'),
|
||
(9848, '5c51', 'ProcStarIV360-1', '1561'),
|
||
(9849, '5c52', 'ProcStarIV360-2', '1561'),
|
||
(9850, '5c53', 'ProcStarIV360-3', '1561'),
|
||
(9851, '5c54', 'ProcStarIV360-4', '1561'),
|
||
(9852, '5c61', 'ProcStarIV530-1', '1561'),
|
||
(9853, '5c62', 'ProcStarIV530-2', '1561'),
|
||
(9854, '5c63', 'ProcStarIV530-3', '1561'),
|
||
(9855, '5c64', 'ProcStarIV530-4', '1561'),
|
||
(9856, '5c71', 'ProcStarIV820-1', '1561'),
|
||
(9857, '5c72', 'ProcStarIV820-2', '1561'),
|
||
(9858, '5c73', 'ProcStarIV820-3', '1561'),
|
||
(9859, '5c74', 'ProcStarIV820-4', '1561'),
|
||
(9860, '5d01', 'Proc10480', '1561'),
|
||
(9861, '5d11', 'Proc104110', '1561'),
|
||
(9862, '5f01', 'ProceV_A3', '1561'),
|
||
(9863, '5f11', 'ProceV_A7', '1561'),
|
||
(9864, '5f21', 'ProceV_AB', '1561'),
|
||
(9865, '5f31', 'ProceV_D5', '1561'),
|
||
(9866, '5f41', 'ProceV_D8', '1561'),
|
||
(9867, '6732', 'Proc6M', '1561'),
|
||
(9868, '6832', 'Proc12M', '1561'),
|
||
(9869, '7101', 'Proc10a_27', '1561'),
|
||
(9870, '7111', 'Proc10a_48', '1561'),
|
||
(9871, '7121', 'Proc10a_66', '1561'),
|
||
(9872, '7141', 'Proc10a_115', '1561'),
|
||
(9873, '7181', 'Proc10a_27S', '1561'),
|
||
(9874, '7191', 'Proc10a_48S', '1561'),
|
||
(9875, '71a1', 'Proc10a_66S', '1561'),
|
||
(9876, '71b1', 'Proc10A', '1561'),
|
||
(9877, '72b1', 'HawkEye', '1561'),
|
||
(9878, '73b1', 'Proc10s', '1561'),
|
||
(9879, '1020', 'LMLM4 MPEG-4 encoder', '1563'),
|
||
(9880, '0100', 'Mini-PCI bridge', '1565'),
|
||
(9881, '0001', 'SiByte BCM1125/1125H/1250 System-on-a-Chip PCI', '1566'),
|
||
(9882, '0002', 'SiByte BCM1125H/1250 System-on-a-Chip HyperTransport', '1566'),
|
||
(9883, '0012', 'SiByte BCM1280/BCM1480 System-on-a-Chip PCI-X', '1566'),
|
||
(9884, '0014', 'Sibyte BCM1280/BCM1480 System-on-a-Chip HyperTransport', '1566'),
|
||
(9885, '104e', '5LS172.6 B&R Dual CAN Interface Card', '1567'),
|
||
(9886, '12d7', '5LS172.61 B&R Dual CAN Interface Card', '1567'),
|
||
(9887, '20ad', '5ACPCI.MFIO-K01 Profibus DP / K-Feldbus / COM', '1567'),
|
||
(9888, '0100', 'NE020 10Gb Accelerated Ethernet Adapter (iWARP RNIC)', '1568'),
|
||
(9889, '3000', 'SD Standard host controller [Ellen]', '1569'),
|
||
(9890, '2102', 'ZyDAS ZD1202', '1570'),
|
||
(9891, '2116', 'ZD1212B Wireless Adapter', '1570'),
|
||
(9892, 'a000', 'MagicLAN SWL-2210P 802.11b [Intersil ISL3874]', '1571'),
|
||
(9893, '5701', 'Radeon 5700 XT Thicc III Ultra', '1574'),
|
||
(9894, 'c580', 'Radeon RX 580', '1574'),
|
||
(9895, '1170', 'WLAN 802.11b card', '1575'),
|
||
(9896, '2086', 'CryptoServer Se-Series Hardware Security Module', '1576'),
|
||
(9897, 'c040', 'CryptoServer CSe-Series Hardware Security Module', '1576'),
|
||
(9898, 'c051', 'CryptoServer Se-Series Gen2 Hardware Security Module', '1576'),
|
||
(9899, '0007', 'AR5210 Wireless Network Adapter [AR5000 802.11a]', '1577'),
|
||
(9900, '0011', 'AR5211 Wireless Network Adapter [AR5001A 802.11a]', '1577'),
|
||
(9901, '0012', 'AR5211 Wireless Network Adapter [AR5001X 802.11ab]', '1577'),
|
||
(9902, '0013', 'AR5212/5213/2414 Wireless Network Adapter', '1577'),
|
||
(9903, '001a', 'AR2413/AR2414 Wireless Network Adapter [AR5005G(S) 802.11bg]', '1577'),
|
||
(9904, '001b', 'AR5413/AR5414 Wireless Network Adapter [AR5006X(S) 802.11abg]', '1577'),
|
||
(9905, '001c', 'AR242x / AR542x Wireless Network Adapter (PCI-Express)', '1577'),
|
||
(9906, '001d', 'AR2417 Wireless Network Adapter [AR5007G 802.11bg]', '1577'),
|
||
(9907, '0020', 'AR5513 802.11abg Wireless NIC', '1577'),
|
||
(9908, '0023', 'AR5416 Wireless Network Adapter [AR5008 802.11(a)bgn]', '1577'),
|
||
(9909, '0024', 'AR5418 Wireless Network Adapter [AR5008E 802.11(a)bgn] (PCI-Express)', '1577'),
|
||
(9910, '0027', 'AR9160 Wireless Network Adapter [AR9001 802.11(a)bgn]', '1577'),
|
||
(9911, '0029', 'AR922X Wireless Network Adapter', '1577'),
|
||
(9912, '002a', 'AR928X Wireless Network Adapter (PCI-Express)', '1577'),
|
||
(9913, '002b', 'AR9285 Wireless Network Adapter (PCI-Express)', '1577'),
|
||
(9914, '002c', 'AR2427 802.11bg Wireless Network Adapter (PCI-Express)', '1577'),
|
||
(9915, '002d', 'AR9227 Wireless Network Adapter', '1577'),
|
||
(9916, '002e', 'AR9287 Wireless Network Adapter (PCI-Express)', '1577'),
|
||
(9917, '0030', 'AR93xx Wireless Network Adapter', '1577'),
|
||
(9918, '0032', 'AR9485 Wireless Network Adapter', '1577'),
|
||
(9919, '0033', 'AR958x 802.11abgn Wireless Network Adapter', '1577'),
|
||
(9920, '0034', 'AR9462 Wireless Network Adapter', '1577'),
|
||
(9921, '0036', 'QCA9565 / AR9565 Wireless Network Adapter', '1577'),
|
||
(9922, '0037', 'AR9485 Wireless Network Adapter', '1577'),
|
||
(9923, '003c', 'QCA986x/988x 802.11ac Wireless Network Adapter', '1577'),
|
||
(9924, '003e', 'QCA6174 802.11ac Wireless Network Adapter', '1577'),
|
||
(9925, '0040', 'QCA9980/9990 802.11ac Wireless Network Adapter', '1577'),
|
||
(9926, '0041', 'QCA6164 802.11ac Wireless Network Adapter', '1577'),
|
||
(9927, '0042', 'QCA9377 802.11ac Wireless Network Adapter', '1577'),
|
||
(9928, '0046', 'QCA9984 802.11ac Wave 2 Wireless Network Adapter', '1577'),
|
||
(9929, '0050', 'QCA9887 802.11ac Wireless Network Adapter', '1577'),
|
||
(9930, '0207', 'AR5210 Wireless Network Adapter [AR5000 802.11a]', '1577'),
|
||
(9931, '1014', 'AR5212 802.11abg NIC', '1577'),
|
||
(9932, '9013', 'AR5002X Wireless Network Adapter', '1577'),
|
||
(9933, 'ff19', 'AR5006X Wireless Network Adapter', '1577'),
|
||
(9934, 'ff1b', 'AR2425 Wireless Network Adapter [AR5007EG 802.11bg]', '1577'),
|
||
(9935, 'ff1c', 'AR5008 Wireless Network Adapter', '1577'),
|
||
(9936, 'ff1d', 'AR922x Wireless Network Adapter', '1577'),
|
||
(9937, '0044', 'Revolution Storage Processing Card', '1579'),
|
||
(9938, '1100', 'GL24110P', '1582'),
|
||
(9939, '1101', 'PLX9052 PCMCIA-to-PCI Wireless LAN', '1582'),
|
||
(9940, '1102', 'PCMCIA-to-PCI Wireless Network Bridge', '1582'),
|
||
(9941, '8501', 'WL-8305 Wireless LAN PCI Adapter', '1582'),
|
||
(9942, '0001', 'SafeXcel 1140', '1583'),
|
||
(9943, '000a', 'SafeXcel 1841', '1583'),
|
||
(9944, '1141', 'SafeXcel 1141', '1583'),
|
||
(9945, '1841', 'SafeXcel 1842', '1583'),
|
||
(9946, 'abcd', 'DWC_usb3 / PCIe bridge', '1588'),
|
||
(9947, 'abce', 'DWC_usb3', '1588'),
|
||
(9948, 'abcf', 'DWC_usb31', '1588'),
|
||
(9949, 'edda', 'EPMockUp', '1588'),
|
||
(9950, '8695', 'Centaur KS8695 ARM processor', '1589'),
|
||
(9951, '8842', 'KSZ8842-PMQL 2-Port Ethernet Switch', '1589'),
|
||
(9952, '0001', 'Rocket Drive DL', '1592'),
|
||
(9953, '0101', 'DirectPCI SRAM for DPX-11x series', '1593'),
|
||
(9954, '0102', 'DirectPCI SRAM for DPX-S/C/E-series', '1593'),
|
||
(9955, '0103', 'DirectPCI ROM for DPX-11x series', '1593'),
|
||
(9956, '0104', 'DirectPCI ROM for DPX-S/C/E-series', '1593'),
|
||
(9957, '0105', 'DirectPCI I/O for DPX-114/DPX-115', '1593'),
|
||
(9958, '0106', 'DirectPCI I/O for DPX-116', '1593'),
|
||
(9959, '0107', 'DirectPCI I/O for DPX-116U', '1593'),
|
||
(9960, '0108', 'DirectPCI I/O for DPX-117', '1593'),
|
||
(9961, '0109', 'DirectPCI I/O for DPX-112', '1593'),
|
||
(9962, '010a', 'DirectPCI I/O for DPX-C/E-series', '1593'),
|
||
(9963, '010b', 'DirectPCI I/O for DPX-S series', '1593'),
|
||
(9964, '0504', 'PMC-DX504 Reconfigurable FPGA with LVDS I/O', '1595'),
|
||
(9965, '0520', 'PMC520 Serial Communication, 232 Octal', '1595'),
|
||
(9966, '0521', 'PMC521 Serial Communication, 422/485 Octal', '1595'),
|
||
(9967, '1020', 'PMC-AX1020 Reconfigurable FPGA with A/D & D/A', '1595'),
|
||
(9968, '1065', 'PMC-AX1065 Reconfigurable FPGA with A/D & D/A', '1595'),
|
||
(9969, '2004', 'PMC-DX2004 Reconfigurable FPGA with LVDS I/O', '1595'),
|
||
(9970, '2020', 'PMC-AX2020 Reconfigurable FPGA with A/D & D/A', '1595'),
|
||
(9971, '2065', 'PMC-AX2065 Reconfigurable FPGA with A/D & D/A', '1595'),
|
||
(9972, '3020', 'PMC-AX3020 Reconfigurable FPGA with A/D & D/A', '1595'),
|
||
(9973, '3065', 'PMC-AX3065 Reconfigurable FPGA with A/D & D/A', '1595'),
|
||
(9974, '4243', 'PMC424, APC424, AcPC424 Digital I/O and Counter Timer Module', '1595'),
|
||
(9975, '4248', 'PMC464, APC464, AcPC464 Digital I/O and Counter Timer Module', '1595'),
|
||
(9976, '424b', 'PMC-DX2002 Reconfigurable FPGA with Differential I/O', '1595'),
|
||
(9977, '4253', 'PMC-DX503 Reconfigurable FPGA with TTL and Differential I/O', '1595'),
|
||
(9978, '4312', 'PMC-CX1002 Reconfigurable Conduction-Cooled FPGA Virtex-II with Differential I/O', '1595'),
|
||
(9979, '4313', 'PMC-CX1003 Reconfigurable Conduction-Cooled FPGA Virtex-II with CMOS and Differential I/O', '1595'),
|
||
(9980, '4322', 'PMC-CX2002 Reconfigurable Conduction-Cooled FPGA Virtex-II with Differential I/O', '1595'),
|
||
(9981, '4323', 'PMC-CX2003 Reconfigurable Conduction-Cooled FPGA Virtex-II with CMOS and Differential I/O', '1595'),
|
||
(9982, '4350', 'PMC-DX501 Reconfigurable Digital I/O Module', '1595'),
|
||
(9983, '4353', 'PMC-DX2003 Reconfigurable FPGA with TTL and Differential I/O', '1595'),
|
||
(9984, '4357', 'PMC-DX502 Reconfigurable Differential I/O Module', '1595'),
|
||
(9985, '4457', 'PMC730, APC730, AcPC730 Multifunction Module', '1595'),
|
||
(9986, '4471', 'XMC730 Multi-function I/O module with front I/O', '1595'),
|
||
(9987, '4473', 'XMC730CC Multi-function I/O module with rear I/O Conduction-cooled', '1595'),
|
||
(9988, '464d', 'PMC408 32-Channel Digital Input/Output Module', '1595'),
|
||
(9989, '4850', 'PMC220-16 12-Bit Analog Output Module', '1595'),
|
||
(9990, '4a42', 'PMC483, APC483, AcPC483 Counter Timer Module', '1595'),
|
||
(9991, '4a50', 'PMC484, APC484, AcPC484 Counter Timer Module', '1595'),
|
||
(9992, '4a56', 'PMC230 16-Bit Analog Output Module', '1595'),
|
||
(9993, '4b47', 'PMC330, APC330, AcPC330 Analog Input Module, 16-bit A/D', '1595'),
|
||
(9994, '4c40', 'PMC-LX40 Reconfigurable Virtex-4 FPGA with plug-in I/O', '1595'),
|
||
(9995, '4c60', 'PMC-LX60 Reconfigurable Virtex-4 FPGA with plug-in I/O', '1595'),
|
||
(9996, '4d4d', 'PMC341, APC341, AcPC341 Analog Input Module, Simultaneous Sample & Hold', '1595'),
|
||
(9997, '4d4e', 'PMC482, APC482, AcPC482 Counter Timer Board', '1595'),
|
||
(9998, '524d', 'PMC-DX2001 Reconfigurable FPGA with TTL I/O', '1595'),
|
||
(9999, '5335', 'PMC-SX35 Reconfigurable Virtex-4 FPGA with plug-in I/O', '1595'),
|
||
(10000, '5456', 'PMC470 48-Channel Digital Input/Output Module', '1595'),
|
||
(10001, '5601', 'PMC-VLX85 Reconfigurable Virtex-5 FPGA with plug-in I/O', '1595');
|
||
INSERT INTO `glpi_plugin_fusioninventory_pcidevices`
|
||
(`id`, `deviceid`, `name`, `plugin_fusioninventory_pcivendor_id`) VALUES
|
||
(10002, '5602', 'PMC-VLX110 Reconfigurable Virtex-5 FPGA with plug-in I/O', '1595'),
|
||
(10003, '5603', 'PMC-VSX95 Reconfigurable Virtex-5 FPGA with plug-in I/O', '1595'),
|
||
(10004, '5604', 'PMC-VLX155 Reconfigurable Virtex-5 FPGA with plug-in I/O', '1595'),
|
||
(10005, '5605', 'PMC-VFX70 Reconfigurable Virtex-5 FPGA with plug-in I/O', '1595'),
|
||
(10006, '5606', 'PMC-VLX155-1M Reconfigurable Virtex-5 FPGA with plug-in I/O', '1595'),
|
||
(10007, '5701', 'PMC-SLX150: Reconfigurable Spartan-6 FPGA with plug-in I/O', '1595'),
|
||
(10008, '5702', 'PMC-SLX150-1M: Reconfigurable Spartan-6 FPGA with plug-in I/O', '1595'),
|
||
(10009, '5801', 'XMC-VLX85 Reconfigurable Virtex-5 FPGA with plug-in I/O', '1595'),
|
||
(10010, '5802', 'XMC-VLX110 Reconfigurable Virtex-5 FPGA with plug-in I/O', '1595'),
|
||
(10011, '5803', 'XMC-VSX95 Reconfigurable Virtex-5 FPGA with plug-in I/O', '1595'),
|
||
(10012, '5804', 'XMC-VLX155 Reconfigurable Virtex-5 FPGA with plug-in I/O', '1595'),
|
||
(10013, '5807', 'XMC-SLX150: Reconfigurable Spartan-6 FPGA with plug-in I/O', '1595'),
|
||
(10014, '5808', 'XMC-SLX150-1M: Reconfigurable Spartan-6 FPGA with plug-in I/O', '1595'),
|
||
(10015, '5901', 'APCe8650 PCI Express IndustryPack Carrier Card', '1595'),
|
||
(10016, '6301', 'XMC Module with user-configurable Virtex-6 FPGA, 240k logic cells, SFP front I/O', '1595'),
|
||
(10017, '6302', 'XMC Module with user-configurable Virtex-6 FPGA, 365k logic cells, SFP front I/O', '1595'),
|
||
(10018, '6303', 'XMC Module with user-configurable Virtex-6 FPGA, 240k logic cells, no front I/O', '1595'),
|
||
(10019, '6304', 'XMC Module with user-configurable Virtex-6 FPGA, 365k logic cells, no front I/O', '1595'),
|
||
(10020, '7000', 'XMC-7K325F: User-configurable Kintex-7 FPGA, 325k logic cells plus SFP front I/O', '1595'),
|
||
(10021, '7001', 'XMC-7K410F: User-configurable Kintex-7 FPGA, 410k logic cells plus SFP front I/O', '1595'),
|
||
(10022, '7002', 'XMC-7K325AX: User-Configurable Kintex-7 FPGA, 325k logic cells with AXM Plug-In I/O', '1595'),
|
||
(10023, '7003', 'XMC-7K410AX: User-Configurable Kintex-7 FPGA, 410k logic cells with AXM Plug-In I/O', '1595'),
|
||
(10024, '7004', 'XMC-7K325CC: User-Configurable Kintex-7 FPGA, 325k logic cells, conduction-cooled', '1595'),
|
||
(10025, '7005', 'XMC-7K410CC: User-Configurable Kintex-7 FPGA, 410k logic cells, conduction-cooled', '1595'),
|
||
(10026, '7006', 'XMC-7A200: User-Configurable Artix-7 FPGA, 200k logic cells with Plug-In I/O', '1595'),
|
||
(10027, '7007', 'XMC-7A200CC: User-Configurable Conduction-Cooled Artix-7 FPGA, with 200k logic cells', '1595'),
|
||
(10028, '7011', 'AP440-1: 32-Channel Isolated Digital Input Module', '1595'),
|
||
(10029, '7012', 'AP440-2: 32-Channel Isolated Digital Input Module', '1595'),
|
||
(10030, '7013', 'AP440-3: 32-Channel Isolated Digital Input Module', '1595'),
|
||
(10031, '7014', 'AP445: 32-Channel Isolated Digital Output Module', '1595'),
|
||
(10032, '7015', 'AP471 48-Channel TTL Level Digital Input/Output Module', '1595'),
|
||
(10033, '7016', 'AP470 48-Channel TTL Level Digital Input/Output Module', '1595'),
|
||
(10034, '7017', 'AP323 16-bit, 20 or 40 Channel Analog Input Module', '1595'),
|
||
(10035, '7018', 'AP408: 32-Channel Digital I/O Module', '1595'),
|
||
(10036, '7019', 'AP341 14-bit, 16-Channel Simultaneous Conversion Analog Input Module', '1595'),
|
||
(10037, '701a', 'AP220-16 12-Bit, 16-Channel Analog Output Module', '1595'),
|
||
(10038, '701b', 'AP231-16 16-Bit, 16-Channel Analog Output Module', '1595'),
|
||
(10039, '701c', 'AP225 12-Bit, 16-Channel Analog Output Module with Waveform Memory', '1595'),
|
||
(10040, '701d', 'AP235 16-Bit, 16-Channel Analog Output Module with Waveform Memory', '1595'),
|
||
(10041, '7021', 'APA7-201 Reconfigurable Artix-7 FPGA module 48 TTL channels', '1595'),
|
||
(10042, '7022', 'APA7-202 Reconfigurable Artix-7 FPGA module 24 RS485 channels', '1595'),
|
||
(10043, '7023', 'APA7-203 Reconfigurable Artix-7 FPGA module 24 TTL & 12 RS485 channels', '1595'),
|
||
(10044, '7024', 'APA7-204 Reconfigurable Artix-7 FPGA module 24 LVDS channels', '1595'),
|
||
(10045, '7027', 'AP418 16-Channel High Voltage Digital Input/Output Module', '1595'),
|
||
(10046, '7029', 'AP342 14-bit, 12-Channel Isolated Simultaneous Conversion Analog Input Module', '1595'),
|
||
(10047, '702a', 'AP226 12-Bit, 8-Channel Isolated Analog Output Module', '1595'),
|
||
(10048, '702b', 'AP236 16-Bit, 8-Channel Isolated Analog Output Module', '1595'),
|
||
(10049, '7031', 'AP441-1: 32-Channel Isolated Digital Input Module', '1595'),
|
||
(10050, '7032', 'AP441-2: 32-Channel Isolated Digital Input Module', '1595'),
|
||
(10051, '7033', 'AP441-3: 32-Channel Isolated Digital Input Module', '1595'),
|
||
(10052, '7042', 'AP482 Counter Timer Module with TTL Level Input/Output', '1595'),
|
||
(10053, '7043', 'AP483 Counter Timer Module with TTL Level and RS422 Input/Output', '1595'),
|
||
(10054, '7044', 'AP484 Counter Timer Module with RS422 Input/Output', '1595'),
|
||
(10055, '7051', 'APA7-501 Reconfigurable Artix-7 52,160 Cell FPGA module 48 TTL channels', '1595'),
|
||
(10056, '7052', 'APA7-502 Reconfigurable Artix-7 52,160 Cell FPGA module 24 RS485 channels', '1595'),
|
||
(10057, '7053', 'APA7-503 Reconfigurable Artix-7 52,160 Cell FPGA module 24 TTL & 12 RS485 channels', '1595'),
|
||
(10058, '7054', 'APA7-504 Reconfigurable Artix-7 52,160 Cell FPGA module 24 LVDS channels', '1595'),
|
||
(10059, '0011', 'INES GPIB-PCI', '1596'),
|
||
(10060, '1e0f', 'LEON2FT Processor', '1599'),
|
||
(10061, '6000', 'INT6000 Ethernet-to-Powerline Bridge [HomePlug AV]', '1600'),
|
||
(10062, '6300', 'INT6300 Ethernet-to-Powerline Bridge [HomePlug AV]', '1600'),
|
||
(10063, '00ed', 'USR997900', '1601'),
|
||
(10064, '0116', 'USR997902 10/100/1000 Mbps PCI Network Card', '1601'),
|
||
(10065, '2f00', 'USR5660A (USR265660A, USR5660A-BP) 56K PCI Faxmodem', '1601'),
|
||
(10066, '3685', 'Wireless Access PCI Adapter Model 022415', '1601'),
|
||
(10067, '4320', 'USR997904 10/100/1000 64-bit NIC (Marvell Yukon)', '1601'),
|
||
(10068, 'ab06', 'USR997901A 10/100 Cardbus NIC', '1601'),
|
||
(10069, '1001', 'UMIO communication card', '1602'),
|
||
(10070, '0200', 'I/O board', '1603'),
|
||
(10071, '8000', 'VW2010', '1605'),
|
||
(10072, '0100', 'NSP2000-SSL crypto accelerator', '1609'),
|
||
(10073, '1000', 'NPA Access Network Processor Family', '1611'),
|
||
(10074, '7174', 'VSC7174 PCI/PCI-X Serial ATA Host Bus Controller', '1612'),
|
||
(10075, '13c8', 'AEP SureWare Runner 1000V3', '1613'),
|
||
(10076, '0029', 'WPG54G ver. 4 PCI Card', '1616'),
|
||
(10077, '1032', 'Gigabit Network Adapter', '1616'),
|
||
(10078, '1064', 'Gigabit Network Adapter', '1616'),
|
||
(10079, 'ab08', '21x4x DEC-Tulip compatible 10/100 Ethernet', '1616'),
|
||
(10080, 'ab09', '21x4x DEC-Tulip compatible 10/100 Ethernet', '1616'),
|
||
(10081, '0001', 'AC1002 PCI Gigabit Ethernet controller', '1617'),
|
||
(10082, '03e8', 'AC1000 Gigabit Ethernet', '1617'),
|
||
(10083, '03e9', 'AC1001 Gigabit Ethernet', '1617'),
|
||
(10084, '03ea', 'AC9100 Gigabit Ethernet', '1617'),
|
||
(10085, '03eb', 'AC1003 Gigabit Ethernet', '1617'),
|
||
(10086, '8139', 'ROL/F-100 Fast Ethernet Adapter with ROL', '1618'),
|
||
(10087, '2020', 'XCode II Series', '1619'),
|
||
(10088, '2100', 'XCode 2100 Series', '1619'),
|
||
(10089, '0101', 'PCD-7004 Digital Bi-Directional Ports PCI Card', '1625'),
|
||
(10090, '0102', 'PCD-7104 Digital Input & Output PCI Card', '1625'),
|
||
(10091, '0121', 'PCT-7303A PC card with IRC counters', '1625'),
|
||
(10092, '0122', 'PCT-7408A PC card with counters and timers', '1625'),
|
||
(10093, '0123', 'PCT-7424 PCI card with standard counters', '1625'),
|
||
(10094, '0141', 'PCA7208AL - Analog Inputs/Outputs', '1625'),
|
||
(10095, '0142', 'PCA7208AS - Analog inputs/Outputs', '1625'),
|
||
(10096, '0143', 'PCA7408AL - Analog Inputs/Outputs', '1625'),
|
||
(10097, '0144', 'PCA7408AS - Analog Inputs/Outputs', '1625'),
|
||
(10098, '0145', 'PCA-7228AL Multifunction PCI IO card', '1625'),
|
||
(10099, '0146', 'PCA-7228AS Multifunction PCI IO card', '1625'),
|
||
(10100, '0147', 'PCA7428AL Multifunction PCI IO card', '1625'),
|
||
(10101, '0148', 'PCA7428AS Multifunction PCI IO card', '1625'),
|
||
(10102, '0149', 'PCA7228EL Multifunction PCI IO card with isolated analog inputs', '1625'),
|
||
(10103, '0150', 'PCA7428EL Multifunction PCI IO card with isolated analog inputs', '1625'),
|
||
(10104, '0151', 'PCA7628AL - PCI card with analog inputs, counters and DIO', '1625'),
|
||
(10105, '0152', 'PCA7628AS PCI card with analog inputs, outputs, counters and DIO', '1625'),
|
||
(10106, '0161', 'PCA7288A PCI card with analog outputs, counters and DIO', '1625'),
|
||
(10107, '0180', 'PCI1052 Communication card for MicroUnit network', '1625'),
|
||
(10108, '0214', 'PCT-7424C (F0) PC card with standard counters', '1625'),
|
||
(10109, '0215', 'PCT-7424C (F1) PC card with standard counters', '1625'),
|
||
(10110, '0216', 'PCT-7424E (F0) PC card with standard counters', '1625'),
|
||
(10111, '0217', 'PCT-7424E (F1) PC card with standard counters', '1625'),
|
||
(10112, '0240', 'PCA7428CL_F0 - analog Inputs', '1625'),
|
||
(10113, '0241', 'PCA7428CL_F1 - analog Inputs', '1625'),
|
||
(10114, '0242', 'PCA7428CS_F0 - Analog Inputs/Outputs non isolated', '1625'),
|
||
(10115, '0243', 'PCA7428CS_F1 - Analog Inputs/Outputs non isolated', '1625'),
|
||
(10116, '0244', 'PCA7428CE_F0 - Analog Inputs isolated', '1625'),
|
||
(10117, '0245', 'PCA7428CE_F1 - Analog Inputs isolated', '1625'),
|
||
(10118, '0303', 'PCD-7006C Digital Input & Output PCI Card', '1625'),
|
||
(10119, '0800', 'PCD8006 - PCIe digital Inputs/Outputs', '1625'),
|
||
(10120, '0840', 'PCA-8428 General-purpose multifunctional PCIe card with 8 analog inputs and 2 analog outputs', '1625'),
|
||
(10121, '0841', 'PCA-8429 General-purpose multifunctional PCIe card with 8 analog inputs', '1625'),
|
||
(10122, '0842', 'PCA-8438 General-purpose multifunctional PCIe card with 16 analog inputs and 2 analog outputs', '1625'),
|
||
(10123, '0843', 'PCA-8439 General-purpose multifunctional PCIe card with 16 analog inputs', '1625'),
|
||
(10124, 'ff00', 'CTU CAN FD PCIe Card', '1625'),
|
||
(10125, '0001', 'Nitrox XL N1', '1629'),
|
||
(10126, '0003', 'Nitrox XL N1 Lite', '1629'),
|
||
(10127, '0004', 'Octeon (and older) FIPS', '1629'),
|
||
(10128, '0005', 'Octeon CN38XX Network Processor Pass 3.x', '1629'),
|
||
(10129, '0006', 'RoHS', '1629'),
|
||
(10130, '0010', 'Nitrox XL NPX', '1629'),
|
||
(10131, '0020', 'Octeon CN31XX Network Processor', '1629'),
|
||
(10132, '0030', 'Octeon CN30XX Network Processor', '1629'),
|
||
(10133, '0040', 'Octeon CN58XX Network Processor', '1629'),
|
||
(10134, '0050', 'Octeon CN57XX Network Processor (CN54XX/CN55XX/CN56XX)', '1629'),
|
||
(10135, '0070', 'Octeon CN50XX Network Processor', '1629'),
|
||
(10136, '0080', 'Octeon CN52XX Network Processor', '1629'),
|
||
(10137, '0090', 'Octeon II CN63XX Network Processor', '1629'),
|
||
(10138, '0091', 'Octeon II CN68XX Network Processor', '1629'),
|
||
(10139, '0092', 'Octeon II CN65XX Network Processor', '1629'),
|
||
(10140, '0093', 'Octeon II CN61XX Network Processor', '1629'),
|
||
(10141, '0094', 'Octeon Fusion CNF71XX Cell processor', '1629'),
|
||
(10142, '0095', 'Octeon III CN78XX Network Processor', '1629'),
|
||
(10143, '0096', 'Octeon III CN70XX Network Processor', '1629'),
|
||
(10144, '9700', 'Octeon III CN73XX Network Processor', '1629'),
|
||
(10145, '9702', 'CN23XX [LiquidIO II] Intelligent Adapter', '1629'),
|
||
(10146, '9703', 'CN23XX [LiquidIO II] NVMe Controller', '1629'),
|
||
(10147, '9712', 'CN23XX [LiquidIO II] SRIOV Virtual Function', '1629'),
|
||
(10148, '9713', 'CN23XX [LiquidIO II] NVMe SRIOV Virtual Function', '1629'),
|
||
(10149, '9800', 'Octeon Fusion CNF75XX Processor', '1629'),
|
||
(10150, 'a001', 'ThunderX MRML(Master RML Bridge to RSL devices)', '1629'),
|
||
(10151, 'a002', 'THUNDERX PCC Bridge', '1629'),
|
||
(10152, 'a008', 'THUNDERX SMMU', '1629'),
|
||
(10153, 'a009', 'THUNDERX Generic Interrupt Controller', '1629'),
|
||
(10154, 'a00a', 'THUNDERX GPIO Controller', '1629'),
|
||
(10155, 'a00b', 'THUNDERX MPI / SPI Controller', '1629'),
|
||
(10156, 'a00c', 'THUNDERX MIO-PTP Controller', '1629'),
|
||
(10157, 'a00d', 'THUNDERX MIX Network Controller', '1629'),
|
||
(10158, 'a00e', 'THUNDERX Reset Controller', '1629'),
|
||
(10159, 'a00f', 'THUNDERX UART Controller', '1629'),
|
||
(10160, 'a010', 'THUNDERX eMMC/SD Controller', '1629'),
|
||
(10161, 'a011', 'THUNDERX MIO-BOOT Controller', '1629'),
|
||
(10162, 'a012', 'THUNDERX TWSI / I2C Controller', '1629'),
|
||
(10163, 'a013', 'THUNDERX CCPI (Multi-node connect)', '1629'),
|
||
(10164, 'a014', 'THUNDERX Voltage Regulator Module', '1629'),
|
||
(10165, 'a015', 'THUNDERX PCIe Switch Logic Interface', '1629'),
|
||
(10166, 'a016', 'THUNDERX Key Memory', '1629'),
|
||
(10167, 'a017', 'THUNDERX GTI (Global System Timers)', '1629'),
|
||
(10168, 'a018', 'THUNDERX Random Number Generator', '1629'),
|
||
(10169, 'a019', 'THUNDERX DFA', '1629'),
|
||
(10170, 'a01a', 'THUNDERX Zip Coprocessor', '1629'),
|
||
(10171, 'a01b', 'THUNDERX xHCI USB Controller', '1629'),
|
||
(10172, 'a01c', 'THUNDERX AHCI SATA Controller', '1629'),
|
||
(10173, 'a01d', 'THUNDERX RAID Coprocessor', '1629'),
|
||
(10174, 'a01e', 'THUNDERX Network Interface Controller', '1629'),
|
||
(10175, 'a01f', 'THUNDERX Traffic Network Switch', '1629'),
|
||
(10176, 'a020', 'THUNDERX PEM (PCI Express Interface)', '1629'),
|
||
(10177, 'a021', 'THUNDERX L2C (Level-2 Cache Controller)', '1629'),
|
||
(10178, 'a022', 'THUNDERX LMC (DRAM Controller)', '1629'),
|
||
(10179, 'a023', 'THUNDERX OCLA (On-Chip Logic Analyzer)', '1629'),
|
||
(10180, 'a024', 'THUNDERX OSM', '1629'),
|
||
(10181, 'a025', 'THUNDERX GSER (General Serializer/Deserializer)', '1629'),
|
||
(10182, 'a026', 'THUNDERX BGX (Common Ethernet Interface)', '1629'),
|
||
(10183, 'a027', 'THUNDERX IOBN', '1629'),
|
||
(10184, 'a029', 'THUNDERX NCSI (Network Controller Sideband Interface)', '1629'),
|
||
(10185, 'a02a', 'ThunderX SGPIO (Serial GPIO controller for SATA disk lights)', '1629'),
|
||
(10186, 'a02b', 'THUNDERX SMI / MDIO Controller', '1629'),
|
||
(10187, 'a02c', 'THUNDERX DAP (Debug Access Port)', '1629'),
|
||
(10188, 'a02d', 'THUNDERX PCIERC (PCIe Root Complex)', '1629'),
|
||
(10189, 'a02e', 'ThunderX L2C-TAD (Level 2 cache tag and data)', '1629'),
|
||
(10190, 'a02f', 'THUNDERX L2C-CBC', '1629'),
|
||
(10191, 'a030', 'THUNDERX L2C-MCI', '1629'),
|
||
(10192, 'a031', 'THUNDERX MIO-FUS (Fuse Access Controller)', '1629'),
|
||
(10193, 'a032', 'THUNDERX FUSF (Fuse Controller)', '1629'),
|
||
(10194, 'a033', 'THUNDERX Random Number Generator virtual function', '1629'),
|
||
(10195, 'a034', 'THUNDERX Network Interface Controller virtual function', '1629'),
|
||
(10196, 'a035', 'THUNDERX Parallel Bus', '1629'),
|
||
(10197, 'a036', 'ThunderX RAD (RAID acceleration engine) virtual function', '1629'),
|
||
(10198, 'a037', 'THUNDERX ZIP virtual function', '1629'),
|
||
(10199, 'a040', 'THUNDERX CPT Cryptographic Accelerator', '1629'),
|
||
(10200, 'a100', 'THUNDERX CN88XX 48 core SoC', '1629'),
|
||
(10201, 'a200', 'OCTEON TX CN81XX/CN80XX', '1629'),
|
||
(10202, 'a300', 'OCTEON TX CN83XX', '1629'),
|
||
(10203, 'af00', 'CN99xx [ThunderX2] Integrated PCI Host bridge', '1629'),
|
||
(10204, 'af84', 'CN99xx [ThunderX2] Integrated PCI Express RP Bridge', '1629'),
|
||
(10205, '0001', 'SIS1100 [Gigabit link]', '1632'),
|
||
(10206, '0002', 'HOTlink', '1632'),
|
||
(10207, '0003', 'Counter Timer', '1632'),
|
||
(10208, '0004', 'CAMAC Controller', '1632'),
|
||
(10209, '0005', 'PROFIBUS', '1632'),
|
||
(10210, '0006', 'AMCC HOTlink', '1632'),
|
||
(10211, '0007', 'LVD Cable Bus', '1632'),
|
||
(10212, '0008', '100MHz, 64bit Sequence Generator based on VirtexII', '1632'),
|
||
(10213, '0009', 'double 14bit-ADC', '1632'),
|
||
(10214, '000a', 'SIS1100 with N110 TDC', '1632'),
|
||
(10215, '000b', 'double 14bit-ADC with memory', '1632'),
|
||
(10216, '000d', 'Synchronisation Slave', '1632'),
|
||
(10217, '000e', 'SIS1100-eCMC', '1632'),
|
||
(10218, '000f', 'TDC (GPX)', '1632'),
|
||
(10219, '0010', 'PCIe Counter Timer', '1632'),
|
||
(10220, '0011', 'SIS1100-e single link', '1632'),
|
||
(10221, '0012', 'SIS1100-e quad link', '1632'),
|
||
(10222, '0013', '4x2.5GHz SFP to 4 lane PCIe bridge', '1632'),
|
||
(10223, '0014', 'SIS1100 with GPX piggy back', '1632'),
|
||
(10224, '0015', 'SIS8100 [Gigabit link, MicroTCA]', '1632'),
|
||
(10225, '0016', 'SIS1100e with 4 lanes', '1632'),
|
||
(10226, '0017', 'Quad 14bit, 50MHz ADC with 2.5GHz SFP', '1632'),
|
||
(10227, '0018', 'SIS8300 4-lane PCI Express, Micro TCA for Physics ADC', '1632'),
|
||
(10228, '0019', 'SIS SIS8300-Lx MTCA.4 Digitizer', '1632'),
|
||
(10229, '001a', '100MHz, 64bit Sequence Generator based on VirtexII', '1632'),
|
||
(10230, '001c', 'Quad 16bit, 150MHz ADC with 2.5GHz SFP', '1632'),
|
||
(10231, '0030', '100MHz, 64bit Sequence Generator based on Spartan6', '1632'),
|
||
(10232, '0031', '200MHz 64bit Sequence Generator based on Spartan7', '1632'),
|
||
(10233, '5864', 'TW5864 multimedia video controller', '1633'),
|
||
(10234, '6801', 'TW6802 multimedia video card', '1633'),
|
||
(10235, '6802', 'TW6802 multimedia other device', '1633'),
|
||
(10236, '6810', 'TW6816 multimedia video controller', '1633'),
|
||
(10237, '6811', 'TW6816 multimedia video controller', '1633'),
|
||
(10238, '6812', 'TW6816 multimedia video controller', '1633'),
|
||
(10239, '6813', 'TW6816 multimedia video controller', '1633'),
|
||
(10240, '6814', 'TW6816 multimedia video controller', '1633'),
|
||
(10241, '6815', 'TW6816 multimedia video controller', '1633'),
|
||
(10242, '6816', 'TW6816 multimedia video controller', '1633'),
|
||
(10243, '6817', 'TW6816 multimedia video controller', '1633'),
|
||
(10244, '6864', 'TW6864 multimedia video controller', '1633'),
|
||
(10245, '6001', 'F5D6001 Wireless PCI Card [Realtek RTL8180]', '1634'),
|
||
(10246, '6020', 'F5D6020 v3000 Wireless PCMCIA Card [Realtek RTL8180]', '1634'),
|
||
(10247, '6060', 'F5D6060 Wireless PDA Card', '1634'),
|
||
(10248, '700f', 'F5D7000 v7000 Wireless G Desktop Card [Realtek RTL8185]', '1634'),
|
||
(10249, '701f', 'F5D7010 v7000 Wireless G Notebook Card [Realtek RTL8185]', '1634'),
|
||
(10250, '0001', 'Quantis PCI 16Mbps', '1635'),
|
||
(10251, '0557', 'DP-PCI-557 [PCI 1553B]', '1636'),
|
||
(10252, '0566', 'DP-PCI-566 [Intelligent PCI 1553B]', '1636'),
|
||
(10253, '1152', 'DP-cPCI-1152 (8-channel Isolated ADC Module)', '1636'),
|
||
(10254, '5031', 'DP-CPCI-5031-Synchro Module', '1636'),
|
||
(10255, '5112', 'DP-cPCI-5112 [MM-Carrier]', '1636'),
|
||
(10256, '5121', 'DP-CPCI-5121-IP Carrier', '1636'),
|
||
(10257, '5211', 'DP-CPCI-5211-IP Carrier', '1636'),
|
||
(10258, '5679', 'AGE Display Module', '1636'),
|
||
(10259, '7163', 'GL9701 PCIe to PCI Bridge', '1637'),
|
||
(10260, '8083', 'GL880 USB 1.1 UHCI controller', '1637'),
|
||
(10261, '8084', 'GL880 USB 2.0 EHCI controller', '1637'),
|
||
(10262, '9750', 'GL9750 SD Host Controller', '1637'),
|
||
(10263, 'e763', 'GL9763E eMMC Controller', '1637'),
|
||
(10264, '402b', 'Intel 82599ES 10Gb 2-port Server Adapter X520-2', '1638'),
|
||
(10265, 'ab08', 'PN672TX 10/100 Ethernet', '1641'),
|
||
(10266, '0011', 'WebEnhance 100 GZIP Compression Card', '1642'),
|
||
(10267, '0012', 'WebEnhance 200 GZIP Compression Card', '1642'),
|
||
(10268, '0015', 'WebEnhance 300 GZIP Compression Card', '1642'),
|
||
(10269, '0016', 'StorCompress 300 GZIP Compression Card', '1642'),
|
||
(10270, '0017', 'StorSecure 300 GZIP Compression and AES Encryption Card', '1642'),
|
||
(10271, '0001', 'AGN100 802.11 a/b/g True MIMO Wireless Card', '1645'),
|
||
(10272, '0002', 'AGN300 802.11 a/b/g True MIMO Wireless Card', '1645'),
|
||
(10273, '0105', 'MSM8998 PCIe Root Complex', '1645'),
|
||
(10274, '0108', 'SM8150/SA8195P PCIe Root Complex', '1645'),
|
||
(10275, '0300', 'MDM9x35 LTE Modem', '1645'),
|
||
(10276, '0301', 'MDM9640 PCIe Root Complex', '1645'),
|
||
(10277, '0302', 'MDM9x55 LTE Modem [Snapdragon X12]', '1645'),
|
||
(10278, '0400', 'Datacenter Technologies QDF2432 PCI Express Root Port', '1645'),
|
||
(10279, '0401', 'Datacenter Technologies QDF2400 PCI Express Root Port', '1645'),
|
||
(10280, '1000', 'QCS405 PCIe Root Complex', '1645'),
|
||
(10281, '1101', 'QCA6390 Wireless Network Adapter [AX500-DBS (2x2)]', '1645'),
|
||
(10282, '2280', 'USB 2.0', '1646'),
|
||
(10283, '1110', 'ARC-1110 4-Port PCI-X to SATA RAID Controller', '1649'),
|
||
(10284, '1120', 'ARC-1120 8-Port PCI-X to SATA RAID Controller', '1649'),
|
||
(10285, '1130', 'ARC-1130 12-Port PCI-X to SATA RAID Controller', '1649'),
|
||
(10286, '1160', 'ARC-1160 16-Port PCI-X to SATA RAID Controller', '1649'),
|
||
(10287, '1170', 'ARC-1170 24-Port PCI-X to SATA RAID Controller', '1649'),
|
||
(10288, '1201', 'ARC-1200 2-Port PCI-Express to SATA II RAID Controller', '1649'),
|
||
(10289, '1203', 'ARC-1203 2/4/8 Port PCIe 2.0 to SATA 6Gb RAID Controller', '1649'),
|
||
(10290, '1210', 'ARC-1210 4-Port PCI-Express to SATA RAID Controller', '1649'),
|
||
(10291, '1214', 'ARC-12x4 PCIe 2.0 to SAS/SATA 6Gb RAID Controller', '1649'),
|
||
(10292, '1220', 'ARC-1220 8-Port PCI-Express to SATA RAID Controller', '1649'),
|
||
(10293, '1222', 'ARC-1222 8-Port PCI-Express to SAS/SATA II RAID Controller', '1649'),
|
||
(10294, '1230', 'ARC-1230 12-Port PCI-Express to SATA RAID Controller', '1649'),
|
||
(10295, '1260', 'ARC-1260 16-Port PCI-Express to SATA RAID Controller', '1649'),
|
||
(10296, '1280', 'ARC-1280/1280ML 24-Port PCI-Express to SATA II RAID Controller', '1649'),
|
||
(10297, '1300', 'ARC-1300ix-16 16-Port PCI-Express to SAS Non-RAID Host Adapter', '1649'),
|
||
(10298, '1320', 'ARC-1320 8/16 Port PCIe 2.0 to SAS/SATA 6Gb Non-RAID Host Adapter', '1649'),
|
||
(10299, '1330', 'ARC-1330 16 Port PCIe 3.0 to SAS/SATA 12Gb Non-RAID Host Adapter', '1649'),
|
||
(10300, '1680', 'ARC-1680 series PCIe to SAS/SATA 3Gb RAID Controller', '1649'),
|
||
(10301, '1880', 'ARC-188x series PCIe 2.0/3.0 to SAS/SATA 6/12Gb RAID Controller', '1649'),
|
||
(10302, '1884', 'ARC-1884 series PCIe 3.0 to SAS/SATA 12/6Gb RAID Controller', '1649'),
|
||
(10303, '188a', 'ARC-1886 series PCIe 4.0 to NVMe/SAS/SATA 16/12/6Gb RAID Controller', '1649'),
|
||
(10304, '5731', 'Xframe 10-Gigabit Ethernet PCI-X', '1650'),
|
||
(10305, '5732', 'Xframe II 10-Gigabit Ethernet PCI-X 2.0', '1650'),
|
||
(10306, '5831', 'Xframe 10-Gigabit Ethernet PCI-X', '1650'),
|
||
(10307, '5832', 'Xframe II 10-Gigabit Ethernet PCI-X 2.0', '1650'),
|
||
(10308, '5833', 'X3100 Series 10 Gigabit Ethernet PCIe', '1650'),
|
||
(10309, '0101', 'XT Series [Seastar] 3D Toroidal Router', '1651'),
|
||
(10310, '1864', 'Virtex4 PCI Board w/ QL5064 Bridge [DN7000K10PCI/DN8000K10PCI/DN8000K10PSX/NOTUS]', '1653'),
|
||
(10311, '1865', 'Virtex4 ASIC Emulator [DN8000K10PCIe]', '1653'),
|
||
(10312, '1866', 'Virtex4 ASIC Emulator Cable Connection [DN8000K10PCI]', '1653'),
|
||
(10313, '1867', 'Virtex4 ASIC Emulator Cable Connection [DN8000K10PCIe]', '1653'),
|
||
(10314, '1868', 'Virtex4 ASIC Emulator [DN8000K10PCIe-8]', '1653'),
|
||
(10315, '1900', 'Virtex5 PCIe ASIC Emulator [DN9000K10PCIe8T/DN9002K10PCIe8T/DN9200K10PCIe8T/DN7006K10PCIe8T/DN7406K10PCIe8T]', '1653'),
|
||
(10316, '1901', 'Virtex5 PCIe ASIC Emulator Large BARs [DN9000K10PCIe8T/DN9002K10PCIe8T/DN9200K10PCIe8T/DN7006K10PCIe8T/DN7406K10PCIe8T]', '1653'),
|
||
(10317, '1902', 'Virtex5 PCIe ASIC Emulator Low Power [Interceptor]', '1653'),
|
||
(10318, '1903', 'Spartan6 PCIe FPGA Accelerator Board [DNBFCS12PCIe]', '1653'),
|
||
(10319, '1904', 'Virtex6 PCIe ASIC Emulation Board [DNDUALV6_PCIe4]', '1653'),
|
||
(10320, '1905', 'Virtex6 PCIe ASIC Emulation Board [DNV6F6PCIe]', '1653'),
|
||
(10321, '1906', 'Virtex6 PCIe ASIC Emulation Board [DN2076K10]', '1653'),
|
||
(10322, '1907', 'Virtex6 PCIe ASIC Emulation Board [DNV6F2PCIe]', '1653'),
|
||
(10323, '1908', 'Virtex6 PCIe ASIC Emulation Board Large BARs[DNV6F2PCIe]', '1653'),
|
||
(10324, '1909', 'Kintex7 PCIe FPGA Accelerator Board [DNK7F5PCIe]', '1653'),
|
||
(10325, '190a', 'Virtex7 PCIe ASIC Emulation Board [DNV7F1A]', '1653'),
|
||
(10326, '190b', 'Stratix5 PCIe ASIC Emulation Board [DNS5GXF2]', '1653'),
|
||
(10327, '190c', 'Virtex7 PCIe ASIC Emulation Board [DNV7F2A]', '1653'),
|
||
(10328, '190d', 'Virtex7 PCIe ASIC Emulation Board [DNV7F4A]', '1653'),
|
||
(10329, '190e', 'Virtex7 PCIe ASIC Emulation Board [DNV7F2B]', '1653'),
|
||
(10330, '190f', 'KintexUS PCIe MainRef Design [DNPCIE_40G_KU_LL]', '1653'),
|
||
(10331, '1910', 'VirtexUS ASIC Emulation Board [DNVUF4A]', '1653'),
|
||
(10332, '1911', 'VirtexUS PCIe ASIC Emulation Board [DNVU_F2PCIe]', '1653'),
|
||
(10333, '1912', 'KintexUS PCIe MainRef Design [DNPCIe_40G_KU_LL_QSFP]', '1653'),
|
||
(10334, '1913', 'VirtexUS ASIC Emulation Board [DNVUF1A]', '1653'),
|
||
(10335, '1914', 'VirtexUS ASIC Emulation Board [DNVUF2A]', '1653'),
|
||
(10336, '1915', 'Arria10 PCIe MainRef Design [DNPCIe_80G_A10_LL]', '1653'),
|
||
(10337, '1916', 'VirtexUS PCIe Accelerator Board [DNVUF2_HPC_PCIe]', '1653'),
|
||
(10338, '1917', 'UltrascalePlus PCIe Accelerator Board [DNPCIe_400G_VU_LL]', '1653'),
|
||
(10339, '1918', 'VirtexUS+ ASIC Emulation Board [DNVUPF4A]', '1653'),
|
||
(10340, '1919', 'UltrascalePlus PCIe Accelerator Board [DNPCIe_400G_VUP_HBM_LL]', '1653'),
|
||
(10341, '1a00', 'Virtex6 PCIe DMA Netlist Design', '1653'),
|
||
(10342, '1a01', 'Virtex6 PCIe Darklite Design [DNPCIe_HXT_10G_LL]', '1653'),
|
||
(10343, '1a02', 'Virtex7 PCIe DMA Netlist Design', '1653'),
|
||
(10344, '1a03', 'Kintex7 PCIe Darklite Design [DNPCIe_K7_10G_LL]', '1653'),
|
||
(10345, '1a05', 'Stratix5 PCIe Darklite Design [DNS5GX_F2]', '1653'),
|
||
(10346, '1a06', 'VirtexUS PCIe DMA Netlist Design', '1653'),
|
||
(10347, '1a07', 'KintexUS PCIe Darklite Design [DNPCIe_40G_KU_LL]', '1653'),
|
||
(10348, '1a08', 'KintexUS PCIe Darklite Design [DNPCIe_40G_KU_LL_QSFP]', '1653'),
|
||
(10349, '1a09', 'Arria10 PCIe Darklite Design [DNPCIe_80G_A10_LL]', '1653'),
|
||
(10350, '1a0a', 'VirtexUS PCIe Darklite Design [DNVUF2_HPC_PCIe]', '1653'),
|
||
(10351, '1a0b', 'UltrascalePlus PCIe Darklite Design [DNPCIe_400G_VU_LL]', '1653'),
|
||
(10352, '1a0c', 'KintexUS PCIe DRAM Packet Capture Design [DNPCIe_40G_KU_LL]', '1653'),
|
||
(10353, '1a0d', 'KintexUS PCIe DRAM Packet Capture Design [DNPCIe_40G_KU_LL_2QSFP]', '1653'),
|
||
(10354, '1a0e', 'UltrascalePlus PCIe Darklite Design [DNPCIe_400G_VUP_HBM_LL]', '1653'),
|
||
(10355, '0001', 'KK671 Cardbus encryption board', '1654'),
|
||
(10356, '0002', 'KK672 Cardbus encryption board', '1654'),
|
||
(10357, '0010', 'EN2010 [c.Link] MoCA Network Controller (Coax, PCI interface)', '1655'),
|
||
(10358, '0011', 'EN2010 [c.Link] MoCA Network Controller (Coax, MPEG interface)', '1655'),
|
||
(10359, '0021', 'EN2210 [c.Link] MoCA Network Controller (Coax)', '1655'),
|
||
(10360, '0025', 'EN2510 [c.Link] MoCA Network Controller (Coax, PCIe interface)', '1655'),
|
||
(10361, '0027', 'EN2710 [c.Link] MoCA 2.0 Network Controller (Coax, PCIe interface)', '1655'),
|
||
(10362, '3700', 'MoCA 2.0 Network Controller (Coax, PCIe interface)', '1655'),
|
||
(10363, '3710', 'MoCA 2.5 Network Controller (Coax, PCIe interface)', '1655'),
|
||
(10364, '1010', 'R1010 IDE Controller', '1658'),
|
||
(10365, '1011', 'R1011 IDE Controller', '1658'),
|
||
(10366, '1012', 'R1012 IDE Controller', '1658'),
|
||
(10367, '1031', 'PCI/PCI-X to PCI-E Bridge', '1658'),
|
||
(10368, '1070', 'CAN Bus Controller', '1658'),
|
||
(10369, '1331', 'Motion Control Interface', '1658'),
|
||
(10370, '1930', 'Hybrid Function Control Register', '1658'),
|
||
(10371, '2010', 'RDC M2010 VGA-compatible graphics adapter', '1658'),
|
||
(10372, '2012', 'M2012/R3308 VGA-compatible graphics adapter', '1658'),
|
||
(10373, '2015', 'RDC M2015 VGA-compatible graphics adapter', '1658'),
|
||
(10374, '6011', 'R6011 ISA Bridge', '1658'),
|
||
(10375, '6013', 'R6013 ISA Bridge', '1658'),
|
||
(10376, '6020', 'R6020 North Bridge', '1658'),
|
||
(10377, '6021', 'R6021 Host Bridge', '1658'),
|
||
(10378, '6023', 'R6023 Host Bridge', '1658'),
|
||
(10379, '6025', 'R6025 Host Bridge', '1658'),
|
||
(10380, '6026', 'R6026 Host Bridge', '1658'),
|
||
(10381, '6030', 'R6030 ISA Bridge', '1658'),
|
||
(10382, '6031', 'R6031 ISA Bridge', '1658'),
|
||
(10383, '6035', 'R6035 ISA Bridge', '1658'),
|
||
(10384, '6036', 'R6036 ISA Bridge', '1658'),
|
||
(10385, '6040', 'R6040 MAC Controller', '1658'),
|
||
(10386, '6060', 'R6060 USB 1.1 Controller', '1658'),
|
||
(10387, '6061', 'R6061 USB 2.0 Controller', '1658'),
|
||
(10388, '2120', 'IPN 2120 802.11b', '1662'),
|
||
(10389, '2220', 'IPN 2220 802.11g', '1662'),
|
||
(10390, '1100', 'Nanospeed Trading Gateway', '1664'),
|
||
(10391, '3060', 'RT3060 Wireless 802.11n 1T/1R', '1666'),
|
||
(10392, '4000', 'HaM controllerless modem', '1670'),
|
||
(10393, '4100', 'HaM plus Data Fax Modem', '1670'),
|
||
(10394, '0101', 'Wireless PCI Adapter RT2400 / RT2460', '1671'),
|
||
(10395, '0200', 'RT2500 802.11g PCI [PC54G2]', '1671'),
|
||
(10396, '0201', 'RT2500 Wireless 802.11bg', '1671'),
|
||
(10397, '0300', 'Wireless Adapter Canyon CN-WF511', '1671'),
|
||
(10398, '0301', 'RT2561/RT61 802.11g PCI', '1671'),
|
||
(10399, '0302', 'RT2561/RT61 rev B 802.11g', '1671'),
|
||
(10400, '0401', 'RT2600 802.11 MIMO', '1671'),
|
||
(10401, '0601', 'RT2800 802.11n PCI', '1671'),
|
||
(10402, '0681', 'RT2890 Wireless 802.11n PCIe', '1671'),
|
||
(10403, '0701', 'RT2760 Wireless 802.11n 1T/2R', '1671'),
|
||
(10404, '0781', 'RT2790 Wireless 802.11n 1T/2R PCIe', '1671'),
|
||
(10405, '3060', 'RT3060 Wireless 802.11n 1T/1R', '1671'),
|
||
(10406, '3062', 'RT3062 Wireless 802.11n 2T/2R', '1671'),
|
||
(10407, '3090', 'RT3090 Wireless 802.11n 1T/1R PCIe', '1671'),
|
||
(10408, '3091', 'RT3091 Wireless 802.11n 1T/2R PCIe', '1671'),
|
||
(10409, '3092', 'RT3092 Wireless 802.11n 2T/2R PCIe', '1671'),
|
||
(10410, '3290', 'RT3290 Wireless 802.11n 1T/1R PCIe', '1671'),
|
||
(10411, '3298', 'RT3290 Bluetooth', '1671'),
|
||
(10412, '3592', 'RT3592 Wireless 802.11abgn 2T/2R PCIe', '1671'),
|
||
(10413, '359f', 'RT3592 PCIe Wireless Network Adapter', '1671'),
|
||
(10414, '5360', 'RT5360 Wireless 802.11n 1T/1R', '1671'),
|
||
(10415, '5362', 'RT5362 PCI 802.11n Wireless Network Adapter', '1671'),
|
||
(10416, '5390', 'RT5390 Wireless 802.11n 1T/1R PCIe', '1671'),
|
||
(10417, '5392', 'RT5392 PCIe Wireless Network Adapter', '1671'),
|
||
(10418, '539b', 'RT5390R 802.11bgn PCIe Wireless Network Adapter', '1671'),
|
||
(10419, '539f', 'RT5390 [802.11 b/g/n 1T1R G-band PCI Express Single Chip]', '1671'),
|
||
(10420, '5592', 'RT5592 PCIe Wireless Network Adapter', '1671'),
|
||
(10421, 'e932', 'RT2560F 802.11 b/g PCI', '1671'),
|
||
(10422, '4e35', 'Mantis DTV PCI Bridge Controller [Ver 1.0]', '1674'),
|
||
(10423, '3069', 'ISDN PCI DC-105V2', '1675'),
|
||
(10424, '9790', 'WL-121 Wireless Network Adapter 100g+ [Ver.3]', '1675'),
|
||
(10425, '0008', 'XLR516 Processor', '1676'),
|
||
(10426, '000b', 'BCM5785 [HT1000] SATA (RAID Mode)', '1677'),
|
||
(10427, '8000', 'CPIn', '1678'),
|
||
(10428, '8001', 'CPId', '1678'),
|
||
(10429, '8002', 'CPIx', '1678'),
|
||
(10430, '8003', 'CPIq', '1678'),
|
||
(10431, '08a7', 'MVC100 DVI', '1679'),
|
||
(10432, '08a8', 'MVC101 SDI', '1679'),
|
||
(10433, '08a9', 'MVC102 DVI+Audio', '1679'),
|
||
(10434, '08b0', 'MVC200-DC', '1679'),
|
||
(10435, '1100', 'MAX II cPLD', '1682'),
|
||
(10436, '0048', 'EK220-66401 Computer Interface Card', '1683'),
|
||
(10437, '1489', 'VideoMate Vista T100', '1688'),
|
||
(10438, '2110', 'ISNAP 2110', '1690'),
|
||
(10439, '5a44', 'MT23108 InfiniHost HCA', '1691'),
|
||
(10440, '5a45', 'MT23108 InfiniHost HCA flash recovery', '1691'),
|
||
(10441, '5a46', 'MT23108 InfiniHost HCA bridge', '1691'),
|
||
(10442, '6278', 'MT25208 InfiniHost III Ex (Tavor compatibility mode)', '1691'),
|
||
(10443, '6282', 'MT25208 InfiniHost III Ex', '1691'),
|
||
(10444, '0612', 'AD612 Data Acquisition Device', '1692'),
|
||
(10445, '0614', 'MF614 Multifunction I/O Card', '1692'),
|
||
(10446, '0622', 'AD622 Data Acquisition Device', '1692'),
|
||
(10447, '0624', 'MF624 Multifunction I/O PCI Card', '1692'),
|
||
(10448, '0625', 'MF625 3-phase Motor Driver', '1692'),
|
||
(10449, '0634', 'MF634 Multifunction I/O PCIe Card', '1692'),
|
||
(10450, '0644', 'MF644 Multifunction I/O Thb Card', '1692'),
|
||
(10451, 'a101', 'VigraWATCH PCI', '1694'),
|
||
(10452, 'a102', 'VigraWATCH PMC', '1694'),
|
||
(10453, 'a103', 'Vigra I/O', '1694'),
|
||
(10454, '3403', 'ZyAir G-110 802.11g', '1695'),
|
||
(10455, '340e', 'M-302 802.11g XtremeMIMO', '1695'),
|
||
(10456, '0301', 'VMFX1 FPGA PMC module', '1697'),
|
||
(10457, '0601', 'VSM2 dual PMC carrier', '1697'),
|
||
(10458, '0710', 'VS14x series PowerPC PCI board', '1697'),
|
||
(10459, '0720', 'VS24x series PowerPC PCI board', '1697'),
|
||
(10460, '4202', 'MIport 3PCIU2 2-port Serial', '1701'),
|
||
(10461, '4204', 'MIport 3PCIU4 4-port Serial', '1701'),
|
||
(10462, '4208', 'MIport 3PCIU8 8-port Serial', '1701'),
|
||
(10463, '4211', 'MIport 3PCIOU1 1-port Isolated Serial', '1701'),
|
||
(10464, '4212', 'MIport 3PCIOU2 2-port Isolated Serial', '1701'),
|
||
(10465, '4214', 'MIport 3PCIOU4 4-port Isolated Serial', '1701'),
|
||
(10466, 'bb10', '3PCI2 2-Port Serial', '1701'),
|
||
(10467, 'bb11', '3PCIO1 1-Port Isolated Serial', '1701'),
|
||
(10468, '0002', 'VRC6016 16-Channel PCIe DVR Card', '1704'),
|
||
(10469, 'd500', 'FusionHDTV 5', '1706'),
|
||
(10470, 'd800', 'FusionHDTV 3 Gold', '1706'),
|
||
(10471, 'd810', 'FusionHDTV 3 Gold-Q', '1706'),
|
||
(10472, 'd820', 'FusionHDTV 3 Gold-T', '1706'),
|
||
(10473, 'db30', 'FusionHDTV DVB-T Pro', '1706'),
|
||
(10474, 'db40', 'FusionHDTV DVB-T Hybrid', '1706'),
|
||
(10475, 'db78', 'FusionHDTV DVB-T Dual Express', '1706'),
|
||
(10476, 'b001', 'AMSO 1100 iWARP/RDMA Gigabit Ethernet Coprocessor', '1707'),
|
||
(10477, '0720', 'nGene PCI-Express Multimedia Controller', '1709'),
|
||
(10478, '0020', 'Z7/Z9 (XG20 core)', '1712'),
|
||
(10479, '0021', 'Z9s/Z9m (XG21 core)', '1712'),
|
||
(10480, '0027', 'Z11/Z11M', '1712'),
|
||
(10481, '0040', 'Volari V3XT/V5/V8', '1712'),
|
||
(10482, '0047', 'Volari 8300 (chip: XP10, codename: XG47)', '1712'),
|
||
(10483, '3069', 'DC-105v2 ISDN controller', '1713'),
|
||
(10484, '4c6f', 'Artimi RTMI-100 UWB adapter', '1716'),
|
||
(10485, '0001', 'OSCI [Octal Serial Communication Interface]', '1718'),
|
||
(10486, '6d05', 'ML555', '1720'),
|
||
(10487, 'c006', 'COMBO6', '1720'),
|
||
(10488, 'c032', 'COMBO-LXT110', '1720'),
|
||
(10489, 'c045', 'COMBO6E', '1720'),
|
||
(10490, 'c050', 'COMBO-PTM', '1720'),
|
||
(10491, 'c058', 'COMBO6X', '1720'),
|
||
(10492, 'c132', 'COMBO-LXT155', '1720'),
|
||
(10493, 'c232', 'COMBO-FXT100', '1720'),
|
||
(10494, '0031', 'NT20X Network Adapter', '1723'),
|
||
(10495, '0051', 'NT20X Capture Card', '1723'),
|
||
(10496, '0061', 'NT20E Capture Card', '1723'),
|
||
(10497, '0064', 'NT20E Inline Card', '1723'),
|
||
(10498, '0071', 'NT4E Capture Card', '1723'),
|
||
(10499, '0074', 'NT4E Inline Card', '1723'),
|
||
(10500, '0081', 'NT4E 4-port Expansion Card', '1723'),
|
||
(10501, '0091', 'NT20X Capture Card [New Rev]', '1723'),
|
||
(10502, '00a1', 'NT4E-STD Capture Card', '1723'),
|
||
(10503, '00a4', 'NT4E-STD Inline Card', '1723'),
|
||
(10504, '00b1', 'NTBPE Optical Bypass Adapter', '1723'),
|
||
(10505, '00c5', 'NT20E2 Network Adapter 2x10Gb', '1723'),
|
||
(10506, '00d5', 'NT40E2-4 Network Adapter 4x10Gb', '1723'),
|
||
(10507, '00e5', 'NT40E2-1 Network Adapter 1x40Gb', '1723'),
|
||
(10508, '00f5', 'NT4E2-4T-BP Network Adapter 4x1Gb with Electrical Bypass', '1723'),
|
||
(10509, '0105', 'NT4E2-4-PTP Network Adapter 4x1Gb', '1723'),
|
||
(10510, '0115', 'NT20E2-PTP Network Adapter 2x10Gb', '1723'),
|
||
(10511, '0125', 'NT4E2-4-PTP Network Adapter 4x1Gb', '1723'),
|
||
(10512, '0135', 'NT20E2-PTP Network Adapter 2x10Gb', '1723'),
|
||
(10513, '0145', 'NT40E3-4-PTP Network Adapter 4x10Gb', '1723'),
|
||
(10514, '0155', 'NT100E3-1-PTP Network Adapter 1x100Gb', '1723'),
|
||
(10515, '0165', 'NT80E3-2-PTP Network Adapter 2x40Gb', '1723'),
|
||
(10516, '0175', 'NT20E3-2-PTP Network Adapter 2x10Gb', '1723'),
|
||
(10517, '0185', 'NT40A01 Network Adapter', '1723'),
|
||
(10518, '01a5', 'NT200A01 Network Adapter', '1723'),
|
||
(10519, '01c5', 'NT200A02 Network Adapter', '1723'),
|
||
(10520, '01d5', 'NT50B01 Network Adapter', '1723'),
|
||
(10521, '01e5', 'NT100A01 Network Adapter', '1723'),
|
||
(10522, '1000', '[Nexsis] Switch Virtual P2P PCIe Bridge', '1724'),
|
||
(10523, '1001', '[Texsis] Switch Virtual P2P PCIe Bridge', '1724'),
|
||
(10524, '1050', '[Nexsis] Switch Virtual P2P PCI Bridge', '1724'),
|
||
(10525, '1051', '[Texsis] Switch Virtual P2P PCI Bridge', '1724'),
|
||
(10526, '2000', '[Nexsis] Switch Integrated Mgmt. Endpoint', '1724'),
|
||
(10527, '2001', '[Texsis] Switch Integrated Mgmt. Endpoint', '1724'),
|
||
(10528, '0001', 'ESCC-PCI-335 Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10529, '0002', '422/4-PCI-335 Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10530, '0003', '232/4-1M-PCI Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10531, '0004', '422/2-PCI-335 Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10532, '0005', 'IGESCC-PCI-ISO/1 Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10533, '000a', '232/4-PCI-335 Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10534, '000b', '232/8-PCI-335 Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10535, '000f', 'FSCC Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10536, '0010', 'GSCC Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10537, '0011', 'QSSB Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10538, '0014', 'SuperFSCC Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10539, '0015', 'SuperFSCC-104-LVDS Serial PC/104+ Adapter [Fastcom]', '1725'),
|
||
(10540, '0016', 'FSCC-232 RS-232 Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10541, '0017', 'SuperFSCC-104 Serial PC/104+ Adapter [Fastcom]', '1725'),
|
||
(10542, '0018', 'SuperFSCC/4 Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10543, '0019', 'SuperFSCC Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10544, '001a', 'SuperFSCC-LVDS Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10545, '001b', 'FSCC/4 Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10546, '001c', 'SuperFSCC/4-LVDS Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10547, '001d', 'FSCC Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10548, '001e', 'SuperFSCC/4 Serial PCIe Adapter [Fastcom]', '1725'),
|
||
(10549, '001f', 'SuperFSCC/4 Serial cPCI Adapter [Fastcom]', '1725'),
|
||
(10550, '0020', '422/4-PCIe Serial PCIe Adapter [Fastcom]', '1725'),
|
||
(10551, '0021', '422/8-PCIe Serial PCIe Adapter [Fastcom]', '1725'),
|
||
(10552, '0022', 'SuperFSCC/4-LVDS Serial PCIe Adapter [Fastcom]', '1725'),
|
||
(10553, '0023', 'SuperFSCC/4 Serial cPCI Adapter [Fastcom]', '1725'),
|
||
(10554, '0025', 'SuperFSCC/4-LVDS Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10555, '0026', 'SuperFSCC-LVDS Serial PCI Adapter [Fastcom]', '1725'),
|
||
(10556, '0027', 'FSCC/4 Serial PCIe Adapter [Fastcom]', '1725'),
|
||
(10557, '2031', 'SC92031 PCI Fast Ethernet Adapter', '1727'),
|
||
(10558, '8139', 'RTL8139D [Realtek] PCI 10/100BaseTX ethernet adaptor', '1727'),
|
||
(10559, '0002', 'SH7780 PCI Controller (PCIC)', '1729'),
|
||
(10560, '0011', 'SH7757 PCIe End-Point [PBI]', '1729'),
|
||
(10561, '0012', 'SH7757 PCIe-PCI Bridge [PPB]', '1729'),
|
||
(10562, '0013', 'SH7757 PCIe Switch [PS]', '1729'),
|
||
(10563, '0014', 'uPD720201 USB 3.0 Host Controller', '1729'),
|
||
(10564, '0015', 'uPD720202 USB 3.0 Host Controller', '1729'),
|
||
(10565, '001a', 'SH7758 PCIe-PCI Bridge [PPB]', '1729'),
|
||
(10566, '001b', 'SH7758 PCIe End-Point [PBI]', '1729'),
|
||
(10567, '001d', 'SH7758 PCIe Switch [PS]', '1729'),
|
||
(10568, '0040', 'A200/Remora FXO/FXS Analog AFT card', '1731'),
|
||
(10569, '0100', 'A104d QUAD T1/E1 AFT card', '1731'),
|
||
(10570, '0300', 'A101 single-port T1/E1', '1731'),
|
||
(10571, '0400', 'A104u Quad T1/E1 AFT', '1731'),
|
||
(10572, '0703', 'SFC4000 rev A net [Solarstorm]', '1732'),
|
||
(10573, '0710', 'SFC4000 rev B [Solarstorm]', '1732'),
|
||
(10574, '0803', 'SFC9020 10G Ethernet Controller', '1732'),
|
||
(10575, '0813', 'SFL9021 10GBASE-T Ethernet Controller', '1732'),
|
||
(10576, '0903', 'SFC9120 10G Ethernet Controller', '1732'),
|
||
(10577, '0923', 'SFC9140 10/40G Ethernet Controller', '1732'),
|
||
(10578, '0a03', 'SFC9220 10/40G Ethernet Controller', '1732'),
|
||
(10579, '0b03', 'XtremeScale SFC9250 10/25/40/50/100G Ethernet Controller', '1732'),
|
||
(10580, '1803', 'SFC9020 10G Ethernet Controller (Virtual Function)', '1732'),
|
||
(10581, '1813', 'SFL9021 10GBASE-T Ethernet Controller (Virtual Function)', '1732'),
|
||
(10582, '1903', 'SFC9120 10G Ethernet Controller (Virtual Function)', '1732'),
|
||
(10583, '1923', 'SFC9140 10/40G Ethernet Controller (Virtual Function)', '1732'),
|
||
(10584, '1a03', 'SFC9220 10/40G Ethernet Controller (Virtual Function)', '1732'),
|
||
(10585, '1b03', 'XtremeScale SFC9250 10/25/40/50/100G Ethernet Controller (Virtual Function)', '1732'),
|
||
(10586, '6703', 'SFC4000 rev A iSCSI/Onload [Solarstorm]', '1732'),
|
||
(10587, 'c101', 'EF1-21022T [EtherFabric]', '1732'),
|
||
(10588, '0008', 'RAMPART', '1733'),
|
||
(10589, '000c', 'Qualcomm MSM6275 UMTS chip', '1735'),
|
||
(10590, '0001', 'AHA36x-PCIX', '1739'),
|
||
(10591, '0360', 'AHA360-PCIe', '1739'),
|
||
(10592, '0363', 'AHA363-PCIe', '1739'),
|
||
(10593, '0364', 'AHA364-PCIe', '1739'),
|
||
(10594, '0367', 'AHA367-PCIe', '1739'),
|
||
(10595, '0370', 'AHA370-PCIe', '1739'),
|
||
(10596, '0604', 'AHA604', '1739'),
|
||
(10597, '0605', 'AHA605', '1739'),
|
||
(10598, '3641', 'AHA3641', '1739'),
|
||
(10599, '3642', 'AHA3642', '1739'),
|
||
(10600, '6101', 'AHA6101', '1739'),
|
||
(10601, '6102', 'AHA6102', '1739'),
|
||
(10602, 'e511', 'Advance X620 accelerator card', '1740'),
|
||
(10603, 'e521', 'Advance e620 accelerator card', '1740'),
|
||
(10604, '4743', 'CG200 Dual SD/SDIO Host controller device', '1741'),
|
||
(10605, '1111', 'FireSpy3850', '1743'),
|
||
(10606, '1112', 'FireSpy450b', '1743'),
|
||
(10607, '1113', 'FireSpy450bT', '1743'),
|
||
(10608, '1114', 'FireSpy850', '1743'),
|
||
(10609, '1115', 'FireSpy850bT', '1743'),
|
||
(10610, '1200', 'FireTrac 3460bT', '1743'),
|
||
(10611, '1201', 'FireTrac 3460bT (fallback firmware)', '1743'),
|
||
(10612, '1202', 'FireTrac 3460bT', '1743'),
|
||
(10613, '1203', 'FireTrac 3460bT (fallback firmware)', '1743'),
|
||
(10614, '0012', 'MPC8548E', '1745'),
|
||
(10615, '0013', 'MPC8548', '1745'),
|
||
(10616, '0014', 'MPC8543E', '1745'),
|
||
(10617, '0015', 'MPC8543', '1745'),
|
||
(10618, '0018', 'MPC8547E', '1745'),
|
||
(10619, '0019', 'MPC8545E', '1745'),
|
||
(10620, '001a', 'MPC8545', '1745'),
|
||
(10621, '0020', 'MPC8568E', '1745'),
|
||
(10622, '0021', 'MPC8568', '1745'),
|
||
(10623, '0022', 'MPC8567E', '1745'),
|
||
(10624, '0023', 'MPC8567', '1745'),
|
||
(10625, '0030', 'MPC8533E', '1745'),
|
||
(10626, '0031', 'MPC8533', '1745'),
|
||
(10627, '0032', 'MPC8544E', '1745'),
|
||
(10628, '0033', 'MPC8544', '1745'),
|
||
(10629, '0040', 'MPC8572E', '1745'),
|
||
(10630, '0041', 'MPC8572', '1745'),
|
||
(10631, '0050', 'MPC8536E', '1745'),
|
||
(10632, '0051', 'MPC8536', '1745'),
|
||
(10633, '0052', 'MPC8535E', '1745'),
|
||
(10634, '0053', 'MPC8535', '1745'),
|
||
(10635, '0060', 'MPC8569', '1745'),
|
||
(10636, '0061', 'MPC8569E', '1745'),
|
||
(10637, '0070', 'P2020E', '1745'),
|
||
(10638, '0071', 'P2020', '1745'),
|
||
(10639, '0078', 'P2010E', '1745'),
|
||
(10640, '0079', 'P2010', '1745'),
|
||
(10641, '0080', 'MPC8349E', '1745'),
|
||
(10642, '0081', 'MPC8349', '1745'),
|
||
(10643, '0082', 'MPC8347E TBGA', '1745'),
|
||
(10644, '0083', 'MPC8347 TBGA', '1745'),
|
||
(10645, '0084', 'MPC8347E PBGA', '1745'),
|
||
(10646, '0085', 'MPC8347 PBGA', '1745'),
|
||
(10647, '0086', 'MPC8343E', '1745'),
|
||
(10648, '0087', 'MPC8343', '1745'),
|
||
(10649, '00b4', 'MPC8315E', '1745'),
|
||
(10650, '00b6', 'MPC8314E', '1745'),
|
||
(10651, '00c2', 'MPC8379E', '1745'),
|
||
(10652, '00c3', 'MPC8379', '1745'),
|
||
(10653, '00c4', 'MPC8378E', '1745'),
|
||
(10654, '00c5', 'MPC8378', '1745'),
|
||
(10655, '00c6', 'MPC8377E', '1745'),
|
||
(10656, '00c7', 'MPC8377', '1745'),
|
||
(10657, '0100', 'P1020E', '1745'),
|
||
(10658, '0101', 'P1020', '1745'),
|
||
(10659, '0102', 'P1021E', '1745'),
|
||
(10660, '0103', 'P1021', '1745'),
|
||
(10661, '0108', 'P1011E', '1745'),
|
||
(10662, '0109', 'P1011', '1745'),
|
||
(10663, '010a', 'P1012E', '1745'),
|
||
(10664, '010b', 'P1012', '1745'),
|
||
(10665, '0110', 'P1022E', '1745'),
|
||
(10666, '0111', 'P1022', '1745'),
|
||
(10667, '0118', 'P1013E', '1745'),
|
||
(10668, '0119', 'P1013', '1745'),
|
||
(10669, '0128', 'P1010', '1745'),
|
||
(10670, '0400', 'P4080E', '1745'),
|
||
(10671, '0401', 'P4080', '1745'),
|
||
(10672, '0408', 'P4040E', '1745'),
|
||
(10673, '0409', 'P4040', '1745'),
|
||
(10674, '041f', 'P3041', '1745'),
|
||
(10675, '0440', 'T4240 with security', '1745'),
|
||
(10676, '0441', 'T4240 without security', '1745'),
|
||
(10677, '0446', 'T4160 with security', '1745'),
|
||
(10678, '0447', 'T4160 without security', '1745'),
|
||
(10679, '0830', 'T2080 with security', '1745'),
|
||
(10680, '0831', 'T2080 without security', '1745'),
|
||
(10681, '0838', 'T2081 with security', '1745'),
|
||
(10682, '0839', 'T2081 without security', '1745'),
|
||
(10683, '580c', 'MPC5121e', '1745'),
|
||
(10684, '7010', 'MPC8641 PCI Host Bridge', '1745'),
|
||
(10685, '7011', 'MPC8641D PCI Host Bridge', '1745'),
|
||
(10686, '7018', 'MPC8610', '1745'),
|
||
(10687, 'c006', 'MPC8308', '1745'),
|
||
(10688, 'fc02', 'RedStone', '1745'),
|
||
(10689, 'fc03', 'CFI', '1745'),
|
||
(10690, 'a000', 'PA6T Core', '1747'),
|
||
(10691, 'a001', 'PWRficient Host Bridge', '1747'),
|
||
(10692, 'a002', 'PWRficient PCI-Express Port', '1747'),
|
||
(10693, 'a003', 'PWRficient SMBus Controller', '1747'),
|
||
(10694, 'a004', 'PWRficient 16550 UART', '1747'),
|
||
(10695, 'a005', 'PWRficient Gigabit Ethernet', '1747'),
|
||
(10696, 'a006', 'PWRficient 10-Gigabit Ethernet', '1747'),
|
||
(10697, 'a007', 'PWRficient DMA Controller', '1747'),
|
||
(10698, 'a008', 'PWRficient LPC/Localbus Interface', '1747'),
|
||
(10699, 'a009', 'PWRficient L2 Cache', '1747'),
|
||
(10700, 'a00a', 'PWRficient DDR2 Memory Controller', '1747'),
|
||
(10701, 'a00b', 'PWRficient SERDES', '1747'),
|
||
(10702, 'a00c', 'PWRficient System/Debug Controller', '1747'),
|
||
(10703, 'a00d', 'PWRficient PCI-Express Internal Endpoint', '1747'),
|
||
(10704, '1975', 'DVG64 family', '1748'),
|
||
(10705, '1977', 'DVG128 family', '1748'),
|
||
(10706, '1979', '3DVG/UHD3', '1748'),
|
||
(10707, '1980', 'HDV2/UHD2', '1748'),
|
||
(10708, '1026', 'AR8121/AR8113/AR8114 Gigabit or Fast Ethernet', '1749'),
|
||
(10709, '1048', 'Attansic L1 Gigabit Ethernet', '1749'),
|
||
(10710, '1062', 'AR8132 Fast Ethernet', '1749'),
|
||
(10711, '1063', 'AR8131 Gigabit Ethernet', '1749'),
|
||
(10712, '1066', 'Attansic L2c Gigabit Ethernet', '1749'),
|
||
(10713, '1067', 'Attansic L1c Gigabit Ethernet', '1749'),
|
||
(10714, '1073', 'AR8151 v1.0 Gigabit Ethernet', '1749'),
|
||
(10715, '1083', 'AR8151 v2.0 Gigabit Ethernet', '1749'),
|
||
(10716, '1090', 'AR8162 Fast Ethernet', '1749'),
|
||
(10717, '1091', 'AR8161 Gigabit Ethernet', '1749'),
|
||
(10718, '10a0', 'QCA8172 Fast Ethernet', '1749'),
|
||
(10719, '10a1', 'QCA8171 Gigabit Ethernet', '1749'),
|
||
(10720, '2048', 'Attansic L2 Fast Ethernet', '1749'),
|
||
(10721, '2060', 'AR8152 v1.1 Fast Ethernet', '1749'),
|
||
(10722, '2062', 'AR8152 v2.0 Fast Ethernet', '1749'),
|
||
(10723, 'e091', 'Killer E220x Gigabit Ethernet Controller', '1749'),
|
||
(10724, 'e0a1', 'Killer E2400 Gigabit Ethernet Controller', '1749'),
|
||
(10725, 'e0b1', 'Killer E2500 Gigabit Ethernet Controller', '1749'),
|
||
(10726, '0101', 'NodalCore C-1000 Content Classification Accelerator', '1750'),
|
||
(10727, '0102', 'NodalCore C-2000 Content Classification Accelerator', '1750'),
|
||
(10728, '0105', 'NodalCore C-3000 Content Classification Accelerator', '1750'),
|
||
(10729, '1011', 'Physics Processing Unit [PhysX]', '1753'),
|
||
(10730, '0009', 'FlexCard PMC-II', '1754'),
|
||
(10731, '0011', 'FlexCard PMC-II Ethernet', '1754'),
|
||
(10732, '0018', 'FlexCard PXIe3', '1754'),
|
||
(10733, '0019', 'FlexCard PCIe3', '1754'),
|
||
(10734, '0250', 'JMC250 PCI Express Gigabit Ethernet Controller', '1757'),
|
||
(10735, '0260', 'JMC260 PCI Express Fast Ethernet Controller', '1757'),
|
||
(10736, '0368', 'JMB368 IDE controller', '1757'),
|
||
(10737, '0585', 'JMB58x AHCI SATA controller', '1757'),
|
||
(10738, '2360', 'JMB360 AHCI Controller', '1757'),
|
||
(10739, '2361', 'JMB361 AHCI/IDE', '1757'),
|
||
(10740, '2362', 'JMB362 SATA Controller', '1757'),
|
||
(10741, '2363', 'JMB363 SATA/IDE Controller', '1757'),
|
||
(10742, '2364', 'JMB364 AHCI Controller', '1757'),
|
||
(10743, '2365', 'JMB365 AHCI/IDE', '1757'),
|
||
(10744, '2366', 'JMB366 AHCI/IDE', '1757'),
|
||
(10745, '2368', 'JMB368 IDE controller', '1757'),
|
||
(10746, '2369', 'JMB369 Serial ATA Controller', '1757'),
|
||
(10747, '2380', 'IEEE 1394 Host Controller', '1757'),
|
||
(10748, '2381', 'Standard SD Host Controller', '1757'),
|
||
(10749, '2382', 'SD/MMC Host Controller', '1757'),
|
||
(10750, '2383', 'MS Host Controller', '1757'),
|
||
(10751, '2384', 'xD Host Controller', '1757'),
|
||
(10752, '2386', 'Standard SD Host Controller', '1757'),
|
||
(10753, '2387', 'SD/MMC Host Controller', '1757'),
|
||
(10754, '2388', 'MS Host Controller', '1757'),
|
||
(10755, '2389', 'xD Host Controller', '1757'),
|
||
(10756, '2391', 'Standard SD Host Controller', '1757'),
|
||
(10757, '2392', 'SD/MMC Host Controller', '1757'),
|
||
(10758, '2393', 'MS Host Controller', '1757'),
|
||
(10759, '2394', 'xD Host Controller', '1757'),
|
||
(10760, '1600', 'OX16C954 HOST-A', '1758'),
|
||
(10761, '16ff', 'OX16C954 HOST-B', '1758'),
|
||
(10762, '5007', 'E7 NVMe Controller', '1759'),
|
||
(10763, '5012', 'E12 NVMe Controller', '1759'),
|
||
(10764, '5013', 'PS5013 E13 NVMe Controller', '1759'),
|
||
(10765, '5016', 'E16 PCIe4 NVMe Controller', '1759'),
|
||
(10766, '0001', 'RapidFile Bridge', '1760'),
|
||
(10767, '8001', 'RapidFile', '1760'),
|
||
(10768, 'a900', 'AM-7209 Video Processor', '1763'),
|
||
(10769, '8209', 'Virtual NIC Device', '1765'),
|
||
(10770, '890a', 'Virtual HBA Device', '1765'),
|
||
(10771, '8501', 'AU85X1 PCI REV1.1', '1766'),
|
||
(10772, '8521', 'AU8521 TV card', '1766'),
|
||
(10773, '0120', 'x1 PCIe Gen2 Bridge[Pilot4]', '1767'),
|
||
(10774, '0200', 'BladeEngine 10Gb PCI-E iSCSI adapter', '1767'),
|
||
(10775, '0201', 'BladeEngine 10Gb PCIe Network Adapter', '1767'),
|
||
(10776, '0211', 'BladeEngine2 10Gb Gen2 PCIe Network Adapter', '1767'),
|
||
(10777, '0212', 'BladeEngine2 10Gb Gen2 PCIe iSCSI Adapter', '1767'),
|
||
(10778, '0221', 'BladeEngine3 10Gb Gen2 PCIe Network Adapter', '1767'),
|
||
(10779, '0222', 'BladeEngine3 10Gb Gen2 PCIe iSCSI Adapter', '1767'),
|
||
(10780, '0700', 'OneConnect OCe10100/OCe10102 Series 10 GbE', '1767'),
|
||
(10781, '0702', 'OneConnect 10Gb iSCSI Initiator', '1767'),
|
||
(10782, '0704', 'OneConnect OCe10100/OCe10102 Series 10 GbE CNA', '1767'),
|
||
(10783, '0710', 'OneConnect 10Gb NIC (be3)', '1767'),
|
||
(10784, '0712', 'OneConnect 10Gb iSCSI Initiator (be3)', '1767'),
|
||
(10785, '0714', 'OneConnect 10Gb FCoE Initiator (be3)', '1767'),
|
||
(10786, '0800', 'ServerView iRMC HTI', '1767'),
|
||
(10787, '0001', 'ACA2400 Crypto Accelerator', '1769'),
|
||
(10788, '0520', '4135 HFT Interface Controller', '1770'),
|
||
(10789, '0521', 'Decimator', '1770'),
|
||
(10790, '2330', 'ZyWALL Turbo Card', '1771'),
|
||
(10791, '5801', 'DDRdrive X1', '1778'),
|
||
(10792, '5808', 'DDRdrive X8', '1778'),
|
||
(10793, 'dd52', 'DDRdrive X1-30', '1778'),
|
||
(10794, '0123', 'ES3000 V3 NVMe PCIe SSD', '1779'),
|
||
(10795, '0200', 'Hi1822 Family (2*100GE)', '1779'),
|
||
(10796, '0202', 'Hi1822 Family (2*32G FC)', '1779'),
|
||
(10797, '0203', 'Hi1822 Family (2*16G FC)', '1779'),
|
||
(10798, '0205', 'Hi1822 Family (2*100GE)', '1779'),
|
||
(10799, '0206', 'Hi1822 Family (2*25GE)', '1779'),
|
||
(10800, '0210', 'Hi1822 Family (4*25GE)', '1779'),
|
||
(10801, '0211', 'Hi1822 Family (4*25GE)', '1779'),
|
||
(10802, '0212', 'Hi1822 Family (2*8G FC)', '1779'),
|
||
(10803, '1710', 'iBMA Virtual Network Adapter', '1779'),
|
||
(10804, '1711', 'Hi171x Series [iBMC Intelligent Management system chip w/VGA support]', '1779'),
|
||
(10805, '1822', 'Hi1822 Family (4*25GE)', '1779'),
|
||
(10806, '3714', 'ES3000 V5 NVMe PCIe SSD', '1779'),
|
||
(10807, '371e', 'Hi1822 Family Virtual Bridge', '1779'),
|
||
(10808, '3754', 'ES3000 V6 NVMe PCIe SSD', '1779'),
|
||
(10809, '375e', 'Hi1822 Family Virtual Function', '1779'),
|
||
(10810, '379e', 'Hi1822 Family Virtual Function', '1779'),
|
||
(10811, 'a120', 'HiSilicon PCIe Root Port with Gen4', '1779'),
|
||
(10812, 'a121', 'HiSilicon PCI-PCI Bridge', '1779'),
|
||
(10813, 'a122', 'HiSilicon Embedded DMA Engine', '1779'),
|
||
(10814, 'a124', 'HiSilicon Internal SDI Function Engine', '1779'),
|
||
(10815, 'a125', 'HiSilicon SDI Network Controller', '1779'),
|
||
(10816, 'a126', 'HiSilicon SDI NVMe Storage Controller', '1779'),
|
||
(10817, 'a127', 'HiSilicon SDI Accelerator', '1779'),
|
||
(10818, 'a12a', 'HiSilicon Add-on PCI-PCI Bridge', '1779'),
|
||
(10819, 'a220', 'HNS GE Network Controller', '1779'),
|
||
(10820, 'a221', 'HNS GE/10GE/25GE Network Controller', '1779'),
|
||
(10821, 'a222', 'HNS GE/10GE/25GE RDMA Network Controller', '1779'),
|
||
(10822, 'a224', 'HNS GE/10GE/25GE/50GE RDMA Network Controller', '1779'),
|
||
(10823, 'a226', 'HNS GE/10GE/25GE/50GE/100GE RDMA Network Controller', '1779'),
|
||
(10824, 'a22a', 'HiSilicon Network For SDI', '1779'),
|
||
(10825, 'a22e', 'HNS Network Controller (Virtual Function)', '1779'),
|
||
(10826, 'a22f', 'HNS RDMA Network Controller (Virtual Function)', '1779'),
|
||
(10827, 'a230', 'HiSilicon SAS 3.0 HBA', '1779'),
|
||
(10828, 'a235', 'HiSilicon AHCI HBA', '1779'),
|
||
(10829, 'a238', 'HiSilicon USB 3.0 Host Controller', '1779'),
|
||
(10830, 'a239', 'HiSilicon USB 2.0 2-port Host Controller', '1779'),
|
||
(10831, 'a23a', 'HiSilicon USB 2.0 Host Controller', '1779'),
|
||
(10832, 'a23b', 'HiSilicon USB 1.1 Host Controller', '1779'),
|
||
(10833, 'a250', 'HiSilicon ZIP Engine', '1779'),
|
||
(10834, 'a251', 'HiSilicon ZIP Engine(Virtual Function)', '1779'),
|
||
(10835, 'a255', 'HiSilicon SEC Engine', '1779'),
|
||
(10836, 'a256', 'HiSilicon SEC Engine(Virtual Function)', '1779'),
|
||
(10837, 'a258', 'HiSilicon HPRE Engine', '1779'),
|
||
(10838, 'a259', 'HiSilicon HPRE Engine(Virtual Function)', '1779'),
|
||
(10839, 'a25a', 'HiSilicon RDE Engine', '1779'),
|
||
(10840, 'a25b', 'HiSilicon RDE Engine(Virtual Function)', '1779'),
|
||
(10841, '1001', 'STIX DSP Card', '1780'),
|
||
(10842, '1002', 'STIX - 1 Port T1/E1 Card', '1780'),
|
||
(10843, '1003', 'STIX - 2 Port T1/E1 Card', '1780'),
|
||
(10844, '1004', 'STIX - 4 Port T1/E1 Card', '1780'),
|
||
(10845, '1005', 'STIX - 4 Port FXS Card', '1780'),
|
||
(10846, '1150', 'AST1150 PCI-to-PCI Bridge', '1784'),
|
||
(10847, '2000', 'ASPEED Graphics Family', '1784'),
|
||
(10848, '0006', 'CAN interface PC104+ HS/HS', '1786'),
|
||
(10849, '0007', 'CAN interface PCIcanx II HS or HS/HS', '1786'),
|
||
(10850, '0008', 'CAN interface PCIEcan HS or HS/HS', '1786'),
|
||
(10851, '0009', 'CAN interface PCI104 HS/HS', '1786'),
|
||
(10852, '0000', 'SC15064', '1787'),
|
||
(10853, '083f', 'DTA-2111 VHF/UHF Modulator', '1789'),
|
||
(10854, '8002', 'PB-10GE-2P 10GbE Security Card', '1790'),
|
||
(10855, '1a17', 'Meta Networks MTP-1G IDPS NIC', '1791'),
|
||
(10856, '4338', 'CP8 Content Processor ASIC', '1794'),
|
||
(10857, '4e36', 'NP6 Network Processor', '1794'),
|
||
(10858, '4e37', 'NP7 Network Processor', '1794'),
|
||
(10859, '0000', 'GESP v1.2', '1795'),
|
||
(10860, '0001', 'GESP v1.3', '1795'),
|
||
(10861, '0002', 'ECOMP v1.3', '1795'),
|
||
(10862, '0005', 'ETP v1.4', '1795'),
|
||
(10863, '000a', 'ETP-104 v1.1', '1795'),
|
||
(10864, '000e', 'DSLP-104 v1.1', '1795'),
|
||
(10865, '0680', 'MtW8171 [Hyperion II]', '1796'),
|
||
(10866, '0700', 'Wave300 PSB8224 [Hyperion III]', '1796'),
|
||
(10867, '0710', 'Wave300 PSB8231 [Hyperion III]', '1796'),
|
||
(10868, '1112', 'AR9285 Wireless Network Adapter (PCI-Express)', '1798'),
|
||
(10869, '0001', 'TILE64 processor', '1799'),
|
||
(10870, '0002', 'TILEPro processor', '1799'),
|
||
(10871, '0200', 'TILE-Gx processor', '1799'),
|
||
(10872, '0201', 'TILE-Gx Processor Virtual Function', '1799'),
|
||
(10873, '2000', 'TILE-Gx PCI Express Root Port', '1799'),
|
||
(10874, '1000', 'MCOR Power Supply Controller', '1800'),
|
||
(10875, '1010', 'AMC EVR - Stockholm Timing Board', '1800'),
|
||
(10876, '1020', 'PGPCard - Gen3 Cameralink Interface', '1800'),
|
||
(10877, '1030', 'PGPCard - Gen3 GIGe Interface', '1800'),
|
||
(10878, '2000', 'PGPCard - 4 Lane', '1800'),
|
||
(10879, '2001', 'PGPCard - 8 Lane Plus EVR', '1800'),
|
||
(10880, '2010', 'PCI-Express EVR', '1800'),
|
||
(10881, '2011', 'PCI-Express EVR - TPR Version', '1800'),
|
||
(10882, '2020', 'PGP-GEN3 PCIe - 8 Lane Plus EVR', '1800'),
|
||
(10883, '2030', 'AXI Stream DAQ PCIe card', '1800'),
|
||
(10884, '2040', 'EXO PCIe TEM', '1800'),
|
||
(10885, '3000', 'COB DTM V1', '1800'),
|
||
(10886, '3001', 'COB DTM V2', '1800'),
|
||
(10887, '0010', 'SDStationOEM', '1802'),
|
||
(10888, '0011', 'SDStationOEM II', '1802'),
|
||
(10889, '0020', 'Centaurus', '1802'),
|
||
(10890, '0021', 'Centaurus II', '1802'),
|
||
(10891, '0022', 'Centaurus II LT', '1802'),
|
||
(10892, '0030', 'CLIPSTER-VPU 1.x (Hugo)', '1802'),
|
||
(10893, '0040', 'Hydra Cinema (JPEG)', '1802'),
|
||
(10894, '0050', 'CLIPSTER-VPU 2.x (DigiLab)', '1802'),
|
||
(10895, '0060', 'CLIPSTER-DCI 2.x (HydraX)', '1802'),
|
||
(10896, '0061', 'Atomix', '1802'),
|
||
(10897, '0062', 'Atomix LT', '1802'),
|
||
(10898, '0063', 'Atomix HDMI', '1802'),
|
||
(10899, '0064', 'Atomix STAN', '1802'),
|
||
(10900, '0065', 'Atomix HDMI STAN', '1802'),
|
||
(10901, '0070', 'RED Rocket', '1802'),
|
||
(10902, '0090', 'CinePlay', '1802'),
|
||
(10903, '0001', 'Mozart [Memory Appliance 1010]', '1811'),
|
||
(10904, '0031', 'FlashMAX Drive', '1814'),
|
||
(10905, '0040', 'FlashMAX II', '1814'),
|
||
(10906, '0041', 'FlashMAX II', '1814'),
|
||
(10907, '0042', 'FlashMAX II', '1814'),
|
||
(10908, '0050', 'FlashMAX III', '1814'),
|
||
(10909, '0001', 'Vulcan SP HT6210 10-Gigabit Ethernet (rev 02)', '1815'),
|
||
(10910, '4d45', 'Multifunction IP core', '1816'),
|
||
(10911, '1100', 'E8001-66443 PCI Express CIC', '1818'),
|
||
(10912, '2090', 'Model 2090 PCI Express', '1819'),
|
||
(10913, '0009', 'RAIDCore Controller', '1820'),
|
||
(10914, '000a', 'RAIDCore Controller', '1820'),
|
||
(10915, '6201', 'RAID Card', '1823'),
|
||
(10916, '4000', 'Virtual Machine Communication Interface', '1824'),
|
||
(10917, '4005', 'Accelerated Virtual Video Adapter', '1824'),
|
||
(10918, '4006', 'Memory Ballooning Controller', '1824'),
|
||
(10919, '089a', 'Coral Edge TPU', '1826'),
|
||
(10920, '8000', 'TSync-PCIe Time Code Processor', '1829'),
|
||
(10921, '9100', 'TPRO-PCI-66U Timecode Reader/Generator', '1829'),
|
||
(10922, '1501', 'Swipetech barcode scanner', '1830'),
|
||
(10923, '3038', 'PCIe Video Bridge', '1830'),
|
||
(10924, '0042', 'Compute Engine Virtual Ethernet [gVNIC]', '1831'),
|
||
(10925, 'abcd', 'Airbrush Combined Paintbox IPU/Oscar Edge TPU [Pixel Neural Core]', '1831'),
|
||
(10926, '0520', 'HFC-S PCI A [X-TENSIONS XC-520]', '1833'),
|
||
(10927, '0751', 'mE5 marathon VCL', '1834'),
|
||
(10928, '0752', 'mE5 marathon AF2', '1834'),
|
||
(10929, '0753', 'mE5 marathon ACX QP', '1834'),
|
||
(10930, '0754', 'mE5 marathon ACL', '1834'),
|
||
(10931, '0755', 'mE5 marathon ACX SP', '1834'),
|
||
(10932, '0756', 'mE5 marathon ACX DP', '1834'),
|
||
(10933, '0757', 'mE5 marathon VCX QP', '1834'),
|
||
(10934, '0758', 'mE5 marathon VF2', '1834'),
|
||
(10935, '0759', 'mE5 marathon VCLx', '1834'),
|
||
(10936, '0a40', 'microEnable IV AD1-CL', '1834'),
|
||
(10937, '0a41', 'microEnable IV VD1-CL', '1834'),
|
||
(10938, '0a42', 'microEnable IV AD4-CL', '1834'),
|
||
(10939, '0a44', 'microEnable IV VD4-CL', '1834'),
|
||
(10940, '0a45', 'microEnable IV AS1-CL', '1834'),
|
||
(10941, '0a53', 'microEnable 5 AQ8-CXP6B', '1834'),
|
||
(10942, '0a54', 'microEnable 5 VQ8-CXP6B', '1834'),
|
||
(10943, '0a56', 'microEnable 5 VQ8-CXP6D', '1834'),
|
||
(10944, '0a57', 'microEnable 5 AQ8-CXP6D', '1834'),
|
||
(10945, '0a58', 'microEnable 5 VD8-CL', '1834'),
|
||
(10946, '0a5a', 'microEnable 5 AD8-CL', '1834'),
|
||
(10947, '0b52', 'mE5 Abacus 4G Base', '1834'),
|
||
(10948, '0b53', 'mE5 Abacus 4G Base II', '1834'),
|
||
(10949, '0b61', 'mE6 Abacus 4TG', '1834'),
|
||
(10950, '0b63', 'CXP-12 Interface Card 1C', '1834'),
|
||
(10951, '0e42', 'microEnable IV AQ4-GE', '1834'),
|
||
(10952, '0e44', 'microEnable IV VQ4-GE', '1834'),
|
||
(10953, '0101', 'Wil6200 PCI Express Upstream Port', '1835'),
|
||
(10954, '0200', 'Wil6200 PCI Express Port', '1835'),
|
||
(10955, '0201', 'Wil6200 Wireless PCI Express Port', '1835'),
|
||
(10956, '0301', 'Wil6200 802.11ad Wireless Network Adapter', '1835'),
|
||
(10957, '0302', 'Wil6200 802.11ad Wireless Network Adapter', '1835'),
|
||
(10958, '0310', 'Wil6200 802.11ad Wireless Network Adapter', '1835'),
|
||
(10959, '6601', 'AU6601 PCI-E Flash card reader controller', '1836'),
|
||
(10960, '6621', 'AU6621 PCI-E Flash card reader controller', '1836'),
|
||
(10961, '6625', 'AU6625 PCI-E Flash card reader controller', '1836'),
|
||
(10962, '1003', 'ioDimm3 (v1.2)', '1838'),
|
||
(10963, '1005', 'ioDimm3', '1838'),
|
||
(10964, '1006', 'ioXtreme', '1838'),
|
||
(10965, '1007', 'ioXtreme Pro', '1838'),
|
||
(10966, '1008', 'ioXtreme-2', '1838'),
|
||
(10967, '2001', 'ioDrive2', '1838'),
|
||
(10968, '3001', 'ioMemory FHHL', '1838'),
|
||
(10969, '3002', 'ioMemory HHHL', '1838'),
|
||
(10970, '3003', 'ioMemory Mezzanine', '1838'),
|
||
(10971, '1000', 'Virtio network device', '1840'),
|
||
(10972, '1001', 'Virtio block device', '1840'),
|
||
(10973, '1002', 'Virtio memory balloon', '1840'),
|
||
(10974, '1003', 'Virtio console', '1840'),
|
||
(10975, '1004', 'Virtio SCSI', '1840'),
|
||
(10976, '1005', 'Virtio RNG', '1840'),
|
||
(10977, '1009', 'Virtio filesystem', '1840'),
|
||
(10978, '1041', 'Virtio network device', '1840'),
|
||
(10979, '1042', 'Virtio block device', '1840'),
|
||
(10980, '1043', 'Virtio console', '1840'),
|
||
(10981, '1044', 'Virtio RNG', '1840'),
|
||
(10982, '1045', 'Virtio memory balloon', '1840'),
|
||
(10983, '1048', 'Virtio SCSI', '1840'),
|
||
(10984, '1049', 'Virtio filesystem', '1840'),
|
||
(10985, '1050', 'Virtio GPU', '1840'),
|
||
(10986, '1052', 'Virtio input', '1840'),
|
||
(10987, '1053', 'Virtio socket', '1840'),
|
||
(10988, '1110', 'Inter-VM shared memory', '1840'),
|
||
(10989, '6100', 'DXT/DXTPro Multiformat Broadcast HD/SD Encoder/Decoder/Transcoder', '1843'),
|
||
(10990, '7000', 'D7 Multiformat Broadcast HD/SD Encoder/Decoder/Transcoder', '1843'),
|
||
(10991, '0e70', 'GRAPE', '1847'),
|
||
(10992, '0611', 'ASM1061 SATA IDE Controller', '1849'),
|
||
(10993, '0612', 'ASM1062 Serial ATA Controller', '1849'),
|
||
(10994, '1040', 'ASM1040 XHCI Controller', '1849'),
|
||
(10995, '1042', 'ASM1042 SuperSpeed USB Host Controller', '1849'),
|
||
(10996, '1080', 'ASM1083/1085 PCIe to PCI Bridge', '1849'),
|
||
(10997, '1142', 'ASM1042A USB 3.0 Host Controller', '1849'),
|
||
(10998, '1184', 'ASM1184e PCIe Switch Port', '1849'),
|
||
(10999, '1242', 'ASM1142 USB 3.1 Host Controller', '1849'),
|
||
(11000, '1343', 'ASM1143 USB 3.1 Host Controller', '1849'),
|
||
(11001, '2142', 'ASM2142 USB 3.1 Host Controller', '1849'),
|
||
(11002, '3242', 'ASM3242 USB 3.2 Host Controller', '1849'),
|
||
(11003, 'c132', 'COMBO-LXT155', '1850'),
|
||
(11004, 'c1c0', 'NFB-100G1-e0', '1850'),
|
||
(11005, 'c1c1', 'NFB-100G1-e1', '1850'),
|
||
(11006, 'c250', 'NFB-200G2-master', '1850'),
|
||
(11007, 'c251', 'NFB-200G2-slave', '1850'),
|
||
(11008, 'c2c0', 'NFB-100G2-e0', '1850'),
|
||
(11009, 'c2c1', 'NFB-100G2-e1', '1850'),
|
||
(11010, 'cb20', 'COMBO-20G', '1850'),
|
||
(11011, 'cb40', 'COMBO-40G', '1850'),
|
||
(11012, 'cb80', 'NFB-40G2', '1850'),
|
||
(11013, '0001', 'QEMU PCI-PCI bridge', '1852'),
|
||
(11014, '0002', 'QEMU PCI 16550A Adapter', '1852'),
|
||
(11015, '0003', 'QEMU PCI Dual-port 16550A Adapter', '1852'),
|
||
(11016, '0004', 'QEMU PCI Quad-port 16550A Adapter', '1852'),
|
||
(11017, '0005', 'QEMU PCI Test Device', '1852'),
|
||
(11018, '0006', 'PCI Rocker Ethernet switch device', '1852'),
|
||
(11019, '0007', 'PCI SD Card Host Controller Interface', '1852'),
|
||
(11020, '0008', 'QEMU PCIe Host bridge', '1852'),
|
||
(11021, '0009', 'QEMU PCI Expander bridge', '1852'),
|
||
(11022, '000a', 'PCI-PCI bridge (multiseat)', '1852'),
|
||
(11023, '000b', 'QEMU PCIe Expander bridge', '1852'),
|
||
(11024, '000c', 'QEMU PCIe Root port', '1852'),
|
||
(11025, '000d', 'QEMU XHCI Host Controller', '1852'),
|
||
(11026, '0010', 'QEMU NVM Express Controller', '1852'),
|
||
(11027, '0100', 'QXL paravirtual graphic card', '1852'),
|
||
(11028, '0001', 'ADQ214', '1853'),
|
||
(11029, '0003', 'ADQ114', '1853'),
|
||
(11030, '0005', 'ADQ112', '1853'),
|
||
(11031, '000e', 'ADQ108', '1853'),
|
||
(11032, '000f', 'ADQDSP', '1853'),
|
||
(11033, '0014', 'ADQ412', '1853'),
|
||
(11034, '0015', 'ADQ212', '1853'),
|
||
(11035, '001b', 'SDR14', '1853'),
|
||
(11036, '001c', 'ADQ1600', '1853'),
|
||
(11037, '001e', 'ADQ208', '1853'),
|
||
(11038, '001f', 'DSU', '1853'),
|
||
(11039, '0020', 'ADQ14', '1853'),
|
||
(11040, '0023', 'ADQ7', '1853'),
|
||
(11041, '0026', 'ADQ8', '1853'),
|
||
(11042, '2014', 'TX320', '1853'),
|
||
(11043, '2019', 'S6000', '1853'),
|
||
(11044, '0001', 'S1120 PCIe Accelerator SSD', '1854'),
|
||
(11045, '7589', 'HRED J2000 - JPEG 2000 Video Codec Device', '1855'),
|
||
(11046, '1fa8', 'BYNET BIC2SE/X', '1856'),
|
||
(11047, '0601', 'NumaChip N601', '1858'),
|
||
(11048, '0602', 'NumaChip N602', '1858'),
|
||
(11049, '0100', '88F3700 [Armada 3700 Family] ARM SoC', '1859'),
|
||
(11050, '0640', '88SE9128 SATA III 6Gb/s RAID Controller', '1859'),
|
||
(11051, '2241', '88NR2241 Non-Volatile memory controller', '1859'),
|
||
(11052, '9120', '88SE9120 SATA 6Gb/s Controller', '1859'),
|
||
(11053, '9123', '88SE9123 PCIe SATA 6.0 Gb/s controller', '1859'),
|
||
(11054, '9125', '88SE9125 PCIe SATA 6.0 Gb/s controller', '1859'),
|
||
(11055, '9128', '88SE9128 PCIe SATA 6 Gb/s RAID controller', '1859'),
|
||
(11056, '9130', '88SE9128 PCIe SATA 6 Gb/s RAID controller with HyperDuo', '1859'),
|
||
(11057, '9172', '88SE9172 SATA 6Gb/s Controller', '1859'),
|
||
(11058, '9178', '88SE9170 PCIe SATA 6Gb/s Controller', '1859'),
|
||
(11059, '917a', '88SE9172 SATA III 6Gb/s RAID Controller', '1859'),
|
||
(11060, '9182', '88SE9182 PCIe 2.0 x2 2-port SATA 6 Gb/s Controller', '1859'),
|
||
(11061, '9183', '88SS9183 PCIe SSD Controller', '1859'),
|
||
(11062, '9192', '88SE9172 SATA III 6Gb/s RAID Controller', '1859'),
|
||
(11063, '91a0', '88SE912x SATA 6Gb/s Controller [IDE mode]', '1859'),
|
||
(11064, '91a4', '88SE912x IDE Controller', '1859'),
|
||
(11065, '9215', '88SE9215 PCIe 2.0 x1 4-port SATA 6 Gb/s Controller', '1859'),
|
||
(11066, '9220', '88SE9220 PCIe 2.0 x2 2-port SATA 6 Gb/s RAID Controller', '1859'),
|
||
(11067, '9230', '88SE9230 PCIe 2.0 x2 4-port SATA 6 Gb/s RAID Controller', '1859'),
|
||
(11068, '9235', '88SE9235 PCIe 2.0 x2 4-port SATA 6 Gb/s Controller', '1859'),
|
||
(11069, '9445', '88SE9445 PCIe 2.0 x4 4-Port SAS/SATA 6 Gbps RAID Controller', '1859'),
|
||
(11070, '9480', '88SE9480 SAS/SATA 6Gb/s RAID controller', '1859'),
|
||
(11071, '9485', '88SE9485 SAS/SATA 6Gb/s controller', '1859'),
|
||
(11072, '18f6', 'Dual DVB Universal CI card', '1861'),
|
||
(11073, '18f7', 'Dual DVB Universal CI card rev 1.4', '1861'),
|
||
(11074, '2a2c', 'Dual DVB-S2-CI card', '1861'),
|
||
(11075, 'e2e4', 'Dual DVB-T/C-CI RF card', '1861'),
|
||
(11076, 'e5f4', 'MPEG2 and H264 Encoder-Transcoder', '1861'),
|
||
(11077, 'f1c4', 'Dual ASI-RX/TX-CI card', '1861'),
|
||
(11078, '0007', 'DELTA-3G-elp-d', '1862'),
|
||
(11079, '7023', 'EJ168 USB 3.0 Host Controller', '1863'),
|
||
(11080, '7052', 'EJ188/EJ198 USB 3.0 Host Controller', '1863'),
|
||
(11081, '1000', 'FL1000G USB 3.0 Host Controller', '1864'),
|
||
(11082, '1009', 'FL1009 USB 3.0 Host Controller', '1864'),
|
||
(11083, '1100', 'FL1100 USB 3.0 Host Controller', '1864'),
|
||
(11084, '0115', 'D115P/D115E Single-port E1/T1 card', '1865'),
|
||
(11085, 'd130', 'D130P/D130E Single-port E1/T1 card (3rd GEN)', '1865'),
|
||
(11086, 'd210', 'D210P/D210E Dual-port E1/T1 card(2nd generation)', '1865'),
|
||
(11087, 'd230', 'D230 Dual-port E1/T1 card (2nd generation)', '1865'),
|
||
(11088, 'd410', 'D410/430 Quad-port E1/T1 card', '1865'),
|
||
(11089, 'd430', 'D410/430 Quad-port E1/T1 card', '1865'),
|
||
(11090, '1041', 'RevoDrive 3 X2 PCI-Express SSD 240 GB (Marvell Controller)', '1867'),
|
||
(11091, '6018', 'RD400/400A SSD', '1867'),
|
||
(11092, '8788', 'RevoDrive Hybrid', '1867'),
|
||
(11093, 'e400', 'PX14400 Dual Xilinx Virtex5 based Digitizer', '1868'),
|
||
(11094, '2200', 'Ultrastar DC SN630 NVMe SSD', '1869'),
|
||
(11095, '2201', 'Ultrastar DC SN630 NVMe SSD', '1869'),
|
||
(11096, '2300', 'Ultrastar DC SN840 NVMe SSD', '1869'),
|
||
(11097, '2400', 'Ultrastar DC SN640 NVMe SSD', '1869'),
|
||
(11098, '2401', 'Ultrastar DC SN640 NVMe SSD', '1869'),
|
||
(11099, '2402', 'Ultrastar DC SN640 NVMe SSD', '1869'),
|
||
(11100, '2404', 'Ultrastar DC SN640 NVMe SSD', '1869'),
|
||
(11101, '2500', 'Ultrastar DC SN840 NVMe SSD', '1869'),
|
||
(11102, '2600', 'Ultrastar DC ZN540 ZNS NVMe SSD', '1869'),
|
||
(11103, '3714', 'PC SN730 NVMe SSD', '1869'),
|
||
(11104, '3734', 'PC SN730 NVMe SSD', '1869'),
|
||
(11105, 'c001', 'XpressGXA10-LP1150', '1872'),
|
||
(11106, 'c002', 'XpressGXA10-LP1151', '1872'),
|
||
(11107, '0002', 'OmniCube Accelerator OA-3000', '1873'),
|
||
(11108, '0010', 'OmniCube Accelerator OA-3000-2', '1873'),
|
||
(11109, '005d', 'Nytro PCIe Flash Storage', '1874'),
|
||
(11110, '0100', 'Nytro Flash Storage', '1874'),
|
||
(11111, '4304', 'BC-04120A MPEG4 4 port video encoder / decoder', '1875'),
|
||
(11112, '4309', 'BC-08240A MPEG4 4 port video encoder / decoder', '1875'),
|
||
(11113, '4310', 'BC-16480A MPEG4 16 port video encoder / decoder', '1875'),
|
||
(11114, '4e04', 'BC-04120A 4 port MPEG4 video encoder / decoder', '1875'),
|
||
(11115, '4e09', 'BC-08240A 8 port MPEG4 video encoder / decoder', '1875'),
|
||
(11116, '4e10', 'BC-16480A 16 port MPEG4 video encoder / decoder', '1875'),
|
||
(11117, '5304', 'BC-H04120A 4 port H.264 video and audio encoder / decoder', '1875'),
|
||
(11118, '5308', 'BC-H08240A 8 port H.264 video and audio encoder / decoder', '1875'),
|
||
(11119, '5310', 'BC-H16480A 16 port H.264 video and audio encoder / decoder', '1875'),
|
||
(11120, '0003', 'MAX3', '1877'),
|
||
(11121, '0004', 'MAX4', '1877'),
|
||
(11122, '001c', 'Vector Engine 1.0', '1878'),
|
||
(11123, '1001', 'Mx5 PMC/XMC Databus Interface Card', '1879'),
|
||
(11124, '1002', 'PM1553-5 (PC/104+ MIL-STD-1553 Interface Card)', '1879'),
|
||
(11125, '1004', 'AB3000 Series Rugged Computer', '1879'),
|
||
(11126, '1005', 'PE1000 (Multi-Protocol PCIe/104 Interface Card)', '1879'),
|
||
(11127, '1101', 'OmniBus II PCIe Multi-Protocol Interface Card', '1879'),
|
||
(11128, '1102', 'OmniBusBox II Multi-Protocol Interface Core', '1879'),
|
||
(11129, '1103', 'OmniBus II cPCIe/PXIe Multi-Protocol Interface Card', '1879'),
|
||
(11130, '0911', 'Arria10_PCIe_F10A1150', '1880'),
|
||
(11131, '0003', 'CAN-IB200/PCIe', '1881'),
|
||
(11132, '0011', 'MIPS SoC PCI Express Port', '1882'),
|
||
(11133, '0001', 'SentinelEX', '1883'),
|
||
(11134, '7011', 'RX0xxx', '1883'),
|
||
(11135, '4254', '10G-PCIE3-8D-2S', '1885'),
|
||
(11136, '4255', '10G-PCIE3-8D-Q', '1885'),
|
||
(11137, '4256', '10G-PCIE3-8D-2S', '1885'),
|
||
(11138, '4258', '10G-PCIE3-8E-2S Network Adapter', '1885'),
|
||
(11139, '4260', '10G-PCIE3-8E-4S Network Adapter', '1885'),
|
||
(11140, '4261', '10G-PCIE3-8E-4S Network Adapter', '1885'),
|
||
(11141, '4262', '10G-PCIE3-8E-4S Network Adapter', '1885'),
|
||
(11142, '4263', '10G-PCIE3-8E-4S Network Adapter', '1885'),
|
||
(11143, '4264', '10G-PCIE3-8E-2S Network Adapter', '1885'),
|
||
(11144, '4265', '10G-PCIE3-8E-2S Network Adapter', '1885'),
|
||
(11145, '5000', '25G-PCIE3-8A-2S Security Intelligent Adapter', '1885'),
|
||
(11146, '5001', '25G-PCIE3-8B-2S Security Intelligent Adapter', '1885'),
|
||
(11147, '0001', '82C101', '1886'),
|
||
(11148, '0015', 'FD842', '1887'),
|
||
(11149, '0019', 'FD722', '1887'),
|
||
(11150, '001a', 'FD788', '1887'),
|
||
(11151, '001b', 'FD720', '1887'),
|
||
(11152, '001c', 'FD922', '1887'),
|
||
(11153, '001d', 'Vega', '1887'),
|
||
(11154, '0122', 'M6e PCI Express SSD [Marvell 88SS9183]', '1888'),
|
||
(11155, '000a', 'Capture', '1889'),
|
||
(11156, '000f', 'SmartNIC', '1889'),
|
||
(11157, '00a0', 'FBC4G Capture 4x1Gb [Herculaneum]', '1889'),
|
||
(11158, '00a1', 'FBC4XG Capture 4x10Gb [Ancona]', '1889'),
|
||
(11159, '00a2', 'FBC8XG Capture 8x10Gb [Livorno]', '1889'),
|
||
(11160, '00a3', 'FBC2XG Capture 2x10Gb [Genoa]', '1889'),
|
||
(11161, '00a4', 'FBC4XGG3 Capture 4x10Gb [Livigno]', '1889'),
|
||
(11162, '00a5', 'FBC2XLG Capture 2x40Gb [Livorno]', '1889'),
|
||
(11163, '00a6', 'FBC1CG Capture 1x100Gb', '1889'),
|
||
(11164, '00a9', 'FBC2XGHH Capture 2x10Gb [Latina]', '1889'),
|
||
(11165, '00ad', 'FBC2CGG3HL Capture 2x100Gb [Padua]', '1889'),
|
||
(11166, '00af', 'Capture slave device', '1889'),
|
||
(11167, '00e0', 'PacketMover 2x100Gb [Savona]', '1889'),
|
||
(11168, '00e1', 'PacketMover 2x100Gb [Tivoli]', '1889'),
|
||
(11169, '00e3', 'PacketMover 2x10Gb [Tivoli]', '1889'),
|
||
(11170, '00e5', 'PacketMover 2x10Gb [Corfu]', '1889'),
|
||
(11171, 'a000', 'FBC2CGG3 Capture 2x40Gb [Mango_02]', '1889'),
|
||
(11172, 'a001', 'FBC2CGG3 Capture 2x100Gb [Mango_02]', '1889'),
|
||
(11173, 'a003', 'FBC2CGG3 Capture 16x10Gb [Mango]', '1889'),
|
||
(11174, 'a007', 'FBC2CGG3 Capture 2x40Gb [Mango]', '1889'),
|
||
(11175, 'a008', 'FBC2CGG3 Capture 2x25Gb [Mango]', '1889'),
|
||
(11176, 'a009', 'FBC2CGG3 Capture 16x10Gb [Mango]', '1889'),
|
||
(11177, 'a00a', 'FBC2CGG3 Capture 8x10Gb [Mango]', '1889'),
|
||
(11178, 'a00e', 'FB2CG Capture 2x100Gb [Savona]', '1889'),
|
||
(11179, 'a00f', 'FB2CG Capture 2x40Gb [Savona]', '1889'),
|
||
(11180, 'a010', 'FB2CGHH Capture 2x40Gb [Tivoli]', '1889'),
|
||
(11181, 'a011', 'FB2CG Capture 2x25Gb [Savona]', '1889'),
|
||
(11182, 'a012', 'FB2CG Capture 8x10Gb [Savona]', '1889'),
|
||
(11183, 'a013', 'FB2CGHH Capture 2x25Gb [Tivoli]', '1889'),
|
||
(11184, 'a014', 'FB2CGHH Capture 8x10Gb [Tivoli]', '1889'),
|
||
(11185, 'a015', 'FB2CGHH Capture 2x100Gb [Tivoli]', '1889'),
|
||
(11186, '0001', 'Gigabit Ethernet Adapter', '1892'),
|
||
(11187, '0002', 'SFP+ 10G Ethernet Adapter', '1892'),
|
||
(11188, '0200', 'Telas2', '1893'),
|
||
(11189, '0300', 'Telas 2.V', '1893'),
|
||
(11190, '8000', '8000 Storage IO Controller', '1894'),
|
||
(11191, '0003', 'Ultrastar SN100 Series NVMe SSD', '1895'),
|
||
(11192, '0023', 'Ultrastar SN200 Series NVMe SSD', '1895'),
|
||
(11193, '1283', 'PC300 NVMe Solid State Drive 256GB', '1896'),
|
||
(11194, '1284', 'PC300 NVMe Solid State Drive 512GB', '1896'),
|
||
(11195, '1285', 'PC300 NVMe Solid State Drive 1TB', '1896'),
|
||
(11196, '1327', 'BC501 NVMe Solid State Drive 512GB', '1896'),
|
||
(11197, '1339', 'BC511', '1896'),
|
||
(11198, '1504', 'SC300 512GB M.2 2280 SATA Solid State Drive', '1896'),
|
||
(11199, '1527', 'PC401 NVMe Solid State Drive 256GB', '1896'),
|
||
(11200, '243b', 'PE6110 NVMe Solid State Drive', '1896'),
|
||
(11201, '2839', 'PE8000 Series NVMe Solid State Drive', '1896'),
|
||
(11202, '000d', 'PBlaze5 520/526', '1897'),
|
||
(11203, '003d', 'PBlaze5 920/926', '1897'),
|
||
(11204, '003e', 'PBlaze6 6920', '1897'),
|
||
(11205, '0540', 'PBlaze4 NVMe SSD', '1897'),
|
||
(11206, '0550', 'PBlaze5 700/900', '1897'),
|
||
(11207, '0555', 'PBlaze5 510/516', '1897'),
|
||
(11208, '0557', 'PBlaze5 910/916', '1897'),
|
||
(11209, '0008', 'K1927BB1Ya [EC8430] Angara Interconnection Network Adapter', '1898'),
|
||
(11210, '0200', 'zFAS Debug Port', '1899'),
|
||
(11211, '5100', 'EB5100', '1900'),
|
||
(11212, '0001', 'Hunter PCI Express', '1901'),
|
||
(11213, 'd000', 'Venice NVMe SSD', '1903'),
|
||
(11214, '0002', 'Clarett', '1905'),
|
||
(11215, '8201', 'XPG SX8200 Pro PCIe Gen3x4 M.2 2280 Solid State Drive', '1907'),
|
||
(11216, '17ab', 'NVMe 256G SSD device', '1908'),
|
||
(11217, '0100', 'CAN-PCIe-02', '1909'),
|
||
(11218, '0200', 'RMS-200', '1910'),
|
||
(11219, '0250', 'RMS-250', '1910'),
|
||
(11220, '0001', 'TAC-2 Thunderbolt Audio Converter', '1911'),
|
||
(11221, '0301', 'Simulyzer-RT CompactPCI Serial DIO-1 card', '1912'),
|
||
(11222, '0302', 'Simulyzer-RT CompactPCI Serial PSI5-ECU-1 card', '1912'),
|
||
(11223, '0303', 'Simulyzer-RT CompactPCI Serial PSI5-SIM-1 card', '1912'),
|
||
(11224, '0304', 'Simulyzer-RT CompactPCI Serial PWR-ANA-1 card', '1912'),
|
||
(11225, '0305', 'Simulyzer-RT CompactPCI Serial CAN-1 card', '1912'),
|
||
(11226, '0306', 'Simulyzer-RT CompactPCI Serial CAN-2 card (CAN-FD)', '1912'),
|
||
(11227, '0307', 'Simulyzer-RT CompactPCI Serial DIO-2 card [Xilinx Zynq UltraScale+]', '1912'),
|
||
(11228, '0010', 'Pro Capture Endpoint', '1913'),
|
||
(11229, '0014', 'PRO CAPTURE AIO 4K PLUS', '1913'),
|
||
(11230, '0017', 'PRO CAPTURE AIO 4K', '1913'),
|
||
(11231, '0051', 'Eco Capture Dual HDMI M.2', '1913'),
|
||
(11232, '0052', 'Eco Capture HDMI 4K M.2', '1913'),
|
||
(11233, '0053', 'Eco Capture Dual SDI M.2', '1913'),
|
||
(11234, '0054', 'Eco Capture Quad SDI M.2', '1913'),
|
||
(11235, '0001', 'ExaNIC X4', '1915'),
|
||
(11236, '0002', 'ExaNIC X2', '1915'),
|
||
(11237, '0003', 'ExaNIC X10', '1915'),
|
||
(11238, '0004', 'ExaNIC X10-GM', '1915'),
|
||
(11239, '0005', 'ExaNIC X40', '1915'),
|
||
(11240, '0006', 'ExaNIC X10-HPT', '1915'),
|
||
(11241, '0007', 'ExaNIC X40', '1915'),
|
||
(11242, '0008', 'ExaNIC V5P', '1915'),
|
||
(11243, '0009', 'ExaNIC X25', '1915'),
|
||
(11244, '000a', 'ExaNIC X100', '1915'),
|
||
(11245, '000b', 'ExaNIC V9P', '1915'),
|
||
(11246, '0100', 'ExaDISK FX1', '1915'),
|
||
(11247, '8061', 'NVMe EBS Controller', '1920'),
|
||
(11248, 'cd01', 'NVMe SSD Controller', '1920'),
|
||
(11249, 'ec20', 'Elastic Network Adapter (ENA)', '1920'),
|
||
(11250, 'efa0', 'Elastic Fabric Adapter (EFA)', '1920'),
|
||
(11251, 'efa1', 'Elastic Fabric Adapter (EFA)', '1920'),
|
||
(11252, '070f', 'ZX-100 PCI Express Root Port', '1921'),
|
||
(11253, '0710', 'ZX-100/ZX-200 PCI Express Root Port', '1921'),
|
||
(11254, '0711', 'ZX-100/ZX-200 PCI Express Root Port', '1921'),
|
||
(11255, '0712', 'ZX-100/ZX-200 PCI Express Root Port', '1921'),
|
||
(11256, '0713', 'ZX-100/ZX-200 PCI Express Root Port', '1921'),
|
||
(11257, '0714', 'ZX-100/ZX-200 PCI Express Root Port', '1921'),
|
||
(11258, '0715', 'ZX-100/ZX-200 PCI Express Root Port', '1921'),
|
||
(11259, '0716', 'ZX-D PCI Express Root Port', '1921'),
|
||
(11260, '0717', 'ZX-D/ZX-E PCI Express Root Port', '1921'),
|
||
(11261, '0718', 'ZX-D/ZX-E PCI Express Root Port', '1921'),
|
||
(11262, '0719', 'ZX-D/ZX-E PCI Express Root Port', '1921'),
|
||
(11263, '071a', 'ZX-D/ZX-E PCI Express Root Port', '1921'),
|
||
(11264, '071b', 'ZX-D/ZX-E PCI Express Root Port', '1921'),
|
||
(11265, '071c', 'ZX-D/ZX-E PCI Express Root Port', '1921'),
|
||
(11266, '071d', 'ZX-D/ZX-E PCI Express Root Port', '1921'),
|
||
(11267, '071e', 'ZX-D/ZX-E PCI Express Root Port', '1921'),
|
||
(11268, '071f', 'ZX-200 Upstream Port of PCI Express Switch', '1921'),
|
||
(11269, '0720', 'ZX-200 PCIE RC6 controller', '1921'),
|
||
(11270, '0721', 'ZX-200 Downstream Port of PCI Express Switch', '1921'),
|
||
(11271, '0722', 'ZX-200 PCIE P2C bridge', '1921'),
|
||
(11272, '1000', 'ZX-D Standard Host Bridge', '1921'),
|
||
(11273, '1001', 'ZX-D/ZX-E Miscellaneous Bus', '1921'),
|
||
(11274, '1003', 'ZX-E Standard Host Bridge', '1921'),
|
||
(11275, '3001', 'ZX-100 Standard Host Bridge', '1921'),
|
||
(11276, '300a', 'ZX-100 Miscellaneous Bus', '1921'),
|
||
(11277, '3038', 'ZX-100/ZX-200/ZX-E Standard Universal PCI to USB Host Controller', '1921'),
|
||
(11278, '3104', 'ZX-100/ZX-200/ZX-E Standard Enhanced PCI to USB Host Controller', '1921'),
|
||
(11279, '31b0', 'ZX-100/ZX-D Standard Host Bridge', '1921'),
|
||
(11280, '31b1', 'ZX-100/ZX-D Standard Host Bridge', '1921'),
|
||
(11281, '31b2', 'ZX-100/ZX-D DRAM Controller', '1921'),
|
||
(11282, '31b3', 'ZX-100/ZX-D Power Management Controller', '1921'),
|
||
(11283, '31b4', 'ZX-100/ZX-D I/O APIC', '1921'),
|
||
(11284, '31b5', 'ZX-100/ZX-D Scratch Device', '1921'),
|
||
(11285, '31b7', 'ZX-100/ZX-D/ZX-E Standard Host Bridge', '1921'),
|
||
(11286, '31b8', 'ZX-100/ZX-D PCI to PCI Bridge', '1921'),
|
||
(11287, '3288', 'ZX-100/ZX-D/ZX-E High Definition Audio Controller', '1921'),
|
||
(11288, '345b', 'ZX-100/ZX-D/ZX-E Miscellaneous Bus', '1921'),
|
||
(11289, '3a02', 'ZX-100 C-320 GPU', '1921'),
|
||
(11290, '3a03', 'ZX-D C-860 GPU', '1921'),
|
||
(11291, '3a04', 'ZX-E C-960 GPU', '1921'),
|
||
(11292, '9002', 'ZX-100/ZX-200 EIDE Controller', '1921'),
|
||
(11293, '9003', 'ZX-100/ZX-E EIDE Controller', '1921'),
|
||
(11294, '9045', 'ZX-100/ZX-D/ZX-E RAID Accelerator 0', '1921'),
|
||
(11295, '9046', 'ZX-D/ZX-E RAID Accelerator 1', '1921'),
|
||
(11296, '9083', 'ZX-100/ZX-200/ZX-E StorX AHCI Controller', '1921'),
|
||
(11297, '9084', 'ZX-100 StorX AHCI Controller', '1921'),
|
||
(11298, '9100', 'ZX-200 Cross bus', '1921'),
|
||
(11299, '9101', 'ZX-200 Traffic Controller', '1921'),
|
||
(11300, '9141', 'ZX-100 High Definition Audio Controller', '1921'),
|
||
(11301, '9142', 'ZX-D High Definition Audio Controller', '1921'),
|
||
(11302, '9144', 'ZX-E High Definition Audio Controller', '1921'),
|
||
(11303, '9180', 'ZX-200 Networking Gigabit Ethernet Adapter', '1921'),
|
||
(11304, '9202', 'ZX-100 USB eXtensible Host Controller', '1921'),
|
||
(11305, '9203', 'ZX-200 USB eXtensible Host Controller', '1921'),
|
||
(11306, '9204', 'ZX-E USB eXtensible Host Controller', '1921'),
|
||
(11307, '9286', 'ZX-D eMMC Host Controller', '1921'),
|
||
(11308, '9300', 'ZX-D/ZX-E eSPI Host Controller', '1921'),
|
||
(11309, '95d0', 'ZX-100 Universal SD Host Controller', '1921'),
|
||
(11310, 'f410', 'ZX-100/ZX-D/ZX-E PCI Com Port', '1921'),
|
||
(11311, '0001', 'Fireface UFX+', '1922'),
|
||
(11312, '1f1f', 'QEMU NVM Express LightNVM Controller', '1923'),
|
||
(11313, '2807', '8800 series NVMe SSD', '1923'),
|
||
(11314, '1380', 'Cloud Storage Device', '1925'),
|
||
(11315, '0040', 'Turbocard2 Accelerator', '1926'),
|
||
(11316, '0080', 'Open Network Interface Card 80G', '1926'),
|
||
(11317, '00c0', 'Turbocard3 Accelerator', '1926'),
|
||
(11318, '0140', 'Open Network Interface Card 40G', '1926'),
|
||
(11319, 'e004', 'AB01/EMB01 Development Board', '1926'),
|
||
(11320, '0013', 'PM3', '1927'),
|
||
(11321, '0014', 'PM4', '1927'),
|
||
(11322, '0015', 'PM4edge', '1927'),
|
||
(11323, '0016', 'PM4edge User Device', '1927'),
|
||
(11324, 'a400', 'PM2x24/PM3224', '1929'),
|
||
(11325, '04de', 'Taurus/McKinley', '1935'),
|
||
(11326, '0001', 'AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion]', '1936'),
|
||
(11327, '00b1', 'AQC100 10G Ethernet MAC controller [AQtion]', '1936'),
|
||
(11328, '07b1', 'AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion]', '1936'),
|
||
(11329, '08b1', 'AQC108 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion]', '1936'),
|
||
(11330, '11b1', 'AQC111 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion]', '1936'),
|
||
(11331, '12b1', 'AQC112 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion]', '1936'),
|
||
(11332, '87b1', 'AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion]', '1936'),
|
||
(11333, 'd107', 'AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion]', '1936'),
|
||
(11334, 'd108', 'AQC108 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion]', '1936'),
|
||
(11335, '1001', 'A5PL-E1', '1937'),
|
||
(11336, '1002', 'A5PL-E7', '1937'),
|
||
(11337, '1003', 'S5PEDS-AB', '1937'),
|
||
(11338, '1004', 'KC705-K325', '1937'),
|
||
(11339, '1005', 'ZC706-Z045', '1937'),
|
||
(11340, '1006', 'KCU105-KU040', '1937'),
|
||
(11341, '1007', 'XUSP3S-VU095 [Jasper]', '1937'),
|
||
(11342, '1008', 'XUSPL4-VU065 [Mustang UltraScale]', '1937'),
|
||
(11343, '1009', 'XUSPL4-VU3P [Mustang UltraScale+]', '1937'),
|
||
(11344, '100a', 'A10PL4-A10GX115', '1937'),
|
||
(11345, '100b', 'K35-2SFP', '1937'),
|
||
(11346, '100c', 'K35-4SFP', '1937'),
|
||
(11347, '100d', 'AR-ARKA-FX0 [Arkville 32B DPDK Data Mover]', '1937'),
|
||
(11348, '100e', 'AR-ARKA-FX1 [Arkville 64B DPDK Data Mover]', '1937'),
|
||
(11349, '100f', 'AR-ARKA-FX1 [Arkville 64B DPDK Data Mover for Versal]', '1937'),
|
||
(11350, '1010', 'AR-ARKA-FX1 [Arkville 64B DPDK Data Mover for Agilex]', '1937'),
|
||
(11351, '1011', 'AR-MAN-U50 [Manitou Class Accelerator for U50]', '1937'),
|
||
(11352, '1012', 'AR-MAN-U200 [Manitou Class Accelerator for U200]', '1937'),
|
||
(11353, '1013', 'AR-MAN-U250 [Manitou Class Accelerator for U250]', '1937'),
|
||
(11354, '1014', 'AR-MAN-U280 [Manitou Class Accelerator for U280]', '1937'),
|
||
(11355, '1015', 'AR-ARK-BBDEV-FX0 [Arkville 32B DPDK Baseband Device]', '1937'),
|
||
(11356, '1016', 'AR-ARK-BBDEV-FX1 [Arkville 64B DPDK Baseband Device]', '1937'),
|
||
(11357, '1017', 'AR-ARK-FX1 [Arkville 64B Multi-Homed Primary Endpoint]', '1937'),
|
||
(11358, '1018', 'AR-ARK-FX1 [Arkville 64B Multi-Homed Secondary Endpoint]', '1937'),
|
||
(11359, '1019', 'AR-ARK-FX1 [Arkville 64B Multi-Homed Tertiary Endpoint]', '1937'),
|
||
(11360, '4200', 'A5PL-E1-10GETI [10 GbE Ethernet Traffic Instrument]', '1937'),
|
||
(11361, '1512', 'TAI NVMe Controller', '1939'),
|
||
(11362, '0001', 'HyperWire Adapter', '1940'),
|
||
(11363, '0101', 'Codensity D400 SSD', '1941'),
|
||
(11364, '0102', 'Codensity D408 PCIe Gen4 NVMe SSD', '1941'),
|
||
(11365, '0202', 'Codensity T408 Video Encoding-Decoding Accelerator', '1941'),
|
||
(11366, '0100', 'RK3399 PCI Express Root Port', '1942'),
|
||
(11367, '1808', 'RK1808 Neural Network Processor Card', '1942'),
|
||
(11368, '1450', 'Root Complex', '1945'),
|
||
(11369, '1451', 'I/O Memory Management Unit', '1945'),
|
||
(11370, '1452', 'PCIe Dummy Host Bridge', '1945'),
|
||
(11371, '1453', 'PCIE GPP Bridge', '1945'),
|
||
(11372, '1454', 'Internal PCIe GPP Bridge 0 to Bus B', '1945'),
|
||
(11373, '1455', 'PCIe Dummy Function', '1945'),
|
||
(11374, '1456', 'PSPCCP Command DMA Processor', '1945'),
|
||
(11375, '1458', '10 Gb Ethernet Controller Port 0/Port1', '1945'),
|
||
(11376, '1459', '10 Gb Ethernet Controller Port 2/Port3', '1945'),
|
||
(11377, '145a', 'PCIe Dummy Function', '1945'),
|
||
(11378, '145b', 'PCIE Non-Transparent Bridge', '1945'),
|
||
(11379, '145c', 'USB3 XHCI', '1945'),
|
||
(11380, '145d', 'Switch upstream in PCIe', '1945'),
|
||
(11381, '145e', 'Switch downstream in PCIe', '1945'),
|
||
(11382, '145f', 'USB 3.0 Host controller', '1945'),
|
||
(11383, '1460', 'Data Fabric: Device 18h; Function 0', '1945'),
|
||
(11384, '1461', 'Data Fabric: Device 18h; Function 1', '1945'),
|
||
(11385, '1462', 'Data Fabric: Device 18h; Function 2', '1945'),
|
||
(11386, '1463', 'Data Fabric: Device 18h; Function 3', '1945'),
|
||
(11387, '1464', 'Data Fabric: Device 18h; Function 4', '1945'),
|
||
(11388, '1465', 'Data Fabric: Device 18h; Function 5', '1945'),
|
||
(11389, '1466', 'Data Fabric: Device 18h; Function 6', '1945'),
|
||
(11390, '1467', 'Data Fabric: Device 18h; Function 7', '1945'),
|
||
(11391, '1468', 'NTBCCP', '1945'),
|
||
(11392, '7901', 'FCH SATA Controller [AHCI mode]', '1945'),
|
||
(11393, '7904', 'FCH SATA Controller [AHCI mode]', '1945'),
|
||
(11394, '7906', 'FCH SD Flash Controller', '1945'),
|
||
(11395, '790b', 'FCH SMBus Controller', '1945'),
|
||
(11396, '790e', 'FCH LPC Bridge', '1945'),
|
||
(11397, '0001', 'Colossus GC2 [C2]', '1946'),
|
||
(11398, '0002', 'Colossus GC1 [S1]', '1946'),
|
||
(11399, '0010', 'Networking DOM Engine', '1948'),
|
||
(11400, '0011', 'IO Bridge', '1948'),
|
||
(11401, 'e26a', 'Radeon R7 250', '1950'),
|
||
(11402, '0001', 'HL-1000 AI Inference Accelerator [Goya]', '1951'),
|
||
(11403, '1000', 'HL-2000 AI Training Accelerator [Gaudi]', '1951'),
|
||
(11404, '0401', 'StarDragon4800 PCI Express Root Port', '1954'),
|
||
(11405, '1000', 'DSC Capri Upstream Port', '1957'),
|
||
(11406, '1001', 'DSC Virtual Downstream Port', '1957'),
|
||
(11407, '1002', 'DSC Ethernet Controller', '1957'),
|
||
(11408, '1003', 'DSC Ethernet Controller VF', '1957'),
|
||
(11409, '1004', 'DSC Management Controller', '1957'),
|
||
(11410, '1007', 'DSC Storage Accelerator', '1957'),
|
||
(11411, '0000', 'TSP100 Tensor Streaming Processor', '1958'),
|
||
(11412, '0391', 'TRM-S1040 [DC-315 / DC-395 series]', '1959'),
|
||
(11413, '2020', 'DC-390 Series SCSI Adapter [AMD Am53C974]', '1959'),
|
||
(11414, '690c', '690c', '1959'),
|
||
(11415, 'dc29', 'DC290', '1959'),
|
||
(11416, '1000', 'IO Memory Controller', '1960'),
|
||
(11417, '2000', 'NoLoad Hardware Development Kit', '1960'),
|
||
(11418, '3000', 'eBPF-based PCIe Accelerator', '1960'),
|
||
(11419, 'e005', 'eMAG PCI Express Root Port 0', '1962'),
|
||
(11420, 'e006', 'eMAG PCI Express Root Port 1', '1962'),
|
||
(11421, 'e007', 'eMAG PCI Express Root Port 2', '1962'),
|
||
(11422, 'e008', 'eMAG PCI Express Root Port 3', '1962'),
|
||
(11423, 'e009', 'eMAG PCI Express Root Port 4', '1962'),
|
||
(11424, 'e00a', 'eMAG PCI Express Root Port 5', '1962'),
|
||
(11425, 'e00b', 'eMAG PCI Express Root Port 6', '1962'),
|
||
(11426, 'e00c', 'eMAG PCI Express Root Port 7', '1962'),
|
||
(11427, 'e100', 'Altra PCI Express Root Complex A', '1962'),
|
||
(11428, 'e101', 'Altra PCI Express Root Port a0', '1962'),
|
||
(11429, 'e102', 'Altra PCI Express Root Port a1', '1962'),
|
||
(11430, 'e103', 'Altra PCI Express Root Port a2', '1962'),
|
||
(11431, 'e104', 'Altra PCI Express Root Port a3', '1962'),
|
||
(11432, 'e105', 'Altra PCI Express Root Port a4', '1962'),
|
||
(11433, 'e106', 'Altra PCI Express Root Port a5', '1962'),
|
||
(11434, 'e107', 'Altra PCI Express Root Port a6', '1962'),
|
||
(11435, 'e108', 'Altra PCI Express Root Port a7', '1962'),
|
||
(11436, 'e110', 'Altra PCI Express Root Complex B', '1962'),
|
||
(11437, 'e111', 'Altra PCI Express Root Port b0', '1962'),
|
||
(11438, 'e112', 'Altra PCI Express Root Port b1', '1962'),
|
||
(11439, 'e113', 'Altra PCI Express Root Port b2', '1962'),
|
||
(11440, 'e114', 'Altra PCI Express Root Port b3', '1962'),
|
||
(11441, 'e115', 'Altra PCI Express Root Port b4', '1962'),
|
||
(11442, 'e116', 'Altra PCI Express Root Port b5', '1962'),
|
||
(11443, 'e117', 'Altra PCI Express Root Port b6', '1962'),
|
||
(11444, 'e118', 'Altra PCI Express Root Port b7', '1962'),
|
||
(11445, '0201', 'ACE-NIC40 Programmable Network Accelerator', '1963'),
|
||
(11446, '0202', 'ACE-NIC50 Programmable Network Accelerator', '1963'),
|
||
(11447, '0203', 'ACE-NIC100 Programmable Network Accelerator', '1963'),
|
||
(11448, '0204', 'ACE-NIC-NID Programmable Network Accelerator', '1963'),
|
||
(11449, '0205', 'ACE-NIC250 Programmable Network Accelerator', '1963'),
|
||
(11450, '0206', 'ACE-NIC200 Programmable Network Accelerator', '1963'),
|
||
(11451, '0001', 'ml605', '1964'),
|
||
(11452, '0002', 'alst4', '1964'),
|
||
(11453, '0003', 'alst4x', '1964'),
|
||
(11454, '1181', 'TDM 8 Port E1/T1/J1 Adapter', '1965'),
|
||
(11455, '0007', 'NVMe SSD Controller Cx6', '1966'),
|
||
(11456, '0009', 'NVMe SSD', '1966'),
|
||
(11457, '0101', 'Acorn CLE-101', '1968'),
|
||
(11458, '0215', 'Acorn CLE-215', '1968'),
|
||
(11459, '021f', 'Acorn CLE-215+', '1968'),
|
||
(11460, '1525', 'Xilinx BCU-1525', '1968'),
|
||
(11461, '1533', 'ForestKitten 33', '1968'),
|
||
(11462, '1633', 'JCM33', '1968'),
|
||
(11463, '1635', 'JCM35', '1968'),
|
||
(11464, '0001', 'T10 [CloudBlazer]', '1970'),
|
||
(11465, '0002', 'T11 [CloudBlazer]', '1970'),
|
||
(11466, '0003', 'T10s [CloudBlazer]', '1970'),
|
||
(11467, '8011', 'I10 [CloudBlazer]', '1970'),
|
||
(11468, '8012', 'I10L [CloudBlazer]', '1970'),
|
||
(11469, '0102', 'Xplorer X1600', '1971'),
|
||
(11470, '1098', 'Haishen NVMe SSD', '1972'),
|
||
(11471, '1001', 'NVMe SSD Controller MAP1001', '1975'),
|
||
(11472, '1002', 'NVMe SSD Controller MAP1002', '1975'),
|
||
(11473, '1003', 'NVMe SSD Controller MAP1003', '1975'),
|
||
(11474, '1201', 'NVMe SSD Controller MAP1201', '1975'),
|
||
(11475, '1202', 'NVMe SSD Controller MAP1202', '1975'),
|
||
(11476, '1601', 'NVMe SSD Controller MAP1601', '1975'),
|
||
(11477, '0010', 'APU [Leda]', '1976'),
|
||
(11478, '0100', 'The device has already been deleted.', '1977'),
|
||
(11479, '2864', 'Hailo-8 AI Processor', '1978'),
|
||
(11480, 'bca1', 'AKD1000 Neural Network Coprocessor [Akida]', '1981'),
|
||
(11481, '0002', 'Quantis-PCIe-40M', '1983'),
|
||
(11482, '0003', 'Quantis-PCIe-240M', '1983'),
|
||
(11483, '2a16', 'Cloud Intelligent Inference Controller', '1986'),
|
||
(11484, '300a', 'NVMe SSD Controller 300A', '1987'),
|
||
(11485, '300b', 'NVMe SSD Controller 300B', '1987'),
|
||
(11486, '1001', 'Video Accelerator', '1989'),
|
||
(11487, '0101', 'FG4 PCIe Frame Grabber', '1990'),
|
||
(11488, '0300', 'E2200 Dual E1/Rawpipe Card', '1993'),
|
||
(11489, '0301', 'C5400 SHDSL/E1 Card', '1993'),
|
||
(11490, '000d', 'IBA6110 InfiniBand HCA', '1994'),
|
||
(11491, '0010', 'IBA6120 InfiniBand HCA', '1994'),
|
||
(11492, '3009', '10-Giga TOE SmartNIC', '1995'),
|
||
(11493, '3010', '10-Giga TOE SmartNIC', '1995'),
|
||
(11494, '3014', '10-Giga TOE SmartNIC 2-Port', '1995'),
|
||
(11495, '3110', '10-Giga TOE Single Port SmartNIC', '1995'),
|
||
(11496, '3114', '10-Giga TOE Dual Port Low Profile SmartNIC', '1995'),
|
||
(11497, '3310', '10-Giga TOE SFP+ Single Port SmartNIC', '1995'),
|
||
(11498, '3314', '10-Giga TOE Dual Port Low Profile SmartNIC', '1995'),
|
||
(11499, '4010', 'TN4010 Clean SROM', '1995'),
|
||
(11500, '4020', 'TN9030 10GbE CX4 Ethernet Adapter', '1995'),
|
||
(11501, '4022', 'TN9310 10GbE SFP+ Ethernet Adapter', '1995'),
|
||
(11502, '4024', 'TN9210 10GBase-T Ethernet Adapter', '1995'),
|
||
(11503, '4025', 'TN9510 10GBase-T/NBASE-T Ethernet Adapter', '1995'),
|
||
(11504, '4026', 'TN9610 10GbE SFP+ Ethernet Adapter', '1995'),
|
||
(11505, '4027', 'TN9710P 10GBase-T/NBASE-T Ethernet Adapter', '1995'),
|
||
(11506, '4527', 'TN9710Q 5GBase-T/NBASE-T Ethernet Adapter', '1995'),
|
||
(11507, 'f416', 'MS416', '1996'),
|
||
(11508, 'fb01', 'MH4LM', '1996'),
|
||
(11509, '0001', 'Spectrum Analyzer PC Card (SAgE)', '1997'),
|
||
(11510, '0001', 'Matrix multiport serial adapter', '1998'),
|
||
(11511, '1999', 'Multiport serial controller', '1998'),
|
||
(11512, '2800', 'SmartPCI2800 V.92 PCI Soft DFT', '1999'),
|
||
(11513, '8800', 'LM-I56N', '2001'),
|
||
(11514, '22a0', 'Flex Logix InferX X1 Inference Accelerator', '2007'),
|
||
(11515, '2010', '8142 100VG/AnyLAN', '2010'),
|
||
(11516, '0010', 'HyperX Predator PCIe AHCI SSD', '2011'),
|
||
(11517, '2263', 'A2000 NVMe SSD', '2011'),
|
||
(11518, '5008', 'U-SNS8154P3 NVMe SSD', '2011'),
|
||
(11519, '500d', 'OM3PDP3 NVMe SSD', '2011'),
|
||
(11520, '6e61', 'OHCI USB 1.1 controller', '2015'),
|
||
(11521, '1faa', 'ZEW1602 802.11b/g Wireless Adapter', '2022'),
|
||
(11522, '0013', 'HiNT HC4 PCI to ISDN bridge, Multimedia audio controller', '2023'),
|
||
(11523, '0014', 'HiNT HC4 PCI to ISDN bridge, Network controller', '2023'),
|
||
(11524, '0020', 'HB6 Universal PCI-PCI bridge (transparent mode)', '2023'),
|
||
(11525, '0021', 'HB6 Universal PCI-PCI bridge (non-transparent mode)', '2023'),
|
||
(11526, '0022', 'HiNT HB4 PCI-PCI Bridge (PCI6150)', '2023'),
|
||
(11527, '0026', 'HB2 PCI-PCI Bridge', '2023'),
|
||
(11528, '1014', 'AudioTrak Maya', '2023'),
|
||
(11529, '1018', 'Audiotrak INCA88', '2023'),
|
||
(11530, '1019', 'Miditrak 2120', '2023'),
|
||
(11531, '101a', 'E.Band [AudioTrak Inca88]', '2023'),
|
||
(11532, '101b', 'E.Band [AudioTrak Inca88]', '2023'),
|
||
(11533, '8011', 'VXPro II Chipset', '2023'),
|
||
(11534, '8012', 'VXPro II Chipset', '2023'),
|
||
(11535, '8013', 'VXPro II IDE', '2023'),
|
||
(11536, 'a103', 'Blackmagic Design DeckLink HD Pro', '2023'),
|
||
(11537, '1783', 'AS-i 3.0 cPCI Master', '2025'),
|
||
(11538, '1922', 'AS-i 3.0 PCI Master', '2025'),
|
||
(11539, '1138', 'SCHD-PH-8 Phase detector', '2028'),
|
||
(11540, '1140', 'VR-12-PCI', '2028'),
|
||
(11541, '1141', 'PCI-485(422)', '2028'),
|
||
(11542, '1142', 'PCI-CAN2', '2028'),
|
||
(11543, '0001', 'GLINT 300SX', '2031'),
|
||
(11544, '0002', 'GLINT 500TX', '2031'),
|
||
(11545, '0003', 'GLINT Delta', '2031'),
|
||
(11546, '0004', 'Permedia', '2031'),
|
||
(11547, '0005', 'Permedia', '2031'),
|
||
(11548, '0006', 'GLINT MX', '2031'),
|
||
(11549, '0007', '3D Extreme', '2031'),
|
||
(11550, '0008', 'GLINT Gamma G1', '2031'),
|
||
(11551, '0009', 'Permedia II 2D+3D', '2031'),
|
||
(11552, '000a', 'GLINT R3', '2031'),
|
||
(11553, '000c', 'GLINT R3 [Oxygen VX1]', '2031'),
|
||
(11554, '000d', 'GLint R4 rev A', '2031'),
|
||
(11555, '000e', 'GLINT Gamma G2', '2031'),
|
||
(11556, '0011', 'GLint R4 rev B', '2031'),
|
||
(11557, '0012', 'GLint R5 rev A', '2031'),
|
||
(11558, '0013', 'GLint R5 rev B', '2031'),
|
||
(11559, '0020', 'VP10 visual processor', '2031'),
|
||
(11560, '0022', 'VP10 visual processor', '2031'),
|
||
(11561, '0024', 'VP9 visual processor', '2031'),
|
||
(11562, '002c', 'Wildcat Realizm 100/200', '2031'),
|
||
(11563, '0030', 'Wildcat Realizm 800', '2031'),
|
||
(11564, '0032', 'Wildcat Realizm 500', '2031'),
|
||
(11565, '0100', 'Permedia II 2D+3D', '2031'),
|
||
(11566, '07a1', 'Wildcat III 6210', '2031'),
|
||
(11567, '07a2', 'Sun XVR-500 Graphics Accelerator', '2031'),
|
||
(11568, '07a3', 'Wildcat IV 7210', '2031'),
|
||
(11569, '1004', 'Permedia', '2031'),
|
||
(11570, '3d04', 'Permedia', '2031'),
|
||
(11571, 'ffff', 'Glint VGA', '2031'),
|
||
(11572, '0300', 'ALS300 PCI Audio Device', '2032'),
|
||
(11573, '0308', 'ALS300+ PCI Audio Device', '2032'),
|
||
(11574, '0309', 'PCI Input Controller', '2032'),
|
||
(11575, '1064', 'ALG-2064', '2032'),
|
||
(11576, '2064', 'ALG-2064i', '2032'),
|
||
(11577, '2128', 'ALG-2364A GUI Accelerator', '2032'),
|
||
(11578, '2301', 'ALG-2301', '2032'),
|
||
(11579, '2302', 'ALG-2302', '2032'),
|
||
(11580, '2303', 'AVG-2302 GUI Accelerator', '2032'),
|
||
(11581, '2364', 'ALG-2364A', '2032'),
|
||
(11582, '2464', 'ALG-2464', '2032'),
|
||
(11583, '2501', 'ALG-2564A/25128A', '2032'),
|
||
(11584, '4000', 'ALS4000 Audio Chipset', '2032'),
|
||
(11585, '4710', 'ALC200/200P', '2032'),
|
||
(11586, '1360', 'RTL8139 Ethernet', '2033'),
|
||
(11587, '0001', 'NXB-10GXSR 10-Gigabit Ethernet PCIe Adapter with SR-XFP optical interface', '2034'),
|
||
(11588, '0002', 'NXB-10GCX4 10-Gigabit Ethernet PCIe Adapter with CX4 copper interface', '2034'),
|
||
(11589, '0003', 'NXB-4GCU Quad Gigabit Ethernet PCIe Adapter with 1000-BASE-T interface', '2034'),
|
||
(11590, '0004', 'BladeCenter-H 10-Gigabit Ethernet High Speed Daughter Card', '2034'),
|
||
(11591, '0005', 'NetXen Dual Port 10GbE Multifunction Adapter for c-Class', '2034'),
|
||
(11592, '0024', 'XG Mgmt', '2034'),
|
||
(11593, '0025', 'XG Mgmt', '2034'),
|
||
(11594, '0100', 'NX3031 Multifunction 1/10-Gigabit Server Adapter', '2034'),
|
||
(11595, '0044', 'ADM-XRCIIPro', '2036'),
|
||
(11596, '0001', 'PCI32TLITE FILSTRUP1 PCI to VME Bridge Controller', '2037'),
|
||
(11597, '0006', 'PCI32TLITE UART 16550 Opencores', '2037'),
|
||
(11598, '0007', 'PCI32TLITE CAN Controller Opencores', '2037'),
|
||
(11599, '0100', 'AladdinCARD', '2039'),
|
||
(11600, '0200', 'CPC', '2039'),
|
||
(11601, '2273', 'CH351 PCI Dual Serial Port Controller', '2042'),
|
||
(11602, '3253', 'CH352 PCI Dual Serial Port Controller', '2042'),
|
||
(11603, '3453', 'CH353 PCI Quad Serial Port Controller', '2042'),
|
||
(11604, '5053', 'CH352 PCI Serial and Parallel Port Controller', '2042'),
|
||
(11605, '7053', 'CH353 PCI Dual Serial and Parallel Ports Controller', '2042'),
|
||
(11606, '7073', 'CH356 PCI Quad Serial and Parallel Ports Controller', '2042'),
|
||
(11607, '7173', 'CH355 PCI Quad Serial Port Controller', '2042'),
|
||
(11608, '0016', 'iTVC16 (CX23416) Video Decoder', '2046'),
|
||
(11609, '0803', 'iTVC15 (CX23415) Video Decoder', '2046'),
|
||
(11610, 'adc1', 'ADC200ME High speed ADC', '2050'),
|
||
(11611, 'de01', 'DL200ME High resolution delay line PCI based card', '2050'),
|
||
(11612, 'de02', 'DL200ME Middle resolution delay line PCI based card', '2050'),
|
||
(11613, '1960', 'RedCreek PCI adapter', '2054'),
|
||
(11614, '0508', 'PCI-IDO-16A FET Output Card', '2056'),
|
||
(11615, '0518', 'PCI-IDO-32A FET Output Card', '2056'),
|
||
(11616, '0520', 'PCI-IDO-48 FET Output Card', '2056'),
|
||
(11617, '0521', 'PCI-IDO-48A FET Output Card', '2056'),
|
||
(11618, '0703', 'PCIe-RO-4 Electromechanical Relay Output Card', '2056'),
|
||
(11619, '07d0', 'PCIe-IDO-24 FET Output Card', '2056'),
|
||
(11620, '0920', 'PCI-IDI-48 Isolated Digital Input Card', '2056'),
|
||
(11621, '0bd0', 'PCIe-IDI-24 Isolated Digital Input Card', '2056'),
|
||
(11622, '0c50', 'PCI-DIO-24H 1x 8255 Digital Input / Output Card', '2056'),
|
||
(11623, '0c51', 'PCI-DIO-24D 1x 8255 Digital Input / Output Card', '2056'),
|
||
(11624, '0c52', 'PCIe-DIO-24 1x 8255 Digital Input / Output Card', '2056'),
|
||
(11625, '0c53', 'PCIe-DIO-24H 8255 Digital Input / Output Card', '2056'),
|
||
(11626, '0c57', 'mPCIe-DIO-24 8255 Digital Input / Output Card', '2056'),
|
||
(11627, '0c60', 'PCI-DIO-48H 8255 Digital Input / Output Card', '2056'),
|
||
(11628, '0c61', 'PCIe-DIO-48 8255 Digital Input / Output Card', '2056'),
|
||
(11629, '0c62', 'P104-DIO-48 8255 Digital Input / Output Card', '2056'),
|
||
(11630, '0c68', 'PCI-DIO-72 8255 Digital Input / Output Card', '2056'),
|
||
(11631, '0c69', 'P104-DIO-96 8255 Digital Input / Output Card', '2056'),
|
||
(11632, '0c70', 'PCI-DIO-96 8255 Digital Input / Output Card', '2056'),
|
||
(11633, '0c78', 'PCI-DIO-120 8255 Digital Input / Output Card', '2056'),
|
||
(11634, '0dc8', 'PCI-IDIO-16 Isolated Digital Input / FET Output Card', '2056'),
|
||
(11635, '0e50', 'PCI-DIO-24S 8255 Digital Input / Output Card', '2056'),
|
||
(11636, '0e51', 'PCI-DIO-24H(C) 8255 Digital Input / Output Card', '2056'),
|
||
(11637, '0e52', 'PCI-DIO-24D(C) 8255 Digital Input / Output Card', '2056'),
|
||
(11638, '0e53', 'PCIe-DIO-24S 8255 Digital Input / Output Card', '2056'),
|
||
(11639, '0e54', 'PCIe-DIO-24HS 8255 Digital Input / Output Card', '2056'),
|
||
(11640, '0e55', 'PCIe-DIO-24DC 8255 Digital Input / Output Card', '2056'),
|
||
(11641, '0e56', 'PCIe-DIO-24DCS 8255 Digital Input / Output Card', '2056'),
|
||
(11642, '0e57', 'mPCIe-DIO-24S 8255 Digital Input / Output Card', '2056'),
|
||
(11643, '0e60', 'PCI-DIO-48S 2x 8255 Digital Input / Output Card', '2056'),
|
||
(11644, '0e61', 'PCIe-DIO-48S 2x 8255 Digital Input / Output Card', '2056'),
|
||
(11645, '0e62', 'P104-DIO-48S 2x 8255 Digital Input / Output Card', '2056'),
|
||
(11646, '0f00', 'PCI-IIRO-8 Isolated Digital / Relay Output Card', '2056'),
|
||
(11647, '0f01', 'LPCI-IIRO-8 Isolated Digital / Relay Output Card', '2056'),
|
||
(11648, '0f02', 'PCIe-IIRO-8 Isolated Digital / Relay Output Card', '2056'),
|
||
(11649, '0f08', 'PCI-IIRO-16 Isolated Digital / Relay Output Card', '2056'),
|
||
(11650, '0f09', 'PCIe-IIRO-16 Isolated Digital / Relay Output Card', '2056'),
|
||
(11651, '0fc0', 'PCIe-IDIO-12 Isolated Digital Input / FET Output Card', '2056'),
|
||
(11652, '0fc1', 'PCIe-IDI-12 Isolated Digital Input Card', '2056'),
|
||
(11653, '0fc2', 'PCIe-IDO-12 FET Output Card', '2056'),
|
||
(11654, '0fd0', 'PCIe-IDIO-24 Isolated Digital Input / FET Output Card', '2056'),
|
||
(11655, '1050', 'PCI-422/485-2 2x RS422/RS484 Card', '2056'),
|
||
(11656, '1051', 'PCIe-COM-2SRJ 2x RS422/RS484 Card w/RJ45 Connectors', '2056'),
|
||
(11657, '1052', '104I-COM-2S 2x RS422/RS484 PCI/104 Board', '2056'),
|
||
(11658, '1053', 'mPCIe-COM-2S 2x RS422/RS484 PCI Express Mini Card', '2056'),
|
||
(11659, '1058', 'PCI-COM422/4 4x RS422 Card', '2056'),
|
||
(11660, '1059', 'PCI-COM485/4 4x RS485 Card', '2056'),
|
||
(11661, '105a', 'PCIe-COM422-4 4x RS422 Card', '2056'),
|
||
(11662, '105b', 'PCIe-COM485-4 4x RS485 Card', '2056'),
|
||
(11663, '105c', 'PCIe-COM-4SRJ 4x RS422/RS485 Card w/RJ45 Connectors', '2056'),
|
||
(11664, '105d', '104I-COM-4S 4x RS422/RS484 PCI/104 Board', '2056'),
|
||
(11665, '105e', 'mPCIe-COM-4S 4x RS422/RS484 PCI Express Mini Card', '2056'),
|
||
(11666, '1068', 'PCI-COM422/8 8x RS422 Card', '2056'),
|
||
(11667, '1069', 'PCI-COM485/8 8x RS485 Card', '2056'),
|
||
(11668, '106a', 'PCIe-COM422-8 8x RS422 Card', '2056'),
|
||
(11669, '106b', 'PCIe-COM485-8 8x RS485 Card', '2056'),
|
||
(11670, '106c', '104I-COM-8S 8x RS422/RS485 PCI/104 Board', '2056'),
|
||
(11671, '1088', 'PCI-COM232/1 1x RS232 Card', '2056'),
|
||
(11672, '1090', 'PCI-COM232/2 2x RS232 Card', '2056'),
|
||
(11673, '1091', 'PCIe-COM232-2RJ 2x RS232 Card w/RJ45 Connectors', '2056'),
|
||
(11674, '1093', 'mPCIe-COM232-2 2x RS232 PCI Express Mini Card', '2056'),
|
||
(11675, '1098', 'PCIe-COM232-4 4x RS232 Card', '2056'),
|
||
(11676, '1099', 'PCIe-COM232-4RJ 4x RS232 Card w/RJ45 Connectors', '2056'),
|
||
(11677, '109b', 'mPCIe-COM232-4 4x RS232 PCI Express Mini Card', '2056'),
|
||
(11678, '10a8', 'P104-COM232-8 8x RS232 PC-104+ Board', '2056'),
|
||
(11679, '10a9', 'PCIe-COM232-8 8x RS232 Card', '2056'),
|
||
(11680, '10c9', 'PCI-COM-1S 1x RS422/RS485 Card', '2056'),
|
||
(11681, '10d0', 'PCI-COM2S 2x RS422/RS485 Card', '2056'),
|
||
(11682, '10d1', 'PCIe-COM-2SMRJ 2x RS232/RS422/RS485 Card w/RJ45 Connectors', '2056'),
|
||
(11683, '10d2', '104I-COM-2SM 2x RS232/RS422/RS485 PCI/104 Board', '2056'),
|
||
(11684, '10d3', 'mPCIe-COM-2SM 2x RS232/RS422/RS485 PCI Express Mini Card', '2056'),
|
||
(11685, '10d8', 'PCI-COM-4SM 4x RS232/RS422/RS485 Card', '2056'),
|
||
(11686, '10d9', 'PCIe-COM-4SM 4x RS232/RS422/RS485 Card', '2056'),
|
||
(11687, '10da', 'PCIe-COM-4SMRJ 4x RS232/RS422/RS485 Card w/RJ45 Connectors', '2056'),
|
||
(11688, '10db', '104I-COM-4SM 4x RS232/RS422/RS485 PCI/104 Board', '2056'),
|
||
(11689, '10dc', 'mPCIe-COM-4SM 4x RS232/RS422/RS485 PCI Express Mini Card', '2056'),
|
||
(11690, '10e8', 'PCI-COM-8SM 8x RS232/RS422/RS485 Card', '2056'),
|
||
(11691, '10e9', 'PCIe-COM-8SM 8x RS232/RS422/RS485 Card', '2056'),
|
||
(11692, '10ea', '104I-COM-8SM 8x RS232/RS422/RS485 PCI-104 Board', '2056'),
|
||
(11693, '1108', 'mPCIe-ICM485-1 1x Isolated RS485 PCI Express Mini Card', '2056'),
|
||
(11694, '1110', 'mPCIe-ICM422-2 2x Isolated RS422 PCI Express Mini Card', '2056'),
|
||
(11695, '1111', 'mPCIe-ICM485-2 2x Isolated RS485 PCI Express Mini Card', '2056'),
|
||
(11696, '1118', 'mPCIe-ICM422-4 4x Isolated RS422 PCI Express Mini Card', '2056'),
|
||
(11697, '1119', 'mPCIe-ICM485-4 4x Isolated RS485 PCI Express Mini Card', '2056'),
|
||
(11698, '1148', 'PCI-ICM-1S 1x Isolated RS422/RS485 Card', '2056'),
|
||
(11699, '1150', 'PCI-ICM-2S 2x Isolated RS422/RS485 Card', '2056'),
|
||
(11700, '1152', 'PCIe-ICM-2S 2x Isolated RS422/RS485 Card', '2056'),
|
||
(11701, '1158', 'PCI-ICM422/4 4x Isolated RS422 Card', '2056'),
|
||
(11702, '1159', 'PCI-ICM485/4 4x Isolated RS485 Card', '2056'),
|
||
(11703, '115a', 'PCIe-ICM-4S 4x Isolated RS422/RS485 Card', '2056'),
|
||
(11704, '1190', 'PCIe-ICM232-2 2x Isolated RS232 Card', '2056'),
|
||
(11705, '1191', 'mPCIe-ICM232-2 2x Isolated RS232 PCI Express Mini Card', '2056'),
|
||
(11706, '1198', 'PCIe-ICM232-4 4x Isolated RS232 Card', '2056'),
|
||
(11707, '1199', 'mPCIe-ICM232-4 4x Isolated RS422 PCI Express Mini Card', '2056'),
|
||
(11708, '11d0', 'PCIe-ICM-2SM 2x Isolated RS232/RS422/RS485 Card', '2056'),
|
||
(11709, '11d8', 'PCIe-ICM-4SM 4x Isolated RS232/RS422/RS485 Card', '2056'),
|
||
(11710, '1250', 'PCI-WDG-2S Watchdog and 2x Serial Card', '2056'),
|
||
(11711, '12d0', 'PCI-WDG-IMPAC', '2056'),
|
||
(11712, '2230', 'PCI-QUAD-8 8x Quadrature Input Card', '2056'),
|
||
(11713, '2231', 'PCI-QUAD-4 4x Quadrature Input Card', '2056'),
|
||
(11714, '22c0', 'PCI-WDG-CSM Watchdog Card', '2056'),
|
||
(11715, '25c0', 'P104-WDG-E Watchdog PC/104+ Board', '2056'),
|
||
(11716, '2c50', 'PCI-DIO-96CT 96x Digital Input / Output Card', '2056'),
|
||
(11717, '2c58', 'PCI-DIO-96C3 96x Digital Input / Output Card w/3x 8254 Counter Card', '2056'),
|
||
(11718, '2ee0', 'PCIe-DIO24S-CTR12 24x Digital Input / Output Card w/4x 8254 Counter Card', '2056'),
|
||
(11719, '2fc0', 'P104-WDG-CSM Watchdog PC/104+ Board', '2056'),
|
||
(11720, '2fc1', 'P104-WDG-CSMA Advanced Watchdog PC/104+ Board', '2056'),
|
||
(11721, '5ed0', 'PCI-DAC', '2056'),
|
||
(11722, '6c90', 'PCI-DA12-2 2x 12-bit Analog Output Card', '2056'),
|
||
(11723, '6c98', 'PCI-DA12-4 4x 12-bit Analog Output Card', '2056'),
|
||
(11724, '6ca0', 'PCI-DA12-6 6x 12-bit Analog Output Card', '2056'),
|
||
(11725, '6ca8', 'PCI-DA12-8 8x 12-bit Analog Output Card', '2056'),
|
||
(11726, '6ca9', 'PCI-DA12-8V', '2056'),
|
||
(11727, '6cb0', 'PCI-DA12-16 16x 12-bit Analog Output Card', '2056'),
|
||
(11728, '6cb1', 'PCI-DA12-16V', '2056'),
|
||
(11729, '8ef0', 'P104-FAS16-16', '2056'),
|
||
(11730, 'aca8', 'PCI-AI12-16 12-bit 100kHz Analog Input Card', '2056'),
|
||
(11731, 'aca9', 'PCI-AI12-16A 12-bit 100kHz Analog Input w/FIFO Card', '2056'),
|
||
(11732, 'eca8', 'PCI-AIO12-16 12-bit 100kHz Analog Input w/2x Analog Output and FIFO Card', '2056'),
|
||
(11733, 'ecaa', 'PCI-A12-16A 12-bit 100kHz Analog Input w/2x Analog Output and FIFO Card', '2056'),
|
||
(11734, 'ece8', 'LPCI-A16-16A 16-bit 500kHz Analog Input low-profile Card', '2056'),
|
||
(11735, 'ece9', 'LPCI-AIO16A 16-bit 500kHz Analog Input low-profile Card', '2056'),
|
||
(11736, '5000', 'NV5000SC', '2058'),
|
||
(11737, '0000', 'PLUSTEST device', '2062'),
|
||
(11738, '0001', 'PLUSTEST-MM device', '2062'),
|
||
(11739, '0200', 'MQ-200', '2064'),
|
||
(11740, '0000', '[mvHYPERION-CLe/CLb] CameraLink PCI Express x1 Frame Grabber', '2066'),
|
||
(11741, '0001', '[mvHYPERION-CLf/CLm] CameraLink PCI Express x4 Frame Grabber', '2066'),
|
||
(11742, '0010', '[mvHYPERION-16R16/-32R16] 16 Video Channel PCI Express x4 Frame Grabber', '2066'),
|
||
(11743, '0020', '[mvHYPERION-HD-SDI] HD-SDI PCI Express x4 Frame Grabber', '2066'),
|
||
(11744, '0030', '[mvHYPERION-HD-SDI-Merger] HD-SDI PCI Express x4 Frame Grabber', '2066'),
|
||
(11745, '0100', 'DD-42924I5-300 (ARINC 429 Data Bus)', '2067'),
|
||
(11746, '0300', 'SB-3620 Motion Feedback Device', '2067'),
|
||
(11747, '0340', 'SB-3623 Motion Feedback Device', '2067'),
|
||
(11748, '0400', 'SB-3622 Motion Feedback Device', '2067'),
|
||
(11749, '0500', 'SB-3621 Motion Feedback Device', '2067'),
|
||
(11750, '0510', 'SB-3624 Motion Feedback Device', '2067'),
|
||
(11751, '0801', 'BU-65570I1 MIL-STD-1553 Test and Simulation', '2067'),
|
||
(11752, '0802', 'BU-65570I2 MIL-STD-1553 Test and Simulation', '2067'),
|
||
(11753, '0811', 'BU-65572I1 MIL-STD-1553 Test and Simulation', '2067'),
|
||
(11754, '0812', 'BU-65572I2 MIL-STD-1553 Test and Simulation', '2067'),
|
||
(11755, '0881', 'BU-65570T1 MIL-STD-1553 Test and Simulation', '2067'),
|
||
(11756, '0882', 'BU-65570T2 MIL-STD-1553 Test and Simulation', '2067'),
|
||
(11757, '0891', 'BU-65572T1 MIL-STD-1553 Test and Simulation', '2067'),
|
||
(11758, '0892', 'BU-65572T2 MIL-STD-1553 Test and Simulation', '2067'),
|
||
(11759, '0901', 'BU-65565C1 MIL-STD-1553 Data Bus', '2067'),
|
||
(11760, '0902', 'BU-65565C2 MIL-STD-1553 Data Bus', '2067'),
|
||
(11761, '0903', 'BU-65565C3 MIL-STD-1553 Data Bus', '2067'),
|
||
(11762, '0904', 'BU-65565C4 MIL-STD-1553 Data Bus', '2067'),
|
||
(11763, '0b01', 'BU-65569I1 MIL-STD-1553 Data Bus', '2067'),
|
||
(11764, '0b02', 'BU-65569I2 MIL-STD-1553 Data Bus', '2067'),
|
||
(11765, '0b03', 'BU-65569I3 MIL-STD-1553 Data Bus', '2067'),
|
||
(11766, '0b04', 'BU-65569I4 MIL-STD-1553 Data Bus', '2067'),
|
||
(11767, '0d01', 'SB-3641 Motion Feedback Device', '2067'),
|
||
(11768, '0d10', 'SB-365x Motion Feedback Device', '2067'),
|
||
(11769, '2f00', 'SB-3642 Motion Feedback Device', '2067'),
|
||
(11770, '3000', 'SB-3644 Motion Feedback Device', '2067'),
|
||
(11771, '4243', 'BLASTbus PCI Interface Card v1', '2068'),
|
||
(11772, '1001', 'PCI Radio', '2069'),
|
||
(11773, '2010', 'Daytona Audio Adapter', '2070'),
|
||
(11774, '3031', 'Concert AudioPCI', '2074'),
|
||
(11775, '0300', 'FlyDVB-S', '2075'),
|
||
(11776, '0301', 'FlyDVB-T', '2075'),
|
||
(11777, '0001', 'ProMotion aT3D', '2076'),
|
||
(11778, '0551', 'Plato/PX (system)', '2077'),
|
||
(11779, '5631', '86c325 [ViRGE]', '2077'),
|
||
(11780, '8800', '86c866 [Vision 866]', '2077'),
|
||
(11781, '8801', '86c964 [Vision 964]', '2077'),
|
||
(11782, '8810', '86c764_0 [Trio 32 vers 0]', '2077'),
|
||
(11783, '8811', '86c764/765 [Trio32/64/64V+]', '2077'),
|
||
(11784, '8812', '86cM65 [Aurora64V+]', '2077'),
|
||
(11785, '8813', '86c764_3 [Trio 32/64 vers 3]', '2077'),
|
||
(11786, '8814', '86c767 [Trio 64UV+]', '2077'),
|
||
(11787, '8815', '86cM65 [Aurora 128]', '2077'),
|
||
(11788, '883d', '86c988 [ViRGE/VX]', '2077'),
|
||
(11789, '8870', 'FireGL', '2077'),
|
||
(11790, '8880', '86c868 [Vision 868 VRAM] vers 0', '2077'),
|
||
(11791, '8881', '86c868 [Vision 868 VRAM] vers 1', '2077'),
|
||
(11792, '8882', '86c868 [Vision 868 VRAM] vers 2', '2077'),
|
||
(11793, '8883', '86c868 [Vision 868 VRAM] vers 3', '2077'),
|
||
(11794, '88b0', '86c928 [Vision 928 VRAM] vers 0', '2077'),
|
||
(11795, '88b1', '86c928 [Vision 928 VRAM] vers 1', '2077'),
|
||
(11796, '88b2', '86c928 [Vision 928 VRAM] vers 2', '2077'),
|
||
(11797, '88b3', '86c928 [Vision 928 VRAM] vers 3', '2077'),
|
||
(11798, '88c0', '86c864 [Vision 864 DRAM] vers 0', '2077'),
|
||
(11799, '88c1', '86c864 [Vision 864 DRAM] vers 1', '2077'),
|
||
(11800, '88c2', '86c864 [Vision 864-P DRAM] vers 2', '2077'),
|
||
(11801, '88c3', '86c864 [Vision 864-P DRAM] vers 3', '2077'),
|
||
(11802, '88d0', '86c964 [Vision 964 VRAM] vers 0', '2077'),
|
||
(11803, '88d1', '86c964 [Vision 964 VRAM] vers 1', '2077'),
|
||
(11804, '88d2', '86c964 [Vision 964-P VRAM] vers 2', '2077'),
|
||
(11805, '88d3', '86c964 [Vision 964-P VRAM] vers 3', '2077'),
|
||
(11806, '88f0', '86c968 [Vision 968 VRAM] rev 0', '2077'),
|
||
(11807, '88f1', '86c968 [Vision 968 VRAM] rev 1', '2077'),
|
||
(11808, '88f2', '86c968 [Vision 968 VRAM] rev 2', '2077'),
|
||
(11809, '88f3', '86c968 [Vision 968 VRAM] rev 3', '2077'),
|
||
(11810, '8900', '86c755 [Trio 64V2/DX]', '2077'),
|
||
(11811, '8901', '86c775/86c785 [Trio 64V2/DX or /GX]', '2077'),
|
||
(11812, '8902', 'Plato/PX', '2077'),
|
||
(11813, '8903', 'Trio 3D business multimedia', '2077'),
|
||
(11814, '8904', '86c365, 86c366 [Trio 3D]', '2077'),
|
||
(11815, '8905', 'Trio 64V+ family', '2077'),
|
||
(11816, '8906', 'Trio 64V+ family', '2077'),
|
||
(11817, '8907', 'Trio 64V+ family', '2077'),
|
||
(11818, '8908', 'Trio 64V+ family', '2077'),
|
||
(11819, '8909', 'Trio 64V+ family', '2077'),
|
||
(11820, '890a', 'Trio 64V+ family', '2077'),
|
||
(11821, '890b', 'Trio 64V+ family', '2077'),
|
||
(11822, '890c', 'Trio 64V+ family', '2077'),
|
||
(11823, '890d', 'Trio 64V+ family', '2077'),
|
||
(11824, '890e', 'Trio 64V+ family', '2077'),
|
||
(11825, '890f', 'Trio 64V+ family', '2077'),
|
||
(11826, '8a01', '86c375 [ViRGE/DX] or 86c385 [ViRGE/GX]', '2077'),
|
||
(11827, '8a10', 'ViRGE/GX2', '2077'),
|
||
(11828, '8a13', '86c360 [Trio 3D/1X], 86c362, 86c368 [Trio 3D/2X]', '2077'),
|
||
(11829, '8a20', '86c794 [Savage 3D]', '2077'),
|
||
(11830, '8a21', '86c390 [Savage 3D/MV]', '2077'),
|
||
(11831, '8a22', 'Savage 4', '2077'),
|
||
(11832, '8a23', 'Savage 4', '2077'),
|
||
(11833, '8a25', 'ProSavage PM133', '2077'),
|
||
(11834, '8a26', 'ProSavage KM133', '2077'),
|
||
(11835, '8c00', 'ViRGE/M3', '2077'),
|
||
(11836, '8c01', 'ViRGE/MX', '2077'),
|
||
(11837, '8c02', 'ViRGE/MX+', '2077'),
|
||
(11838, '8c03', 'ViRGE/MX+MV', '2077'),
|
||
(11839, '8c10', '86C270-294 [SavageMX-MV]', '2077'),
|
||
(11840, '8c11', '82C270-294 [SavageMX]', '2077'),
|
||
(11841, '8c12', '86C270-294 [SavageIX-MV]', '2077'),
|
||
(11842, '8c13', '86C270-294 [SavageIX]', '2077'),
|
||
(11843, '8c22', 'SuperSavage MX/128', '2077'),
|
||
(11844, '8c24', 'SuperSavage MX/64', '2077'),
|
||
(11845, '8c26', 'SuperSavage MX/64C', '2077'),
|
||
(11846, '8c2a', 'SuperSavage IX/128 SDR', '2077'),
|
||
(11847, '8c2b', 'SuperSavage IX/128 DDR', '2077'),
|
||
(11848, '8c2c', 'SuperSavage IX/64 SDR', '2077'),
|
||
(11849, '8c2d', 'SuperSavage IX/64 DDR', '2077'),
|
||
(11850, '8c2e', 'SuperSavage IX/C SDR', '2077'),
|
||
(11851, '8c2f', 'SuperSavage IX/C DDR', '2077'),
|
||
(11852, '8d01', '86C380 [ProSavageDDR K4M266]', '2077'),
|
||
(11853, '8d02', 'VT8636A [ProSavage KN133] AGP4X VGA Controller (TwisterK)', '2077'),
|
||
(11854, '8d03', 'VT8751 [ProSavageDDR P4M266]', '2077'),
|
||
(11855, '8d04', 'VT8375 [ProSavage8 KM266/KL266]', '2077'),
|
||
(11856, '8e00', 'DeltaChrome', '2077'),
|
||
(11857, '8e26', 'ProSavage', '2077'),
|
||
(11858, '8e40', '2300E Graphics Processor', '2077'),
|
||
(11859, '8e48', 'Matrix [Chrome S25 / S27]', '2077'),
|
||
(11860, '9043', 'Chrome 430 GT', '2077'),
|
||
(11861, '9045', 'Chrome 430 ULP / 435 ULP / 440 GTX', '2077'),
|
||
(11862, '9060', 'Chrome 530 GT', '2077'),
|
||
(11863, '9102', '86C410 [Savage 2000]', '2077'),
|
||
(11864, 'ca00', 'SonicVibes', '2077'),
|
||
(11865, '0350', 'TL880-based HDTV/ATSC tuner', '2079'),
|
||
(11866, '6178', 'DVB Tuner PCIe Card', '2080'),
|
||
(11867, '3443', 'RTC4', '2081'),
|
||
(11868, '4458', 'S5933', '2082'),
|
||
(11869, '0001', 'I-30xx Scanner Interface', '2085'),
|
||
(11870, '0003', 'TURBOstor HFP-832 [HiPPI NIC]', '2086'),
|
||
(11871, '3b00', 'Epiphan DVI2PCIe video capture card', '2086'),
|
||
(11872, '8008', 'tDVR8008 8-port video capture card', '2093'),
|
||
(11873, '8016', 'tDVR8016 16-chan video capture card', '2093'),
|
||
(11874, '8032', 'tDVR8032 32-chan video capture card', '2093'),
|
||
(11875, '0001', 'Xen Platform Device', '2094'),
|
||
(11876, 'c000', 'Citrix XenServer PCI Device for Windows Update', '2094'),
|
||
(11877, 'c110', 'Virtualized HID', '2094'),
|
||
(11878, 'c147', 'Virtualized Graphics Device', '2094'),
|
||
(11879, 'c200', 'XCP-ng Project PCI Device for Windows Update', '2094'),
|
||
(11880, '1652', 'PXI-1652 Signal Generator', '2099'),
|
||
(11881, '2504', 'PXI-2504 Signal Interrogator', '2099'),
|
||
(11882, '6773', 'GPPCI', '2101'),
|
||
(11883, '1200', 'TERA1200 PC-over-IP Host', '2103'),
|
||
(11884, '0001', 'PCCOM4', '2104'),
|
||
(11885, '0002', 'PCCOM8', '2104'),
|
||
(11886, '0004', 'PCCOM2', '2104'),
|
||
(11887, '0101', 'PCI 8255/8254 I/O Card', '2104'),
|
||
(11888, '0200', '12-bit AD/DA Card', '2104'),
|
||
(11889, '0201', '14-bit AD/DA Card', '2104'),
|
||
(11890, '1011', 'Industrial Card', '2104'),
|
||
(11891, '1021', '8 photo couple 8 relay Card', '2104'),
|
||
(11892, '1022', '4 photo couple 4 relay Card', '2104'),
|
||
(11893, '1025', '16 photo couple 16 relay Card', '2104'),
|
||
(11894, '4000', 'WatchDog Card', '2104'),
|
||
(11895, '1200', 'CooVox TDM Analog Module', '2105'),
|
||
(11896, '1400', 'CooVOX TDM GSM Module', '2105'),
|
||
(11897, '1600', 'CooVOX TDM E1/T1 Module', '2105'),
|
||
(11898, '1800', 'CooVOX TDM BRI Module', '2105'),
|
||
(11899, '2000', 'HD-2000', '2107'),
|
||
(11900, '3000', 'HD-3000', '2107'),
|
||
(11901, '5500', 'HD5500 HDTV', '2107'),
|
||
(11902, '7910', '7910 [Althea]', '2109'),
|
||
(11903, 'e100', 'PTP3100 PCIe PTP Slave Clock', '2110'),
|
||
(11904, '0010', 'WDOG1 [PCI-Watchdog 1]', '2115'),
|
||
(11905, '0011', 'PWDOG2 [PCI-Watchdog 2]', '2115'),
|
||
(11906, '0015', 'Clock77/PCI & Clock77/PCIe (DCF-77 receiver)', '2115'),
|
||
(11907, '0007', '82379AB', '2117'),
|
||
(11908, '0008', 'Extended Express System Support Controller', '2117'),
|
||
(11909, '0039', '21145 Fast Ethernet', '2117'),
|
||
(11910, '0040', 'Core Processor DRAM Controller', '2117'),
|
||
(11911, '0041', 'Core Processor PCI Express x16 Root Port', '2117'),
|
||
(11912, '0042', 'Core Processor Integrated Graphics Controller', '2117'),
|
||
(11913, '0043', 'Core Processor Secondary PCI Express Root Port', '2117'),
|
||
(11914, '0044', 'Core Processor DRAM Controller', '2117'),
|
||
(11915, '0045', 'Core Processor PCI Express x16 Root Port', '2117'),
|
||
(11916, '0046', 'Core Processor Integrated Graphics Controller', '2117'),
|
||
(11917, '0047', 'Core Processor Secondary PCI Express Root Port', '2117'),
|
||
(11918, '0048', 'Core Processor DRAM Controller', '2117'),
|
||
(11919, '0049', 'Core Processor PCI Express x16 Root Port', '2117'),
|
||
(11920, '004a', 'Core Processor Integrated Graphics Controller', '2117'),
|
||
(11921, '004b', 'Core Processor Secondary PCI Express Root Port', '2117'),
|
||
(11922, '0050', 'Core Processor Thermal Management Controller', '2117'),
|
||
(11923, '0069', 'Core Processor DRAM Controller', '2117'),
|
||
(11924, '0082', 'Centrino Advanced-N 6205 [Taylor Peak]', '2117'),
|
||
(11925, '0083', 'Centrino Wireless-N 1000 [Condor Peak]', '2117'),
|
||
(11926, '0084', 'Centrino Wireless-N 1000 [Condor Peak]', '2117'),
|
||
(11927, '0085', 'Centrino Advanced-N 6205 [Taylor Peak]', '2117'),
|
||
(11928, '0087', 'Centrino Advanced-N + WiMAX 6250 [Kilmer Peak]', '2117'),
|
||
(11929, '0089', 'Centrino Advanced-N + WiMAX 6250 [Kilmer Peak]', '2117'),
|
||
(11930, '008a', 'Centrino Wireless-N 1030 [Rainbow Peak]', '2117'),
|
||
(11931, '008b', 'Centrino Wireless-N 1030 [Rainbow Peak]', '2117'),
|
||
(11932, '0090', 'Centrino Advanced-N 6230 [Rainbow Peak]', '2117'),
|
||
(11933, '0091', 'Centrino Advanced-N 6230 [Rainbow Peak]', '2117'),
|
||
(11934, '0100', '2nd Generation Core Processor Family DRAM Controller', '2117'),
|
||
(11935, '0101', 'Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port', '2117'),
|
||
(11936, '0102', '2nd Generation Core Processor Family Integrated Graphics Controller', '2117'),
|
||
(11937, '0104', '2nd Generation Core Processor Family DRAM Controller', '2117'),
|
||
(11938, '0105', 'Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port', '2117'),
|
||
(11939, '0106', '2nd Generation Core Processor Family Integrated Graphics Controller', '2117'),
|
||
(11940, '0108', 'Xeon E3-1200 Processor Family DRAM Controller', '2117'),
|
||
(11941, '0109', 'Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port', '2117'),
|
||
(11942, '010a', 'Xeon E3-1200 Processor Family Integrated Graphics Controller', '2117'),
|
||
(11943, '010b', 'Xeon E3-1200/2nd Generation Core Processor Family Integrated Graphics Controller', '2117'),
|
||
(11944, '010c', 'Xeon E3-1200/2nd Generation Core Processor Family DRAM Controller', '2117'),
|
||
(11945, '010d', 'Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port', '2117'),
|
||
(11946, '010e', 'Xeon E3-1200/2nd Generation Core Processor Family Integrated Graphics Controller', '2117'),
|
||
(11947, '0112', '2nd Generation Core Processor Family Integrated Graphics Controller', '2117'),
|
||
(11948, '0116', '2nd Generation Core Processor Family Integrated Graphics Controller', '2117'),
|
||
(11949, '0122', '2nd Generation Core Processor Family Integrated Graphics Controller', '2117'),
|
||
(11950, '0126', '2nd Generation Core Processor Family Integrated Graphics Controller', '2117'),
|
||
(11951, '0150', 'Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller', '2117'),
|
||
(11952, '0151', 'Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port', '2117'),
|
||
(11953, '0152', 'Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller', '2117'),
|
||
(11954, '0153', '3rd Gen Core Processor Thermal Subsystem', '2117'),
|
||
(11955, '0154', '3rd Gen Core processor DRAM Controller', '2117'),
|
||
(11956, '0155', 'Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port', '2117'),
|
||
(11957, '0156', '3rd Gen Core processor Graphics Controller', '2117'),
|
||
(11958, '0158', 'Xeon E3-1200 v2/Ivy Bridge DRAM Controller', '2117'),
|
||
(11959, '0159', 'Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port', '2117'),
|
||
(11960, '015a', 'Xeon E3-1200 v2/Ivy Bridge Graphics Controller', '2117'),
|
||
(11961, '015c', 'Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller', '2117'),
|
||
(11962, '015d', 'Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port', '2117'),
|
||
(11963, '015e', 'Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller', '2117'),
|
||
(11964, '0162', 'Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller', '2117'),
|
||
(11965, '0166', '3rd Gen Core processor Graphics Controller', '2117'),
|
||
(11966, '016a', 'Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller', '2117'),
|
||
(11967, '0172', 'Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller', '2117'),
|
||
(11968, '0176', '3rd Gen Core processor Graphics Controller', '2117'),
|
||
(11969, '0201', 'Arctic Sound', '2117'),
|
||
(11970, '0284', 'Comet Lake PCH-LP LPC Premium Controller/eSPI Controller', '2117'),
|
||
(11971, '02a3', 'Comet Lake PCH-LP SMBus Host Controller', '2117'),
|
||
(11972, '02a4', 'Comet Lake SPI (flash) Controller', '2117'),
|
||
(11973, '02a6', 'Comet Lake North Peak', '2117'),
|
||
(11974, '02b0', 'Comet Lake PCI Express Root Port #9', '2117'),
|
||
(11975, '02b1', 'Comet Lake PCI Express Root Port #10', '2117'),
|
||
(11976, '02b3', 'Comet Lake PCI Express Root Port #12', '2117'),
|
||
(11977, '02b4', 'Comet Lake PCI Express Root Port #13', '2117'),
|
||
(11978, '02b8', 'Comet Lake PCI Express Root Port #1', '2117'),
|
||
(11979, '02bc', 'Comet Lake PCI Express Root Port #5', '2117'),
|
||
(11980, '02c5', 'Comet Lake Serial IO I2C Host Controller', '2117'),
|
||
(11981, '02c8', 'Comet Lake PCH-LP cAVS', '2117'),
|
||
(11982, '02d3', 'Comet Lake SATA AHCI Controller', '2117'),
|
||
(11983, '02e0', 'Comet Lake Management Engine Interface', '2117'),
|
||
(11984, '02e8', 'Serial IO I2C Host Controller', '2117'),
|
||
(11985, '02e9', 'Comet Lake Serial IO I2C Host Controller', '2117'),
|
||
(11986, '02ea', 'Comet Lake PCH-LP LPSS: I2C Controller #2', '2117'),
|
||
(11987, '02ed', 'Comet Lake PCH-LP USB 3.1 xHCI Host Controller', '2117'),
|
||
(11988, '02ef', 'Comet Lake PCH-LP Shared SRAM', '2117'),
|
||
(11989, '02f0', 'Comet Lake PCH-LP CNVi WiFi', '2117'),
|
||
(11990, '02f5', 'Comet Lake PCH-LP SCS3', '2117'),
|
||
(11991, '02f9', 'Comet Lake Thermal Subsytem', '2117'),
|
||
(11992, '02fc', 'Comet Lake Integrated Sensor Solution', '2117'),
|
||
(11993, '0309', '80303 I/O Processor PCI-to-PCI Bridge', '2117'),
|
||
(11994, '030d', '80312 I/O Companion Chip PCI-to-PCI Bridge', '2117'),
|
||
(11995, '0326', '6700/6702PXH I/OxAPIC Interrupt Controller A', '2117'),
|
||
(11996, '0327', '6700PXH I/OxAPIC Interrupt Controller B', '2117'),
|
||
(11997, '0329', '6700PXH PCI Express-to-PCI Bridge A', '2117'),
|
||
(11998, '032a', '6700PXH PCI Express-to-PCI Bridge B', '2117'),
|
||
(11999, '032c', '6702PXH PCI Express-to-PCI Bridge A', '2117'),
|
||
(12000, '0330', '80332 [Dobson] I/O processor (A-Segment Bridge)', '2117'),
|
||
(12001, '0331', '80332 [Dobson] I/O processor (A-Segment IOAPIC)', '2117'),
|
||
(12002, '0332', '80332 [Dobson] I/O processor (B-Segment Bridge)', '2117'),
|
||
(12003, '0333', '80332 [Dobson] I/O processor (B-Segment IOAPIC)', '2117'),
|
||
(12004, '0334', '80332 [Dobson] I/O processor (ATU)', '2117'),
|
||
(12005, '0335', '80331 [Lindsay] I/O processor (PCI-X Bridge)', '2117'),
|
||
(12006, '0336', '80331 [Lindsay] I/O processor (ATU)', '2117'),
|
||
(12007, '0340', '41210 [Lanai] Serial to Parallel PCI Bridge (A-Segment Bridge)', '2117'),
|
||
(12008, '0341', '41210 [Lanai] Serial to Parallel PCI Bridge (B-Segment Bridge)', '2117'),
|
||
(12009, '0370', '80333 Segment-A PCIe Express to PCI-X bridge', '2117'),
|
||
(12010, '0371', '80333 A-Bus IOAPIC', '2117'),
|
||
(12011, '0372', '80333 Segment-B PCIe Express to PCI-X bridge', '2117'),
|
||
(12012, '0373', '80333 B-Bus IOAPIC', '2117'),
|
||
(12013, '0374', '80333 Address Translation Unit', '2117'),
|
||
(12014, '0402', 'Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller', '2117'),
|
||
(12015, '0406', 'Haswell Integrated Graphics Controller', '2117'),
|
||
(12016, '040a', 'Xeon E3-1200 v3 Processor Integrated Graphics Controller', '2117'),
|
||
(12017, '0412', 'Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller', '2117'),
|
||
(12018, '0416', '4th Gen Core Processor Integrated Graphics Controller', '2117'),
|
||
(12019, '041a', 'Xeon E3-1200 v3 Processor Integrated Graphics Controller', '2117'),
|
||
(12020, '041e', '4th Generation Core Processor Family Integrated Graphics Controller', '2117'),
|
||
(12021, '0434', 'DH89XXCC Series QAT', '2117'),
|
||
(12022, '0435', 'DH895XCC Series QAT', '2117'),
|
||
(12023, '0436', 'DH8900CC Null Device', '2117'),
|
||
(12024, '0438', 'DH8900CC Series Gigabit Network Connection', '2117'),
|
||
(12025, '043a', 'DH8900CC Series Gigabit Fiber Network Connection', '2117'),
|
||
(12026, '043c', 'DH8900CC Series Gigabit Backplane Network Connection', '2117'),
|
||
(12027, '0440', 'DH8900CC Series Gigabit SFP Network Connection', '2117'),
|
||
(12028, '0442', 'DH89XXCC Series QAT Virtual Function', '2117'),
|
||
(12029, '0443', 'DH895XCC Series QAT Virtual Function', '2117'),
|
||
(12030, '0482', '82375EB/SB PCI to EISA Bridge', '2117'),
|
||
(12031, '0483', '82424TX/ZX [Saturn] CPU to PCI bridge', '2117'),
|
||
(12032, '0484', '82378ZB/IB, 82379AB (SIO, SIO.A) PCI to ISA Bridge', '2117'),
|
||
(12033, '0486', '82425EX/ZX [Aries] PCIset with ISA bridge', '2117'),
|
||
(12034, '04a3', '82434LX/NX [Mercury/Neptune] Processor to PCI bridge', '2117'),
|
||
(12035, '04d0', '82437FX [Triton FX]', '2117'),
|
||
(12036, '0500', 'E8870 Processor bus control', '2117'),
|
||
(12037, '0501', 'E8870 Memory controller', '2117'),
|
||
(12038, '0502', 'E8870 Scalability Port 0', '2117'),
|
||
(12039, '0503', 'E8870 Scalability Port 1', '2117'),
|
||
(12040, '0510', 'E8870IO Hub Interface Port 0 registers (8-bit compatibility port)', '2117'),
|
||
(12041, '0511', 'E8870IO Hub Interface Port 1 registers', '2117'),
|
||
(12042, '0512', 'E8870IO Hub Interface Port 2 registers', '2117'),
|
||
(12043, '0513', 'E8870IO Hub Interface Port 3 registers', '2117'),
|
||
(12044, '0514', 'E8870IO Hub Interface Port 4 registers', '2117'),
|
||
(12045, '0515', 'E8870IO General SIOH registers', '2117'),
|
||
(12046, '0516', 'E8870IO RAS registers', '2117'),
|
||
(12047, '0530', 'E8870SP Scalability Port 0 registers', '2117'),
|
||
(12048, '0531', 'E8870SP Scalability Port 1 registers', '2117'),
|
||
(12049, '0532', 'E8870SP Scalability Port 2 registers', '2117'),
|
||
(12050, '0533', 'E8870SP Scalability Port 3 registers', '2117'),
|
||
(12051, '0534', 'E8870SP Scalability Port 4 registers', '2117'),
|
||
(12052, '0535', 'E8870SP Scalability Port 5 registers', '2117'),
|
||
(12053, '0536', 'E8870SP Interleave registers 0 and 1', '2117'),
|
||
(12054, '0537', 'E8870SP Interleave registers 2 and 3', '2117'),
|
||
(12055, '0600', 'RAID Controller', '2117'),
|
||
(12056, '061f', '80303 I/O Processor', '2117'),
|
||
(12057, '068d', 'Comet Lake LPC Controller', '2117'),
|
||
(12058, '06a3', 'Comet Lake PCH SMBus Controller', '2117'),
|
||
(12059, '06a4', 'Comet Lake PCH SPI Controller', '2117'),
|
||
(12060, '06a8', 'Comet Lake PCH Serial IO UART Host Controller #0', '2117'),
|
||
(12061, '06a9', 'Comet Lake PCH Serial IO UART Host Controller #1', '2117'),
|
||
(12062, '06aa', 'Comet Lake PCH Serial IO SPI Controller #0', '2117'),
|
||
(12063, '06ab', 'Comet Lake PCH Serial IO SPI Controller #1', '2117'),
|
||
(12064, '06ac', 'Comet Lake PCI Express Root Port #21', '2117'),
|
||
(12065, '06b0', 'Comet Lake PCI Express Root Port #9', '2117'),
|
||
(12066, '06c0', 'Comet Lake PCI Express Root Port #17', '2117'),
|
||
(12067, '06c8', 'Comet Lake PCH cAVS', '2117'),
|
||
(12068, '06e0', 'Comet Lake HECI Controller', '2117'),
|
||
(12069, '06e8', 'Comet Lake PCH Serial IO I2C Controller #0', '2117'),
|
||
(12070, '06e9', 'Comet Lake PCH Serial IO I2C Controller #1', '2117'),
|
||
(12071, '06ea', 'Comet Lake PCH Serial IO I2C Controller #2', '2117'),
|
||
(12072, '06eb', 'Comet Lake PCH Serial IO I2C Controller #3', '2117'),
|
||
(12073, '06ed', 'Comet Lake USB 3.1 xHCI Host Controller', '2117'),
|
||
(12074, '06ef', 'Comet Lake PCH Shared SRAM', '2117'),
|
||
(12075, '06f0', 'Comet Lake PCH CNVi WiFi', '2117'),
|
||
(12076, '06f9', 'Comet Lake PCH Thermal Controller', '2117'),
|
||
(12077, '06fb', 'Comet Lake PCH Serial IO SPI Controller #2', '2117'),
|
||
(12078, '0700', 'CE Media Processor A/V Bridge', '2117'),
|
||
(12079, '0701', 'CE Media Processor NAND Flash Controller', '2117'),
|
||
(12080, '0703', 'CE Media Processor Media Control Unit 1', '2117'),
|
||
(12081, '0704', 'CE Media Processor Video Capture Interface', '2117'),
|
||
(12082, '0707', 'CE Media Processor SPI Slave', '2117'),
|
||
(12083, '0708', 'CE Media Processor 4100', '2117'),
|
||
(12084, '0800', 'Moorestown SPI Ctrl 0', '2117'),
|
||
(12085, '0801', 'Moorestown SPI Ctrl 1', '2117'),
|
||
(12086, '0802', 'Moorestown I2C 0', '2117'),
|
||
(12087, '0803', 'Moorestown I2C 1', '2117'),
|
||
(12088, '0804', 'Moorestown I2C 2', '2117'),
|
||
(12089, '0805', 'Moorestown Keyboard Ctrl', '2117'),
|
||
(12090, '0806', 'Moorestown USB Ctrl', '2117'),
|
||
(12091, '0807', 'Moorestown SD Host Ctrl 0', '2117'),
|
||
(12092, '0808', 'Moorestown SD Host Ctrl 1', '2117'),
|
||
(12093, '0809', 'Moorestown NAND Ctrl', '2117'),
|
||
(12094, '080a', 'Moorestown Audio Ctrl', '2117'),
|
||
(12095, '080b', 'Moorestown ISP', '2117'),
|
||
(12096, '080c', 'Moorestown Security Controller', '2117'),
|
||
(12097, '080d', 'Moorestown External Displays', '2117'),
|
||
(12098, '080e', 'Moorestown SCU IPC', '2117'),
|
||
(12099, '080f', 'Moorestown GPIO Controller', '2117'),
|
||
(12100, '0810', 'Moorestown Power Management Unit', '2117'),
|
||
(12101, '0811', 'Moorestown OTG Ctrl', '2117'),
|
||
(12102, '0812', 'Moorestown SPI Ctrl 2', '2117'),
|
||
(12103, '0813', 'Moorestown SC DMA', '2117'),
|
||
(12104, '0814', 'Moorestown LPE DMA', '2117'),
|
||
(12105, '0815', 'Moorestown SSP0', '2117'),
|
||
(12106, '0817', 'Medfield Serial IO I2C Controller #3', '2117'),
|
||
(12107, '0818', 'Medfield Serial IO I2C Controller #4', '2117'),
|
||
(12108, '0819', 'Medfield Serial IO I2C Controller #5', '2117'),
|
||
(12109, '081a', 'Medfield GPIO Controller [Core]', '2117'),
|
||
(12110, '081b', 'Medfield Serial IO HSUART Controller #1', '2117'),
|
||
(12111, '081c', 'Medfield Serial IO HSUART Controller #2', '2117'),
|
||
(12112, '081d', 'Medfield Serial IO HSUART Controller #3', '2117'),
|
||
(12113, '081e', 'Medfield Serial IO HSUART DMA Controller', '2117'),
|
||
(12114, '081f', 'Medfield GPIO Controller [AON]', '2117'),
|
||
(12115, '0820', 'Medfield SD Host Controller', '2117'),
|
||
(12116, '0821', 'Medfield SDIO Controller #1', '2117'),
|
||
(12117, '0822', 'Medfield SDIO Controller #2', '2117'),
|
||
(12118, '0823', 'Medfield eMMC Controller #0', '2117'),
|
||
(12119, '0824', 'Medfield eMMC Controller #1', '2117'),
|
||
(12120, '0827', 'Medfield Serial IO DMA Controller', '2117'),
|
||
(12121, '0828', 'Medfield Power Management Unit', '2117'),
|
||
(12122, '0829', 'Medfield USB Device Controller (OTG)', '2117'),
|
||
(12123, '082a', 'Medfield SCU IPC', '2117'),
|
||
(12124, '082c', 'Medfield Serial IO I2C Controller #0', '2117'),
|
||
(12125, '082d', 'Medfield Serial IO I2C Controller #1', '2117'),
|
||
(12126, '082e', 'Medfield Serial IO I2C Controller #2', '2117'),
|
||
(12127, '0885', 'Centrino Wireless-N + WiMAX 6150', '2117'),
|
||
(12128, '0886', 'Centrino Wireless-N + WiMAX 6150', '2117'),
|
||
(12129, '0887', 'Centrino Wireless-N 2230', '2117'),
|
||
(12130, '0888', 'Centrino Wireless-N 2230', '2117'),
|
||
(12131, '088e', 'Centrino Advanced-N 6235', '2117'),
|
||
(12132, '088f', 'Centrino Advanced-N 6235', '2117'),
|
||
(12133, '0890', 'Centrino Wireless-N 2200', '2117'),
|
||
(12134, '0891', 'Centrino Wireless-N 2200', '2117'),
|
||
(12135, '0892', 'Centrino Wireless-N 135', '2117'),
|
||
(12136, '0893', 'Centrino Wireless-N 135', '2117'),
|
||
(12137, '0894', 'Centrino Wireless-N 105', '2117'),
|
||
(12138, '0895', 'Centrino Wireless-N 105', '2117'),
|
||
(12139, '0896', 'Centrino Wireless-N 130', '2117'),
|
||
(12140, '0897', 'Centrino Wireless-N 130', '2117'),
|
||
(12141, '08a7', 'Quark SoC X1000 SDIO / eMMC Controller', '2117'),
|
||
(12142, '08ae', 'Centrino Wireless-N 100', '2117'),
|
||
(12143, '08af', 'Centrino Wireless-N 100', '2117'),
|
||
(12144, '08b1', 'Wireless 7260', '2117'),
|
||
(12145, '08b2', 'Wireless 7260', '2117'),
|
||
(12146, '08b3', 'Wireless 3160', '2117'),
|
||
(12147, '08b4', 'Wireless 3160', '2117'),
|
||
(12148, '08cf', 'Atom Processor Z2760 Integrated Graphics Controller', '2117'),
|
||
(12149, '0934', 'Quark SoC X1000 I2C Controller and GPIO Controller', '2117'),
|
||
(12150, '0935', 'Quark SoC X1000 SPI Controller', '2117'),
|
||
(12151, '0936', 'Quark SoC X1000 HS-UART', '2117'),
|
||
(12152, '0937', 'Quark SoC X1000 10/100 Ethernet MAC', '2117'),
|
||
(12153, '0939', 'Quark SoC X1000 USB EHCI Host Controller / USB 2.0 Device', '2117'),
|
||
(12154, '093a', 'Quark SoC X1000 USB OHCI Host Controller', '2117'),
|
||
(12155, '0953', 'PCIe Data Center SSD', '2117'),
|
||
(12156, '0958', 'Quark SoC X1000 Host Bridge', '2117'),
|
||
(12157, '095a', 'Wireless 7265', '2117'),
|
||
(12158, '095b', 'Wireless 7265', '2117'),
|
||
(12159, '095e', 'Quark SoC X1000 Legacy Bridge', '2117'),
|
||
(12160, '0960', '80960RP (i960RP) Microprocessor/Bridge', '2117'),
|
||
(12161, '0962', '80960RM (i960RM) Bridge', '2117'),
|
||
(12162, '0964', '80960RP (i960RP) Microprocessor/Bridge', '2117'),
|
||
(12163, '0a03', 'Haswell-ULT Thermal Subsystem', '2117'),
|
||
(12164, '0a04', 'Haswell-ULT DRAM Controller', '2117'),
|
||
(12165, '0a06', 'Haswell-ULT Integrated Graphics Controller', '2117'),
|
||
(12166, '0a0c', 'Haswell-ULT HD Audio Controller', '2117'),
|
||
(12167, '0a16', 'Haswell-ULT Integrated Graphics Controller', '2117'),
|
||
(12168, '0a22', 'Haswell-ULT Integrated Graphics Controller', '2117'),
|
||
(12169, '0a26', 'Haswell-ULT Integrated Graphics Controller', '2117'),
|
||
(12170, '0a2a', 'Haswell-ULT Integrated Graphics Controller', '2117'),
|
||
(12171, '0a2e', 'Haswell-ULT Integrated Graphics Controller', '2117'),
|
||
(12172, '0a53', 'DC P3520 SSD', '2117'),
|
||
(12173, '0a54', 'NVMe Datacenter SSD [3DNAND, Beta Rock Controller]', '2117'),
|
||
(12174, '0a55', 'NVMe DC SSD [3DNAND, Beta Rock Controller]', '2117'),
|
||
(12175, '0b26', 'Thunderbolt 4 Bridge [Goshen Ridge 2020]', '2117'),
|
||
(12176, '0b27', 'Thunderbolt 4 USB Controller [Goshen Ridge 2020]', '2117'),
|
||
(12177, '0b60', 'NVMe DC SSD [3DNAND, Sentinel Rock Controller]', '2117'),
|
||
(12178, '0be0', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12179, '0be1', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12180, '0be2', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12181, '0be3', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12182, '0be4', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12183, '0be5', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12184, '0be6', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12185, '0be7', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12186, '0be8', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12187, '0be9', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12188, '0bea', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12189, '0beb', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12190, '0bec', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12191, '0bed', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12192, '0bee', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12193, '0bef', 'Atom Processor D2xxx/N2xxx Integrated Graphics Controller', '2117'),
|
||
(12194, '0bf0', 'Atom Processor D2xxx/N2xxx DRAM Controller', '2117'),
|
||
(12195, '0bf1', 'Atom Processor D2xxx/N2xxx DRAM Controller', '2117'),
|
||
(12196, '0bf2', 'Atom Processor D2xxx/N2xxx DRAM Controller', '2117'),
|
||
(12197, '0bf3', 'Atom Processor D2xxx/N2xxx DRAM Controller', '2117'),
|
||
(12198, '0bf4', 'Atom Processor D2xxx/N2xxx DRAM Controller', '2117'),
|
||
(12199, '0bf5', 'Atom Processor D2xxx/N2xxx DRAM Controller', '2117'),
|
||
(12200, '0bf6', 'Atom Processor D2xxx/N2xxx DRAM Controller', '2117'),
|
||
(12201, '0bf7', 'Atom Processor D2xxx/N2xxx DRAM Controller', '2117'),
|
||
(12202, '0c00', '4th Gen Core Processor DRAM Controller', '2117'),
|
||
(12203, '0c01', 'Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller', '2117'),
|
||
(12204, '0c04', 'Xeon E3-1200 v3/4th Gen Core Processor DRAM Controller', '2117'),
|
||
(12205, '0c05', 'Xeon E3-1200 v3/4th Gen Core Processor PCI Express x8 Controller', '2117'),
|
||
(12206, '0c08', 'Xeon E3-1200 v3 Processor DRAM Controller', '2117'),
|
||
(12207, '0c09', 'Xeon E3-1200 v3/4th Gen Core Processor PCI Express x4 Controller', '2117'),
|
||
(12208, '0c0c', 'Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller', '2117'),
|
||
(12209, '0c46', 'Atom Processor S1200 PCI Express Root Port 1', '2117'),
|
||
(12210, '0c47', 'Atom Processor S1200 PCI Express Root Port 2', '2117'),
|
||
(12211, '0c48', 'Atom Processor S1200 PCI Express Root Port 3', '2117'),
|
||
(12212, '0c49', 'Atom Processor S1200 PCI Express Root Port 4', '2117'),
|
||
(12213, '0c4e', 'Atom Processor S1200 NTB Primary', '2117'),
|
||
(12214, '0c50', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QuickData Technology Device', '2117'),
|
||
(12215, '0c51', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QuickData Technology Device', '2117'),
|
||
(12216, '0c52', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QuickData Technology Device', '2117'),
|
||
(12217, '0c53', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QuickData Technology Device', '2117'),
|
||
(12218, '0c54', 'Atom Processor S1200 Internal', '2117'),
|
||
(12219, '0c55', 'Atom Processor S1200 DFX 1', '2117'),
|
||
(12220, '0c56', 'Atom Processor S1200 DFX 2', '2117'),
|
||
(12221, '0c59', 'Atom Processor S1200 SMBus 2.0 Controller 0', '2117'),
|
||
(12222, '0c5a', 'Atom Processor S1200 SMBus 2.0 Controller 1', '2117'),
|
||
(12223, '0c5b', 'Atom Processor S1200 SMBus Controller 2', '2117'),
|
||
(12224, '0c5c', 'Atom Processor S1200 SMBus Controller 3', '2117'),
|
||
(12225, '0c5d', 'Atom Processor S1200 SMBus Controller 4', '2117'),
|
||
(12226, '0c5e', 'Atom Processor S1200 SMBus Controller 5', '2117'),
|
||
(12227, '0c5f', 'Atom Processor S1200 UART', '2117'),
|
||
(12228, '0c60', 'Atom Processor S1200 Integrated Legacy Bus', '2117'),
|
||
(12229, '0c70', 'Atom Processor S1200 Internal', '2117'),
|
||
(12230, '0c71', 'Atom Processor S1200 Internal', '2117'),
|
||
(12231, '0c72', 'Atom Processor S1200 Internal', '2117'),
|
||
(12232, '0c73', 'Atom Processor S1200 Internal', '2117'),
|
||
(12233, '0c74', 'Atom Processor S1200 Internal', '2117'),
|
||
(12234, '0c75', 'Atom Processor S1200 Internal', '2117'),
|
||
(12235, '0c76', 'Atom Processor S1200 Internal', '2117'),
|
||
(12236, '0c77', 'Atom Processor S1200 Internal', '2117'),
|
||
(12237, '0c78', 'Atom Processor S1200 Internal', '2117'),
|
||
(12238, '0c79', 'Atom Processor S1200 Internal', '2117'),
|
||
(12239, '0c7a', 'Atom Processor S1200 Internal', '2117'),
|
||
(12240, '0c7b', 'Atom Processor S1200 Internal', '2117'),
|
||
(12241, '0c7c', 'Atom Processor S1200 Internal', '2117'),
|
||
(12242, '0c7d', 'Atom Processor S1200 Internal', '2117'),
|
||
(12243, '0c7e', 'Atom Processor S1200 Internal', '2117'),
|
||
(12244, '0c7f', 'Atom Processor S1200 Internal', '2117'),
|
||
(12245, '0cf8', 'Ethernet Controller X710 Intel(R) FPGA Programmable Acceleration Card N3000 for Networking', '2117'),
|
||
(12246, '0d00', 'Crystal Well DRAM Controller', '2117'),
|
||
(12247, '0d01', 'Crystal Well PCI Express x16 Controller', '2117'),
|
||
(12248, '0d04', 'Crystal Well DRAM Controller', '2117'),
|
||
(12249, '0d05', 'Crystal Well PCI Express x8 Controller', '2117'),
|
||
(12250, '0d09', 'Crystal Well PCI Express x4 Controller', '2117'),
|
||
(12251, '0d0c', 'Crystal Well HD Audio Controller', '2117'),
|
||
(12252, '0d16', 'Crystal Well Integrated Graphics Controller', '2117'),
|
||
(12253, '0d26', 'Crystal Well Integrated Graphics Controller', '2117'),
|
||
(12254, '0d36', 'Crystal Well Integrated Graphics Controller', '2117'),
|
||
(12255, '0d4c', 'Ethernet Connection (11) I219-LM', '2117'),
|
||
(12256, '0d4d', 'Ethernet Connection (11) I219-V', '2117'),
|
||
(12257, '0d4e', 'Ethernet Connection (10) I219-LM', '2117'),
|
||
(12258, '0d4f', 'Ethernet Connection (10) I219-V', '2117'),
|
||
(12259, '0d53', 'Ethernet Connection (12) I219-LM', '2117'),
|
||
(12260, '0d55', 'Ethernet Connection (12) I219-V', '2117'),
|
||
(12261, '0d58', 'Ethernet Controller XXV710 Intel(R) FPGA Programmable Acceleration Card N3000 for Networking', '2117'),
|
||
(12262, '0d9f', 'Ethernet Controller (2) I225-IT', '2117'),
|
||
(12263, '0e00', 'Xeon E7 v2/Xeon E5 v2/Core i7 DMI2', '2117'),
|
||
(12264, '0e01', 'Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port in DMI2 Mode', '2117'),
|
||
(12265, '0e02', 'Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 1a', '2117'),
|
||
(12266, '0e03', 'Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 1b', '2117'),
|
||
(12267, '0e04', 'Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2a', '2117'),
|
||
(12268, '0e05', 'Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2b', '2117'),
|
||
(12269, '0e06', 'Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2c', '2117'),
|
||
(12270, '0e07', 'Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 2d', '2117'),
|
||
(12271, '0e08', 'Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3a', '2117'),
|
||
(12272, '0e09', 'Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3b', '2117'),
|
||
(12273, '0e0a', 'Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3c', '2117'),
|
||
(12274, '0e0b', 'Xeon E7 v2/Xeon E5 v2/Core i7 PCI Express Root Port 3d', '2117'),
|
||
(12275, '0e10', 'Xeon E7 v2/Xeon E5 v2/Core i7 IIO Configuration Registers', '2117'),
|
||
(12276, '0e13', 'Xeon E7 v2/Xeon E5 v2/Core i7 IIO Configuration Registers', '2117'),
|
||
(12277, '0e17', 'Xeon E7 v2/Xeon E5 v2/Core i7 IIO Configuration Registers', '2117'),
|
||
(12278, '0e18', 'Xeon E7 v2/Xeon E5 v2/Core i7 IIO Configuration Registers', '2117'),
|
||
(12279, '0e1c', 'Xeon E7 v2/Xeon E5 v2/Core i7 IIO Configuration Registers', '2117'),
|
||
(12280, '0e1d', 'Xeon E7 v2/Xeon E5 v2/Core i7 R2PCIe', '2117'),
|
||
(12281, '0e1e', 'Xeon E7 v2/Xeon E5 v2/Core i7 UBOX Registers', '2117'),
|
||
(12282, '0e1f', 'Xeon E7 v2/Xeon E5 v2/Core i7 UBOX Registers', '2117'),
|
||
(12283, '0e20', 'Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 0', '2117'),
|
||
(12284, '0e21', 'Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 1', '2117'),
|
||
(12285, '0e22', 'Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 2', '2117'),
|
||
(12286, '0e23', 'Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 3', '2117'),
|
||
(12287, '0e24', 'Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 4', '2117'),
|
||
(12288, '0e25', 'Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 5', '2117'),
|
||
(12289, '0e26', 'Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 6', '2117'),
|
||
(12290, '0e27', 'Xeon E7 v2/Xeon E5 v2/Core i7 Crystal Beach DMA Channel 7', '2117'),
|
||
(12291, '0e28', 'Xeon E7 v2/Xeon E5 v2/Core i7 VTd/Memory Map/Misc', '2117'),
|
||
(12292, '0e29', 'Xeon E7 v2/Xeon E5 v2/Core i7 Memory Hotplug', '2117'),
|
||
(12293, '0e2a', 'Xeon E7 v2/Xeon E5 v2/Core i7 IIO RAS', '2117'),
|
||
(12294, '0e2c', 'Xeon E7 v2/Xeon E5 v2/Core i7 IOAPIC', '2117'),
|
||
(12295, '0e2e', 'Xeon E7 v2/Xeon E5 v2/Core i7 CBDMA', '2117'),
|
||
(12296, '0e2f', 'Xeon E7 v2/Xeon E5 v2/Core i7 CBDMA', '2117'),
|
||
(12297, '0e30', 'Xeon E7 v2/Xeon E5 v2/Core i7 Home Agent 0', '2117'),
|
||
(12298, '0e32', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 0', '2117'),
|
||
(12299, '0e33', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 1', '2117'),
|
||
(12300, '0e34', 'Xeon E7 v2/Xeon E5 v2/Core i7 R2PCIe', '2117'),
|
||
(12301, '0e36', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Performance Ring Monitoring', '2117'),
|
||
(12302, '0e37', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Performance Ring Monitoring', '2117'),
|
||
(12303, '0e38', 'Xeon E7 v2/Xeon E5 v2/Core i7 Home Agent 1', '2117'),
|
||
(12304, '0e3a', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 2', '2117'),
|
||
(12305, '0e3e', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Performance Ring Monitoring', '2117'),
|
||
(12306, '0e3f', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Performance Ring Monitoring', '2117'),
|
||
(12307, '0e40', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 2', '2117'),
|
||
(12308, '0e41', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Registers', '2117'),
|
||
(12309, '0e43', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Reut 2', '2117'),
|
||
(12310, '0e44', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Reut 2', '2117'),
|
||
(12311, '0e45', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Agent Register', '2117'),
|
||
(12312, '0e47', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Agent Register', '2117'),
|
||
(12313, '0e60', 'Xeon E7 v2/Xeon E5 v2/Core i7 Home Agent 1', '2117'),
|
||
(12314, '0e68', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Target Address/Thermal Registers', '2117'),
|
||
(12315, '0e6a', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel Target Address Decoder Registers', '2117'),
|
||
(12316, '0e6b', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel Target Address Decoder Registers', '2117'),
|
||
(12317, '0e6c', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel Target Address Decoder Registers', '2117'),
|
||
(12318, '0e6d', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel Target Address Decoder Registers', '2117'),
|
||
(12319, '0e71', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 RAS Registers', '2117'),
|
||
(12320, '0e74', 'Xeon E7 v2/Xeon E5 v2/Core i7 R2PCIe', '2117'),
|
||
(12321, '0e75', 'Xeon E7 v2/Xeon E5 v2/Core i7 R2PCIe', '2117'),
|
||
(12322, '0e77', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Registers', '2117'),
|
||
(12323, '0e79', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 RAS Registers', '2117'),
|
||
(12324, '0e7d', 'Xeon E7 v2/Xeon E5 v2/Core i7 UBOX Registers', '2117'),
|
||
(12325, '0e7f', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Registers', '2117'),
|
||
(12326, '0e80', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 0', '2117'),
|
||
(12327, '0e81', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Ring Registers', '2117'),
|
||
(12328, '0e83', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Reut 0', '2117'),
|
||
(12329, '0e84', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Reut 0', '2117'),
|
||
(12330, '0e85', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Agent Register', '2117'),
|
||
(12331, '0e87', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Registers', '2117'),
|
||
(12332, '0e90', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 1', '2117'),
|
||
(12333, '0e93', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 1', '2117'),
|
||
(12334, '0e94', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Reut 1', '2117'),
|
||
(12335, '0e95', 'Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link Agent Register', '2117'),
|
||
(12336, '0ea0', 'Xeon E7 v2/Xeon E5 v2/Core i7 Home Agent 0', '2117'),
|
||
(12337, '0ea8', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Target Address/Thermal Registers', '2117'),
|
||
(12338, '0eaa', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder Registers', '2117'),
|
||
(12339, '0eab', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder Registers', '2117'),
|
||
(12340, '0eac', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder Registers', '2117'),
|
||
(12341, '0ead', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder Registers', '2117'),
|
||
(12342, '0eae', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO Registers', '2117'),
|
||
(12343, '0eaf', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO Registers', '2117'),
|
||
(12344, '0eb0', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 Thermal Control 0', '2117'),
|
||
(12345, '0eb1', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 Thermal Control 1', '2117'),
|
||
(12346, '0eb2', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 ERROR Registers 0', '2117'),
|
||
(12347, '0eb3', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 ERROR Registers 1', '2117'),
|
||
(12348, '0eb4', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 Thermal Control 2', '2117'),
|
||
(12349, '0eb5', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 Thermal Control 3', '2117'),
|
||
(12350, '0eb6', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 ERROR Registers 2', '2117'),
|
||
(12351, '0eb7', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 1 Channel 0-3 ERROR Registers 3', '2117'),
|
||
(12352, '0ebc', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO Registers', '2117'),
|
||
(12353, '0ebe', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO Registers', '2117'),
|
||
(12354, '0ebf', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO Registers', '2117'),
|
||
(12355, '0ec0', 'Xeon E7 v2/Xeon E5 v2/Core i7 Power Control Unit 0', '2117'),
|
||
(12356, '0ec1', 'Xeon E7 v2/Xeon E5 v2/Core i7 Power Control Unit 1', '2117'),
|
||
(12357, '0ec2', 'Xeon E7 v2/Xeon E5 v2/Core i7 Power Control Unit 2', '2117'),
|
||
(12358, '0ec3', 'Xeon E7 v2/Xeon E5 v2/Core i7 Power Control Unit 3', '2117'),
|
||
(12359, '0ec4', 'Xeon E7 v2/Xeon E5 v2/Core i7 Power Control Unit 4', '2117'),
|
||
(12360, '0ec8', 'Xeon E7 v2/Xeon E5 v2/Core i7 System Address Decoder', '2117'),
|
||
(12361, '0ec9', 'Xeon E7 v2/Xeon E5 v2/Core i7 Broadcast Registers', '2117'),
|
||
(12362, '0eca', 'Xeon E7 v2/Xeon E5 v2/Core i7 Broadcast Registers', '2117'),
|
||
(12363, '0ed8', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO', '2117'),
|
||
(12364, '0ed9', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO', '2117'),
|
||
(12365, '0edc', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO', '2117'),
|
||
(12366, '0edd', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO', '2117'),
|
||
(12367, '0ede', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO', '2117'),
|
||
(12368, '0edf', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO', '2117'),
|
||
(12369, '0ee0', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12370, '0ee1', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12371, '0ee2', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12372, '0ee3', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12373, '0ee4', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12374, '0ee5', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12375, '0ee6', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12376, '0ee7', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12377, '0ee8', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12378, '0ee9', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12379, '0eea', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12380, '0eeb', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12381, '0eec', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12382, '0eed', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12383, '0eee', 'Xeon E7 v2/Xeon E5 v2/Core i7 Unicast Registers', '2117'),
|
||
(12384, '0ef0', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 Thermal Control 0', '2117'),
|
||
(12385, '0ef1', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 Thermal Control 1', '2117'),
|
||
(12386, '0ef2', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 ERROR Registers 0', '2117'),
|
||
(12387, '0ef3', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 ERROR Registers 1', '2117'),
|
||
(12388, '0ef4', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 Thermal Control 2', '2117'),
|
||
(12389, '0ef5', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 Thermal Control 3', '2117'),
|
||
(12390, '0ef6', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 ERROR Registers 2', '2117'),
|
||
(12391, '0ef7', 'Xeon E7 v2/Xeon E5 v2/Core i7 Integrated Memory Controller 0 Channel 0-3 ERROR Registers 3', '2117'),
|
||
(12392, '0ef8', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO', '2117'),
|
||
(12393, '0ef9', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO', '2117'),
|
||
(12394, '0efa', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO', '2117'),
|
||
(12395, '0efb', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO', '2117'),
|
||
(12396, '0efc', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO', '2117'),
|
||
(12397, '0efd', 'Xeon E7 v2/Xeon E5 v2/Core i7 DDRIO', '2117'),
|
||
(12398, '0f00', 'Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register', '2117'),
|
||
(12399, '0f04', 'Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller', '2117'),
|
||
(12400, '0f06', 'Atom Processor Z36xxx/Z37xxx Series LPIO1 DMA Controller', '2117'),
|
||
(12401, '0f08', 'Atom Processor Z36xxx/Z37xxx Series LPIO1 PWM Controller', '2117'),
|
||
(12402, '0f09', 'Atom Processor Z36xxx/Z37xxx Series LPIO1 PWM Controller', '2117'),
|
||
(12403, '0f0a', 'Atom Processor Z36xxx/Z37xxx Series LPIO1 HSUART Controller #1', '2117'),
|
||
(12404, '0f0c', 'Atom Processor Z36xxx/Z37xxx Series LPIO1 HSUART Controller #2', '2117'),
|
||
(12405, '0f0e', 'Atom Processor Z36xxx/Z37xxx Series LPIO1 SPI Controller', '2117'),
|
||
(12406, '0f12', 'Atom Processor E3800 Series SMBus Controller', '2117'),
|
||
(12407, '0f14', 'Atom Processor Z36xxx/Z37xxx Series SDIO Controller', '2117'),
|
||
(12408, '0f15', 'Atom Processor Z36xxx/Z37xxx Series SDIO Controller', '2117'),
|
||
(12409, '0f16', 'Atom Processor Z36xxx/Z37xxx Series SDIO Controller', '2117'),
|
||
(12410, '0f18', 'Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine', '2117'),
|
||
(12411, '0f1c', 'Atom Processor Z36xxx/Z37xxx Series Power Control Unit', '2117'),
|
||
(12412, '0f20', 'Atom Processor E3800 Series SATA IDE Controller', '2117'),
|
||
(12413, '0f21', 'Atom Processor E3800 Series SATA IDE Controller', '2117'),
|
||
(12414, '0f22', 'Atom Processor E3800 Series SATA AHCI Controller', '2117'),
|
||
(12415, '0f23', 'Atom Processor E3800 Series SATA AHCI Controller', '2117'),
|
||
(12416, '0f28', 'Atom Processor Z36xxx/Z37xxx Series LPE Audio Controller', '2117'),
|
||
(12417, '0f31', 'Atom Processor Z36xxx/Z37xxx Series Graphics & Display', '2117'),
|
||
(12418, '0f34', 'Atom Processor Z36xxx/Z37xxx Series USB EHCI', '2117'),
|
||
(12419, '0f35', 'Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI', '2117'),
|
||
(12420, '0f37', 'Atom Processor Z36xxx/Z37xxx Series OTG USB Device', '2117'),
|
||
(12421, '0f38', 'Atom Processor Z36xxx/Z37xxx Series Camera ISP', '2117'),
|
||
(12422, '0f40', 'Atom Processor Z36xxx/Z37xxx Series LPIO2 DMA Controller', '2117'),
|
||
(12423, '0f41', 'Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #1', '2117'),
|
||
(12424, '0f42', 'Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #2', '2117'),
|
||
(12425, '0f43', 'Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #3', '2117'),
|
||
(12426, '0f44', 'Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #4', '2117'),
|
||
(12427, '0f45', 'Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #5', '2117'),
|
||
(12428, '0f46', 'Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #6', '2117'),
|
||
(12429, '0f47', 'Atom Processor Z36xxx/Z37xxx Series LPIO2 I2C Controller #7', '2117'),
|
||
(12430, '0f48', 'Atom Processor E3800 Series PCI Express Root Port 1', '2117'),
|
||
(12431, '0f4a', 'Atom Processor E3800 Series PCI Express Root Port 2', '2117'),
|
||
(12432, '0f4c', 'Atom Processor E3800 Series PCI Express Root Port 3', '2117'),
|
||
(12433, '0f4e', 'Atom Processor E3800 Series PCI Express Root Port 4', '2117'),
|
||
(12434, '0f50', 'Atom Processor E3800 Series eMMC 4.5 Controller', '2117'),
|
||
(12435, '1000', '82542 Gigabit Ethernet Controller (Fiber)', '2117'),
|
||
(12436, '1001', '82543GC Gigabit Ethernet Controller (Fiber)', '2117'),
|
||
(12437, '1002', 'Pro 100 LAN+Modem 56 Cardbus II', '2117'),
|
||
(12438, '1004', '82543GC Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12439, '1008', '82544EI Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12440, '1009', '82544EI Gigabit Ethernet Controller (Fiber)', '2117'),
|
||
(12441, '100a', '82540EM Gigabit Ethernet Controller', '2117'),
|
||
(12442, '100c', '82544GC Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12443, '100d', '82544GC Gigabit Ethernet Controller (LOM)', '2117'),
|
||
(12444, '100e', '82540EM Gigabit Ethernet Controller', '2117'),
|
||
(12445, '100f', '82545EM Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12446, '1010', '82546EB Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12447, '1011', '82545EM Gigabit Ethernet Controller (Fiber)', '2117'),
|
||
(12448, '1012', '82546EB Gigabit Ethernet Controller (Fiber)', '2117'),
|
||
(12449, '1013', '82541EI Gigabit Ethernet Controller', '2117'),
|
||
(12450, '1014', '82541ER Gigabit Ethernet Controller', '2117'),
|
||
(12451, '1015', '82540EM Gigabit Ethernet Controller (LOM)', '2117'),
|
||
(12452, '1016', '82540EP Gigabit Ethernet Controller (Mobile)', '2117'),
|
||
(12453, '1017', '82540EP Gigabit Ethernet Controller', '2117'),
|
||
(12454, '1018', '82541EI Gigabit Ethernet Controller', '2117'),
|
||
(12455, '1019', '82547EI Gigabit Ethernet Controller', '2117'),
|
||
(12456, '101a', '82547EI Gigabit Ethernet Controller (Mobile)', '2117'),
|
||
(12457, '101d', '82546EB Gigabit Ethernet Controller', '2117'),
|
||
(12458, '101e', '82540EP Gigabit Ethernet Controller (Mobile)', '2117'),
|
||
(12459, '101f', 'Ethernet Controller V710 for 5GBASE-T', '2117'),
|
||
(12460, '1026', '82545GM Gigabit Ethernet Controller', '2117'),
|
||
(12461, '1027', '82545GM Gigabit Ethernet Controller', '2117'),
|
||
(12462, '1028', '82545GM Gigabit Ethernet Controller', '2117'),
|
||
(12463, '1029', '82559 Ethernet Controller', '2117'),
|
||
(12464, '1030', '82559 InBusiness 10/100', '2117'),
|
||
(12465, '1031', '82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller', '2117'),
|
||
(12466, '1032', '82801CAM (ICH3) PRO/100 VE Ethernet Controller', '2117'),
|
||
(12467, '1033', '82801CAM (ICH3) PRO/100 VM (LOM) Ethernet Controller', '2117'),
|
||
(12468, '1034', '82801CAM (ICH3) PRO/100 VM Ethernet Controller', '2117'),
|
||
(12469, '1035', '82801CAM (ICH3)/82562EH (LOM) Ethernet Controller', '2117'),
|
||
(12470, '1036', '82801CAM (ICH3) 82562EH Ethernet Controller', '2117'),
|
||
(12471, '1037', '82801CAM (ICH3) Chipset Ethernet Controller', '2117'),
|
||
(12472, '1038', '82801CAM (ICH3) PRO/100 VM (KM) Ethernet Controller', '2117'),
|
||
(12473, '1039', '82801DB PRO/100 VE (LOM) Ethernet Controller', '2117'),
|
||
(12474, '103a', '82801DB PRO/100 VE (CNR) Ethernet Controller', '2117'),
|
||
(12475, '103b', '82801DB PRO/100 VM (LOM) Ethernet Controller', '2117'),
|
||
(12476, '103c', '82801DB PRO/100 VM (CNR) Ethernet Controller', '2117'),
|
||
(12477, '103d', '82801DB PRO/100 VE (MOB) Ethernet Controller', '2117'),
|
||
(12478, '103e', '82801DB PRO/100 VM (MOB) Ethernet Controller', '2117'),
|
||
(12479, '1040', '536EP Data Fax Modem', '2117'),
|
||
(12480, '1043', 'PRO/Wireless LAN 2100 3B Mini PCI Adapter', '2117'),
|
||
(12481, '1048', '82597EX 10GbE Ethernet Controller', '2117'),
|
||
(12482, '1049', '82566MM Gigabit Network Connection', '2117'),
|
||
(12483, '104a', '82566DM Gigabit Network Connection', '2117'),
|
||
(12484, '104b', '82566DC Gigabit Network Connection', '2117'),
|
||
(12485, '104c', '82562V 10/100 Network Connection', '2117'),
|
||
(12486, '104d', '82566MC Gigabit Network Connection', '2117'),
|
||
(12487, '104e', 'Ethernet Controller X710 for 10 Gigabit SFP+', '2117'),
|
||
(12488, '104f', 'Ethernet Controller X710 for 10 Gigabit backplane', '2117'),
|
||
(12489, '1050', '82562EZ 10/100 Ethernet Controller', '2117'),
|
||
(12490, '1051', '82801EB/ER (ICH5/ICH5R) integrated LAN Controller', '2117'),
|
||
(12491, '1052', 'PRO/100 VM Network Connection', '2117'),
|
||
(12492, '1053', 'PRO/100 VM Network Connection', '2117'),
|
||
(12493, '1054', 'PRO/100 VE Network Connection', '2117'),
|
||
(12494, '1055', 'PRO/100 VM Network Connection', '2117'),
|
||
(12495, '1056', 'PRO/100 VE Network Connection', '2117'),
|
||
(12496, '1057', 'PRO/100 VE Network Connection', '2117'),
|
||
(12497, '1059', '82551QM Ethernet Controller', '2117'),
|
||
(12498, '105b', '82546GB Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12499, '105e', '82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications)', '2117'),
|
||
(12500, '105f', '82571EB Gigabit Ethernet Controller', '2117'),
|
||
(12501, '1060', '82571EB Gigabit Ethernet Controller', '2117'),
|
||
(12502, '1064', '82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller', '2117'),
|
||
(12503, '1065', '82562ET/EZ/GT/GZ - PRO/100 VE Ethernet Controller', '2117'),
|
||
(12504, '1066', '82562 EM/EX/GX - PRO/100 VM (LOM) Ethernet Controller', '2117'),
|
||
(12505, '1067', '82562 EM/EX/GX - PRO/100 VM Ethernet Controller', '2117'),
|
||
(12506, '1068', '82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller Mobile', '2117'),
|
||
(12507, '1069', '82562EM/EX/GX - PRO/100 VM (LOM) Ethernet Controller Mobile', '2117'),
|
||
(12508, '106a', '82562G - PRO/100 VE (LOM) Ethernet Controller', '2117'),
|
||
(12509, '106b', '82562G - PRO/100 VE Ethernet Controller Mobile', '2117'),
|
||
(12510, '1075', '82547GI Gigabit Ethernet Controller', '2117'),
|
||
(12511, '1076', '82541GI Gigabit Ethernet Controller', '2117'),
|
||
(12512, '1077', '82541GI Gigabit Ethernet Controller', '2117'),
|
||
(12513, '1078', '82541ER Gigabit Ethernet Controller', '2117'),
|
||
(12514, '1079', '82546GB Gigabit Ethernet Controller', '2117'),
|
||
(12515, '107a', '82546GB Gigabit Ethernet Controller', '2117'),
|
||
(12516, '107b', '82546GB Gigabit Ethernet Controller', '2117'),
|
||
(12517, '107c', '82541PI Gigabit Ethernet Controller', '2117'),
|
||
(12518, '107d', '82572EI Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12519, '107e', '82572EI Gigabit Ethernet Controller (Fiber)', '2117'),
|
||
(12520, '107f', '82572EI Gigabit Ethernet Controller', '2117'),
|
||
(12521, '1080', 'FA82537EP 56K V.92 Data/Fax Modem PCI', '2117'),
|
||
(12522, '1081', '631xESB/632xESB LAN Controller Copper', '2117'),
|
||
(12523, '1082', '631xESB/632xESB LAN Controller fiber', '2117'),
|
||
(12524, '1083', '631xESB/632xESB LAN Controller SERDES', '2117'),
|
||
(12525, '1084', '631xESB/632xESB IDE Redirection', '2117'),
|
||
(12526, '1085', '631xESB/632xESB Serial Port Redirection', '2117'),
|
||
(12527, '1086', '631xESB/632xESB IPMI/KCS0', '2117'),
|
||
(12528, '1087', '631xESB/632xESB UHCI Redirection', '2117'),
|
||
(12529, '1089', '631xESB/632xESB BT', '2117'),
|
||
(12530, '108a', '82546GB Gigabit Ethernet Controller', '2117'),
|
||
(12531, '108b', '82573V Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12532, '108c', '82573E Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12533, '108e', '82573E KCS (Active Management)', '2117'),
|
||
(12534, '108f', 'Active Management Technology - SOL', '2117'),
|
||
(12535, '1091', 'PRO/100 VM Network Connection', '2117'),
|
||
(12536, '1092', 'PRO/100 VE Network Connection', '2117'),
|
||
(12537, '1093', 'PRO/100 VM Network Connection', '2117'),
|
||
(12538, '1094', 'PRO/100 VE Network Connection', '2117'),
|
||
(12539, '1095', 'PRO/100 VE Network Connection', '2117'),
|
||
(12540, '1096', '80003ES2LAN Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12541, '1097', '631xESB/632xESB DPT LAN Controller (Fiber)', '2117'),
|
||
(12542, '1098', '80003ES2LAN Gigabit Ethernet Controller (Serdes)', '2117'),
|
||
(12543, '1099', '82546GB Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12544, '109a', '82573L Gigabit Ethernet Controller', '2117'),
|
||
(12545, '109b', '82546GB PRO/1000 GF Quad Port Server Adapter', '2117'),
|
||
(12546, '109e', '82597EX 10GbE Ethernet Controller', '2117'),
|
||
(12547, '10a0', '82571EB PRO/1000 AT Quad Port Bypass Adapter', '2117'),
|
||
(12548, '10a1', '82571EB PRO/1000 AF Quad Port Bypass Adapter', '2117'),
|
||
(12549, '10a4', '82571EB Gigabit Ethernet Controller', '2117'),
|
||
(12550, '10a5', '82571EB Gigabit Ethernet Controller (Fiber)', '2117'),
|
||
(12551, '10a6', '82599EB 10-Gigabit Dummy Function', '2117'),
|
||
(12552, '10a7', '82575EB Gigabit Network Connection', '2117'),
|
||
(12553, '10a9', '82575EB Gigabit Backplane Connection', '2117'),
|
||
(12554, '10b0', '82573L PRO/1000 PL Network Connection', '2117'),
|
||
(12555, '10b2', '82573V PRO/1000 PM Network Connection', '2117'),
|
||
(12556, '10b3', '82573E PRO/1000 PM Network Connection', '2117'),
|
||
(12557, '10b4', '82573L PRO/1000 PL Network Connection', '2117'),
|
||
(12558, '10b5', '82546GB Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12559, '10b6', '82598 10GbE PCI-Express Ethernet Controller', '2117'),
|
||
(12560, '10b9', '82572EI Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12561, '10ba', '80003ES2LAN Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12562, '10bb', '80003ES2LAN Gigabit Ethernet Controller (Serdes)', '2117'),
|
||
(12563, '10bc', '82571EB/82571GB Gigabit Ethernet Controller (Copper)', '2117'),
|
||
(12564, '10bd', '82566DM-2 Gigabit Network Connection', '2117'),
|
||
(12565, '10bf', '82567LF Gigabit Network Connection', '2117'),
|
||
(12566, '10c0', '82562V-2 10/100 Network Connection', '2117'),
|
||
(12567, '10c2', '82562G-2 10/100 Network Connection', '2117'),
|
||
(12568, '10c3', '82562GT-2 10/100 Network Connection', '2117'),
|
||
(12569, '10c4', '82562GT 10/100 Network Connection', '2117'),
|
||
(12570, '10c5', '82562G 10/100 Network Connection', '2117'),
|
||
(12571, '10c6', '82598EB 10-Gigabit AF Dual Port Network Connection', '2117'),
|
||
(12572, '10c7', '82598EB 10-Gigabit AF Network Connection', '2117'),
|
||
(12573, '10c8', '82598EB 10-Gigabit AT Network Connection', '2117'),
|
||
(12574, '10c9', '82576 Gigabit Network Connection', '2117'),
|
||
(12575, '10ca', '82576 Virtual Function', '2117'),
|
||
(12576, '10cb', '82567V Gigabit Network Connection', '2117'),
|
||
(12577, '10cc', '82567LM-2 Gigabit Network Connection', '2117'),
|
||
(12578, '10cd', '82567LF-2 Gigabit Network Connection', '2117'),
|
||
(12579, '10ce', '82567V-2 Gigabit Network Connection', '2117'),
|
||
(12580, '10d3', '82574L Gigabit Network Connection', '2117'),
|
||
(12581, '10d4', 'Matrox Concord GE (customized Intel 82574)', '2117'),
|
||
(12582, '10d5', '82571PT Gigabit PT Quad Port Server ExpressModule', '2117'),
|
||
(12583, '10d6', '82575GB Gigabit Network Connection', '2117'),
|
||
(12584, '10d8', '82599EB 10 Gigabit Unprogrammed', '2117'),
|
||
(12585, '10d9', '82571EB Dual Port Gigabit Mezzanine Adapter', '2117'),
|
||
(12586, '10da', '82571EB Quad Port Gigabit Mezzanine Adapter', '2117'),
|
||
(12587, '10db', '82598EB 10-Gigabit Dual Port Network Connection', '2117'),
|
||
(12588, '10dd', '82598EB 10-Gigabit AT CX4 Network Connection', '2117'),
|
||
(12589, '10de', '82567LM-3 Gigabit Network Connection', '2117'),
|
||
(12590, '10df', '82567LF-3 Gigabit Network Connection', '2117'),
|
||
(12591, '10e1', '82598EB 10-Gigabit AF Dual Port Network Connection', '2117'),
|
||
(12592, '10e2', '82575GB Gigabit Network Connection', '2117'),
|
||
(12593, '10e5', '82567LM-4 Gigabit Network Connection', '2117'),
|
||
(12594, '10e6', '82576 Gigabit Network Connection', '2117'),
|
||
(12595, '10e7', '82576 Gigabit Network Connection', '2117'),
|
||
(12596, '10e8', '82576 Gigabit Network Connection', '2117'),
|
||
(12597, '10ea', '82577LM Gigabit Network Connection', '2117'),
|
||
(12598, '10eb', '82577LC Gigabit Network Connection', '2117'),
|
||
(12599, '10ec', '82598EB 10-Gigabit AT CX4 Network Connection', '2117'),
|
||
(12600, '10ed', '82599 Ethernet Controller Virtual Function', '2117'),
|
||
(12601, '10ef', '82578DM Gigabit Network Connection', '2117'),
|
||
(12602, '10f0', '82578DC Gigabit Network Connection', '2117'),
|
||
(12603, '10f1', '82598EB 10-Gigabit AF Dual Port Network Connection', '2117'),
|
||
(12604, '10f4', '82598EB 10-Gigabit AF Network Connection', '2117'),
|
||
(12605, '10f5', '82567LM Gigabit Network Connection', '2117'),
|
||
(12606, '10f6', '82574L Gigabit Network Connection', '2117'),
|
||
(12607, '10f7', '10 Gigabit BR KX4 Dual Port Network Connection', '2117'),
|
||
(12608, '10f8', '82599 10 Gigabit Dual Port Backplane Connection', '2117'),
|
||
(12609, '10f9', '82599 10 Gigabit Dual Port Network Connection', '2117'),
|
||
(12610, '10fb', '82599ES 10-Gigabit SFI/SFP+ Network Connection', '2117'),
|
||
(12611, '10fc', '82599 10 Gigabit Dual Port Network Connection', '2117'),
|
||
(12612, '10fe', '82552 10/100 Network Connection', '2117'),
|
||
(12613, '1107', 'PRO/1000 MF Server Adapter (LX)', '2117'),
|
||
(12614, '1130', '82815 815 Chipset Host Bridge and Memory Controller Hub', '2117'),
|
||
(12615, '1131', '82815 815 Chipset AGP Bridge', '2117'),
|
||
(12616, '1132', '82815 Chipset Graphics Controller (CGC)', '2117'),
|
||
(12617, '1136', 'Thunderbolt 4 Bridge [Maple Ridge 4C 2020]', '2117'),
|
||
(12618, '1137', 'Thunderbolt 4 NHI [Maple Ridge 4C 2020]', '2117'),
|
||
(12619, '1138', 'Thunderbolt 4 USB Controller [Maple Ridge 4C 2020]', '2117'),
|
||
(12620, '1161', '82806AA PCI64 Hub Advanced Programmable Interrupt Controller', '2117'),
|
||
(12621, '1162', 'Xscale 80200 Big Endian Companion Chip', '2117'),
|
||
(12622, '1190', 'Merrifield SD/SDIO/eMMC Controller', '2117'),
|
||
(12623, '1191', 'Merrifield Serial IO HSUART Controller', '2117'),
|
||
(12624, '1192', 'Merrifield Serial IO HSUART DMA Controller', '2117'),
|
||
(12625, '1194', 'Merrifield Serial IO SPI Controller', '2117'),
|
||
(12626, '1195', 'Merrifield Serial IO I2C Controller', '2117'),
|
||
(12627, '1196', 'Merrifield Serial IO I2C Controller', '2117'),
|
||
(12628, '1199', 'Merrifield GPIO Controller', '2117'),
|
||
(12629, '119e', 'Merrifield USB Device Controller (OTG)', '2117'),
|
||
(12630, '11a0', 'Merrifield SCU IPC', '2117'),
|
||
(12631, '11a1', 'Merrifield Power Management Unit', '2117'),
|
||
(12632, '11a2', 'Merrifield Serial IO DMA Controller', '2117'),
|
||
(12633, '11a5', 'Merrifield Serial IO PWM Controller', '2117'),
|
||
(12634, '11c3', 'Quark SoC X1000 PCIe Root Port 0', '2117'),
|
||
(12635, '11c4', 'Quark SoC X1000 PCIe Root Port 1', '2117'),
|
||
(12636, '1200', 'IXP1200 Network Processor', '2117'),
|
||
(12637, '1209', '8255xER/82551IT Fast Ethernet Controller', '2117'),
|
||
(12638, '1221', '82092AA PCI to PCMCIA Bridge', '2117'),
|
||
(12639, '1222', '82092AA IDE Controller', '2117'),
|
||
(12640, '1223', 'SAA7116', '2117'),
|
||
(12641, '1225', '82452KX/GX [Orion]', '2117'),
|
||
(12642, '1226', '82596 PRO/10 PCI', '2117'),
|
||
(12643, '1227', '82865 EtherExpress PRO/100A', '2117'),
|
||
(12644, '1228', '82556 EtherExpress PRO/100 Smart', '2117'),
|
||
(12645, '1229', '82557/8/9/0/1 Ethernet Pro 100', '2117'),
|
||
(12646, '122d', '430FX - 82437FX TSC [Triton I]', '2117'),
|
||
(12647, '122e', '82371FB PIIX ISA [Triton I]', '2117'),
|
||
(12648, '1230', '82371FB PIIX IDE [Triton I]', '2117'),
|
||
(12649, '1231', 'DSVD Modem', '2117'),
|
||
(12650, '1234', '430MX - 82371MX Mobile PCI I/O IDE Xcelerator (MPIIX)', '2117'),
|
||
(12651, '1235', '430MX - 82437MX Mob. System Ctrlr (MTSC) & 82438MX Data Path (MTDP)', '2117'),
|
||
(12652, '1237', '440FX - 82441FX PMC [Natoma]', '2117'),
|
||
(12653, '1239', '82371FB PIIX IDE Interface', '2117'),
|
||
(12654, '123b', '82380PB PCI to PCI Docking Bridge', '2117'),
|
||
(12655, '123c', '82380AB (MISA) Mobile PCI-to-ISA Bridge', '2117'),
|
||
(12656, '123d', '683053 Programmable Interrupt Device', '2117'),
|
||
(12657, '123e', '82466GX (IHPC) Integrated Hot-Plug Controller (hidden mode)', '2117'),
|
||
(12658, '123f', '82466GX Integrated Hot-Plug Controller (IHPC)', '2117'),
|
||
(12659, '1240', '82752 (752) AGP Graphics Accelerator', '2117'),
|
||
(12660, '124b', '82380FB (MPCI2) Mobile Docking Controller', '2117'),
|
||
(12661, '124c', 'Ethernet Connection E823-L for backplane', '2117'),
|
||
(12662, '124d', 'Ethernet Connection E823-L for SFP', '2117'),
|
||
(12663, '124e', 'Ethernet Connection E823-L/X557-AT 10GBASE-T', '2117'),
|
||
(12664, '124f', 'Ethernet Connection E823-L 1GbE', '2117'),
|
||
(12665, '1250', '430HX - 82439HX TXC [Triton II]', '2117'),
|
||
(12666, '1360', '82806AA PCI64 Hub PCI Bridge', '2117'),
|
||
(12667, '1361', '82806AA PCI64 Hub Controller (HRes)', '2117'),
|
||
(12668, '1460', '82870P2 P64H2 Hub PCI Bridge', '2117'),
|
||
(12669, '1461', '82870P2 P64H2 I/OxAPIC', '2117'),
|
||
(12670, '1462', '82870P2 P64H2 Hot Plug Controller', '2117'),
|
||
(12671, '1501', '82567V-3 Gigabit Network Connection', '2117'),
|
||
(12672, '1502', '82579LM Gigabit Network Connection (Lewisville)', '2117'),
|
||
(12673, '1503', '82579V Gigabit Network Connection', '2117'),
|
||
(12674, '1507', 'Ethernet Express Module X520-P2', '2117'),
|
||
(12675, '1508', '82598EB Gigabit BX Network Connection', '2117'),
|
||
(12676, '1509', '82580 Gigabit Network Connection', '2117'),
|
||
(12677, '150a', '82576NS Gigabit Network Connection', '2117'),
|
||
(12678, '150b', '82598EB 10-Gigabit AT2 Server Adapter', '2117'),
|
||
(12679, '150c', '82583V Gigabit Network Connection', '2117'),
|
||
(12680, '150d', '82576 Gigabit Backplane Connection', '2117'),
|
||
(12681, '150e', '82580 Gigabit Network Connection', '2117'),
|
||
(12682, '150f', '82580 Gigabit Fiber Network Connection', '2117'),
|
||
(12683, '1510', '82580 Gigabit Backplane Connection', '2117'),
|
||
(12684, '1511', '82580 Gigabit SFP Connection', '2117'),
|
||
(12685, '1513', 'CV82524 Thunderbolt Controller [Light Ridge 4C 2010]', '2117'),
|
||
(12686, '1514', 'Ethernet X520 10GbE Dual Port KX4 Mezz', '2117'),
|
||
(12687, '1515', 'X540 Ethernet Controller Virtual Function', '2117'),
|
||
(12688, '1516', '82580 Gigabit Network Connection', '2117'),
|
||
(12689, '1517', '82599ES 10 Gigabit Network Connection', '2117'),
|
||
(12690, '1518', '82576NS SerDes Gigabit Network Connection', '2117'),
|
||
(12691, '151a', 'DSL2310 Thunderbolt Controller [Eagle Ridge 2C 2011]', '2117'),
|
||
(12692, '151b', 'CVL2510 Thunderbolt Controller [Light Peak 2C 2010]', '2117'),
|
||
(12693, '151c', '82599 10 Gigabit TN Network Connection', '2117'),
|
||
(12694, '151d', 'Ethernet Connection E823-L for QSFP', '2117'),
|
||
(12695, '1520', 'I350 Ethernet Controller Virtual Function', '2117'),
|
||
(12696, '1521', 'I350 Gigabit Network Connection', '2117'),
|
||
(12697, '1522', 'I350 Gigabit Fiber Network Connection', '2117'),
|
||
(12698, '1523', 'I350 Gigabit Backplane Connection', '2117'),
|
||
(12699, '1524', 'I350 Gigabit Connection', '2117'),
|
||
(12700, '1525', '82567V-4 Gigabit Network Connection', '2117'),
|
||
(12701, '1526', '82576 Gigabit Network Connection', '2117'),
|
||
(12702, '1527', '82580 Gigabit Fiber Network Connection', '2117'),
|
||
(12703, '1528', 'Ethernet Controller 10-Gigabit X540-AT2', '2117'),
|
||
(12704, '1529', '82599 10 Gigabit Dual Port Network Connection with FCoE', '2117'),
|
||
(12705, '152a', '82599 10 Gigabit Dual Port Backplane Connection with FCoE', '2117'),
|
||
(12706, '152e', '82599 Virtual Function', '2117'),
|
||
(12707, '152f', 'I350 Virtual Function', '2117'),
|
||
(12708, '1530', 'X540 Virtual Function', '2117'),
|
||
(12709, '1531', 'I210 Gigabit Unprogrammed', '2117'),
|
||
(12710, '1533', 'I210 Gigabit Network Connection', '2117'),
|
||
(12711, '1536', 'I210 Gigabit Fiber Network Connection', '2117'),
|
||
(12712, '1537', 'I210 Gigabit Backplane Connection', '2117'),
|
||
(12713, '1538', 'I210 Gigabit Network Connection', '2117'),
|
||
(12714, '1539', 'I211 Gigabit Network Connection', '2117'),
|
||
(12715, '153a', 'Ethernet Connection I217-LM', '2117'),
|
||
(12716, '153b', 'Ethernet Connection I217-V', '2117'),
|
||
(12717, '1547', 'DSL3510 Thunderbolt Controller [Cactus Ridge 4C 2012]', '2117'),
|
||
(12718, '1548', 'DSL3310 Thunderbolt Controller [Cactus Ridge 2C 2012]', '2117'),
|
||
(12719, '1549', 'DSL2210 Thunderbolt Controller [Port Ridge 1C 2011]', '2117'),
|
||
(12720, '154a', 'Ethernet Server Adapter X520-4', '2117'),
|
||
(12721, '154c', 'Ethernet Virtual Function 700 Series', '2117'),
|
||
(12722, '154d', 'Ethernet 10G 2P X520 Adapter', '2117'),
|
||
(12723, '1557', '82599 10 Gigabit Network Connection', '2117'),
|
||
(12724, '1558', 'Ethernet Converged Network Adapter X520-Q1', '2117'),
|
||
(12725, '1559', 'Ethernet Connection I218-V', '2117'),
|
||
(12726, '155a', 'Ethernet Connection I218-LM', '2117'),
|
||
(12727, '155c', 'Ethernet Server Bypass Adapter', '2117'),
|
||
(12728, '155d', 'Ethernet Server Bypass Adapter', '2117'),
|
||
(12729, '1560', 'Ethernet Controller X540', '2117'),
|
||
(12730, '1563', 'Ethernet Controller 10G X550T', '2117'),
|
||
(12731, '1564', 'X550 Virtual Function', '2117'),
|
||
(12732, '1565', 'X550 Virtual Function', '2117'),
|
||
(12733, '1566', 'DSL4410 Thunderbolt NHI [Redwood Ridge 2C 2013]', '2117'),
|
||
(12734, '1567', 'DSL4410 Thunderbolt Bridge [Redwood Ridge 2C 2013]', '2117'),
|
||
(12735, '1568', 'DSL4510 Thunderbolt NHI [Redwood Ridge 4C 2013]', '2117'),
|
||
(12736, '1569', 'DSL4510 Thunderbolt Bridge [Redwood Ridge 4C 2013]', '2117'),
|
||
(12737, '156a', 'DSL5320 Thunderbolt 2 NHI [Falcon Ridge 2C 2013]', '2117'),
|
||
(12738, '156b', 'DSL5320 Thunderbolt 2 Bridge [Falcon Ridge 2C 2013]', '2117'),
|
||
(12739, '156c', 'DSL5520 Thunderbolt 2 NHI [Falcon Ridge 4C 2013]', '2117'),
|
||
(12740, '156d', 'DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013]', '2117'),
|
||
(12741, '156f', 'Ethernet Connection I219-LM', '2117'),
|
||
(12742, '1570', 'Ethernet Connection I219-V', '2117'),
|
||
(12743, '1571', 'Ethernet Virtual Function 700 Series', '2117'),
|
||
(12744, '1572', 'Ethernet Controller X710 for 10GbE SFP+', '2117'),
|
||
(12745, '1574', 'Ethernet Controller XL710 Emulation', '2117'),
|
||
(12746, '1575', 'DSL6340 Thunderbolt 3 NHI [Alpine Ridge 2C 2015]', '2117'),
|
||
(12747, '1576', 'DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015]', '2117'),
|
||
(12748, '1577', 'DSL6540 Thunderbolt 3 NHI [Alpine Ridge 4C 2015]', '2117'),
|
||
(12749, '1578', 'DSL6540 Thunderbolt 3 Bridge [Alpine Ridge 4C 2015]', '2117'),
|
||
(12750, '157b', 'I210 Gigabit Network Connection', '2117'),
|
||
(12751, '157c', 'I210 Gigabit Backplane Connection', '2117'),
|
||
(12752, '157d', 'DSL5110 Thunderbolt 2 NHI (Low Power) [Win Ridge 2C 2014]', '2117'),
|
||
(12753, '157e', 'DSL5110 Thunderbolt 2 Bridge (Low Power) [Win Ridge 2C 2014]', '2117'),
|
||
(12754, '1580', 'Ethernet Controller XL710 for 40GbE backplane', '2117'),
|
||
(12755, '1581', 'Ethernet Controller X710 for 10GbE backplane', '2117'),
|
||
(12756, '1583', 'Ethernet Controller XL710 for 40GbE QSFP+', '2117'),
|
||
(12757, '1584', 'Ethernet Controller XL710 for 40GbE QSFP+', '2117'),
|
||
(12758, '1585', 'Ethernet Controller X710 for 10GbE QSFP+', '2117'),
|
||
(12759, '1586', 'Ethernet Controller X710 for 10GBASE-T', '2117'),
|
||
(12760, '1587', 'Ethernet Controller XL710 for 20GbE backplane', '2117'),
|
||
(12761, '1588', 'Ethernet Controller XL710 for 20GbE backplane', '2117'),
|
||
(12762, '1589', 'Ethernet Controller X710/X557-AT 10GBASE-T', '2117'),
|
||
(12763, '158a', 'Ethernet Controller XXV710 for 25GbE backplane', '2117'),
|
||
(12764, '158b', 'Ethernet Controller XXV710 for 25GbE SFP28', '2117'),
|
||
(12765, '1591', 'Ethernet Controller E810-C for backplane', '2117'),
|
||
(12766, '1592', 'Ethernet Controller E810-C for QSFP', '2117'),
|
||
(12767, '1593', 'Ethernet Controller E810-C for SFP', '2117'),
|
||
(12768, '1599', 'Ethernet Controller E810-XXV for backplane', '2117'),
|
||
(12769, '159a', 'Ethernet Controller E810-XXV for QSFP', '2117'),
|
||
(12770, '159b', 'Ethernet Controller E810-XXV for SFP', '2117'),
|
||
(12771, '15a0', 'Ethernet Connection (2) I218-LM', '2117'),
|
||
(12772, '15a1', 'Ethernet Connection (2) I218-V', '2117'),
|
||
(12773, '15a2', 'Ethernet Connection (3) I218-LM', '2117'),
|
||
(12774, '15a3', 'Ethernet Connection (3) I218-V', '2117'),
|
||
(12775, '15a4', 'Ethernet Switch FM10000 Host Interface', '2117'),
|
||
(12776, '15a5', 'Ethernet Switch FM10000 Host Virtual Interface', '2117'),
|
||
(12777, '15a8', 'Ethernet Connection X552 Virtual Function', '2117'),
|
||
(12778, '15a9', 'X552 Virtual Function', '2117'),
|
||
(12779, '15aa', 'Ethernet Connection X552 10 GbE Backplane', '2117'),
|
||
(12780, '15ab', 'Ethernet Connection X552 10 GbE Backplane', '2117'),
|
||
(12781, '15ac', 'Ethernet Connection X552 10 GbE SFP+', '2117'),
|
||
(12782, '15ad', 'Ethernet Connection X552/X557-AT 10GBASE-T', '2117'),
|
||
(12783, '15ae', 'Ethernet Connection X552 1000BASE-T', '2117'),
|
||
(12784, '15b0', 'Ethernet Connection X552 Backplane', '2117'),
|
||
(12785, '15b4', 'X553 Virtual Function', '2117'),
|
||
(12786, '15b5', 'DSL6340 USB 3.1 Controller [Alpine Ridge]', '2117'),
|
||
(12787, '15b6', 'DSL6540 USB 3.1 Controller [Alpine Ridge]', '2117'),
|
||
(12788, '15b7', 'Ethernet Connection (2) I219-LM', '2117'),
|
||
(12789, '15b8', 'Ethernet Connection (2) I219-V', '2117'),
|
||
(12790, '15b9', 'Ethernet Connection (3) I219-LM', '2117'),
|
||
(12791, '15bb', 'Ethernet Connection (7) I219-LM', '2117'),
|
||
(12792, '15bc', 'Ethernet Connection (7) I219-V', '2117'),
|
||
(12793, '15bd', 'Ethernet Connection (6) I219-LM', '2117'),
|
||
(12794, '15be', 'Ethernet Connection (6) I219-V', '2117'),
|
||
(12795, '15bf', 'JHL6240 Thunderbolt 3 NHI (Low Power) [Alpine Ridge LP 2016]', '2117'),
|
||
(12796, '15c0', 'JHL6240 Thunderbolt 3 Bridge (Low Power) [Alpine Ridge LP 2016]', '2117'),
|
||
(12797, '15c1', 'JHL6240 Thunderbolt 3 USB 3.1 Controller (Low Power) [Alpine Ridge LP 2016]', '2117'),
|
||
(12798, '15c2', 'Ethernet Connection X553 Backplane', '2117'),
|
||
(12799, '15c3', 'Ethernet Connection X553 Backplane', '2117'),
|
||
(12800, '15c4', 'Ethernet Connection X553 10 GbE SFP+', '2117'),
|
||
(12801, '15c5', 'X553 Virtual Function', '2117'),
|
||
(12802, '15c6', 'Ethernet Connection X553 1GbE', '2117'),
|
||
(12803, '15c7', 'Ethernet Connection X553 1GbE', '2117'),
|
||
(12804, '15c8', 'Ethernet Connection X553/X557-AT 10GBASE-T', '2117'),
|
||
(12805, '15ce', 'Ethernet Connection X553 10 GbE SFP+', '2117'),
|
||
(12806, '15d0', 'Ethernet SDI Adapter', '2117'),
|
||
(12807, '15d1', 'Ethernet Controller 10G X550T', '2117'),
|
||
(12808, '15d2', 'JHL6540 Thunderbolt 3 NHI (C step) [Alpine Ridge 4C 2016]', '2117'),
|
||
(12809, '15d3', 'JHL6540 Thunderbolt 3 Bridge (C step) [Alpine Ridge 4C 2016]', '2117'),
|
||
(12810, '15d4', 'JHL6540 Thunderbolt 3 USB Controller (C step) [Alpine Ridge 4C 2016]', '2117'),
|
||
(12811, '15d5', 'Ethernet SDI Adapter FM10420-25GbE-DA2', '2117'),
|
||
(12812, '15d6', 'Ethernet Connection (5) I219-V', '2117'),
|
||
(12813, '15d7', 'Ethernet Connection (4) I219-LM', '2117'),
|
||
(12814, '15d8', 'Ethernet Connection (4) I219-V', '2117'),
|
||
(12815, '15d9', 'JHL6340 Thunderbolt 3 NHI (C step) [Alpine Ridge 2C 2016]', '2117'),
|
||
(12816, '15da', 'JHL6340 Thunderbolt 3 Bridge (C step) [Alpine Ridge 2C 2016]', '2117'),
|
||
(12817, '15db', 'JHL6340 Thunderbolt 3 USB 3.1 Controller (C step) [Alpine Ridge 2C 2016]', '2117'),
|
||
(12818, '15df', 'Ethernet Connection (8) I219-LM', '2117'),
|
||
(12819, '15e0', 'Ethernet Connection (8) I219-V', '2117'),
|
||
(12820, '15e1', 'Ethernet Connection (9) I219-LM', '2117'),
|
||
(12821, '15e2', 'Ethernet Connection (9) I219-V', '2117'),
|
||
(12822, '15e3', 'Ethernet Connection (5) I219-LM', '2117'),
|
||
(12823, '15e4', 'Ethernet Connection X553 1GbE', '2117'),
|
||
(12824, '15e5', 'Ethernet Connection X553 1GbE', '2117'),
|
||
(12825, '15e7', 'JHL7540 Thunderbolt 3 Bridge [Titan Ridge 2C 2018]', '2117'),
|
||
(12826, '15e8', 'JHL7540 Thunderbolt 3 NHI [Titan Ridge 2C 2018]', '2117'),
|
||
(12827, '15e9', 'JHL7540 Thunderbolt 3 USB Controller [Titan Ridge 2C 2018]', '2117'),
|
||
(12828, '15ea', 'JHL7540 Thunderbolt 3 Bridge [Titan Ridge 4C 2018]', '2117'),
|
||
(12829, '15eb', 'JHL7540 Thunderbolt 3 NHI [Titan Ridge 4C 2018]', '2117'),
|
||
(12830, '15ec', 'JHL7540 Thunderbolt 3 USB Controller [Titan Ridge 4C 2018]', '2117'),
|
||
(12831, '15ef', 'JHL7540 Thunderbolt 3 Bridge [Titan Ridge DD 2018]', '2117'),
|
||
(12832, '15f0', 'JHL7540 Thunderbolt 3 USB Controller [Titan Ridge DD 2018]', '2117'),
|
||
(12833, '15f2', 'Ethernet Controller I225-LM', '2117'),
|
||
(12834, '15f3', 'Ethernet Controller I225-V', '2117'),
|
||
(12835, '15f4', 'Ethernet Connection (15) I219-LM', '2117'),
|
||
(12836, '15f5', 'Ethernet Connection (15) I219-V', '2117'),
|
||
(12837, '15f6', 'I210 Gigabit Ethernet Connection', '2117'),
|
||
(12838, '15f9', 'Ethernet Connection (14) I219-LM', '2117'),
|
||
(12839, '15fa', 'Ethernet Connection (14) I219-V', '2117'),
|
||
(12840, '15fb', 'Ethernet Connection (13) I219-LM', '2117'),
|
||
(12841, '15fc', 'Ethernet Connection (13) I219-V', '2117'),
|
||
(12842, '15ff', 'Ethernet Controller X710 for 10GBASE-T', '2117'),
|
||
(12843, '1600', 'Broadwell-U Host Bridge -OPI', '2117'),
|
||
(12844, '1601', 'Broadwell-U PCI Express x16 Controller', '2117'),
|
||
(12845, '1602', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12846, '1603', 'Broadwell-U Processor Thermal Subsystem', '2117'),
|
||
(12847, '1604', 'Broadwell-U Host Bridge -OPI', '2117'),
|
||
(12848, '1605', 'Broadwell-U PCI Express x8 Controller', '2117'),
|
||
(12849, '1606', 'HD Graphics', '2117'),
|
||
(12850, '1607', 'Broadwell-U CHAPS Device', '2117'),
|
||
(12851, '1608', 'Broadwell-U Host Bridge -OPI', '2117'),
|
||
(12852, '1609', 'Broadwell-U x4 PCIe', '2117'),
|
||
(12853, '160a', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12854, '160b', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12855, '160c', 'Broadwell-U Audio Controller', '2117'),
|
||
(12856, '160d', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12857, '160e', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12858, '160f', 'Broadwell-U SoftSKU', '2117'),
|
||
(12859, '1610', 'Broadwell-U Host Bridge - DMI', '2117'),
|
||
(12860, '1612', 'HD Graphics 5600', '2117'),
|
||
(12861, '1614', 'Broadwell-U Host Bridge - DMI', '2117'),
|
||
(12862, '1616', 'HD Graphics 5500', '2117'),
|
||
(12863, '1618', 'Broadwell-U Host Bridge - DMI', '2117'),
|
||
(12864, '161a', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12865, '161b', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12866, '161d', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12867, '161e', 'HD Graphics 5300', '2117'),
|
||
(12868, '1622', 'Iris Pro Graphics 6200', '2117'),
|
||
(12869, '1626', 'HD Graphics 6000', '2117'),
|
||
(12870, '162a', 'Iris Pro Graphics P6300', '2117'),
|
||
(12871, '162b', 'Iris Graphics 6100', '2117'),
|
||
(12872, '162d', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12873, '162e', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12874, '1632', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12875, '1636', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12876, '163a', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12877, '163b', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12878, '163d', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12879, '163e', 'Broadwell-U Integrated Graphics', '2117'),
|
||
(12880, '1889', 'Ethernet Adaptive Virtual Function', '2117'),
|
||
(12881, '1890', 'Ethernet Connection E822-C for backplane', '2117'),
|
||
(12882, '1891', 'Ethernet Connection E822-C for QSFP', '2117'),
|
||
(12883, '1892', 'Ethernet Connection E822-C for SFP', '2117'),
|
||
(12884, '1893', 'Ethernet Connection E822-C/X557-AT 10GBASE-T', '2117'),
|
||
(12885, '1894', 'Ethernet Connection E822-C 1GbE', '2117'),
|
||
(12886, '1897', 'Ethernet Connection E822-L for backplane', '2117'),
|
||
(12887, '1898', 'Ethernet Connection E822-L for SFP', '2117'),
|
||
(12888, '1899', 'Ethernet Connection E822-L/X557-AT 10GBASE-T', '2117'),
|
||
(12889, '189a', 'Ethernet Connection E822-L 1GbE', '2117'),
|
||
(12890, '18a0', 'C4xxx Series QAT', '2117'),
|
||
(12891, '18a1', 'C4XXX Series QAT Virtual Function', '2117'),
|
||
(12892, '1900', 'Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(12893, '1901', '6th-10th Gen Core Processor PCIe Controller (x16)', '2117'),
|
||
(12894, '1902', 'HD Graphics 510', '2117'),
|
||
(12895, '1903', 'Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem', '2117'),
|
||
(12896, '1904', 'Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(12897, '1905', 'Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x8)', '2117'),
|
||
(12898, '1906', 'HD Graphics 510', '2117'),
|
||
(12899, '1908', 'Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(12900, '1909', 'Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x4)', '2117'),
|
||
(12901, '190c', 'Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(12902, '190f', 'Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(12903, '1910', 'Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(12904, '1911', 'Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model', '2117'),
|
||
(12905, '1912', 'HD Graphics 530', '2117'),
|
||
(12906, '1916', 'Skylake GT2 [HD Graphics 520]', '2117'),
|
||
(12907, '1918', 'Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(12908, '1919', 'Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Imaging Unit', '2117'),
|
||
(12909, '191b', 'HD Graphics 530', '2117'),
|
||
(12910, '191d', 'HD Graphics P530', '2117'),
|
||
(12911, '191e', 'HD Graphics 515', '2117'),
|
||
(12912, '191f', 'Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(12913, '1921', 'HD Graphics 520', '2117'),
|
||
(12914, '1926', 'Iris Graphics 540', '2117'),
|
||
(12915, '1927', 'Iris Graphics 550', '2117'),
|
||
(12916, '192b', 'Iris Graphics 555', '2117'),
|
||
(12917, '192d', 'Iris Graphics P555', '2117'),
|
||
(12918, '1932', 'Iris Pro Graphics 580', '2117'),
|
||
(12919, '193a', 'Iris Pro Graphics P580', '2117'),
|
||
(12920, '193b', 'Iris Pro Graphics 580', '2117'),
|
||
(12921, '193d', 'Iris Pro Graphics P580', '2117'),
|
||
(12922, '1960', '80960RP (i960RP) Microprocessor', '2117'),
|
||
(12923, '1962', '80960RM (i960RM) Microprocessor', '2117'),
|
||
(12924, '1964', '80960RN (i960RN) Microprocessor', '2117'),
|
||
(12925, '1980', 'Atom Processor C3000 Series System Agent', '2117'),
|
||
(12926, '19a1', 'Atom Processor C3000 Series Error Registers', '2117'),
|
||
(12927, '19a2', 'Atom Processor C3000 Series Root Complex Event Collector', '2117'),
|
||
(12928, '19a3', 'Atom Processor C3000 Series Integrated QAT Root Port', '2117'),
|
||
(12929, '19a4', 'Atom Processor C3000 Series PCI Express Root Port #0', '2117'),
|
||
(12930, '19a5', 'Atom Processor C3000 Series PCI Express Root Port #1', '2117'),
|
||
(12931, '19a6', 'Atom Processor C3000 Series PCI Express Root Port #2', '2117'),
|
||
(12932, '19a7', 'Atom Processor C3000 Series PCI Express Root Port #3', '2117'),
|
||
(12933, '19a8', 'Atom Processor C3000 Series PCI Express Root Port #4', '2117'),
|
||
(12934, '19a9', 'Atom Processor C3000 Series PCI Express Root Port #5', '2117'),
|
||
(12935, '19aa', 'Atom Processor C3000 Series PCI Express Root Port #6', '2117'),
|
||
(12936, '19ab', 'Atom Processor C3000 Series PCI Express Root Port #7', '2117'),
|
||
(12937, '19ac', 'Atom Processor C3000 Series SMBus Contoller - Host', '2117'),
|
||
(12938, '19b0', 'Atom Processor C3000 Series SATA Controller 0', '2117'),
|
||
(12939, '19b1', 'Atom Processor C3000 Series SATA Controller 0', '2117'),
|
||
(12940, '19b2', 'Atom Processor C3000 Series SATA Controller 0', '2117'),
|
||
(12941, '19b3', 'Atom Processor C3000 Series SATA Controller 0', '2117'),
|
||
(12942, '19b4', 'Atom Processor C3000 Series SATA Controller 0', '2117'),
|
||
(12943, '19b5', 'Atom Processor C3000 Series SATA Controller 0', '2117'),
|
||
(12944, '19b6', 'Atom Processor C3000 Series SATA Controller 0', '2117'),
|
||
(12945, '19b7', 'Atom Processor C3000 Series SATA Controller 0', '2117'),
|
||
(12946, '19be', 'Atom Processor C3000 Series SATA Controller 0', '2117'),
|
||
(12947, '19bf', 'Atom Processor C3000 Series SATA Controller 0', '2117'),
|
||
(12948, '19c0', 'Atom Processor C3000 Series SATA Controller 1', '2117'),
|
||
(12949, '19c1', 'Atom Processor C3000 Series SATA Controller 1', '2117'),
|
||
(12950, '19c2', 'Atom Processor C3000 Series SATA Controller 1', '2117'),
|
||
(12951, '19c3', 'Atom Processor C3000 Series SATA Controller 1', '2117'),
|
||
(12952, '19c4', 'Atom Processor C3000 Series SATA Controller 1', '2117'),
|
||
(12953, '19c5', 'Atom Processor C3000 Series SATA Controller 1', '2117'),
|
||
(12954, '19c6', 'Atom Processor C3000 Series SATA Controller 1', '2117'),
|
||
(12955, '19c7', 'Atom Processor C3000 Series SATA Controller 1', '2117'),
|
||
(12956, '19ce', 'Atom Processor C3000 Series SATA Controller 1', '2117'),
|
||
(12957, '19cf', 'Atom Processor C3000 Series SATA Controller 1', '2117'),
|
||
(12958, '19d0', 'Atom Processor C3000 Series USB 3.0 xHCI Controller', '2117'),
|
||
(12959, '19d1', 'Atom Processor C3000 Series Integrated LAN Root Port #0', '2117'),
|
||
(12960, '19d2', 'Atom Processor C3000 Series Integrated LAN Root Port #1', '2117'),
|
||
(12961, '19d3', 'Atom Processor C3000 Series ME HECI 1', '2117'),
|
||
(12962, '19d4', 'Atom Processor C3000 Series ME HECI 2', '2117'),
|
||
(12963, '19d5', 'Atom Processor C3000 Series ME KT Controller', '2117'),
|
||
(12964, '19d6', 'Atom Processor C3000 Series ME HECI 3', '2117'),
|
||
(12965, '19d8', 'Atom Processor C3000 Series HSUART Controller', '2117'),
|
||
(12966, '19dc', 'Atom Processor C3000 Series LPC or eSPI', '2117'),
|
||
(12967, '19dd', 'Atom Processor C3000 Series Primary to Side Band (P2SB) Bridge', '2117'),
|
||
(12968, '19de', 'Atom Processor C3000 Series Power Management Controller', '2117'),
|
||
(12969, '19df', 'Atom Processor C3000 Series SMBus controller', '2117'),
|
||
(12970, '19e0', 'Atom Processor C3000 Series SPI Controller', '2117'),
|
||
(12971, '19e2', 'Atom Processor C3000 Series QuickAssist Technology', '2117'),
|
||
(12972, '1a1c', 'Ethernet Connection (17) I219-LM', '2117'),
|
||
(12973, '1a1d', 'Ethernet Connection (17) I219-V', '2117'),
|
||
(12974, '1a1e', 'Ethernet Connection (16) I219-LM', '2117'),
|
||
(12975, '1a1f', 'Ethernet Connection (16) I219-V', '2117'),
|
||
(12976, '1a21', '82840 840 [Carmel] Chipset Host Bridge (Hub A)', '2117'),
|
||
(12977, '1a23', '82840 840 [Carmel] Chipset AGP Bridge', '2117'),
|
||
(12978, '1a24', '82840 840 [Carmel] Chipset PCI Bridge (Hub B)', '2117'),
|
||
(12979, '1a30', '82845 845 [Brookdale] Chipset Host Bridge', '2117'),
|
||
(12980, '1a31', '82845 845 [Brookdale] Chipset AGP Bridge', '2117'),
|
||
(12981, '1a38', '5000 Series Chipset DMA Engine', '2117'),
|
||
(12982, '1a48', '82597EX 10GbE Ethernet Controller', '2117'),
|
||
(12983, '1b48', '82597EX 10GbE Ethernet Controller', '2117'),
|
||
(12984, '1c00', '6 Series/C200 Series Chipset Family Desktop SATA Controller (IDE mode, ports 0-3)', '2117'),
|
||
(12985, '1c01', '6 Series/C200 Series Chipset Family Mobile SATA Controller (IDE mode, ports 0-3)', '2117'),
|
||
(12986, '1c02', '6 Series/C200 Series Chipset Family 6 port Desktop SATA AHCI Controller', '2117'),
|
||
(12987, '1c03', '6 Series/C200 Series Chipset Family 6 port Mobile SATA AHCI Controller', '2117'),
|
||
(12988, '1c04', '6 Series/C200 Series Desktop SATA RAID Controller', '2117'),
|
||
(12989, '1c05', '6 Series/C200 Series Mobile SATA RAID Controller', '2117'),
|
||
(12990, '1c06', 'Z68 Express Chipset SATA RAID Controller', '2117'),
|
||
(12991, '1c08', '6 Series/C200 Series Chipset Family Desktop SATA Controller (IDE mode, ports 4-5)', '2117'),
|
||
(12992, '1c09', '6 Series/C200 Series Chipset Family Mobile SATA Controller (IDE mode, ports 4-5)', '2117'),
|
||
(12993, '1c10', '6 Series/C200 Series Chipset Family PCI Express Root Port 1', '2117'),
|
||
(12994, '1c12', '6 Series/C200 Series Chipset Family PCI Express Root Port 2', '2117'),
|
||
(12995, '1c14', '6 Series/C200 Series Chipset Family PCI Express Root Port 3', '2117'),
|
||
(12996, '1c16', '6 Series/C200 Series Chipset Family PCI Express Root Port 4', '2117'),
|
||
(12997, '1c18', '6 Series/C200 Series Chipset Family PCI Express Root Port 5', '2117'),
|
||
(12998, '1c1a', '6 Series/C200 Series Chipset Family PCI Express Root Port 6', '2117'),
|
||
(12999, '1c1c', '6 Series/C200 Series Chipset Family PCI Express Root Port 7', '2117'),
|
||
(13000, '1c1e', '6 Series/C200 Series Chipset Family PCI Express Root Port 8', '2117'),
|
||
(13001, '1c20', '6 Series/C200 Series Chipset Family High Definition Audio Controller', '2117'),
|
||
(13002, '1c22', '6 Series/C200 Series Chipset Family SMBus Controller', '2117'),
|
||
(13003, '1c24', '6 Series/C200 Series Chipset Family Thermal Management Controller', '2117'),
|
||
(13004, '1c25', '6 Series/C200 Series Chipset Family DMI to PCI Bridge', '2117'),
|
||
(13005, '1c26', '6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1', '2117'),
|
||
(13006, '1c27', '6 Series/C200 Series Chipset Family USB Universal Host Controller #1', '2117'),
|
||
(13007, '1c2c', '6 Series/C200 Series Chipset Family USB Universal Host Controller #5', '2117'),
|
||
(13008, '1c2d', '6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2', '2117'),
|
||
(13009, '1c33', '6 Series/C200 Series Chipset Family LAN Controller', '2117'),
|
||
(13010, '1c35', '6 Series/C200 Series Chipset Family VECI Controller', '2117'),
|
||
(13011, '1c3a', '6 Series/C200 Series Chipset Family MEI Controller #1', '2117'),
|
||
(13012, '1c3b', '6 Series/C200 Series Chipset Family MEI Controller #2', '2117'),
|
||
(13013, '1c3c', '6 Series/C200 Series Chipset Family IDE-r Controller', '2117'),
|
||
(13014, '1c3d', '6 Series/C200 Series Chipset Family KT Controller', '2117'),
|
||
(13015, '1c40', '6 Series/C200 Series Chipset Family LPC Controller', '2117'),
|
||
(13016, '1c41', 'Mobile SFF 6 Series Chipset Family LPC Controller', '2117'),
|
||
(13017, '1c42', '6 Series/C200 Series Chipset Family LPC Controller', '2117'),
|
||
(13018, '1c43', 'Mobile 6 Series Chipset Family LPC Controller', '2117'),
|
||
(13019, '1c44', 'Z68 Express Chipset LPC Controller', '2117'),
|
||
(13020, '1c45', '6 Series/C200 Series Chipset Family LPC Controller', '2117'),
|
||
(13021, '1c46', 'P67 Express Chipset LPC Controller', '2117'),
|
||
(13022, '1c47', 'UM67 Express Chipset LPC Controller', '2117'),
|
||
(13023, '1c48', '6 Series/C200 Series Chipset Family LPC Controller', '2117'),
|
||
(13024, '1c49', 'HM65 Express Chipset LPC Controller', '2117'),
|
||
(13025, '1c4a', 'H67 Express Chipset LPC Controller', '2117'),
|
||
(13026, '1c4b', 'HM67 Express Chipset LPC Controller', '2117'),
|
||
(13027, '1c4c', 'Q65 Express Chipset LPC Controller', '2117'),
|
||
(13028, '1c4d', 'QS67 Express Chipset LPC Controller', '2117'),
|
||
(13029, '1c4e', 'Q67 Express Chipset LPC Controller', '2117'),
|
||
(13030, '1c4f', 'QM67 Express Chipset LPC Controller', '2117'),
|
||
(13031, '1c50', 'B65 Express Chipset LPC Controller', '2117'),
|
||
(13032, '1c51', '6 Series/C200 Series Chipset Family LPC Controller', '2117'),
|
||
(13033, '1c52', 'C202 Chipset LPC Controller', '2117'),
|
||
(13034, '1c53', '6 Series/C200 Series Chipset Family LPC Controller', '2117'),
|
||
(13035, '1c54', 'C204 Chipset LPC Controller', '2117'),
|
||
(13036, '1c55', '6 Series/C200 Series Chipset Family LPC Controller', '2117'),
|
||
(13037, '1c56', 'C206 Chipset LPC Controller', '2117'),
|
||
(13038, '1c57', '6 Series/C200 Series Chipset Family LPC Controller', '2117'),
|
||
(13039, '1c58', 'Upgraded B65 Express Chipset LPC Controller', '2117'),
|
||
(13040, '1c59', 'Upgraded HM67 Express Chipset LPC Controller', '2117'),
|
||
(13041, '1c5a', 'Upgraded Q67 Express Chipset LPC Controller', '2117'),
|
||
(13042, '1c5b', '6 Series/C200 Series Chipset Family LPC Controller', '2117'),
|
||
(13043, '1c5c', 'H61 Express Chipset LPC Controller', '2117'),
|
||
(13044, '1c5d', '6 Series/C200 Series Chipset Family LPC Controller', '2117'),
|
||
(13045, '1c5e', '6 Series/C200 Series Chipset Family LPC Controller', '2117'),
|
||
(13046, '1c5f', '6 Series/C200 Series Chipset Family LPC Controller', '2117'),
|
||
(13047, '1d00', 'C600/X79 series chipset 4-Port SATA IDE Controller', '2117'),
|
||
(13048, '1d02', 'C600/X79 series chipset 6-Port SATA AHCI Controller', '2117'),
|
||
(13049, '1d04', 'C600/X79 series chipset SATA RAID Controller', '2117'),
|
||
(13050, '1d06', 'C600/X79 series chipset SATA Premium RAID Controller', '2117'),
|
||
(13051, '1d08', 'C600/X79 series chipset 2-Port SATA IDE Controller', '2117'),
|
||
(13052, '1d10', 'C600/X79 series chipset PCI Express Root Port 1', '2117'),
|
||
(13053, '1d11', 'C600/X79 series chipset PCI Express Root Port 1', '2117'),
|
||
(13054, '1d12', 'C600/X79 series chipset PCI Express Root Port 2', '2117'),
|
||
(13055, '1d13', 'C600/X79 series chipset PCI Express Root Port 2', '2117'),
|
||
(13056, '1d14', 'C600/X79 series chipset PCI Express Root Port 3', '2117'),
|
||
(13057, '1d15', 'C600/X79 series chipset PCI Express Root Port 3', '2117'),
|
||
(13058, '1d16', 'C600/X79 series chipset PCI Express Root Port 4', '2117'),
|
||
(13059, '1d17', 'C600/X79 series chipset PCI Express Root Port 4', '2117'),
|
||
(13060, '1d18', 'C600/X79 series chipset PCI Express Root Port 5', '2117'),
|
||
(13061, '1d19', 'C600/X79 series chipset PCI Express Root Port 5', '2117'),
|
||
(13062, '1d1a', 'C600/X79 series chipset PCI Express Root Port 6', '2117'),
|
||
(13063, '1d1b', 'C600/X79 series chipset PCI Express Root Port 6', '2117'),
|
||
(13064, '1d1c', 'C600/X79 series chipset PCI Express Root Port 7', '2117'),
|
||
(13065, '1d1d', 'C600/X79 series chipset PCI Express Root Port 7', '2117'),
|
||
(13066, '1d1e', 'C600/X79 series chipset PCI Express Root Port 8', '2117'),
|
||
(13067, '1d1f', 'C600/X79 series chipset PCI Express Root Port 8', '2117'),
|
||
(13068, '1d20', 'C600/X79 series chipset High Definition Audio Controller', '2117'),
|
||
(13069, '1d22', 'C600/X79 series chipset SMBus Host Controller', '2117'),
|
||
(13070, '1d24', 'C600/X79 series chipset Thermal Management Controller', '2117'),
|
||
(13071, '1d25', 'C600/X79 series chipset DMI to PCI Bridge', '2117'),
|
||
(13072, '1d26', 'C600/X79 series chipset USB2 Enhanced Host Controller #1', '2117'),
|
||
(13073, '1d2d', 'C600/X79 series chipset USB2 Enhanced Host Controller #2', '2117'),
|
||
(13074, '1d33', 'C600/X79 series chipset LAN Controller', '2117'),
|
||
(13075, '1d35', 'C600/X79 series chipset VECI Controller', '2117'),
|
||
(13076, '1d3a', 'C600/X79 series chipset MEI Controller #1', '2117'),
|
||
(13077, '1d3b', 'C600/X79 series chipset MEI Controller #2', '2117'),
|
||
(13078, '1d3c', 'C600/X79 series chipset IDE-r Controller', '2117'),
|
||
(13079, '1d3d', 'C600/X79 series chipset KT Controller', '2117'),
|
||
(13080, '1d3e', 'C600/X79 series chipset PCI Express Virtual Root Port', '2117'),
|
||
(13081, '1d3f', 'C608/C606/X79 series chipset PCI Express Virtual Switch Port', '2117'),
|
||
(13082, '1d40', 'C600/X79 series chipset LPC Controller', '2117'),
|
||
(13083, '1d41', 'C600/X79 series chipset LPC Controller', '2117'),
|
||
(13084, '1d50', 'C608 chipset Dual 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13085, '1d54', 'C600/X79 series chipset Dual 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13086, '1d55', 'C600/X79 series chipset 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13087, '1d58', 'C606 chipset Dual 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13088, '1d59', 'C604/X79 series chipset 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13089, '1d5a', 'C600/X79 series chipset Dual 4-Port SATA Storage Control Unit', '2117'),
|
||
(13090, '1d5b', 'C602 chipset 4-Port SATA Storage Control Unit', '2117'),
|
||
(13091, '1d5c', 'C600/X79 series chipset Dual 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13092, '1d5d', 'C600/X79 series chipset 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13093, '1d5e', 'C600/X79 series chipset Dual 4-Port SATA Storage Control Unit', '2117'),
|
||
(13094, '1d5f', 'C600/X79 series chipset 4-Port SATA Storage Control Unit', '2117'),
|
||
(13095, '1d60', 'C608 chipset Dual 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13096, '1d64', 'C600/X79 series chipset Dual 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13097, '1d65', 'C600/X79 series chipset 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13098, '1d68', 'C606 chipset Dual 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13099, '1d69', 'C604/X79 series chipset 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13100, '1d6a', 'C600/X79 series chipset Dual 4-Port SATA Storage Control Unit', '2117'),
|
||
(13101, '1d6b', 'C602 chipset 4-Port SATA Storage Control Unit', '2117'),
|
||
(13102, '1d6c', 'C600/X79 series chipset Dual 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13103, '1d6d', 'C600/X79 series chipset 4-Port SATA/SAS Storage Control Unit', '2117'),
|
||
(13104, '1d6e', 'C600/X79 series chipset Dual 4-Port SATA Storage Control Unit', '2117'),
|
||
(13105, '1d6f', 'C600/X79 series chipset 4-Port SATA Storage Control Unit', '2117'),
|
||
(13106, '1d70', 'C600/X79 series chipset SMBus Controller 0', '2117'),
|
||
(13107, '1d71', 'C608/C606/X79 series chipset SMBus Controller 1', '2117'),
|
||
(13108, '1d72', 'C608 chipset SMBus Controller 2', '2117'),
|
||
(13109, '1d74', 'C608/C606/X79 series chipset PCI Express Upstream Port', '2117'),
|
||
(13110, '1d76', 'C600/X79 series chipset Multi-Function Glue', '2117'),
|
||
(13111, '1e00', '7 Series/C210 Series Chipset Family 4-port SATA Controller [IDE mode]', '2117'),
|
||
(13112, '1e01', '7 Series Chipset Family 4-port SATA Controller [IDE mode]', '2117'),
|
||
(13113, '1e02', '7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode]', '2117'),
|
||
(13114, '1e03', '7 Series Chipset Family 6-port SATA Controller [AHCI mode]', '2117'),
|
||
(13115, '1e04', '7 Series/C210 Series Chipset Family SATA Controller [RAID mode]', '2117'),
|
||
(13116, '1e05', '7 Series Chipset SATA Controller [RAID mode]', '2117'),
|
||
(13117, '1e06', '7 Series/C210 Series Chipset Family SATA Controller [RAID mode]', '2117'),
|
||
(13118, '1e07', '7 Series Chipset Family SATA Controller [RAID mode]', '2117'),
|
||
(13119, '1e08', '7 Series/C210 Series Chipset Family 2-port SATA Controller [IDE mode]', '2117'),
|
||
(13120, '1e09', '7 Series Chipset Family 2-port SATA Controller [IDE mode]', '2117'),
|
||
(13121, '1e0e', '7 Series/C210 Series Chipset Family SATA Controller [RAID mode]', '2117'),
|
||
(13122, '1e10', '7 Series/C216 Chipset Family PCI Express Root Port 1', '2117'),
|
||
(13123, '1e12', '7 Series/C210 Series Chipset Family PCI Express Root Port 2', '2117'),
|
||
(13124, '1e14', '7 Series/C210 Series Chipset Family PCI Express Root Port 3', '2117'),
|
||
(13125, '1e16', '7 Series/C216 Chipset Family PCI Express Root Port 4', '2117'),
|
||
(13126, '1e18', '7 Series/C210 Series Chipset Family PCI Express Root Port 5', '2117'),
|
||
(13127, '1e1a', '7 Series/C210 Series Chipset Family PCI Express Root Port 6', '2117'),
|
||
(13128, '1e1c', '7 Series/C210 Series Chipset Family PCI Express Root Port 7', '2117'),
|
||
(13129, '1e1e', '7 Series/C210 Series Chipset Family PCI Express Root Port 8', '2117'),
|
||
(13130, '1e20', '7 Series/C216 Chipset Family High Definition Audio Controller', '2117'),
|
||
(13131, '1e22', '7 Series/C216 Chipset Family SMBus Controller', '2117'),
|
||
(13132, '1e24', '7 Series/C210 Series Chipset Family Thermal Management Controller', '2117'),
|
||
(13133, '1e25', '7 Series/C210 Series Chipset Family DMI to PCI Bridge', '2117'),
|
||
(13134, '1e26', '7 Series/C216 Chipset Family USB Enhanced Host Controller #1', '2117'),
|
||
(13135, '1e2d', '7 Series/C216 Chipset Family USB Enhanced Host Controller #2', '2117'),
|
||
(13136, '1e31', '7 Series/C210 Series Chipset Family USB xHCI Host Controller', '2117'),
|
||
(13137, '1e33', '7 Series/C210 Series Chipset Family LAN Controller', '2117'),
|
||
(13138, '1e3a', '7 Series/C216 Chipset Family MEI Controller #1', '2117'),
|
||
(13139, '1e3b', '7 Series/C210 Series Chipset Family MEI Controller #2', '2117'),
|
||
(13140, '1e3c', '7 Series/C210 Series Chipset Family IDE-r Controller', '2117'),
|
||
(13141, '1e3d', '7 Series/C210 Series Chipset Family KT Controller', '2117'),
|
||
(13142, '1e41', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13143, '1e42', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13144, '1e43', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13145, '1e44', 'Z77 Express Chipset LPC Controller', '2117'),
|
||
(13146, '1e45', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13147, '1e46', 'Z75 Express Chipset LPC Controller', '2117'),
|
||
(13148, '1e47', 'Q77 Express Chipset LPC Controller', '2117'),
|
||
(13149, '1e48', 'Q75 Express Chipset LPC Controller', '2117'),
|
||
(13150, '1e49', 'B75 Express Chipset LPC Controller', '2117'),
|
||
(13151, '1e4a', 'H77 Express Chipset LPC Controller', '2117'),
|
||
(13152, '1e4b', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13153, '1e4c', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13154, '1e4d', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13155, '1e4e', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13156, '1e4f', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13157, '1e50', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13158, '1e51', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13159, '1e52', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13160, '1e53', 'C216 Series Chipset LPC Controller', '2117'),
|
||
(13161, '1e54', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13162, '1e55', 'QM77 Express Chipset LPC Controller', '2117'),
|
||
(13163, '1e56', 'QS77 Express Chipset LPC Controller', '2117'),
|
||
(13164, '1e57', 'HM77 Express Chipset LPC Controller', '2117'),
|
||
(13165, '1e58', 'UM77 Express Chipset LPC Controller', '2117'),
|
||
(13166, '1e59', 'HM76 Express Chipset LPC Controller', '2117'),
|
||
(13167, '1e5a', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13168, '1e5b', 'UM77 Express Chipset LPC Controller', '2117'),
|
||
(13169, '1e5c', '7 Series Chipset Family LPC Controller', '2117'),
|
||
(13170, '1e5d', 'HM75 Express Chipset LPC Controller', '2117'),
|
||
(13171, '1e5e', 'HM70 Express Chipset LPC Controller', '2117'),
|
||
(13172, '1e5f', 'NM70 Express Chipset LPC Controller', '2117'),
|
||
(13173, '1f00', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13174, '1f01', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13175, '1f02', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13176, '1f03', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13177, '1f04', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13178, '1f05', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13179, '1f06', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13180, '1f07', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13181, '1f08', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13182, '1f09', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13183, '1f0a', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13184, '1f0b', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13185, '1f0c', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13186, '1f0d', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13187, '1f0e', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13188, '1f0f', 'Atom processor C2000 SoC Transaction Router', '2117'),
|
||
(13189, '1f10', 'Atom processor C2000 PCIe Root Port 1', '2117'),
|
||
(13190, '1f11', 'Atom processor C2000 PCIe Root Port 2', '2117'),
|
||
(13191, '1f12', 'Atom processor C2000 PCIe Root Port 3', '2117'),
|
||
(13192, '1f13', 'Atom processor C2000 PCIe Root Port 4', '2117'),
|
||
(13193, '1f14', 'Atom processor C2000 RAS', '2117'),
|
||
(13194, '1f15', 'Atom processor C2000 SMBus 2.0', '2117'),
|
||
(13195, '1f16', 'Atom processor C2000 RCEC', '2117'),
|
||
(13196, '1f18', 'Atom processor C2000 QAT', '2117'),
|
||
(13197, '1f19', 'Atom processor C2000 QAT', '2117'),
|
||
(13198, '1f20', 'Atom processor C2000 4-Port IDE SATA2 Controller', '2117'),
|
||
(13199, '1f21', 'Atom processor C2000 4-Port IDE SATA2 Controller', '2117'),
|
||
(13200, '1f22', 'Atom processor C2000 AHCI SATA2 Controller', '2117'),
|
||
(13201, '1f23', 'Atom processor C2000 AHCI SATA2 Controller', '2117'),
|
||
(13202, '1f24', 'Atom processor C2000 RAID SATA2 Controller', '2117'),
|
||
(13203, '1f25', 'Atom processor C2000 RAID SATA2 Controller', '2117'),
|
||
(13204, '1f26', 'Atom processor C2000 RAID SATA2 Controller', '2117'),
|
||
(13205, '1f27', 'Atom processor C2000 RAID SATA2 Controller', '2117'),
|
||
(13206, '1f2c', 'Atom processor C2000 USB Enhanced Host Controller', '2117'),
|
||
(13207, '1f2e', 'Atom processor C2000 RAID SATA2 Controller', '2117'),
|
||
(13208, '1f2f', 'Atom processor C2000 RAID SATA2 Controller', '2117'),
|
||
(13209, '1f30', 'Atom processor C2000 2-Port IDE SATA3 Controller', '2117'),
|
||
(13210, '1f31', 'Atom processor C2000 2-Port IDE SATA3 Controller', '2117'),
|
||
(13211, '1f32', 'Atom processor C2000 AHCI SATA3 Controller', '2117'),
|
||
(13212, '1f33', 'Atom processor C2000 AHCI SATA3 Controller', '2117'),
|
||
(13213, '1f34', 'Atom processor C2000 RAID SATA3 Controller', '2117'),
|
||
(13214, '1f35', 'Atom processor C2000 RAID SATA3 Controller', '2117'),
|
||
(13215, '1f36', 'Atom processor C2000 RAID SATA3 Controller', '2117'),
|
||
(13216, '1f37', 'Atom processor C2000 RAID SATA3 Controller', '2117'),
|
||
(13217, '1f38', 'Atom processor C2000 PCU', '2117'),
|
||
(13218, '1f39', 'Atom processor C2000 PCU', '2117'),
|
||
(13219, '1f3a', 'Atom processor C2000 PCU', '2117'),
|
||
(13220, '1f3b', 'Atom processor C2000 PCU', '2117'),
|
||
(13221, '1f3c', 'Atom processor C2000 PCU SMBus', '2117'),
|
||
(13222, '1f3d', 'Atom Processor C2000 PECI SMBus', '2117'),
|
||
(13223, '1f3e', 'Atom processor C2000 RAID SATA3 Controller', '2117'),
|
||
(13224, '1f3f', 'Atom processor C2000 RAID SATA3 Controller', '2117'),
|
||
(13225, '1f40', 'Ethernet Connection I354 1.0 GbE Backplane', '2117'),
|
||
(13226, '1f41', 'Ethernet Connection I354', '2117'),
|
||
(13227, '1f42', 'Atom processor C2000 GbE', '2117'),
|
||
(13228, '1f44', 'Atom processor C2000 GbE Virtual Function', '2117'),
|
||
(13229, '1f45', 'Ethernet Connection I354 2.5 GbE Backplane', '2117'),
|
||
(13230, '2014', 'Sky Lake-E Ubox Registers', '2117'),
|
||
(13231, '2015', 'Sky Lake-E Ubox Registers', '2117'),
|
||
(13232, '2016', 'Sky Lake-E Ubox Registers', '2117'),
|
||
(13233, '2018', 'Sky Lake-E M2PCI Registers', '2117'),
|
||
(13234, '201a', 'Sky Lake-E Non-Transparent Bridge Registers', '2117'),
|
||
(13235, '201c', 'Sky Lake-E Non-Transparent Bridge Registers', '2117'),
|
||
(13236, '201d', 'Volume Management Device NVMe RAID Controller', '2117'),
|
||
(13237, '2020', 'Sky Lake-E DMI3 Registers', '2117'),
|
||
(13238, '2021', 'Sky Lake-E CBDMA Registers', '2117'),
|
||
(13239, '2024', 'Sky Lake-E MM/Vt-d Configuration Registers', '2117'),
|
||
(13240, '2025', 'Sky Lake-E RAS', '2117'),
|
||
(13241, '2026', 'Sky Lake-E IOAPIC', '2117'),
|
||
(13242, '2030', 'Sky Lake-E PCI Express Root Port A', '2117'),
|
||
(13243, '2031', 'Sky Lake-E PCI Express Root Port B', '2117'),
|
||
(13244, '2032', 'Sky Lake-E PCI Express Root Port C', '2117'),
|
||
(13245, '2033', 'Sky Lake-E PCI Express Root Port D', '2117'),
|
||
(13246, '2034', 'Sky Lake-E VT-d', '2117'),
|
||
(13247, '2035', 'Sky Lake-E RAS Configuration Registers', '2117'),
|
||
(13248, '2036', 'Sky Lake-E IOxAPIC Configuration Registers', '2117'),
|
||
(13249, '2040', 'Sky Lake-E Integrated Memory Controller', '2117'),
|
||
(13250, '2041', 'Sky Lake-E Integrated Memory Controller', '2117'),
|
||
(13251, '2042', 'Sky Lake-E Integrated Memory Controller', '2117'),
|
||
(13252, '2043', 'Sky Lake-E Integrated Memory Controller', '2117'),
|
||
(13253, '2044', 'Sky Lake-E Integrated Memory Controller', '2117'),
|
||
(13254, '2045', 'Sky Lake-E LM Channel 1', '2117'),
|
||
(13255, '2046', 'Sky Lake-E LMS Channel 1', '2117'),
|
||
(13256, '2047', 'Sky Lake-E LMDP Channel 1', '2117'),
|
||
(13257, '2048', 'Sky Lake-E DECS Channel 2', '2117'),
|
||
(13258, '2049', 'Sky Lake-E LM Channel 2', '2117'),
|
||
(13259, '204a', 'Sky Lake-E LMS Channel 2', '2117'),
|
||
(13260, '204b', 'Sky Lake-E LMDP Channel 2', '2117'),
|
||
(13261, '204c', 'Sky Lake-E M3KTI Registers', '2117'),
|
||
(13262, '204d', 'Sky Lake-E M3KTI Registers', '2117'),
|
||
(13263, '204e', 'Sky Lake-E M3KTI Registers', '2117'),
|
||
(13264, '2054', 'Sky Lake-E CHA Registers', '2117'),
|
||
(13265, '2055', 'Sky Lake-E CHA Registers', '2117'),
|
||
(13266, '2056', 'Sky Lake-E CHA Registers', '2117'),
|
||
(13267, '2057', 'Sky Lake-E CHA Registers', '2117'),
|
||
(13268, '2058', 'Sky Lake-E KTI 0', '2117'),
|
||
(13269, '2059', 'Sky Lake-E UPI Registers', '2117'),
|
||
(13270, '2066', 'Sky Lake-E Integrated Memory Controller', '2117'),
|
||
(13271, '2068', 'Sky Lake-E DDRIO Registers', '2117'),
|
||
(13272, '2069', 'Sky Lake-E DDRIO Registers', '2117'),
|
||
(13273, '206a', 'Sky Lake-E IOxAPIC Configuration Registers', '2117'),
|
||
(13274, '206e', 'Sky Lake-E DDRIO Registers', '2117'),
|
||
(13275, '206f', 'Sky Lake-E DDRIO Registers', '2117'),
|
||
(13276, '2078', 'Sky Lake-E PCU Registers', '2117'),
|
||
(13277, '207a', 'Sky Lake-E PCU Registers', '2117'),
|
||
(13278, '2080', 'Sky Lake-E PCU Registers', '2117'),
|
||
(13279, '2081', 'Sky Lake-E PCU Registers', '2117'),
|
||
(13280, '2082', 'Sky Lake-E PCU Registers', '2117'),
|
||
(13281, '2083', 'Sky Lake-E PCU Registers', '2117'),
|
||
(13282, '2084', 'Sky Lake-E PCU Registers', '2117'),
|
||
(13283, '2085', 'Sky Lake-E PCU Registers', '2117'),
|
||
(13284, '2086', 'Sky Lake-E PCU Registers', '2117'),
|
||
(13285, '2088', 'Sky Lake-E DDRIO Registers', '2117'),
|
||
(13286, '208d', 'Sky Lake-E CHA Registers', '2117'),
|
||
(13287, '208e', 'Sky Lake-E CHA Registers', '2117'),
|
||
(13288, '2241', 'Larrabee', '2117'),
|
||
(13289, '2250', 'Xeon Phi coprocessor 5100 series', '2117'),
|
||
(13290, '225c', 'Xeon Phi coprocessor SE10/7120 series', '2117'),
|
||
(13291, '225d', 'Xeon Phi coprocessor 3120 series', '2117'),
|
||
(13292, '225e', 'Xeon Phi coprocessor 31S1', '2117'),
|
||
(13293, '2262', 'Xeon Phi coprocessor 7220', '2117'),
|
||
(13294, '2280', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register', '2117'),
|
||
(13295, '2284', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series High Definition Audio Controller', '2117'),
|
||
(13296, '2286', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series LPIO1 DMA Controller', '2117'),
|
||
(13297, '228a', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series LPIO1 HSUART Controller #1', '2117'),
|
||
(13298, '228c', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series LPIO1 HSUART Controller #2', '2117'),
|
||
(13299, '2292', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx SMBus Controller', '2117'),
|
||
(13300, '2294', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series MMC Controller', '2117'),
|
||
(13301, '2295', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SDIO Controller', '2117'),
|
||
(13302, '2296', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SD Controller', '2117'),
|
||
(13303, '2298', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine', '2117'),
|
||
(13304, '229c', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU', '2117'),
|
||
(13305, '22a3', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SATA Controller', '2117'),
|
||
(13306, '22a4', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SATA AHCI Controller', '2117'),
|
||
(13307, '22a8', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Low Power Engine Audio', '2117'),
|
||
(13308, '22b0', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller', '2117'),
|
||
(13309, '22b1', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller', '2117'),
|
||
(13310, '22b5', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller', '2117'),
|
||
(13311, '22b8', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit', '2117'),
|
||
(13312, '22c0', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series LPIO2 DMA Controller', '2117'),
|
||
(13313, '22c1', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series LPIO2 I2C Controller #1', '2117'),
|
||
(13314, '22c2', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series LPIO2 I2C Controller #2', '2117'),
|
||
(13315, '22c3', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series LPIO2 I2C Controller #3', '2117'),
|
||
(13316, '22c4', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series LPIO2 I2C Controller #4', '2117'),
|
||
(13317, '22c5', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series LPIO2 I2C Controller #5', '2117'),
|
||
(13318, '22c6', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series LPIO2 I2C Controller #6', '2117'),
|
||
(13319, '22c7', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series LPIO2 I2C Controller #7', '2117'),
|
||
(13320, '22c8', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #1', '2117'),
|
||
(13321, '22ca', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #2', '2117'),
|
||
(13322, '22cc', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #3', '2117'),
|
||
(13323, '22ce', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Express Port #4', '2117'),
|
||
(13324, '22dc', 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller', '2117'),
|
||
(13325, '2310', 'DH89xxCC LPC Controller', '2117'),
|
||
(13326, '2323', 'DH89xxCC 4 Port SATA AHCI Controller', '2117'),
|
||
(13327, '2330', 'DH89xxCC SMBus Controller', '2117'),
|
||
(13328, '2331', 'DH89xxCC Chap Counter', '2117'),
|
||
(13329, '2332', 'DH89xxCC Thermal Subsystem', '2117'),
|
||
(13330, '2334', 'DH89xxCC USB2 Enhanced Host Controller #1', '2117'),
|
||
(13331, '2335', 'DH89xxCC USB2 Enhanced Host Controller #1', '2117'),
|
||
(13332, '2342', 'DH89xxCC PCI Express Root Port #1', '2117'),
|
||
(13333, '2343', 'DH89xxCC PCI Express Root Port #1', '2117'),
|
||
(13334, '2344', 'DH89xxCC PCI Express Root Port #2', '2117'),
|
||
(13335, '2345', 'DH89xxCC PCI Express Root Port #2', '2117'),
|
||
(13336, '2346', 'DH89xxCC PCI Express Root Port #3', '2117'),
|
||
(13337, '2347', 'DH89xxCC PCI Express Root Port #3', '2117'),
|
||
(13338, '2348', 'DH89xxCC PCI Express Root Port #4', '2117'),
|
||
(13339, '2349', 'DH89xxCC PCI Express Root Port #4', '2117'),
|
||
(13340, '2360', 'DH89xxCC Watchdog Timer', '2117'),
|
||
(13341, '2364', 'DH89xxCC MEI 0', '2117'),
|
||
(13342, '2365', 'DH89xxCC MEI 1', '2117'),
|
||
(13343, '2390', 'DH895XCC Series LPC Controller', '2117'),
|
||
(13344, '23a1', 'DH895XCC Series 2-Port SATA Controller [IDE Mode]', '2117'),
|
||
(13345, '23a3', 'DH895XCC Series 4-Port SATA Controller [AHCI Mode]', '2117'),
|
||
(13346, '23a6', 'DH895XCC Series 2-Port SATA Controller [IDE Mode]', '2117'),
|
||
(13347, '23b0', 'DH895XCC Series SMBus Controller', '2117'),
|
||
(13348, '23b1', 'DH895XCC Series CHAP Counter', '2117'),
|
||
(13349, '23b2', 'DH895XCC Series Thermal Management Controller', '2117'),
|
||
(13350, '23b4', 'DH895XCC Series USB2 Enhanced Host Controller #1', '2117'),
|
||
(13351, '23b5', 'DH895XCC Series USB2 Enhanced Host Controller #1', '2117'),
|
||
(13352, '23c2', 'DH895XCC Series PCI Express Root Port #1', '2117'),
|
||
(13353, '23c3', 'DH895XCC Series PCI Express Root Port #1', '2117'),
|
||
(13354, '23c4', 'DH895XCC Series PCI Express Root Port #2', '2117'),
|
||
(13355, '23c5', 'DH895XCC Series PCI Express Root Port #2', '2117'),
|
||
(13356, '23c6', 'CDH895XCC Series PCI Express Root Port #3', '2117'),
|
||
(13357, '23c7', 'DH895XCC Series PCI Express Root Port #3', '2117'),
|
||
(13358, '23c8', 'DH895XCC Series PCI Express Root Port #4', '2117'),
|
||
(13359, '23c9', 'DH895XCC Series PCI Express Root Port #4', '2117'),
|
||
(13360, '23e0', 'DH895XCC Series Watchdog Timer', '2117'),
|
||
(13361, '23e4', 'DH895XCC Series MEI Controller #1', '2117'),
|
||
(13362, '23e5', 'DH895XCC Series MEI Controller #2', '2117'),
|
||
(13363, '2410', '82801AA ISA Bridge (LPC)', '2117'),
|
||
(13364, '2411', '82801AA IDE Controller', '2117'),
|
||
(13365, '2412', '82801AA USB Controller', '2117'),
|
||
(13366, '2413', '82801AA SMBus Controller', '2117'),
|
||
(13367, '2415', '82801AA AC\'97 Audio Controller', '2117'),
|
||
(13368, '2416', '82801AA AC\'97 Modem Controller', '2117'),
|
||
(13369, '2418', '82801AA PCI Bridge', '2117'),
|
||
(13370, '2420', '82801AB ISA Bridge (LPC)', '2117'),
|
||
(13371, '2421', '82801AB IDE Controller', '2117'),
|
||
(13372, '2422', '82801AB USB Controller', '2117'),
|
||
(13373, '2423', '82801AB SMBus Controller', '2117'),
|
||
(13374, '2425', '82801AB AC\'97 Audio Controller', '2117'),
|
||
(13375, '2426', '82801AB AC\'97 Modem Controller', '2117'),
|
||
(13376, '2428', '82801AB PCI Bridge', '2117'),
|
||
(13377, '2440', '82801BA ISA Bridge (LPC)', '2117'),
|
||
(13378, '2442', '82801BA/BAM UHCI USB 1.1 Controller #1', '2117'),
|
||
(13379, '2443', '82801BA/BAM SMBus Controller', '2117'),
|
||
(13380, '2444', '82801BA/BAM UHCI USB 1.1 Controller #2', '2117'),
|
||
(13381, '2445', '82801BA/BAM AC\'97 Audio Controller', '2117'),
|
||
(13382, '2446', '82801BA/BAM AC\'97 Modem Controller', '2117'),
|
||
(13383, '2448', '82801 Mobile PCI Bridge', '2117'),
|
||
(13384, '2449', '82801BA/BAM/CA/CAM Ethernet Controller', '2117'),
|
||
(13385, '244a', '82801BAM IDE U100 Controller', '2117'),
|
||
(13386, '244b', '82801BA IDE U100 Controller', '2117'),
|
||
(13387, '244c', '82801BAM ISA Bridge (LPC)', '2117'),
|
||
(13388, '244e', '82801 PCI Bridge', '2117'),
|
||
(13389, '2450', '82801E ISA Bridge (LPC)', '2117'),
|
||
(13390, '2452', '82801E USB Controller', '2117'),
|
||
(13391, '2453', '82801E SMBus Controller', '2117'),
|
||
(13392, '2459', '82801E Ethernet Controller 0', '2117'),
|
||
(13393, '245b', '82801E IDE U100 Controller', '2117'),
|
||
(13394, '245d', '82801E Ethernet Controller 1', '2117'),
|
||
(13395, '245e', '82801E PCI Bridge', '2117'),
|
||
(13396, '2480', '82801CA LPC Interface Controller', '2117'),
|
||
(13397, '2482', '82801CA/CAM USB Controller #1', '2117'),
|
||
(13398, '2483', '82801CA/CAM SMBus Controller', '2117'),
|
||
(13399, '2484', '82801CA/CAM USB Controller #2', '2117'),
|
||
(13400, '2485', '82801CA/CAM AC\'97 Audio Controller', '2117'),
|
||
(13401, '2486', '82801CA/CAM AC\'97 Modem Controller', '2117'),
|
||
(13402, '2487', '82801CA/CAM USB Controller #3', '2117'),
|
||
(13403, '248a', '82801CAM IDE U100 Controller', '2117'),
|
||
(13404, '248b', '82801CA Ultra ATA Storage Controller', '2117'),
|
||
(13405, '248c', '82801CAM ISA Bridge (LPC)', '2117'),
|
||
(13406, '24c0', '82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge', '2117'),
|
||
(13407, '24c1', '82801DBL (ICH4-L) IDE Controller', '2117'),
|
||
(13408, '24c2', '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1', '2117'),
|
||
(13409, '24c3', '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller', '2117'),
|
||
(13410, '24c4', '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2', '2117'),
|
||
(13411, '24c5', '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC\'97 Audio Controller', '2117'),
|
||
(13412, '24c6', '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC\'97 Modem Controller', '2117'),
|
||
(13413, '24c7', '82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3', '2117'),
|
||
(13414, '24ca', '82801DBM (ICH4-M) IDE Controller', '2117'),
|
||
(13415, '24cb', '82801DB (ICH4) IDE Controller', '2117'),
|
||
(13416, '24cc', '82801DBM (ICH4-M) LPC Interface Bridge', '2117'),
|
||
(13417, '24cd', '82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller', '2117'),
|
||
(13418, '24d0', '82801EB/ER (ICH5/ICH5R) LPC Interface Bridge', '2117'),
|
||
(13419, '24d1', '82801EB (ICH5) SATA Controller', '2117'),
|
||
(13420, '24d2', '82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1', '2117'),
|
||
(13421, '24d3', '82801EB/ER (ICH5/ICH5R) SMBus Controller', '2117'),
|
||
(13422, '24d4', '82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2', '2117'),
|
||
(13423, '24d5', '82801EB/ER (ICH5/ICH5R) AC\'97 Audio Controller', '2117'),
|
||
(13424, '24d6', '82801EB/ER (ICH5/ICH5R) AC\'97 Modem Controller', '2117'),
|
||
(13425, '24d7', '82801EB/ER (ICH5/ICH5R) USB UHCI Controller #3', '2117'),
|
||
(13426, '24db', '82801EB/ER (ICH5/ICH5R) IDE Controller', '2117'),
|
||
(13427, '24dc', '82801EB (ICH5) LPC Interface Bridge', '2117'),
|
||
(13428, '24dd', '82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller', '2117'),
|
||
(13429, '24de', '82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4', '2117'),
|
||
(13430, '24df', '82801ER (ICH5R) SATA Controller', '2117'),
|
||
(13431, '24f0', 'Omni-Path HFI Silicon 100 Series [discrete]', '2117'),
|
||
(13432, '24f1', 'Omni-Path HFI Silicon 100 Series [integrated]', '2117'),
|
||
(13433, '24f3', 'Wireless 8260', '2117'),
|
||
(13434, '24f4', 'Wireless 8260', '2117'),
|
||
(13435, '24fb', 'Dual Band Wireless-AC 3168NGW [Stone Peak]', '2117'),
|
||
(13436, '24fd', 'Wireless 8265 / 8275', '2117'),
|
||
(13437, '2500', '82820 820 (Camino) Chipset Host Bridge (MCH)', '2117'),
|
||
(13438, '2501', '82820 820 (Camino) Chipset Host Bridge (MCH)', '2117'),
|
||
(13439, '250b', '82820 820 (Camino) Chipset Host Bridge', '2117'),
|
||
(13440, '250f', '82820 820 (Camino) Chipset AGP Bridge', '2117'),
|
||
(13441, '2520', '82805AA MTH Memory Translator Hub', '2117'),
|
||
(13442, '2521', '82804AA MRH-S Memory Repeater Hub for SDRAM', '2117'),
|
||
(13443, '2522', 'NVMe Optane Memory Series', '2117'),
|
||
(13444, '2526', 'Wireless-AC 9260', '2117'),
|
||
(13445, '2530', '82850 850 (Tehama) Chipset Host Bridge (MCH)', '2117'),
|
||
(13446, '2531', '82860 860 (Wombat) Chipset Host Bridge (MCH)', '2117'),
|
||
(13447, '2532', '82850 850 (Tehama) Chipset AGP Bridge', '2117'),
|
||
(13448, '2533', '82860 860 (Wombat) Chipset AGP Bridge', '2117'),
|
||
(13449, '2534', '82860 860 (Wombat) Chipset PCI Bridge', '2117'),
|
||
(13450, '2540', 'E7500 Memory Controller Hub', '2117'),
|
||
(13451, '2541', 'E7500/E7501 Host RASUM Controller', '2117'),
|
||
(13452, '2543', 'E7500/E7501 Hub Interface B PCI-to-PCI Bridge', '2117'),
|
||
(13453, '2544', 'E7500/E7501 Hub Interface B RASUM Controller', '2117'),
|
||
(13454, '2545', 'E7500/E7501 Hub Interface C PCI-to-PCI Bridge', '2117'),
|
||
(13455, '2546', 'E7500/E7501 Hub Interface C RASUM Controller', '2117'),
|
||
(13456, '2547', 'E7500/E7501 Hub Interface D PCI-to-PCI Bridge', '2117'),
|
||
(13457, '2548', 'E7500/E7501 Hub Interface D RASUM Controller', '2117'),
|
||
(13458, '254c', 'E7501 Memory Controller Hub', '2117'),
|
||
(13459, '2550', 'E7505 Memory Controller Hub', '2117'),
|
||
(13460, '2551', 'E7505/E7205 Series RAS Controller', '2117'),
|
||
(13461, '2552', 'E7505/E7205 PCI-to-AGP Bridge', '2117'),
|
||
(13462, '2553', 'E7505 Hub Interface B PCI-to-PCI Bridge', '2117'),
|
||
(13463, '2554', 'E7505 Hub Interface B PCI-to-PCI Bridge RAS Controller', '2117'),
|
||
(13464, '255d', 'E7205 Memory Controller Hub', '2117'),
|
||
(13465, '2560', '82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface', '2117'),
|
||
(13466, '2561', '82845G/GL[Brookdale-G]/GE/PE Host-to-AGP Bridge', '2117'),
|
||
(13467, '2562', '82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device', '2117'),
|
||
(13468, '2570', '82865G/PE/P DRAM Controller/Host-Hub Interface', '2117'),
|
||
(13469, '2571', '82865G/PE/P AGP Bridge', '2117'),
|
||
(13470, '2572', '82865G Integrated Graphics Controller', '2117'),
|
||
(13471, '2573', '82865G/PE/P PCI to CSA Bridge', '2117'),
|
||
(13472, '2576', '82865G/PE/P Processor to I/O Memory Interface', '2117'),
|
||
(13473, '2578', '82875P/E7210 Memory Controller Hub', '2117'),
|
||
(13474, '2579', '82875P Processor to AGP Controller', '2117'),
|
||
(13475, '257b', '82875P/E7210 Processor to PCI to CSA Bridge', '2117'),
|
||
(13476, '257e', '82875P/E7210 Processor to I/O Memory Interface', '2117'),
|
||
(13477, '2580', '82915G/P/GV/GL/PL/910GL Memory Controller Hub', '2117'),
|
||
(13478, '2581', '82915G/P/GV/GL/PL/910GL PCI Express Root Port', '2117'),
|
||
(13479, '2582', '82915G/GV/910GL Integrated Graphics Controller', '2117'),
|
||
(13480, '2584', '82925X/XE Memory Controller Hub', '2117'),
|
||
(13481, '2585', '82925X/XE PCI Express Root Port', '2117'),
|
||
(13482, '2588', 'E7220/E7221 Memory Controller Hub', '2117'),
|
||
(13483, '2589', 'E7220/E7221 PCI Express Root Port', '2117'),
|
||
(13484, '258a', 'E7221 Integrated Graphics Controller', '2117'),
|
||
(13485, '2590', 'Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller', '2117'),
|
||
(13486, '2591', 'Mobile 915GM/PM Express PCI Express Root Port', '2117'),
|
||
(13487, '2592', 'Mobile 915GM/GMS/910GML Express Graphics Controller', '2117'),
|
||
(13488, '25a1', '6300ESB LPC Interface Controller', '2117'),
|
||
(13489, '25a2', '6300ESB PATA Storage Controller', '2117'),
|
||
(13490, '25a3', '6300ESB SATA Storage Controller', '2117'),
|
||
(13491, '25a4', '6300ESB SMBus Controller', '2117'),
|
||
(13492, '25a6', '6300ESB AC\'97 Audio Controller', '2117'),
|
||
(13493, '25a7', '6300ESB AC\'97 Modem Controller', '2117'),
|
||
(13494, '25a9', '6300ESB USB Universal Host Controller', '2117'),
|
||
(13495, '25aa', '6300ESB USB Universal Host Controller', '2117'),
|
||
(13496, '25ab', '6300ESB Watchdog Timer', '2117'),
|
||
(13497, '25ac', '6300ESB I/O Advanced Programmable Interrupt Controller', '2117'),
|
||
(13498, '25ad', '6300ESB USB2 Enhanced Host Controller', '2117'),
|
||
(13499, '25ae', '6300ESB 64-bit PCI-X Bridge', '2117'),
|
||
(13500, '25b0', '6300ESB SATA RAID Controller', '2117'),
|
||
(13501, '25c0', '5000X Chipset Memory Controller Hub', '2117'),
|
||
(13502, '25d0', '5000Z Chipset Memory Controller Hub', '2117'),
|
||
(13503, '25d4', '5000V Chipset Memory Controller Hub', '2117'),
|
||
(13504, '25d8', '5000P Chipset Memory Controller Hub', '2117'),
|
||
(13505, '25e2', '5000 Series Chipset PCI Express x4 Port 2', '2117'),
|
||
(13506, '25e3', '5000 Series Chipset PCI Express x4 Port 3', '2117'),
|
||
(13507, '25e4', '5000 Series Chipset PCI Express x4 Port 4', '2117'),
|
||
(13508, '25e5', '5000 Series Chipset PCI Express x4 Port 5', '2117'),
|
||
(13509, '25e6', '5000 Series Chipset PCI Express x4 Port 6', '2117'),
|
||
(13510, '25e7', '5000 Series Chipset PCI Express x4 Port 7', '2117'),
|
||
(13511, '25f0', '5000 Series Chipset FSB Registers', '2117'),
|
||
(13512, '25f1', '5000 Series Chipset Reserved Registers', '2117'),
|
||
(13513, '25f3', '5000 Series Chipset Reserved Registers', '2117'),
|
||
(13514, '25f5', '5000 Series Chipset FBD Registers', '2117'),
|
||
(13515, '25f6', '5000 Series Chipset FBD Registers', '2117'),
|
||
(13516, '25f7', '5000 Series Chipset PCI Express x8 Port 2-3', '2117'),
|
||
(13517, '25f8', '5000 Series Chipset PCI Express x8 Port 4-5', '2117'),
|
||
(13518, '25f9', '5000 Series Chipset PCI Express x8 Port 6-7', '2117'),
|
||
(13519, '25fa', '5000X Chipset PCI Express x16 Port 4-7', '2117'),
|
||
(13520, '2600', 'E8500/E8501 Hub Interface 1.5', '2117'),
|
||
(13521, '2601', 'E8500/E8501 PCI Express x4 Port D', '2117'),
|
||
(13522, '2602', 'E8500/E8501 PCI Express x4 Port C0', '2117'),
|
||
(13523, '2603', 'E8500/E8501 PCI Express x4 Port C1', '2117'),
|
||
(13524, '2604', 'E8500/E8501 PCI Express x4 Port B0', '2117'),
|
||
(13525, '2605', 'E8500/E8501 PCI Express x4 Port B1', '2117'),
|
||
(13526, '2606', 'E8500/E8501 PCI Express x4 Port A0', '2117'),
|
||
(13527, '2607', 'E8500/E8501 PCI Express x4 Port A1', '2117'),
|
||
(13528, '2608', 'E8500/E8501 PCI Express x8 Port C', '2117'),
|
||
(13529, '2609', 'E8500/E8501 PCI Express x8 Port B', '2117'),
|
||
(13530, '260a', 'E8500/E8501 PCI Express x8 Port A', '2117'),
|
||
(13531, '260c', 'E8500/E8501 IMI Registers', '2117'),
|
||
(13532, '2610', 'E8500/E8501 FSB Registers', '2117'),
|
||
(13533, '2611', 'E8500/E8501 Address Mapping Registers', '2117'),
|
||
(13534, '2612', 'E8500/E8501 RAS Registers', '2117'),
|
||
(13535, '2613', 'E8500/E8501 Reserved Registers', '2117'),
|
||
(13536, '2614', 'E8500/E8501 Reserved Registers', '2117'),
|
||
(13537, '2615', 'E8500/E8501 Miscellaneous Registers', '2117'),
|
||
(13538, '2617', 'E8500/E8501 Reserved Registers', '2117'),
|
||
(13539, '2618', 'E8500/E8501 Reserved Registers', '2117'),
|
||
(13540, '2619', 'E8500/E8501 Reserved Registers', '2117'),
|
||
(13541, '261a', 'E8500/E8501 Reserved Registers', '2117'),
|
||
(13542, '261b', 'E8500/E8501 Reserved Registers', '2117'),
|
||
(13543, '261c', 'E8500/E8501 Reserved Registers', '2117'),
|
||
(13544, '261d', 'E8500/E8501 Reserved Registers', '2117'),
|
||
(13545, '261e', 'E8500/E8501 Reserved Registers', '2117'),
|
||
(13546, '2620', 'E8500/E8501 eXternal Memory Bridge', '2117'),
|
||
(13547, '2621', 'E8500/E8501 XMB Miscellaneous Registers', '2117'),
|
||
(13548, '2622', 'E8500/E8501 XMB Memory Interleaving Registers', '2117'),
|
||
(13549, '2623', 'E8500/E8501 XMB DDR Initialization and Calibration', '2117'),
|
||
(13550, '2624', 'E8500/E8501 XMB Reserved Registers', '2117'),
|
||
(13551, '2625', 'E8500/E8501 XMB Reserved Registers', '2117'),
|
||
(13552, '2626', 'E8500/E8501 XMB Reserved Registers', '2117'),
|
||
(13553, '2627', 'E8500/E8501 XMB Reserved Registers', '2117'),
|
||
(13554, '2640', '82801FB/FR (ICH6/ICH6R) LPC Interface Bridge', '2117'),
|
||
(13555, '2641', '82801FBM (ICH6M) LPC Interface Bridge', '2117'),
|
||
(13556, '2642', '82801FW/FRW (ICH6W/ICH6RW) LPC Interface Bridge', '2117'),
|
||
(13557, '2651', '82801FB/FW (ICH6/ICH6W) SATA Controller', '2117'),
|
||
(13558, '2652', '82801FR/FRW (ICH6R/ICH6RW) SATA Controller', '2117'),
|
||
(13559, '2653', '82801FBM (ICH6M) SATA Controller', '2117'),
|
||
(13560, '2658', '82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1', '2117'),
|
||
(13561, '2659', '82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2', '2117'),
|
||
(13562, '265a', '82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3', '2117'),
|
||
(13563, '265b', '82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4', '2117'),
|
||
(13564, '265c', '82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller', '2117'),
|
||
(13565, '2660', '82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1', '2117'),
|
||
(13566, '2662', '82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2', '2117'),
|
||
(13567, '2664', '82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3', '2117'),
|
||
(13568, '2666', '82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 4', '2117'),
|
||
(13569, '2668', '82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller', '2117'),
|
||
(13570, '266a', '82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller', '2117'),
|
||
(13571, '266c', '82801FB/FBM/FR/FW/FRW (ICH6 Family) LAN Controller', '2117'),
|
||
(13572, '266d', '82801FB/FBM/FR/FW/FRW (ICH6 Family) AC\'97 Modem Controller', '2117'),
|
||
(13573, '266e', '82801FB/FBM/FR/FW/FRW (ICH6 Family) AC\'97 Audio Controller', '2117'),
|
||
(13574, '266f', '82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller', '2117'),
|
||
(13575, '2670', '631xESB/632xESB/3100 Chipset LPC Interface Controller', '2117'),
|
||
(13576, '2680', '631xESB/632xESB/3100 Chipset SATA IDE Controller', '2117'),
|
||
(13577, '2681', '631xESB/632xESB SATA AHCI Controller', '2117'),
|
||
(13578, '2682', '631xESB/632xESB SATA RAID Controller', '2117'),
|
||
(13579, '2683', '631xESB/632xESB SATA RAID Controller', '2117'),
|
||
(13580, '2688', '631xESB/632xESB/3100 Chipset UHCI USB Controller #1', '2117'),
|
||
(13581, '2689', '631xESB/632xESB/3100 Chipset UHCI USB Controller #2', '2117'),
|
||
(13582, '268a', '631xESB/632xESB/3100 Chipset UHCI USB Controller #3', '2117'),
|
||
(13583, '268b', '631xESB/632xESB/3100 Chipset UHCI USB Controller #4', '2117'),
|
||
(13584, '268c', '631xESB/632xESB/3100 Chipset EHCI USB2 Controller', '2117'),
|
||
(13585, '2690', '631xESB/632xESB/3100 Chipset PCI Express Root Port 1', '2117'),
|
||
(13586, '2692', '631xESB/632xESB/3100 Chipset PCI Express Root Port 2', '2117'),
|
||
(13587, '2694', '631xESB/632xESB/3100 Chipset PCI Express Root Port 3', '2117'),
|
||
(13588, '2696', '631xESB/632xESB/3100 Chipset PCI Express Root Port 4', '2117'),
|
||
(13589, '2698', '631xESB/632xESB AC \'97 Audio Controller', '2117'),
|
||
(13590, '2699', '631xESB/632xESB AC \'97 Modem Controller', '2117'),
|
||
(13591, '269a', '631xESB/632xESB High Definition Audio Controller', '2117'),
|
||
(13592, '269b', '631xESB/632xESB/3100 Chipset SMBus Controller', '2117'),
|
||
(13593, '269e', '631xESB/632xESB IDE Controller', '2117'),
|
||
(13594, '2700', 'Optane SSD 900P Series', '2117'),
|
||
(13595, '2701', 'NVMe Datacenter SSD [Optane]', '2117'),
|
||
(13596, '2723', 'Wi-Fi 6 AX200', '2117'),
|
||
(13597, '2770', '82945G/GZ/P/PL Memory Controller Hub', '2117'),
|
||
(13598, '2771', '82945G/GZ/P/PL PCI Express Root Port', '2117'),
|
||
(13599, '2772', '82945G/GZ Integrated Graphics Controller', '2117'),
|
||
(13600, '2774', '82955X Memory Controller Hub', '2117'),
|
||
(13601, '2775', '82955X PCI Express Root Port', '2117'),
|
||
(13602, '2776', '82945G/GZ Integrated Graphics Controller', '2117'),
|
||
(13603, '2778', 'E7230/3000/3010 Memory Controller Hub', '2117'),
|
||
(13604, '2779', 'E7230/3000/3010 PCI Express Root Port', '2117'),
|
||
(13605, '277a', '82975X/3010 PCI Express Root Port', '2117'),
|
||
(13606, '277c', '82975X Memory Controller Hub', '2117'),
|
||
(13607, '277d', '82975X PCI Express Root Port', '2117'),
|
||
(13608, '2780', '82915G/GV/GL/910GL [Grantsdale] Graphics Device', '2117'),
|
||
(13609, '2782', '82915G Integrated Graphics Controller', '2117'),
|
||
(13610, '2792', 'Mobile 915GM/GMS/910GML Express Graphics Controller', '2117'),
|
||
(13611, '27a0', 'Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub', '2117'),
|
||
(13612, '27a1', 'Mobile 945GM/PM/GMS, 943/940GML and 945GT Express PCI Express Root Port', '2117'),
|
||
(13613, '27a2', 'Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller', '2117'),
|
||
(13614, '27a6', 'Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller', '2117'),
|
||
(13615, '27ac', 'Mobile 945GSE Express Memory Controller Hub', '2117'),
|
||
(13616, '27ad', 'Mobile 945GSE Express PCI Express Root Port', '2117'),
|
||
(13617, '27ae', 'Mobile 945GSE Express Integrated Graphics Controller', '2117'),
|
||
(13618, '27b0', '82801GH (ICH7DH) LPC Interface Bridge', '2117'),
|
||
(13619, '27b8', '82801GB/GR (ICH7 Family) LPC Interface Bridge', '2117'),
|
||
(13620, '27b9', '82801GBM (ICH7-M) LPC Interface Bridge', '2117'),
|
||
(13621, '27bc', 'NM10 Family LPC Controller', '2117'),
|
||
(13622, '27bd', '82801GHM (ICH7-M DH) LPC Interface Bridge', '2117'),
|
||
(13623, '27c0', 'NM10/ICH7 Family SATA Controller [IDE mode]', '2117'),
|
||
(13624, '27c1', 'NM10/ICH7 Family SATA Controller [AHCI mode]', '2117'),
|
||
(13625, '27c3', '82801GR/GDH (ICH7R/ICH7DH) SATA Controller [RAID mode]', '2117'),
|
||
(13626, '27c4', '82801GBM/GHM (ICH7-M Family) SATA Controller [IDE mode]', '2117'),
|
||
(13627, '27c5', '82801GBM/GHM (ICH7-M Family) SATA Controller [AHCI mode]', '2117'),
|
||
(13628, '27c6', '82801GHM (ICH7-M DH) SATA Controller [RAID mode]', '2117'),
|
||
(13629, '27c8', 'NM10/ICH7 Family USB UHCI Controller #1', '2117'),
|
||
(13630, '27c9', 'NM10/ICH7 Family USB UHCI Controller #2', '2117'),
|
||
(13631, '27ca', 'NM10/ICH7 Family USB UHCI Controller #3', '2117'),
|
||
(13632, '27cb', 'NM10/ICH7 Family USB UHCI Controller #4', '2117'),
|
||
(13633, '27cc', 'NM10/ICH7 Family USB2 EHCI Controller', '2117'),
|
||
(13634, '27d0', 'NM10/ICH7 Family PCI Express Port 1', '2117'),
|
||
(13635, '27d2', 'NM10/ICH7 Family PCI Express Port 2', '2117'),
|
||
(13636, '27d4', 'NM10/ICH7 Family PCI Express Port 3', '2117'),
|
||
(13637, '27d6', 'NM10/ICH7 Family PCI Express Port 4', '2117'),
|
||
(13638, '27d8', 'NM10/ICH7 Family High Definition Audio Controller', '2117'),
|
||
(13639, '27da', 'NM10/ICH7 Family SMBus Controller', '2117'),
|
||
(13640, '27dc', 'NM10/ICH7 Family LAN Controller', '2117'),
|
||
(13641, '27dd', '82801G (ICH7 Family) AC\'97 Modem Controller', '2117'),
|
||
(13642, '27de', '82801G (ICH7 Family) AC\'97 Audio Controller', '2117'),
|
||
(13643, '27df', '82801G (ICH7 Family) IDE Controller', '2117'),
|
||
(13644, '27e0', '82801GR/GH/GHM (ICH7 Family) PCI Express Port 5', '2117'),
|
||
(13645, '27e2', '82801GR/GH/GHM (ICH7 Family) PCI Express Port 6', '2117'),
|
||
(13646, '2810', '82801HB/HR (ICH8/R) LPC Interface Controller', '2117'),
|
||
(13647, '2811', '82801HEM (ICH8M-E) LPC Interface Controller', '2117'),
|
||
(13648, '2812', '82801HH (ICH8DH) LPC Interface Controller', '2117'),
|
||
(13649, '2814', '82801HO (ICH8DO) LPC Interface Controller', '2117'),
|
||
(13650, '2815', '82801HM (ICH8M) LPC Interface Controller', '2117'),
|
||
(13651, '2820', '82801H (ICH8 Family) 4 port SATA Controller [IDE mode]', '2117'),
|
||
(13652, '2821', '82801HR/HO/HH (ICH8R/DO/DH) 6 port SATA Controller [AHCI mode]', '2117'),
|
||
(13653, '2822', 'SATA Controller [RAID mode]', '2117'),
|
||
(13654, '2823', 'C610/X99 series chipset sSATA Controller [RAID mode]', '2117'),
|
||
(13655, '2824', '82801HB (ICH8) 4 port SATA Controller [AHCI mode]', '2117'),
|
||
(13656, '2825', '82801HR/HO/HH (ICH8R/DO/DH) 2 port SATA Controller [IDE mode]', '2117'),
|
||
(13657, '2826', 'C600/X79 series chipset SATA RAID Controller', '2117'),
|
||
(13658, '2827', 'C610/X99 series chipset sSATA Controller [RAID mode]', '2117'),
|
||
(13659, '2828', '82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [IDE mode]', '2117'),
|
||
(13660, '2829', '82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode]', '2117'),
|
||
(13661, '282a', '82801 Mobile SATA Controller [RAID mode]', '2117'),
|
||
(13662, '2830', '82801H (ICH8 Family) USB UHCI Controller #1', '2117'),
|
||
(13663, '2831', '82801H (ICH8 Family) USB UHCI Controller #2', '2117'),
|
||
(13664, '2832', '82801H (ICH8 Family) USB UHCI Controller #3', '2117'),
|
||
(13665, '2833', '82801H (ICH8 Family) USB UHCI Controller #4', '2117'),
|
||
(13666, '2834', '82801H (ICH8 Family) USB UHCI Controller #4', '2117'),
|
||
(13667, '2835', '82801H (ICH8 Family) USB UHCI Controller #5', '2117'),
|
||
(13668, '2836', '82801H (ICH8 Family) USB2 EHCI Controller #1', '2117'),
|
||
(13669, '283a', '82801H (ICH8 Family) USB2 EHCI Controller #2', '2117'),
|
||
(13670, '283e', '82801H (ICH8 Family) SMBus Controller', '2117'),
|
||
(13671, '283f', '82801H (ICH8 Family) PCI Express Port 1', '2117'),
|
||
(13672, '2841', '82801H (ICH8 Family) PCI Express Port 2', '2117'),
|
||
(13673, '2843', '82801H (ICH8 Family) PCI Express Port 3', '2117'),
|
||
(13674, '2845', '82801H (ICH8 Family) PCI Express Port 4', '2117'),
|
||
(13675, '2847', '82801H (ICH8 Family) PCI Express Port 5', '2117'),
|
||
(13676, '2849', '82801H (ICH8 Family) PCI Express Port 6', '2117'),
|
||
(13677, '284b', '82801H (ICH8 Family) HD Audio Controller', '2117'),
|
||
(13678, '284f', '82801H (ICH8 Family) Thermal Reporting Device', '2117'),
|
||
(13679, '2850', '82801HM/HEM (ICH8M/ICH8M-E) IDE Controller', '2117'),
|
||
(13680, '28c0', 'Volume Management Device NVMe RAID Controller', '2117'),
|
||
(13681, '2912', '82801IH (ICH9DH) LPC Interface Controller', '2117'),
|
||
(13682, '2914', '82801IO (ICH9DO) LPC Interface Controller', '2117'),
|
||
(13683, '2916', '82801IR (ICH9R) LPC Interface Controller', '2117'),
|
||
(13684, '2917', 'ICH9M-E LPC Interface Controller', '2117'),
|
||
(13685, '2918', '82801IB (ICH9) LPC Interface Controller', '2117'),
|
||
(13686, '2919', 'ICH9M LPC Interface Controller', '2117'),
|
||
(13687, '2920', '82801IR/IO/IH (ICH9R/DO/DH) 4 port SATA Controller [IDE mode]', '2117'),
|
||
(13688, '2921', '82801IB (ICH9) 2 port SATA Controller [IDE mode]', '2117'),
|
||
(13689, '2922', '82801IR/IO/IH (ICH9R/DO/DH) 6 port SATA Controller [AHCI mode]', '2117'),
|
||
(13690, '2923', '82801IB (ICH9) 4 port SATA Controller [AHCI mode]', '2117'),
|
||
(13691, '2925', '82801IR/IO (ICH9R/DO) SATA Controller [RAID mode]', '2117'),
|
||
(13692, '2926', '82801I (ICH9 Family) 2 port SATA Controller [IDE mode]', '2117'),
|
||
(13693, '2928', '82801IBM/IEM (ICH9M/ICH9M-E) 2 port SATA Controller [IDE mode]', '2117'),
|
||
(13694, '2929', '82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode]', '2117'),
|
||
(13695, '292c', '82801IEM (ICH9M-E) SATA Controller [RAID mode]', '2117'),
|
||
(13696, '292d', '82801IBM/IEM (ICH9M/ICH9M-E) 2 port SATA Controller [IDE mode]', '2117'),
|
||
(13697, '2930', '82801I (ICH9 Family) SMBus Controller', '2117'),
|
||
(13698, '2932', '82801I (ICH9 Family) Thermal Subsystem', '2117'),
|
||
(13699, '2934', '82801I (ICH9 Family) USB UHCI Controller #1', '2117'),
|
||
(13700, '2935', '82801I (ICH9 Family) USB UHCI Controller #2', '2117'),
|
||
(13701, '2936', '82801I (ICH9 Family) USB UHCI Controller #3', '2117'),
|
||
(13702, '2937', '82801I (ICH9 Family) USB UHCI Controller #4', '2117'),
|
||
(13703, '2938', '82801I (ICH9 Family) USB UHCI Controller #5', '2117'),
|
||
(13704, '2939', '82801I (ICH9 Family) USB UHCI Controller #6', '2117'),
|
||
(13705, '293a', '82801I (ICH9 Family) USB2 EHCI Controller #1', '2117'),
|
||
(13706, '293c', '82801I (ICH9 Family) USB2 EHCI Controller #2', '2117'),
|
||
(13707, '293e', '82801I (ICH9 Family) HD Audio Controller', '2117'),
|
||
(13708, '2940', '82801I (ICH9 Family) PCI Express Port 1', '2117'),
|
||
(13709, '2942', '82801I (ICH9 Family) PCI Express Port 2', '2117'),
|
||
(13710, '2944', '82801I (ICH9 Family) PCI Express Port 3', '2117'),
|
||
(13711, '2946', '82801I (ICH9 Family) PCI Express Port 4', '2117'),
|
||
(13712, '2948', '82801I (ICH9 Family) PCI Express Port 5', '2117'),
|
||
(13713, '294a', '82801I (ICH9 Family) PCI Express Port 6', '2117'),
|
||
(13714, '294c', '82566DC-2 Gigabit Network Connection', '2117'),
|
||
(13715, '2970', '82946GZ/PL/GL Memory Controller Hub', '2117'),
|
||
(13716, '2971', '82946GZ/PL/GL PCI Express Root Port', '2117'),
|
||
(13717, '2972', '82946GZ/GL Integrated Graphics Controller', '2117'),
|
||
(13718, '2973', '82946GZ/GL Integrated Graphics Controller', '2117'),
|
||
(13719, '2974', '82946GZ/GL HECI Controller', '2117'),
|
||
(13720, '2975', '82946GZ/GL HECI Controller', '2117'),
|
||
(13721, '2976', '82946GZ/GL PT IDER Controller', '2117'),
|
||
(13722, '2977', '82946GZ/GL KT Controller', '2117'),
|
||
(13723, '2980', '82G35 Express DRAM Controller', '2117'),
|
||
(13724, '2981', '82G35 Express PCI Express Root Port', '2117'),
|
||
(13725, '2982', '82G35 Express Integrated Graphics Controller', '2117'),
|
||
(13726, '2983', '82G35 Express Integrated Graphics Controller', '2117'),
|
||
(13727, '2984', '82G35 Express HECI Controller', '2117'),
|
||
(13728, '2990', '82Q963/Q965 Memory Controller Hub', '2117'),
|
||
(13729, '2991', '82Q963/Q965 PCI Express Root Port', '2117'),
|
||
(13730, '2992', '82Q963/Q965 Integrated Graphics Controller', '2117'),
|
||
(13731, '2993', '82Q963/Q965 Integrated Graphics Controller', '2117'),
|
||
(13732, '2994', '82Q963/Q965 HECI Controller', '2117'),
|
||
(13733, '2995', '82Q963/Q965 HECI Controller', '2117'),
|
||
(13734, '2996', '82Q963/Q965 PT IDER Controller', '2117'),
|
||
(13735, '2997', '82Q963/Q965 KT Controller', '2117'),
|
||
(13736, '29a0', '82P965/G965 Memory Controller Hub', '2117'),
|
||
(13737, '29a1', '82P965/G965 PCI Express Root Port', '2117'),
|
||
(13738, '29a2', '82G965 Integrated Graphics Controller', '2117'),
|
||
(13739, '29a3', '82G965 Integrated Graphics Controller', '2117'),
|
||
(13740, '29a4', '82P965/G965 HECI Controller', '2117'),
|
||
(13741, '29a5', '82P965/G965 HECI Controller', '2117'),
|
||
(13742, '29a6', '82P965/G965 PT IDER Controller', '2117'),
|
||
(13743, '29a7', '82P965/G965 KT Controller', '2117'),
|
||
(13744, '29b0', '82Q35 Express DRAM Controller', '2117'),
|
||
(13745, '29b1', '82Q35 Express PCI Express Root Port', '2117'),
|
||
(13746, '29b2', '82Q35 Express Integrated Graphics Controller', '2117'),
|
||
(13747, '29b3', '82Q35 Express Integrated Graphics Controller', '2117'),
|
||
(13748, '29b4', '82Q35 Express MEI Controller', '2117'),
|
||
(13749, '29b5', '82Q35 Express MEI Controller', '2117'),
|
||
(13750, '29b6', '82Q35 Express PT IDER Controller', '2117'),
|
||
(13751, '29b7', '82Q35 Express Serial KT Controller', '2117'),
|
||
(13752, '29c0', '82G33/G31/P35/P31 Express DRAM Controller', '2117'),
|
||
(13753, '29c1', '82G33/G31/P35/P31 Express PCI Express Root Port', '2117'),
|
||
(13754, '29c2', '82G33/G31 Express Integrated Graphics Controller', '2117'),
|
||
(13755, '29c3', '82G33/G31 Express Integrated Graphics Controller', '2117'),
|
||
(13756, '29c4', '82G33/G31/P35/P31 Express MEI Controller', '2117'),
|
||
(13757, '29c5', '82G33/G31/P35/P31 Express MEI Controller', '2117'),
|
||
(13758, '29c6', '82G33/G31/P35/P31 Express PT IDER Controller', '2117'),
|
||
(13759, '29c7', '82G33/G31/P35/P31 Express Serial KT Controller', '2117'),
|
||
(13760, '29cf', 'Virtual HECI Controller', '2117'),
|
||
(13761, '29d0', '82Q33 Express DRAM Controller', '2117'),
|
||
(13762, '29d1', '82Q33 Express PCI Express Root Port', '2117'),
|
||
(13763, '29d2', '82Q33 Express Integrated Graphics Controller', '2117'),
|
||
(13764, '29d3', '82Q33 Express Integrated Graphics Controller', '2117'),
|
||
(13765, '29d4', '82Q33 Express MEI Controller', '2117'),
|
||
(13766, '29d5', '82Q33 Express MEI Controller', '2117'),
|
||
(13767, '29d6', '82Q33 Express PT IDER Controller', '2117'),
|
||
(13768, '29d7', '82Q33 Express Serial KT Controller', '2117'),
|
||
(13769, '29e0', '82X38/X48 Express DRAM Controller', '2117'),
|
||
(13770, '29e1', '82X38/X48 Express Host-Primary PCI Express Bridge', '2117'),
|
||
(13771, '29e4', '82X38/X48 Express MEI Controller', '2117'),
|
||
(13772, '29e5', '82X38/X48 Express MEI Controller', '2117'),
|
||
(13773, '29e6', '82X38/X48 Express PT IDER Controller', '2117'),
|
||
(13774, '29e7', '82X38/X48 Express Serial KT Controller', '2117'),
|
||
(13775, '29e9', '82X38/X48 Express Host-Secondary PCI Express Bridge', '2117'),
|
||
(13776, '29f0', '3200/3210 Chipset DRAM Controller', '2117'),
|
||
(13777, '29f1', '3200/3210 Chipset Host-Primary PCI Express Bridge', '2117'),
|
||
(13778, '29f4', '3200/3210 Chipset MEI Controller', '2117'),
|
||
(13779, '29f5', '3200/3210 Chipset MEI Controller', '2117'),
|
||
(13780, '29f6', '3200/3210 Chipset PT IDER Controller', '2117'),
|
||
(13781, '29f7', '3200/3210 Chipset Serial KT Controller', '2117'),
|
||
(13782, '29f9', '3210 Chipset Host-Secondary PCI Express Bridge', '2117'),
|
||
(13783, '2a00', 'Mobile PM965/GM965/GL960 Memory Controller Hub', '2117'),
|
||
(13784, '2a01', 'Mobile PM965/GM965/GL960 PCI Express Root Port', '2117'),
|
||
(13785, '2a02', 'Mobile GM965/GL960 Integrated Graphics Controller (primary)', '2117'),
|
||
(13786, '2a03', 'Mobile GM965/GL960 Integrated Graphics Controller (secondary)', '2117'),
|
||
(13787, '2a04', 'Mobile PM965/GM965 MEI Controller', '2117'),
|
||
(13788, '2a05', 'Mobile PM965/GM965 MEI Controller', '2117'),
|
||
(13789, '2a06', 'Mobile PM965/GM965 PT IDER Controller', '2117'),
|
||
(13790, '2a07', 'Mobile PM965/GM965 KT Controller', '2117'),
|
||
(13791, '2a10', 'Mobile GME965/GLE960 Memory Controller Hub', '2117'),
|
||
(13792, '2a11', 'Mobile GME965/GLE960 PCI Express Root Port', '2117'),
|
||
(13793, '2a12', 'Mobile GME965/GLE960 Integrated Graphics Controller', '2117'),
|
||
(13794, '2a13', 'Mobile GME965/GLE960 Integrated Graphics Controller', '2117'),
|
||
(13795, '2a14', 'Mobile GME965/GLE960 MEI Controller', '2117'),
|
||
(13796, '2a15', 'Mobile GME965/GLE960 MEI Controller', '2117'),
|
||
(13797, '2a16', 'Mobile GME965/GLE960 PT IDER Controller', '2117'),
|
||
(13798, '2a17', 'Mobile GME965/GLE960 KT Controller', '2117'),
|
||
(13799, '2a40', 'Mobile 4 Series Chipset Memory Controller Hub', '2117'),
|
||
(13800, '2a41', 'Mobile 4 Series Chipset PCI Express Graphics Port', '2117'),
|
||
(13801, '2a42', 'Mobile 4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(13802, '2a43', 'Mobile 4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(13803, '2a44', 'Mobile 4 Series Chipset MEI Controller', '2117'),
|
||
(13804, '2a45', 'Mobile 4 Series Chipset MEI Controller', '2117'),
|
||
(13805, '2a46', 'Mobile 4 Series Chipset PT IDER Controller', '2117'),
|
||
(13806, '2a47', 'Mobile 4 Series Chipset AMT SOL Redirection', '2117'),
|
||
(13807, '2a50', 'Cantiga MEI Controller', '2117'),
|
||
(13808, '2a51', 'Cantiga MEI Controller', '2117'),
|
||
(13809, '2a52', 'Cantiga PT IDER Controller', '2117'),
|
||
(13810, '2a53', 'Cantiga AMT SOL Redirection', '2117'),
|
||
(13811, '2b00', 'Xeon Processor E7 Product Family System Configuration Controller 1', '2117'),
|
||
(13812, '2b02', 'Xeon Processor E7 Product Family System Configuration Controller 2', '2117'),
|
||
(13813, '2b04', 'Xeon Processor E7 Product Family Power Controller', '2117'),
|
||
(13814, '2b08', 'Xeon Processor E7 Product Family Caching Agent 0', '2117'),
|
||
(13815, '2b0c', 'Xeon Processor E7 Product Family Caching Agent 1', '2117'),
|
||
(13816, '2b10', 'Xeon Processor E7 Product Family QPI Home Agent 0', '2117'),
|
||
(13817, '2b13', 'Xeon Processor E7 Product Family Memory Controller 0c', '2117'),
|
||
(13818, '2b14', 'Xeon Processor E7 Product Family Memory Controller 0a', '2117'),
|
||
(13819, '2b16', 'Xeon Processor E7 Product Family Memory Controller 0b', '2117'),
|
||
(13820, '2b18', 'Xeon Processor E7 Product Family QPI Home Agent 1', '2117'),
|
||
(13821, '2b1b', 'Xeon Processor E7 Product Family Memory Controller 1c', '2117'),
|
||
(13822, '2b1c', 'Xeon Processor E7 Product Family Memory Controller 1a', '2117'),
|
||
(13823, '2b1e', 'Xeon Processor E7 Product Family Memory Controller 1b', '2117'),
|
||
(13824, '2b20', 'Xeon Processor E7 Product Family Last Level Cache Coherence Engine 0', '2117'),
|
||
(13825, '2b22', 'Xeon Processor E7 Product Family System Configuration Controller 3', '2117'),
|
||
(13826, '2b24', 'Xeon Processor E7 Product Family Last Level Cache Coherence Engine 1', '2117'),
|
||
(13827, '2b28', 'Xeon Processor E7 Product Family Last Level Cache Coherence Engine 2', '2117'),
|
||
(13828, '2b2a', 'Xeon Processor E7 Product Family System Configuration Controller 4', '2117'),
|
||
(13829, '2b2c', 'Xeon Processor E7 Product Family Last Level Cache Coherence Engine 3', '2117'),
|
||
(13830, '2b30', 'Xeon Processor E7 Product Family Last Level Cache Coherence Engine 4', '2117'),
|
||
(13831, '2b34', 'Xeon Processor E7 Product Family Last Level Cache Coherence Engine 5', '2117'),
|
||
(13832, '2b38', 'Xeon Processor E7 Product Family Last Level Cache Coherence Engine 6', '2117'),
|
||
(13833, '2b3c', 'Xeon Processor E7 Product Family Last Level Cache Coherence Engine 7', '2117'),
|
||
(13834, '2b40', 'Xeon Processor E7 Product Family QPI Router Port 0-1', '2117'),
|
||
(13835, '2b42', 'Xeon Processor E7 Product Family QPI Router Port 2-3', '2117'),
|
||
(13836, '2b44', 'Xeon Processor E7 Product Family QPI Router Port 4-5', '2117'),
|
||
(13837, '2b46', 'Xeon Processor E7 Product Family QPI Router Port 6-7', '2117'),
|
||
(13838, '2b48', 'Xeon Processor E7 Product Family Test and Debug 0', '2117'),
|
||
(13839, '2b4c', 'Xeon Processor E7 Product Family Test and Debug 1', '2117'),
|
||
(13840, '2b50', 'Xeon Processor E7 Product Family QPI Physical Port 0: REUT control/status', '2117'),
|
||
(13841, '2b52', 'Xeon Processor E7 Product Family QPI Physical Port 0: Misc. control/status', '2117'),
|
||
(13842, '2b54', 'Xeon Processor E7 Product Family QPI Physical Port 1: REUT control/status', '2117'),
|
||
(13843, '2b56', 'Xeon Processor E7 Product Family QPI Physical Port 1: Misc. control/status', '2117'),
|
||
(13844, '2b58', 'Xeon Processor E7 Product Family QPI Physical Port 2: REUT control/status', '2117'),
|
||
(13845, '2b5a', 'Xeon Processor E7 Product Family QPI Physical Port 2: Misc. control/status', '2117'),
|
||
(13846, '2b5c', 'Xeon Processor E7 Product Family QPI Physical Port 3: REUT control/status', '2117'),
|
||
(13847, '2b5e', 'Xeon Processor E7 Product Family QPI Physical Port 3: Misc. control/status', '2117'),
|
||
(13848, '2b60', 'Xeon Processor E7 Product Family SMI Physical Port 0: REUT control/status', '2117'),
|
||
(13849, '2b62', 'Xeon Processor E7 Product Family SMI Physical Port 0: Misc control/status', '2117'),
|
||
(13850, '2b64', 'Xeon Processor E7 Product Family SMI Physical Port 1: REUT control/status', '2117'),
|
||
(13851, '2b66', 'Xeon Processor E7 Product Family SMI Physical Port 1: Misc control/status', '2117'),
|
||
(13852, '2b68', 'Xeon Processor E7 Product Family Last Level Cache Coherence Engine 8', '2117'),
|
||
(13853, '2b6c', 'Xeon Processor E7 Product Family Last Level Cache Coherence Engine 9', '2117'),
|
||
(13854, '2c01', 'Xeon 5500/Core i7 QuickPath Architecture System Address Decoder', '2117'),
|
||
(13855, '2c10', 'Xeon 5500/Core i7 QPI Link 0', '2117'),
|
||
(13856, '2c11', 'Xeon 5500/Core i7 QPI Physical 0', '2117'),
|
||
(13857, '2c14', 'Xeon 5500/Core i7 QPI Link 1', '2117'),
|
||
(13858, '2c15', 'Xeon 5500/Core i7 QPI Physical 1', '2117'),
|
||
(13859, '2c18', 'Xeon 5500/Core i7 Integrated Memory Controller', '2117'),
|
||
(13860, '2c19', 'Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder', '2117'),
|
||
(13861, '2c1a', 'Xeon 5500/Core i7 Integrated Memory Controller RAS Registers', '2117'),
|
||
(13862, '2c1c', 'Xeon 5500/Core i7 Integrated Memory Controller Test Registers', '2117'),
|
||
(13863, '2c20', 'Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers', '2117'),
|
||
(13864, '2c21', 'Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers', '2117'),
|
||
(13865, '2c22', 'Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers', '2117'),
|
||
(13866, '2c23', 'Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers', '2117'),
|
||
(13867, '2c28', 'Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers', '2117'),
|
||
(13868, '2c29', 'Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers', '2117'),
|
||
(13869, '2c2a', 'Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers', '2117'),
|
||
(13870, '2c2b', 'Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers', '2117'),
|
||
(13871, '2c30', 'Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers', '2117'),
|
||
(13872, '2c31', 'Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers', '2117'),
|
||
(13873, '2c32', 'Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers', '2117'),
|
||
(13874, '2c33', 'Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers', '2117'),
|
||
(13875, '2c40', 'Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers', '2117'),
|
||
(13876, '2c41', 'Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers', '2117'),
|
||
(13877, '2c50', 'Core Processor QuickPath Architecture Generic Non-Core Registers', '2117'),
|
||
(13878, '2c51', 'Core Processor QuickPath Architecture Generic Non-Core Registers', '2117'),
|
||
(13879, '2c52', 'Core Processor QuickPath Architecture Generic Non-Core Registers', '2117'),
|
||
(13880, '2c53', 'Core Processor QuickPath Architecture Generic Non-Core Registers', '2117'),
|
||
(13881, '2c54', 'Core Processor QuickPath Architecture Generic Non-Core Registers', '2117'),
|
||
(13882, '2c55', 'Core Processor QuickPath Architecture Generic Non-Core Registers', '2117'),
|
||
(13883, '2c56', 'Core Processor QuickPath Architecture Generic Non-Core Registers', '2117'),
|
||
(13884, '2c57', 'Core Processor QuickPath Architecture Generic Non-Core Registers', '2117'),
|
||
(13885, '2c58', 'Xeon C5500/C3500 QPI Generic Non-core Registers', '2117'),
|
||
(13886, '2c59', 'Xeon C5500/C3500 QPI Generic Non-core Registers', '2117'),
|
||
(13887, '2c5a', 'Xeon C5500/C3500 QPI Generic Non-core Registers', '2117'),
|
||
(13888, '2c5b', 'Xeon C5500/C3500 QPI Generic Non-core Registers', '2117'),
|
||
(13889, '2c5c', 'Xeon C5500/C3500 QPI Generic Non-core Registers', '2117'),
|
||
(13890, '2c5d', 'Xeon C5500/C3500 QPI Generic Non-core Registers', '2117'),
|
||
(13891, '2c5e', 'Xeon C5500/C3500 QPI Generic Non-core Registers', '2117'),
|
||
(13892, '2c5f', 'Xeon C5500/C3500 QPI Generic Non-core Registers', '2117'),
|
||
(13893, '2c61', 'Core Processor QuickPath Architecture Generic Non-core Registers', '2117'),
|
||
(13894, '2c62', 'Core Processor QuickPath Architecture Generic Non-core Registers', '2117'),
|
||
(13895, '2c70', 'Xeon 5600 Series QuickPath Architecture Generic Non-core Registers', '2117'),
|
||
(13896, '2c81', 'Core Processor QuickPath Architecture System Address Decoder', '2117'),
|
||
(13897, '2c90', 'Core Processor QPI Link 0', '2117'),
|
||
(13898, '2c91', 'Core Processor QPI Physical 0', '2117'),
|
||
(13899, '2c98', 'Core Processor Integrated Memory Controller', '2117'),
|
||
(13900, '2c99', 'Core Processor Integrated Memory Controller Target Address Decoder', '2117'),
|
||
(13901, '2c9a', 'Core Processor Integrated Memory Controller Test Registers', '2117'),
|
||
(13902, '2c9c', 'Core Processor Integrated Memory Controller Test Registers', '2117'),
|
||
(13903, '2ca0', 'Core Processor Integrated Memory Controller Channel 0 Control Registers', '2117'),
|
||
(13904, '2ca1', 'Core Processor Integrated Memory Controller Channel 0 Address Registers', '2117'),
|
||
(13905, '2ca2', 'Core Processor Integrated Memory Controller Channel 0 Rank Registers', '2117'),
|
||
(13906, '2ca3', 'Core Processor Integrated Memory Controller Channel 0 Thermal Control Registers', '2117'),
|
||
(13907, '2ca8', 'Core Processor Integrated Memory Controller Channel 1 Control Registers', '2117'),
|
||
(13908, '2ca9', 'Core Processor Integrated Memory Controller Channel 1 Address Registers', '2117'),
|
||
(13909, '2caa', 'Core Processor Integrated Memory Controller Channel 1 Rank Registers', '2117'),
|
||
(13910, '2cab', 'Core Processor Integrated Memory Controller Channel 1 Thermal Control Registers', '2117'),
|
||
(13911, '2cc1', 'Xeon C5500/C3500 QPI System Address Decoder', '2117'),
|
||
(13912, '2cd0', 'Xeon C5500/C3500 QPI Link 0', '2117'),
|
||
(13913, '2cd1', 'Xeon C5500/C3500 QPI Physical 0', '2117'),
|
||
(13914, '2cd4', 'Xeon C5500/C3500 QPI Link 1', '2117'),
|
||
(13915, '2cd5', 'Xeon C5500/C3500 QPI Physical 1', '2117'),
|
||
(13916, '2cd8', 'Xeon C5500/C3500 Integrated Memory Controller Registers', '2117'),
|
||
(13917, '2cd9', 'Xeon C5500/C3500 Integrated Memory Controller Target Address Decoder', '2117'),
|
||
(13918, '2cda', 'Xeon C5500/C3500 Integrated Memory Controller RAS Registers', '2117'),
|
||
(13919, '2cdc', 'Xeon C5500/C3500 Integrated Memory Controller Test Registers', '2117'),
|
||
(13920, '2ce0', 'Xeon C5500/C3500 Integrated Memory Controller Channel 0 Control', '2117'),
|
||
(13921, '2ce1', 'Xeon C5500/C3500 Integrated Memory Controller Channel 0 Address', '2117'),
|
||
(13922, '2ce2', 'Xeon C5500/C3500 Integrated Memory Controller Channel 0 Rank', '2117'),
|
||
(13923, '2ce3', 'Xeon C5500/C3500 Integrated Memory Controller Channel 0 Thermal Control', '2117'),
|
||
(13924, '2ce8', 'Xeon C5500/C3500 Integrated Memory Controller Channel 1 Control', '2117'),
|
||
(13925, '2ce9', 'Xeon C5500/C3500 Integrated Memory Controller Channel 1 Address', '2117'),
|
||
(13926, '2cea', 'Xeon C5500/C3500 Integrated Memory Controller Channel 1 Rank', '2117'),
|
||
(13927, '2ceb', 'Xeon C5500/C3500 Integrated Memory Controller Channel 1 Thermal Control', '2117'),
|
||
(13928, '2cf0', 'Xeon C5500/C3500 Integrated Memory Controller Channel 2 Control', '2117'),
|
||
(13929, '2cf1', 'Xeon C5500/C3500 Integrated Memory Controller Channel 2 Address', '2117'),
|
||
(13930, '2cf2', 'Xeon C5500/C3500 Integrated Memory Controller Channel 2 Rank', '2117'),
|
||
(13931, '2cf3', 'Xeon C5500/C3500 Integrated Memory Controller Channel 2 Thermal Control', '2117'),
|
||
(13932, '2d01', 'Core Processor QuickPath Architecture System Address Decoder', '2117'),
|
||
(13933, '2d10', 'Core Processor QPI Link 0', '2117'),
|
||
(13934, '2d11', '1st Generation Core i3/5/7 Processor QPI Physical 0', '2117'),
|
||
(13935, '2d12', '1st Generation Core i3/5/7 Processor Reserved', '2117'),
|
||
(13936, '2d13', '1st Generation Core i3/5/7 Processor Reserved', '2117'),
|
||
(13937, '2d81', 'Xeon 5600 Series QuickPath Architecture System Address Decoder', '2117'),
|
||
(13938, '2d90', 'Xeon 5600 Series QPI Link 0', '2117'),
|
||
(13939, '2d91', 'Xeon 5600 Series QPI Physical 0', '2117'),
|
||
(13940, '2d92', 'Xeon 5600 Series Mirror Port Link 0', '2117'),
|
||
(13941, '2d93', 'Xeon 5600 Series Mirror Port Link 1', '2117'),
|
||
(13942, '2d94', 'Xeon 5600 Series QPI Link 1', '2117'),
|
||
(13943, '2d95', 'Xeon 5600 Series QPI Physical 1', '2117'),
|
||
(13944, '2d98', 'Xeon 5600 Series Integrated Memory Controller Registers', '2117'),
|
||
(13945, '2d99', 'Xeon 5600 Series Integrated Memory Controller Target Address Decoder', '2117'),
|
||
(13946, '2d9a', 'Xeon 5600 Series Integrated Memory Controller RAS Registers', '2117'),
|
||
(13947, '2d9c', 'Xeon 5600 Series Integrated Memory Controller Test Registers', '2117'),
|
||
(13948, '2da0', 'Xeon 5600 Series Integrated Memory Controller Channel 0 Control', '2117'),
|
||
(13949, '2da1', 'Xeon 5600 Series Integrated Memory Controller Channel 0 Address', '2117'),
|
||
(13950, '2da2', 'Xeon 5600 Series Integrated Memory Controller Channel 0 Rank', '2117'),
|
||
(13951, '2da3', 'Xeon 5600 Series Integrated Memory Controller Channel 0 Thermal Control', '2117'),
|
||
(13952, '2da8', 'Xeon 5600 Series Integrated Memory Controller Channel 1 Control', '2117'),
|
||
(13953, '2da9', 'Xeon 5600 Series Integrated Memory Controller Channel 1 Address', '2117'),
|
||
(13954, '2daa', 'Xeon 5600 Series Integrated Memory Controller Channel 1 Rank', '2117'),
|
||
(13955, '2dab', 'Xeon 5600 Series Integrated Memory Controller Channel 1 Thermal Control', '2117'),
|
||
(13956, '2db0', 'Xeon 5600 Series Integrated Memory Controller Channel 2 Control', '2117'),
|
||
(13957, '2db1', 'Xeon 5600 Series Integrated Memory Controller Channel 2 Address', '2117'),
|
||
(13958, '2db2', 'Xeon 5600 Series Integrated Memory Controller Channel 2 Rank', '2117'),
|
||
(13959, '2db3', 'Xeon 5600 Series Integrated Memory Controller Channel 2 Thermal Control', '2117'),
|
||
(13960, '2e00', '4 Series Chipset DRAM Controller', '2117'),
|
||
(13961, '2e01', '4 Series Chipset PCI Express Root Port', '2117'),
|
||
(13962, '2e02', '4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(13963, '2e03', '4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(13964, '2e04', '4 Series Chipset HECI Controller', '2117'),
|
||
(13965, '2e05', '4 Series Chipset HECI Controller', '2117'),
|
||
(13966, '2e06', '4 Series Chipset PT IDER Controller', '2117'),
|
||
(13967, '2e07', '4 Series Chipset Serial KT Controller', '2117'),
|
||
(13968, '2e10', '4 Series Chipset DRAM Controller', '2117'),
|
||
(13969, '2e11', '4 Series Chipset PCI Express Root Port', '2117'),
|
||
(13970, '2e12', '4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(13971, '2e13', '4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(13972, '2e14', '4 Series Chipset HECI Controller', '2117'),
|
||
(13973, '2e15', '4 Series Chipset HECI Controller', '2117'),
|
||
(13974, '2e16', '4 Series Chipset PT IDER Controller', '2117'),
|
||
(13975, '2e17', '4 Series Chipset Serial KT Controller', '2117'),
|
||
(13976, '2e20', '4 Series Chipset DRAM Controller', '2117'),
|
||
(13977, '2e21', '4 Series Chipset PCI Express Root Port', '2117'),
|
||
(13978, '2e22', '4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(13979, '2e23', '4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(13980, '2e24', '4 Series Chipset HECI Controller', '2117'),
|
||
(13981, '2e25', '4 Series Chipset HECI Controller', '2117'),
|
||
(13982, '2e26', '4 Series Chipset PT IDER Controller', '2117'),
|
||
(13983, '2e27', '4 Series Chipset Serial KT Controller', '2117'),
|
||
(13984, '2e29', '4 Series Chipset PCI Express Root Port', '2117'),
|
||
(13985, '2e30', '4 Series Chipset DRAM Controller', '2117'),
|
||
(13986, '2e31', '4 Series Chipset PCI Express Root Port', '2117'),
|
||
(13987, '2e32', '4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(13988, '2e33', '4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(13989, '2e34', '4 Series Chipset HECI Controller', '2117'),
|
||
(13990, '2e35', '4 Series Chipset HECI Controller', '2117'),
|
||
(13991, '2e36', '4 Series Chipset PT IDER Controller', '2117'),
|
||
(13992, '2e37', '4 Series Chipset Serial KT Controller', '2117'),
|
||
(13993, '2e40', '4 Series Chipset DRAM Controller', '2117'),
|
||
(13994, '2e41', '4 Series Chipset PCI Express Root Port', '2117'),
|
||
(13995, '2e42', '4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(13996, '2e43', '4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(13997, '2e44', '4 Series Chipset HECI Controller', '2117'),
|
||
(13998, '2e45', '4 Series Chipset HECI Controller', '2117'),
|
||
(13999, '2e46', '4 Series Chipset PT IDER Controller', '2117'),
|
||
(14000, '2e47', '4 Series Chipset Serial KT Controller', '2117'),
|
||
(14001, '2e50', 'CE Media Processor CE3100', '2117'),
|
||
(14002, '2e52', 'CE Media Processor Clock and Reset Controller', '2117'),
|
||
(14003, '2e58', 'CE Media Processor Interrupt Controller', '2117'),
|
||
(14004, '2e5a', 'CE Media Processor CE3100 A/V Bridge', '2117'),
|
||
(14005, '2e5b', 'Graphics Media Accelerator 500 Graphics', '2117'),
|
||
(14006, '2e5c', 'CE Media Processor Video Decoder', '2117'),
|
||
(14007, '2e5d', 'CE Media Processor Transport Stream Interface', '2117'),
|
||
(14008, '2e5e', 'CE Media Processor Transport Stream Processor 0', '2117'),
|
||
(14009, '2e5f', 'CE Media Processor Audio DSP', '2117'),
|
||
(14010, '2e60', 'CE Media Processor Audio Interfaces', '2117'),
|
||
(14011, '2e61', 'CE Media Processor Video Display Controller', '2117'),
|
||
(14012, '2e62', 'CE Media Processor Video Processing Unit', '2117'),
|
||
(14013, '2e63', 'CE Media Processor HDMI Tx Interface', '2117'),
|
||
(14014, '2e65', 'CE Media Processor Expansion Bus Interface', '2117'),
|
||
(14015, '2e66', 'CE Media Processor UART', '2117'),
|
||
(14016, '2e67', 'CE Media Processor General Purpose I/Os', '2117'),
|
||
(14017, '2e68', 'CE Media Processor I2C Interface', '2117'),
|
||
(14018, '2e69', 'CE Media Processor Smart Card Interface', '2117'),
|
||
(14019, '2e6a', 'CE Media Processor SPI Master Interface', '2117'),
|
||
(14020, '2e6e', 'CE Media Processor Gigabit Ethernet Controller', '2117'),
|
||
(14021, '2e6f', 'CE Media Processor Media Timing Unit', '2117'),
|
||
(14022, '2e70', 'CE Media Processor USB', '2117'),
|
||
(14023, '2e71', 'CE Media Processor SATA', '2117'),
|
||
(14024, '2e73', 'CE Media Processor CE3100 PCI Express', '2117'),
|
||
(14025, '2e90', '4 Series Chipset DRAM Controller', '2117'),
|
||
(14026, '2e91', '4 Series Chipset PCI Express Root Port', '2117'),
|
||
(14027, '2e92', '4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(14028, '2e93', '4 Series Chipset Integrated Graphics Controller', '2117'),
|
||
(14029, '2e94', '4 Series Chipset HECI Controller', '2117'),
|
||
(14030, '2e95', '4 Series Chipset HECI Controller', '2117'),
|
||
(14031, '2e96', '4 Series Chipset PT IDER Controller', '2117'),
|
||
(14032, '2f00', 'Xeon E7 v3/Xeon E5 v3/Core i7 DMI2', '2117'),
|
||
(14033, '2f01', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 0', '2117'),
|
||
(14034, '2f02', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 1', '2117'),
|
||
(14035, '2f03', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 1', '2117'),
|
||
(14036, '2f04', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 2', '2117'),
|
||
(14037, '2f05', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 2', '2117'),
|
||
(14038, '2f06', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 2', '2117'),
|
||
(14039, '2f07', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 2', '2117'),
|
||
(14040, '2f08', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 3', '2117'),
|
||
(14041, '2f09', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 3', '2117'),
|
||
(14042, '2f0a', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 3', '2117'),
|
||
(14043, '2f0b', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCI Express Root Port 3', '2117'),
|
||
(14044, '2f0d', 'Haswell Xeon Non-Transparent Bridge (Back-to-back)', '2117'),
|
||
(14045, '2f0e', 'Haswell Xeon Non-Transparent Bridge (Primary Side)', '2117'),
|
||
(14046, '2f0f', 'Haswell Xeon Non-Transparent Bridge (Secondary Side)', '2117'),
|
||
(14047, '2f10', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14048, '2f11', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14049, '2f12', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14050, '2f13', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14051, '2f14', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14052, '2f15', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14053, '2f16', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14054, '2f17', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14055, '2f18', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14056, '2f19', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14057, '2f1a', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14058, '2f1b', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14059, '2f1c', 'Xeon E7 v3/Xeon E5 v3/Core i7 IIO Debug', '2117'),
|
||
(14060, '2f1d', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCIe Ring Interface', '2117'),
|
||
(14061, '2f1e', 'Xeon E7 v3/Xeon E5 v3/Core i7 Scratchpad & Semaphore Registers', '2117'),
|
||
(14062, '2f1f', 'Xeon E7 v3/Xeon E5 v3/Core i7 Scratchpad & Semaphore Registers', '2117'),
|
||
(14063, '2f20', 'Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 0', '2117'),
|
||
(14064, '2f21', 'Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 1', '2117'),
|
||
(14065, '2f22', 'Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 2', '2117'),
|
||
(14066, '2f23', 'Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 3', '2117'),
|
||
(14067, '2f24', 'Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 4', '2117'),
|
||
(14068, '2f25', 'Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 5', '2117'),
|
||
(14069, '2f26', 'Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 6', '2117'),
|
||
(14070, '2f27', 'Xeon E7 v3/Xeon E5 v3/Core i7 DMA Channel 7', '2117'),
|
||
(14071, '2f28', 'Xeon E7 v3/Xeon E5 v3/Core i7 Address Map, VTd_Misc, System Management', '2117'),
|
||
(14072, '2f29', 'Xeon E7 v3/Xeon E5 v3/Core i7 Hot Plug', '2117'),
|
||
(14073, '2f2a', 'Xeon E7 v3/Xeon E5 v3/Core i7 RAS, Control Status and Global Errors', '2117'),
|
||
(14074, '2f2c', 'Xeon E7 v3/Xeon E5 v3/Core i7 I/O APIC', '2117'),
|
||
(14075, '2f2e', 'Xeon E7 v3/Xeon E5 v3/Core i7 RAID 5/6', '2117'),
|
||
(14076, '2f2f', 'Xeon E7 v3/Xeon E5 v3/Core i7 RAID 5/6', '2117'),
|
||
(14077, '2f30', 'Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 0', '2117'),
|
||
(14078, '2f32', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0', '2117'),
|
||
(14079, '2f33', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 1', '2117'),
|
||
(14080, '2f34', 'Xeon E7 v3/Xeon E5 v3/Core i7 PCIe Ring Interface', '2117'),
|
||
(14081, '2f36', 'Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 0 & 1 Monitoring', '2117'),
|
||
(14082, '2f37', 'Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 0 & 1 Monitoring', '2117'),
|
||
(14083, '2f38', 'Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 1', '2117'),
|
||
(14084, '2f39', 'Xeon E7 v3/Xeon E5 v3/Core i7 I/O Performance Monitoring', '2117'),
|
||
(14085, '2f3a', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 2', '2117'),
|
||
(14086, '2f3e', 'Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 2 Monitoring', '2117'),
|
||
(14087, '2f3f', 'Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 2 Monitoring', '2117'),
|
||
(14088, '2f40', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 2', '2117'),
|
||
(14089, '2f41', 'Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 2 Monitoring', '2117'),
|
||
(14090, '2f43', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 2', '2117'),
|
||
(14091, '2f45', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 2 Debug', '2117'),
|
||
(14092, '2f46', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 2 Debug', '2117'),
|
||
(14093, '2f47', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 2 Debug', '2117'),
|
||
(14094, '2f60', 'Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 1', '2117'),
|
||
(14095, '2f68', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Target Address, Thermal & RAS Registers', '2117'),
|
||
(14096, '2f6a', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel Target Address Decoder', '2117'),
|
||
(14097, '2f6b', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel Target Address Decoder', '2117'),
|
||
(14098, '2f6c', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel Target Address Decoder', '2117'),
|
||
(14099, '2f6d', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel Target Address Decoder', '2117'),
|
||
(14100, '2f6e', 'Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO Channel 2/3 Broadcast', '2117'),
|
||
(14101, '2f6f', 'Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO Global Broadcast', '2117'),
|
||
(14102, '2f70', 'Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 0 Debug', '2117'),
|
||
(14103, '2f71', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Target Address, Thermal & RAS Registers', '2117'),
|
||
(14104, '2f76', 'Xeon E7 v3/Xeon E5 v3/Core i7 E3 QPI Link Debug', '2117'),
|
||
(14105, '2f78', 'Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 1 Debug', '2117'),
|
||
(14106, '2f79', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Target Address, Thermal & RAS Registers', '2117'),
|
||
(14107, '2f7d', 'Xeon E7 v3/Xeon E5 v3/Core i7 Scratchpad & Semaphore Registers', '2117'),
|
||
(14108, '2f7e', 'Xeon E7 v3/Xeon E5 v3/Core i7 E3 QPI Link Debug', '2117'),
|
||
(14109, '2f80', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0', '2117'),
|
||
(14110, '2f81', 'Xeon E7 v3/Xeon E5 v3/Core i7 R3 QPI Link 0 & 1 Monitoring', '2117'),
|
||
(14111, '2f83', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0', '2117'),
|
||
(14112, '2f85', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0 Debug', '2117'),
|
||
(14113, '2f86', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0 Debug', '2117'),
|
||
(14114, '2f87', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 0 Debug', '2117'),
|
||
(14115, '2f88', 'Xeon E7 v3/Xeon E5 v3/Core i7 VCU', '2117'),
|
||
(14116, '2f8a', 'Xeon E7 v3/Xeon E5 v3/Core i7 VCU', '2117'),
|
||
(14117, '2f90', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 1', '2117'),
|
||
(14118, '2f93', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 1', '2117'),
|
||
(14119, '2f95', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 1 Debug', '2117'),
|
||
(14120, '2f96', 'Xeon E7 v3/Xeon E5 v3/Core i7 QPI Link 1 Debug', '2117'),
|
||
(14121, '2f98', 'Xeon E7 v3/Xeon E5 v3/Core i7 Power Control Unit', '2117'),
|
||
(14122, '2f99', 'Xeon E7 v3/Xeon E5 v3/Core i7 Power Control Unit', '2117'),
|
||
(14123, '2f9a', 'Xeon E7 v3/Xeon E5 v3/Core i7 Power Control Unit', '2117'),
|
||
(14124, '2f9c', 'Xeon E7 v3/Xeon E5 v3/Core i7 Power Control Unit', '2117'),
|
||
(14125, '2fa0', 'Xeon E7 v3/Xeon E5 v3/Core i7 Home Agent 0', '2117'),
|
||
(14126, '2fa8', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Target Address, Thermal & RAS Registers', '2117'),
|
||
(14127, '2faa', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder', '2117'),
|
||
(14128, '2fab', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder', '2117'),
|
||
(14129, '2fac', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder', '2117'),
|
||
(14130, '2fad', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder', '2117'),
|
||
(14131, '2fae', 'Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO Channel 0/1 Broadcast', '2117'),
|
||
(14132, '2faf', 'Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO Global Broadcast', '2117'),
|
||
(14133, '2fb0', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel 0 Thermal Control', '2117'),
|
||
(14134, '2fb1', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel 1 Thermal Control', '2117'),
|
||
(14135, '2fb2', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel 0 ERROR Registers', '2117'),
|
||
(14136, '2fb3', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel 1 ERROR Registers', '2117'),
|
||
(14137, '2fb4', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel 2 Thermal Control', '2117'),
|
||
(14138, '2fb5', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel 3 Thermal Control', '2117'),
|
||
(14139, '2fb6', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel 2 ERROR Registers', '2117'),
|
||
(14140, '2fb7', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 0 Channel 3 ERROR Registers', '2117'),
|
||
(14141, '2fb8', 'Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO (VMSE) 2 & 3', '2117'),
|
||
(14142, '2fb9', 'Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO (VMSE) 2 & 3', '2117'),
|
||
(14143, '2fba', 'Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO (VMSE) 2 & 3', '2117'),
|
||
(14144, '2fbb', 'Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO (VMSE) 2 & 3', '2117'),
|
||
(14145, '2fbc', 'Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO (VMSE) 0 & 1', '2117'),
|
||
(14146, '2fbd', 'Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO (VMSE) 0 & 1', '2117'),
|
||
(14147, '2fbe', 'Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO (VMSE) 0 & 1', '2117'),
|
||
(14148, '2fbf', 'Xeon E7 v3/Xeon E5 v3/Core i7 DDRIO (VMSE) 0 & 1', '2117'),
|
||
(14149, '2fc0', 'Xeon E7 v3/Xeon E5 v3/Core i7 Power Control Unit', '2117'),
|
||
(14150, '2fc1', 'Xeon E7 v3/Xeon E5 v3/Core i7 Power Control Unit', '2117'),
|
||
(14151, '2fc2', 'Xeon E7 v3/Xeon E5 v3/Core i7 Power Control Unit', '2117'),
|
||
(14152, '2fc3', 'Xeon E7 v3/Xeon E5 v3/Core i7 Power Control Unit', '2117'),
|
||
(14153, '2fc4', 'Xeon E7 v3/Xeon E5 v3/Core i7 Power Control Unit', '2117'),
|
||
(14154, '2fc5', 'Xeon E7 v3/Xeon E5 v3/Core i7 Power Control Unit', '2117'),
|
||
(14155, '2fd0', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel 0 Thermal Control', '2117'),
|
||
(14156, '2fd1', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel 1 Thermal Control', '2117'),
|
||
(14157, '2fd2', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel 0 ERROR Registers', '2117'),
|
||
(14158, '2fd3', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel 1 ERROR Registers', '2117'),
|
||
(14159, '2fd4', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel 2 Thermal Control', '2117'),
|
||
(14160, '2fd5', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel 3 Thermal Control', '2117'),
|
||
(14161, '2fd6', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel 2 ERROR Registers', '2117'),
|
||
(14162, '2fd7', 'Xeon E7 v3/Xeon E5 v3/Core i7 Integrated Memory Controller 1 Channel 3 ERROR Registers', '2117'),
|
||
(14163, '2fe0', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14164, '2fe1', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14165, '2fe2', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14166, '2fe3', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14167, '2fe4', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14168, '2fe5', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14169, '2fe6', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14170, '2fe7', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14171, '2fe8', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14172, '2fe9', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14173, '2fea', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14174, '2feb', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14175, '2fec', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14176, '2fed', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14177, '2fee', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14178, '2fef', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14179, '2ff0', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14180, '2ff1', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14181, '2ff2', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14182, '2ff3', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14183, '2ff4', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14184, '2ff5', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14185, '2ff6', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14186, '2ff7', 'Xeon E7 v3/Xeon E5 v3/Core i7 Unicast Registers', '2117'),
|
||
(14187, '2ff8', 'Xeon E7 v3/Xeon E5 v3/Core i7 Buffered Ring Agent', '2117'),
|
||
(14188, '2ff9', 'Xeon E7 v3/Xeon E5 v3/Core i7 Buffered Ring Agent', '2117'),
|
||
(14189, '2ffa', 'Xeon E7 v3/Xeon E5 v3/Core i7 Buffered Ring Agent', '2117'),
|
||
(14190, '2ffb', 'Xeon E7 v3/Xeon E5 v3/Core i7 Buffered Ring Agent', '2117'),
|
||
(14191, '2ffc', 'Xeon E7 v3/Xeon E5 v3/Core i7 System Address Decoder & Broadcast Registers', '2117'),
|
||
(14192, '2ffd', 'Xeon E7 v3/Xeon E5 v3/Core i7 System Address Decoder & Broadcast Registers', '2117'),
|
||
(14193, '2ffe', 'Xeon E7 v3/Xeon E5 v3/Core i7 System Address Decoder & Broadcast Registers', '2117'),
|
||
(14194, '3140', 'Easel/Monette Hill Image Processor [Pixel Visual Core]', '2117'),
|
||
(14195, '3165', 'Wireless 3165', '2117'),
|
||
(14196, '3166', 'Dual Band Wireless-AC 3165 Plus Bluetooth', '2117'),
|
||
(14197, '3184', 'GeminiLake [UHD Graphics 605]', '2117'),
|
||
(14198, '3185', 'GeminiLake [UHD Graphics 600]', '2117'),
|
||
(14199, '318c', 'Celeron/Pentium Silver Processor Dynamic Platform and Thermal Framework Processor Participant', '2117'),
|
||
(14200, '318e', 'Celeron/Pentium Silver Processor NorthPeak', '2117'),
|
||
(14201, '3190', 'Celeron/Pentium Silver Processor Gaussian Mixture Model', '2117'),
|
||
(14202, '3192', 'Gemini Lake P2SB', '2117'),
|
||
(14203, '3197', 'Celeron/Pentium Silver Processor PCI-default ISA-bridge', '2117'),
|
||
(14204, '3198', 'Celeron/Pentium Silver Processor High Definition Audio', '2117'),
|
||
(14205, '319a', 'Celeron/Pentium Silver Processor Trusted Execution Engine Interface', '2117'),
|
||
(14206, '31a2', 'Celeron/Pentium Silver Processor Integrated Sensor Solution', '2117'),
|
||
(14207, '31a8', 'Celeron/Pentium Silver Processor USB 3.0 xHCI Controller', '2117'),
|
||
(14208, '31ac', 'Celeron/Pentium Silver Processor Serial IO I2C Host Controller', '2117'),
|
||
(14209, '31ae', 'Celeron/Pentium Silver Processor Serial IO I2C Host Controller', '2117'),
|
||
(14210, '31bc', 'Celeron/Pentium Silver Processor Serial IO UART Host Controller', '2117'),
|
||
(14211, '31be', 'Celeron/Pentium Silver Processor Serial IO UART Host Controller', '2117'),
|
||
(14212, '31c0', 'Celeron/Pentium Silver Processor Serial IO UART Host Controller', '2117'),
|
||
(14213, '31c2', 'Celeron/Pentium Silver Processor Serial IO SPI Host Controller', '2117'),
|
||
(14214, '31c4', 'Celeron/Pentium Silver Processor Serial IO SPI Host Controller', '2117'),
|
||
(14215, '31c6', 'Celeron/Pentium Silver Processor Serial IO SPI Host Controller', '2117'),
|
||
(14216, '31cc', 'Celeron/Pentium Silver Processor SDA Standard Compliant SD Host Controller', '2117'),
|
||
(14217, '31d4', 'Celeron/Pentium Silver Processor Gaussian Mixture Model', '2117'),
|
||
(14218, '31d6', 'Gemini Lake PCI Express Root Port', '2117'),
|
||
(14219, '31d7', 'Gemini Lake PCI Express Root Port', '2117'),
|
||
(14220, '31d8', 'Gemini Lake PCI Express Root Port', '2117'),
|
||
(14221, '31d9', 'Gemini Lake PCI Express Root Port', '2117'),
|
||
(14222, '31da', 'Gemini Lake PCI Express Root Port', '2117'),
|
||
(14223, '31db', 'Gemini Lake PCI Express Root Port', '2117'),
|
||
(14224, '31dc', 'AC 1550i Wireless', '2117'),
|
||
(14225, '31e3', 'Celeron/Pentium Silver Processor SATA Controller', '2117'),
|
||
(14226, '31e8', 'Celeron/Pentium Silver Processor LPC Controller', '2117'),
|
||
(14227, '31ee', 'Celeron/Pentium Silver Processor Serial IO UART Host Controller', '2117'),
|
||
(14228, '31f0', 'Gemini Lake Host Bridge', '2117'),
|
||
(14229, '3200', 'GD31244 PCI-X SATA HBA', '2117'),
|
||
(14230, '3310', 'IOP348 I/O Processor', '2117'),
|
||
(14231, '3313', 'IOP348 I/O Processor (SL8e) in IOC Mode SAS/SATA', '2117'),
|
||
(14232, '331b', 'IOP348 I/O Processor (SL8x) in IOC Mode SAS/SATA', '2117'),
|
||
(14233, '3331', 'IOC340 I/O Controller (VV8e) SAS/SATA', '2117'),
|
||
(14234, '3339', 'IOC340 I/O Controller (VV8x) SAS/SATA', '2117'),
|
||
(14235, '3340', '82855PM Processor to I/O Controller', '2117'),
|
||
(14236, '3341', '82855PM Processor to AGP Controller', '2117'),
|
||
(14237, '3363', 'IOC340 I/O Controller in IOC Mode SAS/SATA', '2117'),
|
||
(14238, '3382', '81342 [Chevelon] I/O Processor (ATUe)', '2117'),
|
||
(14239, '33c3', 'IOP348 I/O Processor (SL8De) in IOC Mode SAS/SATA', '2117'),
|
||
(14240, '33cb', 'IOP348 I/O Processor (SL8Dx) in IOC Mode SAS/SATA', '2117'),
|
||
(14241, '3400', '5520/5500/X58 I/O Hub to ESI Port', '2117'),
|
||
(14242, '3401', '5520/5500/X58 I/O Hub to ESI Port', '2117'),
|
||
(14243, '3402', '5520/5500/X58 I/O Hub to ESI Port', '2117'),
|
||
(14244, '3403', '5500 I/O Hub to ESI Port', '2117'),
|
||
(14245, '3404', '5520/5500/X58 I/O Hub to ESI Port', '2117'),
|
||
(14246, '3405', '5520/5500/X58 I/O Hub to ESI Port', '2117'),
|
||
(14247, '3406', '5520 I/O Hub to ESI Port', '2117'),
|
||
(14248, '3407', '5520/5500/X58 I/O Hub to ESI Port', '2117'),
|
||
(14249, '3408', '5520/5500/X58 I/O Hub PCI Express Root Port 1', '2117'),
|
||
(14250, '3409', '5520/5500/X58 I/O Hub PCI Express Root Port 2', '2117'),
|
||
(14251, '340a', '5520/5500/X58 I/O Hub PCI Express Root Port 3', '2117'),
|
||
(14252, '340b', '5520/X58 I/O Hub PCI Express Root Port 4', '2117'),
|
||
(14253, '340c', '5520/X58 I/O Hub PCI Express Root Port 5', '2117'),
|
||
(14254, '340d', '5520/X58 I/O Hub PCI Express Root Port 6', '2117'),
|
||
(14255, '340e', '5520/5500/X58 I/O Hub PCI Express Root Port 7', '2117'),
|
||
(14256, '340f', '5520/5500/X58 I/O Hub PCI Express Root Port 8', '2117'),
|
||
(14257, '3410', '7500/5520/5500/X58 I/O Hub PCI Express Root Port 9', '2117'),
|
||
(14258, '3411', '7500/5520/5500/X58 I/O Hub PCI Express Root Port 10', '2117'),
|
||
(14259, '3418', '7500/5520/5500/X58 Physical Layer Port 0', '2117'),
|
||
(14260, '3419', '7500/5520/5500 Physical Layer Port 1', '2117'),
|
||
(14261, '3420', '7500/5520/5500/X58 I/O Hub PCI Express Root Port 0', '2117'),
|
||
(14262, '3421', '7500/5520/5500/X58 I/O Hub PCI Express Root Port 0', '2117'),
|
||
(14263, '3422', '7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers', '2117'),
|
||
(14264, '3423', '7500/5520/5500/X58 I/O Hub Control Status and RAS Registers', '2117'),
|
||
(14265, '3425', '7500/5520/5500/X58 Physical and Link Layer Registers Port 0', '2117'),
|
||
(14266, '3426', '7500/5520/5500/X58 Routing and Protocol Layer Registers Port 0', '2117'),
|
||
(14267, '3427', '7500/5520/5500 Physical and Link Layer Registers Port 1', '2117'),
|
||
(14268, '3428', '7500/5520/5500 Routing & Protocol Layer Register Port 1', '2117'),
|
||
(14269, '3429', '5520/5500/X58 Chipset QuickData Technology Device', '2117'),
|
||
(14270, '342a', '5520/5500/X58 Chipset QuickData Technology Device', '2117'),
|
||
(14271, '342b', '5520/5500/X58 Chipset QuickData Technology Device', '2117'),
|
||
(14272, '342c', '5520/5500/X58 Chipset QuickData Technology Device', '2117'),
|
||
(14273, '342d', '7500/5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller', '2117'),
|
||
(14274, '342e', '7500/5520/5500/X58 I/O Hub System Management Registers', '2117'),
|
||
(14275, '342f', '7500/5520/5500/X58 Trusted Execution Technology Registers', '2117'),
|
||
(14276, '3430', '5520/5500/X58 Chipset QuickData Technology Device', '2117'),
|
||
(14277, '3431', '5520/5500/X58 Chipset QuickData Technology Device', '2117'),
|
||
(14278, '3432', '5520/5500/X58 Chipset QuickData Technology Device', '2117'),
|
||
(14279, '3433', '5520/5500/X58 Chipset QuickData Technology Device', '2117'),
|
||
(14280, '3438', '7500/5520/5500/X58 I/O Hub Throttle Registers', '2117'),
|
||
(14281, '3482', 'Ice Lake-LP LPC Controller', '2117'),
|
||
(14282, '34a3', 'Ice Lake-LP SMBus Controller', '2117'),
|
||
(14283, '34a4', 'Ice Lake-LP SPI Controller', '2117'),
|
||
(14284, '34a8', 'Ice Lake-LP Serial IO UART Controller #0', '2117'),
|
||
(14285, '34a9', 'Ice Lake-LP Serial IO UART Controller #1', '2117'),
|
||
(14286, '34aa', 'Ice Lake-LP Serial IO SPI Controller #0', '2117'),
|
||
(14287, '34ab', 'Ice Lake-LP Serial IO SPI Controller #1', '2117'),
|
||
(14288, '34b0', 'Ice Lake-LP PCI Express Root Port #9', '2117'),
|
||
(14289, '34b7', 'Ice Lake-LP PCI Express Root Port #16', '2117'),
|
||
(14290, '34bc', 'Ice Lake-LP PCI Express Root Port #5', '2117'),
|
||
(14291, '34c5', 'Ice Lake-LP Serial IO I2c Controller #4', '2117'),
|
||
(14292, '34c6', 'Ice Lake-LP Serial IO I2c Controller #5', '2117'),
|
||
(14293, '34c8', 'Ice Lake-LP Smart Sound Technology Audio Controller', '2117'),
|
||
(14294, '34d3', 'Ice Lake-LP SATA Controller [AHCI mode]', '2117'),
|
||
(14295, '34e0', 'Ice Lake-LP Management Engine', '2117'),
|
||
(14296, '34e8', 'Ice Lake-LP Serial IO I2C Controller #0', '2117'),
|
||
(14297, '34e9', 'Ice Lake-LP Serial IO I2C Controller #1', '2117'),
|
||
(14298, '34ea', 'Ice Lake-LP Serial IO I2C Controller #2', '2117'),
|
||
(14299, '34eb', 'Ice Lake-LP Serial IO I2C Controller #3', '2117'),
|
||
(14300, '34ed', 'Ice Lake-LP USB 3.1 xHCI Host Controller', '2117'),
|
||
(14301, '34ef', 'Ice Lake-LP DRAM Controller', '2117'),
|
||
(14302, '34f0', 'Killer Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW)', '2117'),
|
||
(14303, '34f8', 'Ice Lake-LP SD Controller', '2117'),
|
||
(14304, '34fc', 'Ice Lake-LP Integrated Sensor Solution', '2117'),
|
||
(14305, '3500', '6311ESB/6321ESB PCI Express Upstream Port', '2117'),
|
||
(14306, '3501', '6310ESB PCI Express Upstream Port', '2117'),
|
||
(14307, '3504', '6311ESB/6321ESB I/OxAPIC Interrupt Controller', '2117'),
|
||
(14308, '3505', '6310ESB I/OxAPIC Interrupt Controller', '2117'),
|
||
(14309, '350c', '6311ESB/6321ESB PCI Express to PCI-X Bridge', '2117'),
|
||
(14310, '350d', '6310ESB PCI Express to PCI-X Bridge', '2117'),
|
||
(14311, '3510', '6311ESB/6321ESB PCI Express Downstream Port E1', '2117'),
|
||
(14312, '3511', '6310ESB PCI Express Downstream Port E1', '2117'),
|
||
(14313, '3514', '6311ESB/6321ESB PCI Express Downstream Port E2', '2117'),
|
||
(14314, '3515', '6310ESB PCI Express Downstream Port E2', '2117'),
|
||
(14315, '3518', '6311ESB/6321ESB PCI Express Downstream Port E3', '2117'),
|
||
(14316, '3519', '6310ESB PCI Express Downstream Port E3', '2117'),
|
||
(14317, '3575', '82830M/MG/MP Host Bridge', '2117'),
|
||
(14318, '3576', '82830M/MP AGP Bridge', '2117'),
|
||
(14319, '3577', '82830M/MG Integrated Graphics Controller', '2117'),
|
||
(14320, '3578', '82830M/MG/MP Host Bridge', '2117'),
|
||
(14321, '3580', '82852/82855 GM/GME/PM/GMV Processor to I/O Controller', '2117'),
|
||
(14322, '3581', '82852/82855 GM/GME/PM/GMV Processor to AGP Controller', '2117'),
|
||
(14323, '3582', '82852/855GM Integrated Graphics Device', '2117'),
|
||
(14324, '3584', '82852/82855 GM/GME/PM/GMV Processor to I/O Controller', '2117'),
|
||
(14325, '3585', '82852/82855 GM/GME/PM/GMV Processor to I/O Controller', '2117'),
|
||
(14326, '358c', '82854 GMCH', '2117'),
|
||
(14327, '358e', '82854 GMCH Integrated Graphics Device', '2117'),
|
||
(14328, '3590', 'E7520 Memory Controller Hub', '2117'),
|
||
(14329, '3591', 'E7525/E7520 Error Reporting Registers', '2117'),
|
||
(14330, '3592', 'E7320 Memory Controller Hub', '2117'),
|
||
(14331, '3593', 'E7320 Error Reporting Registers', '2117'),
|
||
(14332, '3594', 'E7520 DMA Controller', '2117'),
|
||
(14333, '3595', 'E7525/E7520/E7320 PCI Express Port A', '2117'),
|
||
(14334, '3596', 'E7525/E7520/E7320 PCI Express Port A1', '2117'),
|
||
(14335, '3597', 'E7525/E7520 PCI Express Port B', '2117'),
|
||
(14336, '3598', 'E7520 PCI Express Port B1', '2117'),
|
||
(14337, '3599', 'E7520 PCI Express Port C', '2117'),
|
||
(14338, '359a', 'E7520 PCI Express Port C1', '2117'),
|
||
(14339, '359b', 'E7525/E7520/E7320 Extended Configuration Registers', '2117'),
|
||
(14340, '359e', 'E7525 Memory Controller Hub', '2117'),
|
||
(14341, '35b0', '3100 Chipset Memory I/O Controller Hub', '2117'),
|
||
(14342, '35b1', '3100 DRAM Controller Error Reporting Registers', '2117'),
|
||
(14343, '35b5', '3100 Chipset Enhanced DMA Controller', '2117'),
|
||
(14344, '35b6', '3100 Chipset PCI Express Port A', '2117'),
|
||
(14345, '35b7', '3100 Chipset PCI Express Port A1', '2117'),
|
||
(14346, '35c8', '3100 Extended Configuration Test Overflow Registers', '2117'),
|
||
(14347, '3600', '7300 Chipset Memory Controller Hub', '2117'),
|
||
(14348, '3604', '7300 Chipset PCI Express Port 1', '2117'),
|
||
(14349, '3605', '7300 Chipset PCI Express Port 2', '2117'),
|
||
(14350, '3606', '7300 Chipset PCI Express Port 3', '2117'),
|
||
(14351, '3607', '7300 Chipset PCI Express Port 4', '2117'),
|
||
(14352, '3608', '7300 Chipset PCI Express Port 5', '2117'),
|
||
(14353, '3609', '7300 Chipset PCI Express Port 6', '2117'),
|
||
(14354, '360a', '7300 Chipset PCI Express Port 7', '2117'),
|
||
(14355, '360b', '7300 Chipset QuickData Technology Device', '2117'),
|
||
(14356, '360c', '7300 Chipset FSB Registers', '2117'),
|
||
(14357, '360d', '7300 Chipset Snoop Filter Registers', '2117'),
|
||
(14358, '360e', '7300 Chipset Debug and Miscellaneous Registers', '2117'),
|
||
(14359, '360f', '7300 Chipset FBD Branch 0 Registers', '2117'),
|
||
(14360, '3610', '7300 Chipset FBD Branch 1 Registers', '2117'),
|
||
(14361, '3700', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14362, '3701', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14363, '3702', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14364, '3703', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14365, '3704', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14366, '3705', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14367, '3706', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14368, '3707', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14369, '3708', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14370, '3709', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14371, '370a', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14372, '370b', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14373, '370c', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14374, '370d', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14375, '370e', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14376, '370f', 'Xeon C5500/C3500 DMI', '2117'),
|
||
(14377, '3710', 'Xeon C5500/C3500 CB3 DMA', '2117'),
|
||
(14378, '3711', 'Xeon C5500/C3500 CB3 DMA', '2117'),
|
||
(14379, '3712', 'Xeon C5500/C3500 CB3 DMA', '2117'),
|
||
(14380, '3713', 'Xeon C5500/C3500 CB3 DMA', '2117'),
|
||
(14381, '3714', 'Xeon C5500/C3500 CB3 DMA', '2117'),
|
||
(14382, '3715', 'Xeon C5500/C3500 CB3 DMA', '2117'),
|
||
(14383, '3716', 'Xeon C5500/C3500 CB3 DMA', '2117'),
|
||
(14384, '3717', 'Xeon C5500/C3500 CB3 DMA', '2117'),
|
||
(14385, '3718', 'Xeon C5500/C3500 CB3 DMA', '2117'),
|
||
(14386, '3719', 'Xeon C5500/C3500 CB3 DMA', '2117'),
|
||
(14387, '371a', 'Xeon C5500/C3500 QPI Link', '2117'),
|
||
(14388, '371b', 'Xeon C5500/C3500 QPI Routing and Protocol', '2117'),
|
||
(14389, '371d', 'Xeon C5500/C3500 QPI Routing and Protocol', '2117'),
|
||
(14390, '3720', 'Xeon C5500/C3500 PCI Express Root Port 0', '2117'),
|
||
(14391, '3721', 'Xeon C5500/C3500 PCI Express Root Port 1', '2117'),
|
||
(14392, '3722', 'Xeon C5500/C3500 PCI Express Root Port 2', '2117'),
|
||
(14393, '3723', 'Xeon C5500/C3500 PCI Express Root Port 3', '2117'),
|
||
(14394, '3724', 'Xeon C5500/C3500 PCI Express Root Port 4', '2117'),
|
||
(14395, '3725', 'Xeon C5500/C3500 NTB Primary', '2117'),
|
||
(14396, '3726', 'Xeon C5500/C3500 NTB Primary', '2117'),
|
||
(14397, '3727', 'Xeon C5500/C3500 NTB Secondary', '2117'),
|
||
(14398, '3728', 'Xeon C5500/C3500 Core', '2117'),
|
||
(14399, '3729', 'Xeon C5500/C3500 Core', '2117'),
|
||
(14400, '372a', 'Xeon C5500/C3500 Core', '2117'),
|
||
(14401, '372b', 'Xeon C5500/C3500 Core', '2117'),
|
||
(14402, '372c', 'Xeon C5500/C3500 Reserved', '2117'),
|
||
(14403, '373f', 'Xeon C5500/C3500 IOxAPIC', '2117'),
|
||
(14404, '37c8', 'C62x Chipset QuickAssist Technology', '2117'),
|
||
(14405, '37cc', 'Ethernet Connection X722', '2117'),
|
||
(14406, '37cd', 'Ethernet Virtual Function 700 Series', '2117'),
|
||
(14407, '37ce', 'Ethernet Connection X722 for 10GbE backplane', '2117'),
|
||
(14408, '37cf', 'Ethernet Connection X722 for 10GbE QSFP+', '2117'),
|
||
(14409, '37d0', 'Ethernet Connection X722 for 10GbE SFP+', '2117'),
|
||
(14410, '37d1', 'Ethernet Connection X722 for 1GbE', '2117'),
|
||
(14411, '37d2', 'Ethernet Connection X722 for 10GBASE-T', '2117'),
|
||
(14412, '37d3', 'Ethernet Connection X722 for 10GbE SFP+', '2117'),
|
||
(14413, '37d4', 'Ethernet Connection X722 for 10GbE QSFP+', '2117'),
|
||
(14414, '37d9', 'X722 Hyper-V Virtual Function', '2117'),
|
||
(14415, '3a00', '82801JD/DO (ICH10 Family) 4-port SATA IDE Controller', '2117'),
|
||
(14416, '3a02', '82801JD/DO (ICH10 Family) SATA AHCI Controller', '2117'),
|
||
(14417, '3a05', '82801JD/DO (ICH10 Family) SATA RAID Controller', '2117'),
|
||
(14418, '3a06', '82801JD/DO (ICH10 Family) 2-port SATA IDE Controller', '2117'),
|
||
(14419, '3a14', '82801JDO (ICH10DO) LPC Interface Controller', '2117'),
|
||
(14420, '3a16', '82801JIR (ICH10R) LPC Interface Controller', '2117'),
|
||
(14421, '3a18', '82801JIB (ICH10) LPC Interface Controller', '2117'),
|
||
(14422, '3a1a', '82801JD (ICH10D) LPC Interface Controller', '2117'),
|
||
(14423, '3a20', '82801JI (ICH10 Family) 4 port SATA IDE Controller #1', '2117'),
|
||
(14424, '3a22', '82801JI (ICH10 Family) SATA AHCI Controller', '2117'),
|
||
(14425, '3a25', '82801JIR (ICH10R) SATA RAID Controller', '2117'),
|
||
(14426, '3a26', '82801JI (ICH10 Family) 2 port SATA IDE Controller #2', '2117'),
|
||
(14427, '3a30', '82801JI (ICH10 Family) SMBus Controller', '2117'),
|
||
(14428, '3a32', '82801JI (ICH10 Family) Thermal Subsystem', '2117'),
|
||
(14429, '3a34', '82801JI (ICH10 Family) USB UHCI Controller #1', '2117'),
|
||
(14430, '3a35', '82801JI (ICH10 Family) USB UHCI Controller #2', '2117'),
|
||
(14431, '3a36', '82801JI (ICH10 Family) USB UHCI Controller #3', '2117'),
|
||
(14432, '3a37', '82801JI (ICH10 Family) USB UHCI Controller #4', '2117'),
|
||
(14433, '3a38', '82801JI (ICH10 Family) USB UHCI Controller #5', '2117'),
|
||
(14434, '3a39', '82801JI (ICH10 Family) USB UHCI Controller #6', '2117'),
|
||
(14435, '3a3a', '82801JI (ICH10 Family) USB2 EHCI Controller #1', '2117'),
|
||
(14436, '3a3c', '82801JI (ICH10 Family) USB2 EHCI Controller #2', '2117'),
|
||
(14437, '3a3e', '82801JI (ICH10 Family) HD Audio Controller', '2117'),
|
||
(14438, '3a40', '82801JI (ICH10 Family) PCI Express Root Port 1', '2117'),
|
||
(14439, '3a42', '82801JI (ICH10 Family) PCI Express Port 2', '2117'),
|
||
(14440, '3a44', '82801JI (ICH10 Family) PCI Express Root Port 3', '2117'),
|
||
(14441, '3a46', '82801JI (ICH10 Family) PCI Express Root Port 4', '2117'),
|
||
(14442, '3a48', '82801JI (ICH10 Family) PCI Express Root Port 5', '2117'),
|
||
(14443, '3a4a', '82801JI (ICH10 Family) PCI Express Root Port 6', '2117'),
|
||
(14444, '3a4c', '82801JI (ICH10 Family) Gigabit Ethernet Controller', '2117'),
|
||
(14445, '3a51', '82801JDO (ICH10DO) VECI Controller', '2117'),
|
||
(14446, '3a55', '82801JD/DO (ICH10 Family) Virtual SATA Controller', '2117'),
|
||
(14447, '3a60', '82801JD/DO (ICH10 Family) SMBus Controller', '2117'),
|
||
(14448, '3a62', '82801JD/DO (ICH10 Family) Thermal Subsystem', '2117'),
|
||
(14449, '3a64', '82801JD/DO (ICH10 Family) USB UHCI Controller #1', '2117'),
|
||
(14450, '3a65', '82801JD/DO (ICH10 Family) USB UHCI Controller #2', '2117'),
|
||
(14451, '3a66', '82801JD/DO (ICH10 Family) USB UHCI Controller #3', '2117'),
|
||
(14452, '3a67', '82801JD/DO (ICH10 Family) USB UHCI Controller #4', '2117'),
|
||
(14453, '3a68', '82801JD/DO (ICH10 Family) USB UHCI Controller #5', '2117'),
|
||
(14454, '3a69', '82801JD/DO (ICH10 Family) USB UHCI Controller #6', '2117'),
|
||
(14455, '3a6a', '82801JD/DO (ICH10 Family) USB2 EHCI Controller #1', '2117'),
|
||
(14456, '3a6c', '82801JD/DO (ICH10 Family) USB2 EHCI Controller #2', '2117'),
|
||
(14457, '3a6e', '82801JD/DO (ICH10 Family) HD Audio Controller', '2117'),
|
||
(14458, '3a70', '82801JD/DO (ICH10 Family) PCI Express Port 1', '2117'),
|
||
(14459, '3a72', '82801JD/DO (ICH10 Family) PCI Express Port 2', '2117'),
|
||
(14460, '3a74', '82801JD/DO (ICH10 Family) PCI Express Port 3', '2117'),
|
||
(14461, '3a76', '82801JD/DO (ICH10 Family) PCI Express Port 4', '2117'),
|
||
(14462, '3a78', '82801JD/DO (ICH10 Family) PCI Express Port 5', '2117'),
|
||
(14463, '3a7a', '82801JD/DO (ICH10 Family) PCI Express Port 6', '2117'),
|
||
(14464, '3a7c', '82801JD/DO (ICH10 Family) Gigabit Ethernet Controller', '2117'),
|
||
(14465, '3b00', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14466, '3b01', 'Mobile 5 Series Chipset LPC Interface Controller', '2117'),
|
||
(14467, '3b02', 'P55 Chipset LPC Interface Controller', '2117'),
|
||
(14468, '3b03', 'PM55 Chipset LPC Interface Controller', '2117'),
|
||
(14469, '3b04', '5 Series Chipset LPC Interface Controller', '2117'),
|
||
(14470, '3b05', 'Mobile 5 Series Chipset LPC Interface Controller', '2117'),
|
||
(14471, '3b06', 'H55 Chipset LPC Interface Controller', '2117'),
|
||
(14472, '3b07', 'QM57 Chipset LPC Interface Controller', '2117'),
|
||
(14473, '3b08', 'H57 Chipset LPC Interface Controller', '2117'),
|
||
(14474, '3b09', 'HM55 Chipset LPC Interface Controller', '2117'),
|
||
(14475, '3b0a', 'Q57 Chipset LPC Interface Controller', '2117'),
|
||
(14476, '3b0b', 'HM57 Chipset LPC Interface Controller', '2117'),
|
||
(14477, '3b0c', '5 Series Chipset LPC Interface Controller', '2117'),
|
||
(14478, '3b0d', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14479, '3b0e', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14480, '3b0f', 'QS57 Chipset LPC Interface Controller', '2117'),
|
||
(14481, '3b10', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14482, '3b11', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14483, '3b12', '3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14484, '3b13', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14485, '3b14', '3420 Chipset LPC Interface Controller', '2117'),
|
||
(14486, '3b15', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14487, '3b16', '3450 Chipset LPC Interface Controller', '2117'),
|
||
(14488, '3b17', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14489, '3b18', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14490, '3b19', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14491, '3b1a', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14492, '3b1b', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14493, '3b1c', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14494, '3b1d', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14495, '3b1e', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14496, '3b1f', '5 Series/3400 Series Chipset LPC Interface Controller', '2117'),
|
||
(14497, '3b20', '5 Series/3400 Series Chipset 4 port SATA IDE Controller', '2117'),
|
||
(14498, '3b21', '5 Series/3400 Series Chipset 2 port SATA IDE Controller', '2117'),
|
||
(14499, '3b22', '5 Series/3400 Series Chipset 6 port SATA AHCI Controller', '2117'),
|
||
(14500, '3b23', '5 Series/3400 Series Chipset 4 port SATA AHCI Controller', '2117'),
|
||
(14501, '3b25', '5 Series/3400 Series Chipset SATA RAID Controller', '2117'),
|
||
(14502, '3b26', '5 Series/3400 Series Chipset 2 port SATA IDE Controller', '2117'),
|
||
(14503, '3b28', '5 Series/3400 Series Chipset 4 port SATA IDE Controller', '2117'),
|
||
(14504, '3b29', '5 Series/3400 Series Chipset 4 port SATA AHCI Controller', '2117'),
|
||
(14505, '3b2c', '5 Series/3400 Series Chipset SATA RAID Controller', '2117'),
|
||
(14506, '3b2d', '5 Series/3400 Series Chipset 2 port SATA IDE Controller', '2117'),
|
||
(14507, '3b2e', '5 Series/3400 Series Chipset 4 port SATA IDE Controller', '2117'),
|
||
(14508, '3b2f', '5 Series/3400 Series Chipset 6 port SATA AHCI Controller', '2117'),
|
||
(14509, '3b30', '5 Series/3400 Series Chipset SMBus Controller', '2117'),
|
||
(14510, '3b32', '5 Series/3400 Series Chipset Thermal Subsystem', '2117'),
|
||
(14511, '3b34', '5 Series/3400 Series Chipset USB2 Enhanced Host Controller', '2117'),
|
||
(14512, '3b36', '5 Series/3400 Series Chipset USB Universal Host Controller', '2117'),
|
||
(14513, '3b37', '5 Series/3400 Series Chipset USB Universal Host Controller', '2117'),
|
||
(14514, '3b38', '5 Series/3400 Series Chipset USB Universal Host Controller', '2117'),
|
||
(14515, '3b39', '5 Series/3400 Series Chipset USB Universal Host Controller', '2117'),
|
||
(14516, '3b3a', '5 Series/3400 Series Chipset USB Universal Host Controller', '2117'),
|
||
(14517, '3b3b', '5 Series/3400 Series Chipset USB Universal Host Controller', '2117'),
|
||
(14518, '3b3c', '5 Series/3400 Series Chipset USB2 Enhanced Host Controller', '2117'),
|
||
(14519, '3b3e', '5 Series/3400 Series Chipset USB Universal Host Controller', '2117'),
|
||
(14520, '3b3f', '5 Series/3400 Series Chipset USB Universal Host Controller', '2117'),
|
||
(14521, '3b40', '5 Series/3400 Series Chipset USB Universal Host Controller', '2117'),
|
||
(14522, '3b41', '5 Series/3400 Series Chipset LAN Controller', '2117'),
|
||
(14523, '3b42', '5 Series/3400 Series Chipset PCI Express Root Port 1', '2117'),
|
||
(14524, '3b44', '5 Series/3400 Series Chipset PCI Express Root Port 2', '2117'),
|
||
(14525, '3b46', '5 Series/3400 Series Chipset PCI Express Root Port 3', '2117'),
|
||
(14526, '3b48', '5 Series/3400 Series Chipset PCI Express Root Port 4', '2117'),
|
||
(14527, '3b4a', '5 Series/3400 Series Chipset PCI Express Root Port 5', '2117'),
|
||
(14528, '3b4c', '5 Series/3400 Series Chipset PCI Express Root Port 6', '2117'),
|
||
(14529, '3b4e', '5 Series/3400 Series Chipset PCI Express Root Port 7', '2117'),
|
||
(14530, '3b50', '5 Series/3400 Series Chipset PCI Express Root Port 8', '2117'),
|
||
(14531, '3b53', '5 Series/3400 Series Chipset VECI Controller', '2117'),
|
||
(14532, '3b56', '5 Series/3400 Series Chipset High Definition Audio', '2117'),
|
||
(14533, '3b57', '5 Series/3400 Series Chipset High Definition Audio', '2117'),
|
||
(14534, '3b64', '5 Series/3400 Series Chipset HECI Controller', '2117'),
|
||
(14535, '3b65', '5 Series/3400 Series Chipset HECI Controller', '2117'),
|
||
(14536, '3b66', '5 Series/3400 Series Chipset PT IDER Controller', '2117'),
|
||
(14537, '3b67', '5 Series/3400 Series Chipset KT Controller', '2117'),
|
||
(14538, '3c00', 'Xeon E5/Core i7 DMI2', '2117'),
|
||
(14539, '3c01', 'Xeon E5/Core i7 DMI2 in PCI Express Mode', '2117'),
|
||
(14540, '3c02', 'Xeon E5/Core i7 IIO PCI Express Root Port 1a', '2117'),
|
||
(14541, '3c03', 'Xeon E5/Core i7 IIO PCI Express Root Port 1b', '2117'),
|
||
(14542, '3c04', 'Xeon E5/Core i7 IIO PCI Express Root Port 2a', '2117'),
|
||
(14543, '3c05', 'Xeon E5/Core i7 IIO PCI Express Root Port 2b', '2117'),
|
||
(14544, '3c06', 'Xeon E5/Core i7 IIO PCI Express Root Port 2c', '2117'),
|
||
(14545, '3c07', 'Xeon E5/Core i7 IIO PCI Express Root Port 2d', '2117'),
|
||
(14546, '3c08', 'Xeon E5/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode', '2117'),
|
||
(14547, '3c09', 'Xeon E5/Core i7 IIO PCI Express Root Port 3b', '2117'),
|
||
(14548, '3c0a', 'Xeon E5/Core i7 IIO PCI Express Root Port 3c', '2117'),
|
||
(14549, '3c0b', 'Xeon E5/Core i7 IIO PCI Express Root Port 3d', '2117'),
|
||
(14550, '3c0d', 'Xeon E5/Core i7 Non-Transparent Bridge', '2117'),
|
||
(14551, '3c0e', 'Xeon E5/Core i7 Non-Transparent Bridge', '2117'),
|
||
(14552, '3c0f', 'Xeon E5/Core i7 Non-Transparent Bridge', '2117'),
|
||
(14553, '3c20', 'Xeon E5/Core i7 DMA Channel 0', '2117'),
|
||
(14554, '3c21', 'Xeon E5/Core i7 DMA Channel 1', '2117'),
|
||
(14555, '3c22', 'Xeon E5/Core i7 DMA Channel 2', '2117'),
|
||
(14556, '3c23', 'Xeon E5/Core i7 DMA Channel 3', '2117'),
|
||
(14557, '3c24', 'Xeon E5/Core i7 DMA Channel 4', '2117'),
|
||
(14558, '3c25', 'Xeon E5/Core i7 DMA Channel 5', '2117'),
|
||
(14559, '3c26', 'Xeon E5/Core i7 DMA Channel 6', '2117'),
|
||
(14560, '3c27', 'Xeon E5/Core i7 DMA Channel 7', '2117'),
|
||
(14561, '3c28', 'Xeon E5/Core i7 Address Map, VTd_Misc, System Management', '2117'),
|
||
(14562, '3c2a', 'Xeon E5/Core i7 Control Status and Global Errors', '2117'),
|
||
(14563, '3c2c', 'Xeon E5/Core i7 I/O APIC', '2117'),
|
||
(14564, '3c2e', 'Xeon E5/Core i7 DMA', '2117'),
|
||
(14565, '3c2f', 'Xeon E5/Core i7 DMA', '2117'),
|
||
(14566, '3c40', 'Xeon E5/Core i7 IIO Switch and IRP Performance Monitor', '2117'),
|
||
(14567, '3c43', 'Xeon E5/Core i7 Ring to PCI Express Performance Monitor', '2117'),
|
||
(14568, '3c44', 'Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor', '2117'),
|
||
(14569, '3c45', 'Xeon E5/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor', '2117'),
|
||
(14570, '3c46', 'Xeon E5/Core i7 Processor Home Agent Performance Monitoring', '2117'),
|
||
(14571, '3c71', 'Xeon E5/Core i7 Integrated Memory Controller RAS Registers', '2117'),
|
||
(14572, '3c80', 'Xeon E5/Core i7 QPI Link 0', '2117'),
|
||
(14573, '3c83', 'Xeon E5/Core i7 QPI Link Reut 0', '2117'),
|
||
(14574, '3c84', 'Xeon E5/Core i7 QPI Link Reut 0', '2117'),
|
||
(14575, '3c90', 'Xeon E5/Core i7 QPI Link 1', '2117'),
|
||
(14576, '3c93', 'Xeon E5/Core i7 QPI Link Reut 1', '2117'),
|
||
(14577, '3c94', 'Xeon E5/Core i7 QPI Link Reut 1', '2117'),
|
||
(14578, '3ca0', 'Xeon E5/Core i7 Processor Home Agent', '2117'),
|
||
(14579, '3ca8', 'Xeon E5/Core i7 Integrated Memory Controller Registers', '2117'),
|
||
(14580, '3caa', 'Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 0', '2117'),
|
||
(14581, '3cab', 'Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 1', '2117'),
|
||
(14582, '3cac', 'Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 2', '2117'),
|
||
(14583, '3cad', 'Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 3', '2117'),
|
||
(14584, '3cae', 'Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 4', '2117'),
|
||
(14585, '3cb0', 'Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 0', '2117'),
|
||
(14586, '3cb1', 'Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 1', '2117'),
|
||
(14587, '3cb2', 'Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 0', '2117'),
|
||
(14588, '3cb3', 'Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 1', '2117'),
|
||
(14589, '3cb4', 'Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 2', '2117'),
|
||
(14590, '3cb5', 'Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 3', '2117'),
|
||
(14591, '3cb6', 'Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 2', '2117'),
|
||
(14592, '3cb7', 'Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 3', '2117'),
|
||
(14593, '3cb8', 'Xeon E5/Core i7 DDRIO', '2117'),
|
||
(14594, '3cc0', 'Xeon E5/Core i7 Power Control Unit 0', '2117'),
|
||
(14595, '3cc1', 'Xeon E5/Core i7 Power Control Unit 1', '2117'),
|
||
(14596, '3cc2', 'Xeon E5/Core i7 Power Control Unit 2', '2117'),
|
||
(14597, '3cd0', 'Xeon E5/Core i7 Power Control Unit 3', '2117'),
|
||
(14598, '3ce0', 'Xeon E5/Core i7 Interrupt Control Registers', '2117'),
|
||
(14599, '3ce3', 'Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers', '2117'),
|
||
(14600, '3ce4', 'Xeon E5/Core i7 R2PCIe', '2117'),
|
||
(14601, '3ce6', 'Xeon E5/Core i7 QuickPath Interconnect Agent Ring Registers', '2117'),
|
||
(14602, '3ce8', 'Xeon E5/Core i7 Unicast Register 0', '2117'),
|
||
(14603, '3ce9', 'Xeon E5/Core i7 Unicast Register 5', '2117'),
|
||
(14604, '3cea', 'Xeon E5/Core i7 Unicast Register 1', '2117'),
|
||
(14605, '3ceb', 'Xeon E5/Core i7 Unicast Register 6', '2117'),
|
||
(14606, '3cec', 'Xeon E5/Core i7 Unicast Register 3', '2117'),
|
||
(14607, '3ced', 'Xeon E5/Core i7 Unicast Register 7', '2117'),
|
||
(14608, '3cee', 'Xeon E5/Core i7 Unicast Register 4', '2117'),
|
||
(14609, '3cef', 'Xeon E5/Core i7 Unicast Register 8', '2117'),
|
||
(14610, '3cf4', 'Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0', '2117'),
|
||
(14611, '3cf5', 'Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1', '2117'),
|
||
(14612, '3cf6', 'Xeon E5/Core i7 System Address Decoder', '2117'),
|
||
(14613, '3e10', '8th Gen Core 4-core Processor Host Bridge/DRAM Registers [Coffee Lake H]', '2117'),
|
||
(14614, '3e18', '8th Gen Core 4-core Workstation Processor Host Bridge/DRAM Registers [Coffee Lake S]', '2117'),
|
||
(14615, '3e1f', '8th Gen Core 4-core Desktop Processor Host Bridge/DRAM Registers [Coffee Lake S]', '2117'),
|
||
(14616, '3e30', '8th/9th Gen Core 8-core Desktop Processor Host Bridge/DRAM Registers [Coffee Lake S]', '2117'),
|
||
(14617, '3e33', '8th/9th Gen Core Processor Host Bridge/DRAM Registers [Coffee Lake]', '2117'),
|
||
(14618, '3e34', 'Coffee Lake HOST and DRAM Controller', '2117'),
|
||
(14619, '3e35', 'Coffee Lake Host Bridge/DRAM Registers', '2117'),
|
||
(14620, '3e81', '8th Gen Core Processor PCIe Controller (x16)', '2117'),
|
||
(14621, '3e85', '8th Gen Core Processor PCIe Controller (x8)', '2117'),
|
||
(14622, '3e89', '8th Gen Core Processor PCIe Controller (x4)', '2117'),
|
||
(14623, '3e90', 'CoffeeLake-S GT1 [UHD Graphics 610]', '2117'),
|
||
(14624, '3e91', 'CoffeeLake-S GT2 [UHD Graphics 630]', '2117'),
|
||
(14625, '3e92', 'CometLake-S GT2 [UHD Graphics 630]', '2117'),
|
||
(14626, '3e93', 'CoffeeLake-S GT1 [UHD Graphics 610]', '2117'),
|
||
(14627, '3e96', 'CoffeeLake-S GT2 [UHD Graphics P630]', '2117'),
|
||
(14628, '3e98', 'CoffeeLake-S GT2 [UHD Graphics 630]', '2117'),
|
||
(14629, '3e9b', 'CoffeeLake-H GT2 [UHD Graphics 630]', '2117'),
|
||
(14630, '3ea0', 'WhiskeyLake-U GT2 [UHD Graphics 620]', '2117'),
|
||
(14631, '3ea5', 'CoffeeLake-U GT3e [Iris Plus Graphics 655]', '2117'),
|
||
(14632, '3ec2', '8th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14633, '3ec4', '8th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14634, '3ec6', '8th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14635, '3eca', '8th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14636, '3ed0', '8th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14637, '4000', '5400 Chipset Memory Controller Hub', '2117'),
|
||
(14638, '4001', '5400 Chipset Memory Controller Hub', '2117'),
|
||
(14639, '4003', '5400 Chipset Memory Controller Hub', '2117'),
|
||
(14640, '4021', '5400 Chipset PCI Express Port 1', '2117'),
|
||
(14641, '4022', '5400 Chipset PCI Express Port 2', '2117'),
|
||
(14642, '4023', '5400 Chipset PCI Express Port 3', '2117'),
|
||
(14643, '4024', '5400 Chipset PCI Express Port 4', '2117'),
|
||
(14644, '4025', '5400 Chipset PCI Express Port 5', '2117'),
|
||
(14645, '4026', '5400 Chipset PCI Express Port 6', '2117'),
|
||
(14646, '4027', '5400 Chipset PCI Express Port 7', '2117'),
|
||
(14647, '4028', '5400 Chipset PCI Express Port 8', '2117'),
|
||
(14648, '4029', '5400 Chipset PCI Express Port 9', '2117'),
|
||
(14649, '402d', '5400 Chipset IBIST Registers', '2117'),
|
||
(14650, '402e', '5400 Chipset IBIST Registers', '2117'),
|
||
(14651, '402f', '5400 Chipset QuickData Technology Device', '2117'),
|
||
(14652, '4030', '5400 Chipset FSB Registers', '2117'),
|
||
(14653, '4031', '5400 Chipset CE/SF Registers', '2117'),
|
||
(14654, '4032', '5400 Chipset IOxAPIC', '2117'),
|
||
(14655, '4035', '5400 Chipset FBD Registers', '2117'),
|
||
(14656, '4036', '5400 Chipset FBD Registers', '2117'),
|
||
(14657, '4041', 'NVMe Datacenter SSD [Optane]', '2117'),
|
||
(14658, '4100', 'Moorestown Graphics and Video', '2117'),
|
||
(14659, '4108', 'Atom Processor E6xx Integrated Graphics Controller', '2117'),
|
||
(14660, '4109', 'Atom Processor E6xx Integrated Graphics Controller', '2117'),
|
||
(14661, '410a', 'Atom Processor E6xx Integrated Graphics Controller', '2117'),
|
||
(14662, '410b', 'Atom Processor E6xx Integrated Graphics Controller', '2117'),
|
||
(14663, '410c', 'Atom Processor E6xx Integrated Graphics Controller', '2117'),
|
||
(14664, '410d', 'Atom Processor E6xx Integrated Graphics Controller', '2117'),
|
||
(14665, '410e', 'Atom Processor E6xx Integrated Graphics Controller', '2117'),
|
||
(14666, '410f', 'Atom Processor E6xx Integrated Graphics Controller', '2117'),
|
||
(14667, '4114', 'Atom Processor E6xx PCI Host Bridge #1', '2117'),
|
||
(14668, '4115', 'Atom Processor E6xx PCI Host Bridge #2', '2117'),
|
||
(14669, '4116', 'Atom Processor E6xx PCI Host Bridge #3', '2117'),
|
||
(14670, '4117', 'Atom Processor E6xx PCI Host Bridge #4', '2117'),
|
||
(14671, '4140', 'NVMe Datacenter SSD [Optane]', '2117'),
|
||
(14672, '4220', 'PRO/Wireless 2200BG [Calexico2] Network Connection', '2117'),
|
||
(14673, '4222', 'PRO/Wireless 3945ABG [Golan] Network Connection', '2117'),
|
||
(14674, '4223', 'PRO/Wireless 2915ABG [Calexico2] Network Connection', '2117'),
|
||
(14675, '4224', 'PRO/Wireless 2915ABG [Calexico2] Network Connection', '2117'),
|
||
(14676, '4227', 'PRO/Wireless 3945ABG [Golan] Network Connection', '2117'),
|
||
(14677, '4229', 'PRO/Wireless 4965 AG or AGN [Kedron] Network Connection', '2117'),
|
||
(14678, '422b', 'Centrino Ultimate-N 6300', '2117'),
|
||
(14679, '422c', 'Centrino Advanced-N 6200', '2117'),
|
||
(14680, '4230', 'PRO/Wireless 4965 AG or AGN [Kedron] Network Connection', '2117'),
|
||
(14681, '4232', 'WiFi Link 5100', '2117'),
|
||
(14682, '4235', 'Ultimate N WiFi Link 5300', '2117'),
|
||
(14683, '4236', 'Ultimate N WiFi Link 5300', '2117'),
|
||
(14684, '4237', 'PRO/Wireless 5100 AGN [Shiloh] Network Connection', '2117'),
|
||
(14685, '4238', 'Centrino Ultimate-N 6300', '2117'),
|
||
(14686, '4239', 'Centrino Advanced-N 6200', '2117'),
|
||
(14687, '423a', 'PRO/Wireless 5350 AGN [Echo Peak] Network Connection', '2117'),
|
||
(14688, '423b', 'PRO/Wireless 5350 AGN [Echo Peak] Network Connection', '2117'),
|
||
(14689, '423c', 'WiMAX/WiFi Link 5150', '2117'),
|
||
(14690, '423d', 'WiMAX/WiFi Link 5150', '2117'),
|
||
(14691, '438b', 'Tiger Lake-H LPC/eSPI Controller', '2117'),
|
||
(14692, '43a3', 'Tiger Lake-H SMBus Controller', '2117'),
|
||
(14693, '43a4', 'Tiger Lake-H SPI Controller', '2117'),
|
||
(14694, '43c8', 'Tiger Lake-H HD Audio Controller', '2117'),
|
||
(14695, '43e0', 'Tiger Lake-H Management Engine Interface', '2117'),
|
||
(14696, '43e8', 'Tiger Lake-H Serial IO I2C Controller #0', '2117'),
|
||
(14697, '43ed', 'Tiger Lake-H USB 3.2 Gen 2x1 xHCI Host Controller', '2117'),
|
||
(14698, '43ef', 'Tiger Lake-H Shared SRAM', '2117'),
|
||
(14699, '444e', 'Turbo Memory Controller', '2117'),
|
||
(14700, '467f', 'Volume Management Device NVMe RAID Controller', '2117'),
|
||
(14701, '4680', 'AlderLake-S GT1', '2117'),
|
||
(14702, '46a0', 'AlderLake-P GT2', '2117'),
|
||
(14703, '4905', 'DG1 [Iris Xe MAX Graphics]', '2117'),
|
||
(14704, '4906', 'DG1 [Iris Xe Pod]', '2117'),
|
||
(14705, '4907', 'SG1 [Server GPU SG-18M]', '2117'),
|
||
(14706, '4908', 'DG1 [Iris Xe Graphics]', '2117'),
|
||
(14707, '4c3d', 'Volume Management Device NVMe RAID Controller', '2117'),
|
||
(14708, '4f80', 'DG2', '2117'),
|
||
(14709, '4f81', 'DG2', '2117'),
|
||
(14710, '4f82', 'DG2', '2117'),
|
||
(14711, '5001', 'LE80578', '2117'),
|
||
(14712, '5002', 'LE80578 Graphics Processor Unit', '2117'),
|
||
(14713, '5009', 'LE80578 Video Display Controller', '2117'),
|
||
(14714, '500d', 'LE80578 Expansion Bus', '2117'),
|
||
(14715, '500e', 'LE80578 UART Controller', '2117'),
|
||
(14716, '500f', 'LE80578 General Purpose IO', '2117'),
|
||
(14717, '5010', 'LE80578 I2C Controller', '2117'),
|
||
(14718, '5012', 'LE80578 Serial Peripheral Interface Bus', '2117'),
|
||
(14719, '5020', 'EP80579 Memory Controller Hub', '2117'),
|
||
(14720, '5021', 'EP80579 DRAM Error Reporting Registers', '2117'),
|
||
(14721, '5023', 'EP80579 EDMA Controller', '2117'),
|
||
(14722, '5024', 'EP80579 PCI Express Port PEA0', '2117'),
|
||
(14723, '5025', 'EP80579 PCI Express Port PEA1', '2117'),
|
||
(14724, '5028', 'EP80579 S-ATA IDE', '2117'),
|
||
(14725, '5029', 'EP80579 S-ATA AHCI', '2117'),
|
||
(14726, '502a', 'EP80579 S-ATA Reserved', '2117'),
|
||
(14727, '502b', 'EP80579 S-ATA Reserved', '2117'),
|
||
(14728, '502c', 'EP80579 Integrated Processor ASU', '2117'),
|
||
(14729, '502d', 'EP80579 Integrated Processor with QuickAssist ASU', '2117'),
|
||
(14730, '502e', 'EP80579 Reserved', '2117'),
|
||
(14731, '502f', 'EP80579 Reserved', '2117'),
|
||
(14732, '5030', 'EP80579 Reserved', '2117'),
|
||
(14733, '5031', 'EP80579 LPC Bus', '2117'),
|
||
(14734, '5032', 'EP80579 SMBus Controller', '2117'),
|
||
(14735, '5033', 'EP80579 USB 1.1 Controller', '2117'),
|
||
(14736, '5035', 'EP80579 USB 2.0 Controller', '2117'),
|
||
(14737, '5037', 'EP80579 PCI-PCI Bridge (transparent mode)', '2117'),
|
||
(14738, '5039', 'EP80579 Controller Area Network (CAN) interface #1', '2117'),
|
||
(14739, '503a', 'EP80579 Controller Area Network (CAN) interface #2', '2117'),
|
||
(14740, '503b', 'EP80579 Synchronous Serial Port (SPP)', '2117'),
|
||
(14741, '503c', 'EP80579 IEEE 1588 Hardware Assist', '2117'),
|
||
(14742, '503d', 'EP80579 Local Expansion Bus', '2117'),
|
||
(14743, '503e', 'EP80579 Global Control Unit (GCU)', '2117'),
|
||
(14744, '503f', 'EP80579 Reserved', '2117'),
|
||
(14745, '5040', 'EP80579 Integrated Processor Gigabit Ethernet MAC', '2117'),
|
||
(14746, '5041', 'EP80579 Integrated Processor with QuickAssist Gigabit Ethernet MAC', '2117'),
|
||
(14747, '5042', 'EP80579 Reserved', '2117'),
|
||
(14748, '5043', 'EP80579 Reserved', '2117'),
|
||
(14749, '5044', 'EP80579 Integrated Processor Gigabit Ethernet MAC', '2117'),
|
||
(14750, '5045', 'EP80579 Integrated Processor with QuickAssist Gigabit Ethernet MAC', '2117'),
|
||
(14751, '5046', 'EP80579 Reserved', '2117'),
|
||
(14752, '5047', 'EP80579 Reserved', '2117'),
|
||
(14753, '5048', 'EP80579 Integrated Processor Gigabit Ethernet MAC', '2117'),
|
||
(14754, '5049', 'EP80579 Integrated Processor with QuickAssist Gigabit Ethernet MAC', '2117'),
|
||
(14755, '504a', 'EP80579 Reserved', '2117'),
|
||
(14756, '504b', 'EP80579 Reserved', '2117'),
|
||
(14757, '504c', 'EP80579 Integrated Processor with QuickAssist TDM', '2117'),
|
||
(14758, '5200', 'EtherExpress PRO/100 Intelligent Server PCI Bridge', '2117'),
|
||
(14759, '5201', 'EtherExpress PRO/100 Intelligent Server Fast Ethernet Controller', '2117'),
|
||
(14760, '530d', '80310 (IOP) IO Processor', '2117'),
|
||
(14761, '5502', 'Ethernet Controller (2) I225-LMvP', '2117'),
|
||
(14762, '5504', 'Ethernet Controller I226-K', '2117'),
|
||
(14763, '5845', 'QEMU NVM Express Controller', '2117'),
|
||
(14764, '5900', 'Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14765, '5901', 'Xeon E3-1200 v6/7th Gen Core Processor PCIe Controller (x16)', '2117'),
|
||
(14766, '5902', 'HD Graphics 610', '2117'),
|
||
(14767, '5904', 'Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14768, '5905', 'Xeon E3-1200 v6/7th Gen Core Processor PCIe Controller (x8)', '2117'),
|
||
(14769, '5909', 'Xeon E3-1200 v6/7th Gen Core Processor PCIe Controller (x4)', '2117'),
|
||
(14770, '590c', 'Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14771, '590f', 'Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14772, '5910', 'Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14773, '5911', 'Xeon E3-1200 v6/7th Gen Core Processor Gaussian Mixture Model', '2117'),
|
||
(14774, '5912', 'HD Graphics 630', '2117'),
|
||
(14775, '5914', 'Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14776, '5916', 'HD Graphics 620', '2117'),
|
||
(14777, '5917', 'UHD Graphics 620', '2117'),
|
||
(14778, '5918', 'Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14779, '591b', 'HD Graphics 630', '2117'),
|
||
(14780, '591c', 'UHD Graphics 615', '2117'),
|
||
(14781, '591d', 'HD Graphics P630', '2117'),
|
||
(14782, '591e', 'HD Graphics 615', '2117'),
|
||
(14783, '591f', 'Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(14784, '5923', 'HD Graphics 635', '2117'),
|
||
(14785, '5926', 'Iris Plus Graphics 640', '2117'),
|
||
(14786, '5927', 'Iris Plus Graphics 650', '2117'),
|
||
(14787, '5a84', 'Celeron N3350/Pentium N4200/Atom E3900 Series Integrated Graphics Controller', '2117'),
|
||
(14788, '5a85', 'HD Graphics 500', '2117'),
|
||
(14789, '5a88', 'Celeron N3350/Pentium N4200/Atom E3900 Series Imaging Unit', '2117'),
|
||
(14790, '5a98', 'Celeron N3350/Pentium N4200/Atom E3900 Series Audio Cluster', '2117'),
|
||
(14791, '5a9a', 'Celeron N3350/Pentium N4200/Atom E3900 Series Trusted Execution Engine', '2117'),
|
||
(14792, '5aa2', 'Celeron N3350/Pentium N4200/Atom E3900 Series Integrated Sensor Hub', '2117'),
|
||
(14793, '5aa8', 'Celeron N3350/Pentium N4200/Atom E3900 Series USB xHCI', '2117'),
|
||
(14794, '5aac', 'Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #1', '2117'),
|
||
(14795, '5aae', 'Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #2', '2117'),
|
||
(14796, '5ab0', 'Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #3', '2117'),
|
||
(14797, '5ab2', 'Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #4', '2117'),
|
||
(14798, '5ab4', 'Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #5', '2117'),
|
||
(14799, '5ab6', 'Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #6', '2117'),
|
||
(14800, '5ab8', 'Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #7', '2117'),
|
||
(14801, '5aba', 'Celeron N3350/Pentium N4200/Atom E3900 Series I2C Controller #8', '2117'),
|
||
(14802, '5abc', 'Celeron N3350/Pentium N4200/Atom E3900 Series HSUART Controller #1', '2117'),
|
||
(14803, '5abe', 'Celeron N3350/Pentium N4200/Atom E3900 Series HSUART Controller #2', '2117'),
|
||
(14804, '5ac0', 'Celeron N3350/Pentium N4200/Atom E3900 Series HSUART Controller #3', '2117'),
|
||
(14805, '5ac2', 'Celeron N3350/Pentium N4200/Atom E3900 Series SPI Controller #1', '2117'),
|
||
(14806, '5ac4', 'Celeron N3350/Pentium N4200/Atom E3900 Series SPI Controller #2', '2117'),
|
||
(14807, '5ac6', 'Celeron N3350/Pentium N4200/Atom E3900 Series SPI Controller #3', '2117'),
|
||
(14808, '5ac8', 'Celeron N3350/Pentium N4200/Atom E3900 Series PWM Pin Controller', '2117'),
|
||
(14809, '5aca', 'Celeron N3350/Pentium N4200/Atom E3900 Series SDXC/MMC Host Controller', '2117'),
|
||
(14810, '5acc', 'Celeron N3350/Pentium N4200/Atom E3900 Series eMMC Controller', '2117'),
|
||
(14811, '5ad0', 'Celeron N3350/Pentium N4200/Atom E3900 Series SDIO Controller', '2117'),
|
||
(14812, '5ad4', 'Celeron N3350/Pentium N4200/Atom E3900 Series SMBus Controller', '2117'),
|
||
(14813, '5ad6', 'Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port B #1', '2117'),
|
||
(14814, '5ad7', 'Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port B #2', '2117'),
|
||
(14815, '5ad8', 'Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port A #1', '2117'),
|
||
(14816, '5ad9', 'Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port A #2', '2117'),
|
||
(14817, '5ada', 'Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port A #3', '2117'),
|
||
(14818, '5adb', 'Celeron N3350/Pentium N4200/Atom E3900 Series PCI Express Port A #4', '2117'),
|
||
(14819, '5ae3', 'Celeron N3350/Pentium N4200/Atom E3900 Series SATA AHCI Controller', '2117'),
|
||
(14820, '5ae8', 'Celeron N3350/Pentium N4200/Atom E3900 Series Low Pin Count Interface', '2117'),
|
||
(14821, '5aee', 'Celeron N3350/Pentium N4200/Atom E3900 Series HSUART Controller #4', '2117'),
|
||
(14822, '5af0', 'Celeron N3350/Pentium N4200/Atom E3900 Series Host Bridge', '2117'),
|
||
(14823, '65c0', '5100 Chipset Memory Controller Hub', '2117'),
|
||
(14824, '65e2', '5100 Chipset PCI Express x4 Port 2', '2117'),
|
||
(14825, '65e3', '5100 Chipset PCI Express x4 Port 3', '2117'),
|
||
(14826, '65e4', '5100 Chipset PCI Express x4 Port 4', '2117'),
|
||
(14827, '65e5', '5100 Chipset PCI Express x4 Port 5', '2117'),
|
||
(14828, '65e6', '5100 Chipset PCI Express x4 Port 6', '2117'),
|
||
(14829, '65e7', '5100 Chipset PCI Express x4 Port 7', '2117'),
|
||
(14830, '65f0', '5100 Chipset FSB Registers', '2117'),
|
||
(14831, '65f1', '5100 Chipset Reserved Registers', '2117'),
|
||
(14832, '65f3', '5100 Chipset Reserved Registers', '2117'),
|
||
(14833, '65f5', '5100 Chipset DDR Channel 0 Registers', '2117'),
|
||
(14834, '65f6', '5100 Chipset DDR Channel 1 Registers', '2117'),
|
||
(14835, '65f7', '5100 Chipset PCI Express x8 Port 2-3', '2117'),
|
||
(14836, '65f8', '5100 Chipset PCI Express x8 Port 4-5', '2117'),
|
||
(14837, '65f9', '5100 Chipset PCI Express x8 Port 6-7', '2117'),
|
||
(14838, '65fa', '5100 Chipset PCI Express x16 Port 4-7', '2117'),
|
||
(14839, '65ff', '5100 Chipset DMA Engine', '2117'),
|
||
(14840, '6f00', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DMI2', '2117'),
|
||
(14841, '6f01', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 0', '2117'),
|
||
(14842, '6f02', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 1', '2117'),
|
||
(14843, '6f03', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 1', '2117'),
|
||
(14844, '6f04', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 2', '2117'),
|
||
(14845, '6f05', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 2', '2117'),
|
||
(14846, '6f06', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 2', '2117'),
|
||
(14847, '6f07', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 2', '2117'),
|
||
(14848, '6f08', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 3', '2117'),
|
||
(14849, '6f09', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 3', '2117'),
|
||
(14850, '6f0a', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 3', '2117'),
|
||
(14851, '6f0b', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D PCI Express Root Port 3', '2117'),
|
||
(14852, '6f10', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14853, '6f11', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14854, '6f12', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14855, '6f13', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14856, '6f14', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14857, '6f15', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14858, '6f16', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14859, '6f17', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14860, '6f18', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14861, '6f19', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14862, '6f1a', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14863, '6f1b', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14864, '6f1c', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Debug', '2117'),
|
||
(14865, '6f1d', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R2PCIe Agent', '2117'),
|
||
(14866, '6f1e', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox', '2117'),
|
||
(14867, '6f1f', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox', '2117'),
|
||
(14868, '6f20', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Crystal Beach DMA Channel 0', '2117'),
|
||
(14869, '6f21', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Crystal Beach DMA Channel 1', '2117'),
|
||
(14870, '6f22', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Crystal Beach DMA Channel 2', '2117'),
|
||
(14871, '6f23', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Crystal Beach DMA Channel 3', '2117'),
|
||
(14872, '6f24', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Crystal Beach DMA Channel 4', '2117'),
|
||
(14873, '6f25', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Crystal Beach DMA Channel 5', '2117'),
|
||
(14874, '6f26', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Crystal Beach DMA Channel 6', '2117'),
|
||
(14875, '6f27', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Crystal Beach DMA Channel 7', '2117'),
|
||
(14876, '6f28', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Map/VTd_Misc/System Management', '2117'),
|
||
(14877, '6f29', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO Hot Plug', '2117'),
|
||
(14878, '6f2a', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IIO RAS/Control Status/Global Errors', '2117'),
|
||
(14879, '6f2c', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D I/O APIC', '2117'),
|
||
(14880, '6f30', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0', '2117'),
|
||
(14881, '6f32', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0', '2117'),
|
||
(14882, '6f33', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1', '2117'),
|
||
(14883, '6f34', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R2PCIe Agent', '2117'),
|
||
(14884, '6f36', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1', '2117'),
|
||
(14885, '6f37', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1', '2117'),
|
||
(14886, '6f38', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 1', '2117'),
|
||
(14887, '6f39', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D IO Performance Monitoring', '2117'),
|
||
(14888, '6f3a', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 2', '2117'),
|
||
(14889, '6f3e', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 2', '2117'),
|
||
(14890, '6f3f', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 2', '2117'),
|
||
(14891, '6f40', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 2', '2117'),
|
||
(14892, '6f41', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 2', '2117'),
|
||
(14893, '6f43', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 2', '2117'),
|
||
(14894, '6f45', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 2 Debug', '2117'),
|
||
(14895, '6f46', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 2 Debug', '2117'),
|
||
(14896, '6f47', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 2 Debug', '2117'),
|
||
(14897, '6f50', 'Xeon Processor D Family QuickData Technology Register DMA Channel 0', '2117'),
|
||
(14898, '6f51', 'Xeon Processor D Family QuickData Technology Register DMA Channel 1', '2117'),
|
||
(14899, '6f52', 'Xeon Processor D Family QuickData Technology Register DMA Channel 2', '2117'),
|
||
(14900, '6f53', 'Xeon Processor D Family QuickData Technology Register DMA Channel 3', '2117'),
|
||
(14901, '6f54', 'Xeon Processor D Family QuickAssist Technology', '2117'),
|
||
(14902, '6f55', 'Xeon Processor D Family QuickAssist Technology Virtual Fuction', '2117'),
|
||
(14903, '6f60', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 1', '2117'),
|
||
(14904, '6f68', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Target Address/Thermal/RAS', '2117'),
|
||
(14905, '6f6a', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Channel Target Address Decoder', '2117'),
|
||
(14906, '6f6b', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Channel Target Address Decoder', '2117'),
|
||
(14907, '6f6c', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Channel Target Address Decoder', '2117'),
|
||
(14908, '6f6d', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Channel Target Address Decoder', '2117'),
|
||
(14909, '6f6e', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Broadcast', '2117'),
|
||
(14910, '6f6f', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Global Broadcast', '2117'),
|
||
(14911, '6f70', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0 Debug', '2117'),
|
||
(14912, '6f71', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Target Address/Thermal/RAS', '2117'),
|
||
(14913, '6f76', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link Debug', '2117'),
|
||
(14914, '6f78', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 1 Debug', '2117'),
|
||
(14915, '6f79', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Target Address/Thermal/RAS', '2117'),
|
||
(14916, '6f7d', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Ubox', '2117'),
|
||
(14917, '6f7e', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link Debug', '2117'),
|
||
(14918, '6f80', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0', '2117'),
|
||
(14919, '6f81', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D R3 QPI Link 0/1', '2117'),
|
||
(14920, '6f83', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0', '2117'),
|
||
(14921, '6f85', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0 Debug', '2117'),
|
||
(14922, '6f86', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0 Debug', '2117'),
|
||
(14923, '6f87', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 0 Debug', '2117'),
|
||
(14924, '6f88', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14925, '6f8a', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14926, '6f90', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1', '2117'),
|
||
(14927, '6f93', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1', '2117'),
|
||
(14928, '6f95', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1 Debug', '2117'),
|
||
(14929, '6f96', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D QPI Link 1 Debug', '2117'),
|
||
(14930, '6f98', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14931, '6f99', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14932, '6f9a', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14933, '6f9c', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14934, '6fa0', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Home Agent 0', '2117'),
|
||
(14935, '6fa8', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Target Address/Thermal/RAS', '2117'),
|
||
(14936, '6faa', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder', '2117'),
|
||
(14937, '6fab', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder', '2117'),
|
||
(14938, '6fac', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder', '2117'),
|
||
(14939, '6fad', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel Target Address Decoder', '2117'),
|
||
(14940, '6fae', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Broadcast', '2117'),
|
||
(14941, '6faf', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Global Broadcast', '2117'),
|
||
(14942, '6fb0', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 0 Thermal Control', '2117'),
|
||
(14943, '6fb1', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 1 Thermal Control', '2117'),
|
||
(14944, '6fb2', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 0 Error', '2117'),
|
||
(14945, '6fb3', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 1 Error', '2117'),
|
||
(14946, '6fb4', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 2 Thermal Control', '2117'),
|
||
(14947, '6fb5', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 3 Thermal Control', '2117'),
|
||
(14948, '6fb6', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 2 Error', '2117'),
|
||
(14949, '6fb7', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 0 - Channel 3 Error', '2117'),
|
||
(14950, '6fb8', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Interface', '2117'),
|
||
(14951, '6fb9', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Interface', '2117'),
|
||
(14952, '6fba', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Interface', '2117'),
|
||
(14953, '6fbb', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 2/3 Interface', '2117'),
|
||
(14954, '6fbc', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface', '2117'),
|
||
(14955, '6fbd', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface', '2117'),
|
||
(14956, '6fbe', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface', '2117'),
|
||
(14957, '6fbf', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D DDRIO Channel 0/1 Interface', '2117'),
|
||
(14958, '6fc0', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14959, '6fc1', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14960, '6fc2', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14961, '6fc3', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14962, '6fc4', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14963, '6fc5', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14964, '6fc6', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14965, '6fc7', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14966, '6fc8', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14967, '6fc9', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14968, '6fca', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14969, '6fcb', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14970, '6fcc', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14971, '6fcd', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14972, '6fce', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14973, '6fcf', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Power Control Unit', '2117'),
|
||
(14974, '6fd0', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 1 - Channel 0 Thermal Control', '2117'),
|
||
(14975, '6fd1', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 1 - Channel 1 Thermal Control', '2117'),
|
||
(14976, '6fd2', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 1 - Channel 0 Error', '2117'),
|
||
(14977, '6fd3', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 1 - Channel 1 Error', '2117'),
|
||
(14978, '6fd4', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 1 - Channel 2 Thermal Control', '2117'),
|
||
(14979, '6fd5', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 1 - Channel 3 Thermal Control', '2117'),
|
||
(14980, '6fd6', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 1 - Channel 2 Error', '2117'),
|
||
(14981, '6fd7', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Memory Controller 1 - Channel 3 Error', '2117'),
|
||
(14982, '6fe0', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14983, '6fe1', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14984, '6fe2', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14985, '6fe3', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14986, '6fe4', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14987, '6fe5', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14988, '6fe6', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14989, '6fe7', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14990, '6fe8', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14991, '6fe9', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14992, '6fea', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14993, '6feb', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14994, '6fec', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14995, '6fed', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14996, '6fee', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14997, '6fef', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14998, '6ff0', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(14999, '6ff1', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(15000, '6ff8', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(15001, '6ff9', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(15002, '6ffa', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(15003, '6ffb', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(15004, '6ffc', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(15005, '6ffd', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(15006, '6ffe', 'Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon D Caching Agent', '2117'),
|
||
(15007, '7000', '82371SB PIIX3 ISA [Natoma/Triton II]', '2117'),
|
||
(15008, '7010', '82371SB PIIX3 IDE [Natoma/Triton II]', '2117'),
|
||
(15009, '7020', '82371SB PIIX3 USB [Natoma/Triton II]', '2117'),
|
||
(15010, '7030', '430VX - 82437VX TVX [Triton VX]', '2117'),
|
||
(15011, '7050', 'Intercast Video Capture Card', '2117'),
|
||
(15012, '7051', 'PB 642365-003 (Business Video Conferencing Card)', '2117'),
|
||
(15013, '7100', '430TX - 82439TX MTXC', '2117'),
|
||
(15014, '7110', '82371AB/EB/MB PIIX4 ISA', '2117'),
|
||
(15015, '7111', '82371AB/EB/MB PIIX4 IDE', '2117'),
|
||
(15016, '7112', '82371AB/EB/MB PIIX4 USB', '2117'),
|
||
(15017, '7113', '82371AB/EB/MB PIIX4 ACPI', '2117'),
|
||
(15018, '7120', '82810 GMCH (Graphics Memory Controller Hub)', '2117'),
|
||
(15019, '7121', '82810 (CGC) Chipset Graphics Controller', '2117'),
|
||
(15020, '7122', '82810 DC-100 (GMCH) Graphics Memory Controller Hub', '2117'),
|
||
(15021, '7123', '82810 DC-100 (CGC) Chipset Graphics Controller', '2117'),
|
||
(15022, '7124', '82810E DC-133 (GMCH) Graphics Memory Controller Hub', '2117'),
|
||
(15023, '7125', '82810E DC-133 (CGC) Chipset Graphics Controller', '2117'),
|
||
(15024, '7126', '82810 DC-133 System and Graphics Controller', '2117'),
|
||
(15025, '7128', '82810-M DC-100 System and Graphics Controller', '2117'),
|
||
(15026, '712a', '82810-M DC-133 System and Graphics Controller', '2117'),
|
||
(15027, '7180', '440LX/EX - 82443LX/EX Host bridge', '2117'),
|
||
(15028, '7181', '440LX/EX - 82443LX/EX AGP bridge', '2117'),
|
||
(15029, '7190', '440BX/ZX/DX - 82443BX/ZX/DX Host bridge', '2117'),
|
||
(15030, '7191', '440BX/ZX/DX - 82443BX/ZX/DX AGP bridge', '2117'),
|
||
(15031, '7192', '440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled)', '2117'),
|
||
(15032, '7194', '82440MX Host Bridge', '2117'),
|
||
(15033, '7195', '82440MX AC\'97 Audio Controller', '2117'),
|
||
(15034, '7196', '82440MX AC\'97 Modem Controller', '2117'),
|
||
(15035, '7198', '82440MX ISA Bridge', '2117'),
|
||
(15036, '7199', '82440MX EIDE Controller', '2117'),
|
||
(15037, '719a', '82440MX USB Universal Host Controller', '2117'),
|
||
(15038, '719b', '82440MX Power Management Controller', '2117'),
|
||
(15039, '71a0', '440GX - 82443GX Host bridge', '2117'),
|
||
(15040, '71a1', '440GX - 82443GX AGP bridge', '2117'),
|
||
(15041, '71a2', '440GX - 82443GX Host bridge (AGP disabled)', '2117'),
|
||
(15042, '7360', 'XMM7360 LTE Advanced Modem', '2117'),
|
||
(15043, '7600', '82372FB PIIX5 ISA', '2117'),
|
||
(15044, '7601', '82372FB PIIX5 IDE', '2117'),
|
||
(15045, '7602', '82372FB PIIX5 USB', '2117'),
|
||
(15046, '7603', '82372FB PIIX5 SMBus', '2117'),
|
||
(15047, '7800', '82740 (i740) AGP Graphics Accelerator', '2117'),
|
||
(15048, '8002', 'Trusted Execution Technology Registers', '2117'),
|
||
(15049, '8003', 'Trusted Execution Technology Registers', '2117'),
|
||
(15050, '8100', 'US15W/US15X SCH [Poulsbo] Host Bridge', '2117'),
|
||
(15051, '8101', 'US15L/UL11L SCH [Poulsbo] Host Bridge', '2117'),
|
||
(15052, '8108', 'US15W/US15X SCH [Poulsbo] Graphics Controller', '2117'),
|
||
(15053, '8109', 'US15L/UL11L SCH [Poulsbo] Graphics Controller', '2117'),
|
||
(15054, '8110', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] PCI Express Port 1', '2117'),
|
||
(15055, '8112', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] PCI Express Port 2', '2117'),
|
||
(15056, '8114', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] USB UHCI Controller #1', '2117'),
|
||
(15057, '8115', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] USB UHCI Controller #2', '2117'),
|
||
(15058, '8116', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] USB UHCI Controller #3', '2117'),
|
||
(15059, '8117', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] USB EHCI Controller', '2117'),
|
||
(15060, '8118', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] USB Client Controller', '2117'),
|
||
(15061, '8119', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] LPC Bridge', '2117'),
|
||
(15062, '811a', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] IDE Controller', '2117'),
|
||
(15063, '811b', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] HD Audio Controller', '2117'),
|
||
(15064, '811c', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] SDIO/MMC Controller #1', '2117'),
|
||
(15065, '811d', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] SDIO/MMC Controller #2', '2117'),
|
||
(15066, '811e', 'US15W/US15X/US15L/UL11L SCH [Poulsbo] SDIO/MMC Controller #3', '2117'),
|
||
(15067, '8180', 'Atom Processor E6xx PCI Express Port 3', '2117'),
|
||
(15068, '8181', 'Atom Processor E6xx PCI Express Port 4', '2117'),
|
||
(15069, '8182', 'Atom Processor E6xx Integrated Graphics Controller', '2117'),
|
||
(15070, '8183', 'Atom Processor E6xx Configuration Unit', '2117'),
|
||
(15071, '8184', 'Atom Processor E6xx PCI Express Port 1', '2117'),
|
||
(15072, '8185', 'Atom Processor E6xx PCI Express Port 2', '2117'),
|
||
(15073, '8186', 'Atom Processor E6xx LPC Bridge', '2117'),
|
||
(15074, '84c4', '450KX/GX [Orion] - 82454KX/GX PCI bridge', '2117'),
|
||
(15075, '84c5', '450KX/GX [Orion] - 82453KX/GX Memory controller', '2117'),
|
||
(15076, '84ca', '450NX - 82451NX Memory & I/O Controller', '2117'),
|
||
(15077, '84cb', '450NX - 82454NX/84460GX PCI Expander Bridge', '2117'),
|
||
(15078, '84e0', '460GX - 84460GX System Address Controller (SAC)', '2117'),
|
||
(15079, '84e1', '460GX - 84460GX System Data Controller (SDC)', '2117'),
|
||
(15080, '84e2', '460GX - 84460GX AGP Bridge (GXB function 2)', '2117'),
|
||
(15081, '84e3', '460GX - 84460GX Memory Address Controller (MAC)', '2117'),
|
||
(15082, '84e4', '460GX - 84460GX Memory Data Controller (MDC)', '2117'),
|
||
(15083, '84e6', '460GX - 82466GX Wide and fast PCI eXpander Bridge (WXB)', '2117'),
|
||
(15084, '84ea', '460GX - 84460GX AGP Bridge (GXB function 1)', '2117'),
|
||
(15085, '8500', 'IXP4XX Network Processor (IXP420/421/422/425/IXC1100)', '2117'),
|
||
(15086, '8603', 'Ice Lake-LP Dynamic Tuning Processor Participant', '2117'),
|
||
(15087, '87c0', 'UHD Graphics 617', '2117'),
|
||
(15088, '8800', 'Platform Controller Hub EG20T PCI Express Port', '2117'),
|
||
(15089, '8801', 'Platform Controller Hub EG20T Packet Hub', '2117'),
|
||
(15090, '8802', 'Platform Controller Hub EG20T Gigabit Ethernet Controller', '2117'),
|
||
(15091, '8803', 'Platform Controller Hub EG20T General Purpose IO Controller', '2117'),
|
||
(15092, '8804', 'Platform Controller Hub EG20T USB OHCI Controller #4', '2117'),
|
||
(15093, '8805', 'Platform Controller Hub EG20T USB OHCI Controller #5', '2117'),
|
||
(15094, '8806', 'Platform Controller Hub EG20T USB OHCI Controller #6', '2117'),
|
||
(15095, '8807', 'Platform Controller Hub EG20T USB2 EHCI Controller #2', '2117'),
|
||
(15096, '8808', 'Platform Controller Hub EG20T USB Client Controller', '2117'),
|
||
(15097, '8809', 'Platform Controller Hub EG20T SDIO Controller #1', '2117'),
|
||
(15098, '880a', 'Platform Controller Hub EG20T SDIO Controller #2', '2117'),
|
||
(15099, '880b', 'Platform Controller Hub EG20T SATA AHCI Controller', '2117'),
|
||
(15100, '880c', 'Platform Controller Hub EG20T USB OHCI Controller #1', '2117'),
|
||
(15101, '880d', 'Platform Controller Hub EG20T USB OHCI Controller #2', '2117'),
|
||
(15102, '880e', 'Platform Controller Hub EG20T USB OHCI Controller #3', '2117'),
|
||
(15103, '880f', 'Platform Controller Hub EG20T USB2 EHCI Controller #1', '2117'),
|
||
(15104, '8810', 'Platform Controller Hub EG20T DMA Controller #1', '2117'),
|
||
(15105, '8811', 'Platform Controller Hub EG20T UART Controller 0', '2117'),
|
||
(15106, '8812', 'Platform Controller Hub EG20T UART Controller 1', '2117'),
|
||
(15107, '8813', 'Platform Controller Hub EG20T UART Controller 2', '2117'),
|
||
(15108, '8814', 'Platform Controller Hub EG20T UART Controller 3', '2117'),
|
||
(15109, '8815', 'Platform Controller Hub EG20T DMA Controller #2', '2117'),
|
||
(15110, '8816', 'Platform Controller Hub EG20T Serial Peripheral Interface Bus', '2117'),
|
||
(15111, '8817', 'Platform Controller Hub EG20T I2C Controller', '2117'),
|
||
(15112, '8818', 'Platform Controller Hub EG20T Controller Area Network (CAN) Controller', '2117'),
|
||
(15113, '8819', 'Platform Controller Hub EG20T IEEE 1588 Hardware Assist', '2117'),
|
||
(15114, '8a0d', 'Ice Lake Thunderbolt 3 NHI #1', '2117'),
|
||
(15115, '8a12', 'Ice Lake-LP Processor Host Bridge/DRAM Registers', '2117'),
|
||
(15116, '8a13', 'Ice Lake Thunderbolt 3 USB Controller', '2117'),
|
||
(15117, '8a17', 'Ice Lake Thunderbolt 3 NHI #0', '2117'),
|
||
(15118, '8a19', 'Image Signal Processor', '2117'),
|
||
(15119, '8a1d', 'Ice Lake Thunderbolt 3 PCI Express Root Port #0', '2117'),
|
||
(15120, '8a1f', 'Ice Lake Thunderbolt 3 PCI Express Root Port #1', '2117'),
|
||
(15121, '8a21', 'Ice Lake Thunderbolt 3 PCI Express Root Port #2', '2117'),
|
||
(15122, '8a23', 'Ice Lake Thunderbolt 3 PCI Express Root Port #3', '2117'),
|
||
(15123, '8a51', 'Iris Plus Graphics G7 (Ice Lake)', '2117'),
|
||
(15124, '8a52', 'Iris Plus Graphics G7', '2117'),
|
||
(15125, '8a56', 'Iris Plus Graphics G1 (Ice Lake)', '2117'),
|
||
(15126, '8a5a', 'Iris Plus Graphics G4 (Ice Lake)', '2117'),
|
||
(15127, '8a5c', 'Iris Plus Graphics G4 (Ice Lake)', '2117'),
|
||
(15128, '8c00', '8 Series/C220 Series Chipset Family 4-port SATA Controller 1 [IDE mode]', '2117'),
|
||
(15129, '8c01', '8 Series Chipset Family 4-port SATA Controller 1 [IDE mode] - Mobile', '2117'),
|
||
(15130, '8c02', '8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode]', '2117'),
|
||
(15131, '8c03', '8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode]', '2117'),
|
||
(15132, '8c04', '8 Series/C220 Series Chipset Family SATA Controller 1 [RAID mode]', '2117'),
|
||
(15133, '8c05', '8 Series/C220 Series Chipset Family SATA Controller 1 [RAID mode]', '2117'),
|
||
(15134, '8c06', '8 Series/C220 Series Chipset Family SATA Controller 1 [RAID mode]', '2117'),
|
||
(15135, '8c07', '8 Series/C220 Series Chipset Family SATA Controller 1 [RAID mode]', '2117'),
|
||
(15136, '8c08', '8 Series/C220 Series Chipset Family 2-port SATA Controller 2 [IDE mode]', '2117'),
|
||
(15137, '8c09', '8 Series/C220 Series Chipset Family 2-port SATA Controller 2 [IDE mode]', '2117'),
|
||
(15138, '8c0e', '8 Series/C220 Series Chipset Family SATA Controller 1 [RAID mode]', '2117'),
|
||
(15139, '8c0f', '8 Series/C220 Series Chipset Family SATA Controller 1 [RAID mode]', '2117'),
|
||
(15140, '8c10', '8 Series/C220 Series Chipset Family PCI Express Root Port #1', '2117'),
|
||
(15141, '8c11', '8 Series/C220 Series Chipset Family PCI Express Root Port #1', '2117'),
|
||
(15142, '8c12', '8 Series/C220 Series Chipset Family PCI Express Root Port #2', '2117'),
|
||
(15143, '8c13', '8 Series/C220 Series Chipset Family PCI Express Root Port #2', '2117'),
|
||
(15144, '8c14', '8 Series/C220 Series Chipset Family PCI Express Root Port #3', '2117'),
|
||
(15145, '8c15', '8 Series/C220 Series Chipset Family PCI Express Root Port #3', '2117'),
|
||
(15146, '8c16', '8 Series/C220 Series Chipset Family PCI Express Root Port #4', '2117'),
|
||
(15147, '8c17', '8 Series/C220 Series Chipset Family PCI Express Root Port #4', '2117'),
|
||
(15148, '8c18', '8 Series/C220 Series Chipset Family PCI Express Root Port #5', '2117'),
|
||
(15149, '8c19', '8 Series/C220 Series Chipset Family PCI Express Root Port #5', '2117'),
|
||
(15150, '8c1a', '8 Series/C220 Series Chipset Family PCI Express Root Port #6', '2117'),
|
||
(15151, '8c1b', '8 Series/C220 Series Chipset Family PCI Express Root Port #6', '2117'),
|
||
(15152, '8c1c', '8 Series/C220 Series Chipset Family PCI Express Root Port #7', '2117'),
|
||
(15153, '8c1d', '8 Series/C220 Series Chipset Family PCI Express Root Port #7', '2117'),
|
||
(15154, '8c1e', '8 Series/C220 Series Chipset Family PCI Express Root Port #8', '2117'),
|
||
(15155, '8c1f', '8 Series/C220 Series Chipset Family PCI Express Root Port #8', '2117'),
|
||
(15156, '8c20', '8 Series/C220 Series Chipset High Definition Audio Controller', '2117'),
|
||
(15157, '8c21', '8 Series/C220 Series Chipset High Definition Audio Controller', '2117'),
|
||
(15158, '8c22', '8 Series/C220 Series Chipset Family SMBus Controller', '2117'),
|
||
(15159, '8c23', '8 Series Chipset Family CHAP Counters', '2117'),
|
||
(15160, '8c24', '8 Series Chipset Family Thermal Management Controller', '2117'),
|
||
(15161, '8c26', '8 Series/C220 Series Chipset Family USB EHCI #1', '2117'),
|
||
(15162, '8c2d', '8 Series/C220 Series Chipset Family USB EHCI #2', '2117'),
|
||
(15163, '8c31', '8 Series/C220 Series Chipset Family USB xHCI', '2117'),
|
||
(15164, '8c33', '8 Series/C220 Series Chipset Family LAN Controller', '2117'),
|
||
(15165, '8c34', '8 Series/C220 Series Chipset Family NAND Controller', '2117'),
|
||
(15166, '8c3a', '8 Series/C220 Series Chipset Family MEI Controller #1', '2117'),
|
||
(15167, '8c3b', '8 Series/C220 Series Chipset Family MEI Controller #2', '2117'),
|
||
(15168, '8c3c', '8 Series/C220 Series Chipset Family IDE-r Controller', '2117'),
|
||
(15169, '8c3d', '8 Series/C220 Series Chipset Family KT Controller', '2117'),
|
||
(15170, '8c40', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15171, '8c41', '8 Series Chipset Family Mobile Super SKU LPC Controller', '2117'),
|
||
(15172, '8c42', '8 Series/C220 Series Chipset Family Desktop Super SKU LPC Controller', '2117'),
|
||
(15173, '8c43', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15174, '8c44', 'Z87 Express LPC Controller', '2117'),
|
||
(15175, '8c45', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15176, '8c46', 'Z85 Express LPC Controller', '2117'),
|
||
(15177, '8c47', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15178, '8c48', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15179, '8c49', 'HM86 Express LPC Controller', '2117'),
|
||
(15180, '8c4a', 'H87 Express LPC Controller', '2117'),
|
||
(15181, '8c4b', 'HM87 Express LPC Controller', '2117'),
|
||
(15182, '8c4c', 'Q85 Express LPC Controller', '2117'),
|
||
(15183, '8c4d', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15184, '8c4e', 'Q87 Express LPC Controller', '2117'),
|
||
(15185, '8c4f', 'QM87 Express LPC Controller', '2117'),
|
||
(15186, '8c50', 'B85 Express LPC Controller', '2117'),
|
||
(15187, '8c51', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15188, '8c52', 'C222 Series Chipset Family Server Essential SKU LPC Controller', '2117'),
|
||
(15189, '8c53', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15190, '8c54', 'C224 Series Chipset Family Server Standard SKU LPC Controller', '2117'),
|
||
(15191, '8c55', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15192, '8c56', 'C226 Series Chipset Family Server Advanced SKU LPC Controller', '2117'),
|
||
(15193, '8c57', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15194, '8c58', '8 Series/C220 Series Chipset Family WS SKU LPC Controller', '2117'),
|
||
(15195, '8c59', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15196, '8c5a', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15197, '8c5b', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15198, '8c5c', 'H81 Express LPC Controller', '2117'),
|
||
(15199, '8c5d', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15200, '8c5e', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15201, '8c5f', '8 Series/C220 Series Chipset Family LPC Controller', '2117'),
|
||
(15202, '8c80', '9 Series Chipset Family SATA Controller [IDE Mode]', '2117'),
|
||
(15203, '8c81', '9 Series Chipset Family SATA Controller [IDE Mode]', '2117'),
|
||
(15204, '8c82', '9 Series Chipset Family SATA Controller [AHCI Mode]', '2117'),
|
||
(15205, '8c83', '9 Series Chipset Family SATA Controller [AHCI Mode]', '2117'),
|
||
(15206, '8c84', '9 Series Chipset Family SATA Controller [RAID Mode]', '2117'),
|
||
(15207, '8c85', '9 Series Chipset Family SATA Controller [RAID Mode]', '2117'),
|
||
(15208, '8c86', '9 Series Chipset Family SATA Controller [RAID Mode]', '2117'),
|
||
(15209, '8c87', '9 Series Chipset Family SATA Controller [RAID Mode]', '2117'),
|
||
(15210, '8c88', '9 Series Chipset Family SATA Controller [IDE Mode]', '2117'),
|
||
(15211, '8c89', '9 Series Chipset Family SATA Controller [IDE Mode]', '2117'),
|
||
(15212, '8c8e', '9 Series Chipset Family SATA Controller [RAID Mode]', '2117'),
|
||
(15213, '8c8f', '9 Series Chipset Family SATA Controller [RAID Mode]', '2117'),
|
||
(15214, '8c90', '9 Series Chipset Family PCI Express Root Port 1', '2117'),
|
||
(15215, '8c92', '9 Series Chipset Family PCI Express Root Port 2', '2117'),
|
||
(15216, '8c94', '9 Series Chipset Family PCI Express Root Port 3', '2117'),
|
||
(15217, '8c96', '9 Series Chipset Family PCI Express Root Port 4', '2117'),
|
||
(15218, '8c98', '9 Series Chipset Family PCI Express Root Port 5', '2117'),
|
||
(15219, '8c9a', '9 Series Chipset Family PCI Express Root Port 6', '2117'),
|
||
(15220, '8c9c', '9 Series Chipset Family PCI Express Root Port 7', '2117'),
|
||
(15221, '8c9e', '9 Series Chipset Family PCI Express Root Port 8', '2117'),
|
||
(15222, '8ca0', '9 Series Chipset Family HD Audio Controller', '2117'),
|
||
(15223, '8ca2', '9 Series Chipset Family SMBus Controller', '2117'),
|
||
(15224, '8ca4', '9 Series Chipset Family Thermal Controller', '2117'),
|
||
(15225, '8ca6', '9 Series Chipset Family USB EHCI Controller #1', '2117'),
|
||
(15226, '8cad', '9 Series Chipset Family USB EHCI Controller #2', '2117'),
|
||
(15227, '8cb1', '9 Series Chipset Family USB xHCI Controller', '2117'),
|
||
(15228, '8cb3', '9 Series Chipset Family LAN Controller', '2117'),
|
||
(15229, '8cba', '9 Series Chipset Family ME Interface #1', '2117'),
|
||
(15230, '8cbb', '9 Series Chipset Family ME Interface #2', '2117'),
|
||
(15231, '8cbc', '9 Series Chipset Family IDE-R Controller', '2117'),
|
||
(15232, '8cbd', '9 Series Chipset Family KT Controller', '2117'),
|
||
(15233, '8cc1', '9 Series Chipset Family LPC Controller', '2117'),
|
||
(15234, '8cc2', '9 Series Chipset Family LPC Controller', '2117'),
|
||
(15235, '8cc3', 'HM97 Chipset LPC Controller', '2117'),
|
||
(15236, '8cc4', 'Z97 Chipset LPC Controller', '2117'),
|
||
(15237, '8cc5', 'QM97 Chipset LPC Controller', '2117'),
|
||
(15238, '8cc6', 'H97 Chipset LPC Controller', '2117'),
|
||
(15239, '8d00', 'C610/X99 series chipset 4-port SATA Controller [IDE mode]', '2117'),
|
||
(15240, '8d02', 'C610/X99 series chipset 6-Port SATA Controller [AHCI mode]', '2117'),
|
||
(15241, '8d04', 'C610/X99 series chipset SATA Controller [RAID mode]', '2117'),
|
||
(15242, '8d06', 'C610/X99 series chipset SATA Controller [RAID mode]', '2117'),
|
||
(15243, '8d08', 'C610/X99 series chipset 2-port SATA Controller [IDE mode]', '2117'),
|
||
(15244, '8d0e', 'C610/X99 series chipset SATA Controller [RAID mode]', '2117'),
|
||
(15245, '8d10', 'C610/X99 series chipset PCI Express Root Port #1', '2117'),
|
||
(15246, '8d11', 'C610/X99 series chipset PCI Express Root Port #1', '2117'),
|
||
(15247, '8d12', 'C610/X99 series chipset PCI Express Root Port #2', '2117'),
|
||
(15248, '8d13', 'C610/X99 series chipset PCI Express Root Port #2', '2117'),
|
||
(15249, '8d14', 'C610/X99 series chipset PCI Express Root Port #3', '2117'),
|
||
(15250, '8d15', 'C610/X99 series chipset PCI Express Root Port #3', '2117'),
|
||
(15251, '8d16', 'C610/X99 series chipset PCI Express Root Port #4', '2117'),
|
||
(15252, '8d17', 'C610/X99 series chipset PCI Express Root Port #4', '2117'),
|
||
(15253, '8d18', 'C610/X99 series chipset PCI Express Root Port #5', '2117'),
|
||
(15254, '8d19', 'C610/X99 series chipset PCI Express Root Port #5', '2117'),
|
||
(15255, '8d1a', 'C610/X99 series chipset PCI Express Root Port #6', '2117'),
|
||
(15256, '8d1b', 'C610/X99 series chipset PCI Express Root Port #6', '2117'),
|
||
(15257, '8d1c', 'C610/X99 series chipset PCI Express Root Port #7', '2117'),
|
||
(15258, '8d1d', 'C610/X99 series chipset PCI Express Root Port #7', '2117'),
|
||
(15259, '8d1e', 'C610/X99 series chipset PCI Express Root Port #8', '2117'),
|
||
(15260, '8d1f', 'C610/X99 series chipset PCI Express Root Port #8', '2117'),
|
||
(15261, '8d20', 'C610/X99 series chipset HD Audio Controller', '2117'),
|
||
(15262, '8d21', 'C610/X99 series chipset HD Audio Controller', '2117'),
|
||
(15263, '8d22', 'C610/X99 series chipset SMBus Controller', '2117'),
|
||
(15264, '8d24', 'C610/X99 series chipset Thermal Subsystem', '2117'),
|
||
(15265, '8d26', 'C610/X99 series chipset USB Enhanced Host Controller #1', '2117'),
|
||
(15266, '8d2d', 'C610/X99 series chipset USB Enhanced Host Controller #2', '2117'),
|
||
(15267, '8d31', 'C610/X99 series chipset USB xHCI Host Controller', '2117'),
|
||
(15268, '8d33', 'C610/X99 series chipset LAN Controller', '2117'),
|
||
(15269, '8d34', 'C610/X99 series chipset NAND Controller', '2117'),
|
||
(15270, '8d3a', 'C610/X99 series chipset MEI Controller #1', '2117'),
|
||
(15271, '8d3b', 'C610/X99 series chipset MEI Controller #2', '2117'),
|
||
(15272, '8d3c', 'C610/X99 series chipset IDE-r Controller', '2117'),
|
||
(15273, '8d3d', 'C610/X99 series chipset KT Controller', '2117'),
|
||
(15274, '8d40', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15275, '8d41', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15276, '8d42', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15277, '8d43', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15278, '8d44', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15279, '8d45', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15280, '8d46', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15281, '8d47', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15282, '8d48', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15283, '8d49', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15284, '8d4a', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15285, '8d4b', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15286, '8d4c', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15287, '8d4d', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15288, '8d4e', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15289, '8d4f', 'C610/X99 series chipset LPC Controller', '2117'),
|
||
(15290, '8d60', 'C610/X99 series chipset sSATA Controller [IDE mode]', '2117'),
|
||
(15291, '8d62', 'C610/X99 series chipset sSATA Controller [AHCI mode]', '2117'),
|
||
(15292, '8d64', 'C610/X99 series chipset sSATA Controller [RAID mode]', '2117'),
|
||
(15293, '8d66', 'C610/X99 series chipset sSATA Controller [RAID mode]', '2117'),
|
||
(15294, '8d68', 'C610/X99 series chipset sSATA Controller [IDE mode]', '2117'),
|
||
(15295, '8d6e', 'C610/X99 series chipset sSATA Controller [RAID mode]', '2117'),
|
||
(15296, '8d7c', 'C610/X99 series chipset SPSR', '2117'),
|
||
(15297, '8d7d', 'C610/X99 series chipset MS SMBus 0', '2117'),
|
||
(15298, '8d7e', 'C610/X99 series chipset MS SMBus 1', '2117'),
|
||
(15299, '8d7f', 'C610/X99 series chipset MS SMBus 2', '2117'),
|
||
(15300, '9000', 'IXP2000 Family Network Processor', '2117'),
|
||
(15301, '9001', 'IXP2400 Network Processor', '2117'),
|
||
(15302, '9002', 'IXP2300 Network Processor', '2117'),
|
||
(15303, '9004', 'IXP2800 Network Processor', '2117'),
|
||
(15304, '9621', 'Integrated RAID', '2117'),
|
||
(15305, '9622', 'Integrated RAID', '2117'),
|
||
(15306, '9641', 'Integrated RAID', '2117'),
|
||
(15307, '96a1', 'Integrated RAID', '2117'),
|
||
(15308, '9a01', '11th Gen Core Processor PCIe Controller', '2117'),
|
||
(15309, '9a03', 'TigerLake-LP Dynamic Tuning Processor Participant', '2117'),
|
||
(15310, '9a09', '11th Gen Core Processor PCIe Controller', '2117'),
|
||
(15311, '9a0b', 'Volume Management Device NVMe RAID Controller', '2117'),
|
||
(15312, '9a0d', 'Tiger Lake-LP Telemetry Aggregator', '2117'),
|
||
(15313, '9a13', 'Tiger Lake-LP Thunderbolt 4 USB Controller', '2117'),
|
||
(15314, '9a14', '11th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(15315, '9a17', 'Tiger Lake-H Thunderbolt 4 USB Controller', '2117'),
|
||
(15316, '9a1b', 'Tiger Lake-LP Thunderbolt 4 NHI #0', '2117'),
|
||
(15317, '9a1d', 'Tiger Lake-LP Thunderbolt 4 NHI #1', '2117'),
|
||
(15318, '9a1f', 'Tiger Lake-H Thunderbolt 4 NHI #0', '2117'),
|
||
(15319, '9a21', 'Tiger Lake-H Thunderbolt 4 NHI #1', '2117'),
|
||
(15320, '9a23', 'Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #0', '2117'),
|
||
(15321, '9a25', 'Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #1', '2117'),
|
||
(15322, '9a27', 'Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #2', '2117'),
|
||
(15323, '9a29', 'Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #3', '2117'),
|
||
(15324, '9a2b', 'Tiger Lake-H Thunderbolt 4 PCI Express Root Port #0', '2117'),
|
||
(15325, '9a2d', 'Tiger Lake-H Thunderbolt 4 PCI Express Root Port #1', '2117'),
|
||
(15326, '9a2f', 'Tiger Lake-H Thunderbolt 4 PCI Express Root Port #2', '2117'),
|
||
(15327, '9a31', 'Tiger Lake-H Thunderbolt 4 PCI Express Root Port #3', '2117'),
|
||
(15328, '9a33', 'Tiger Lake Trace Hub', '2117'),
|
||
(15329, '9a36', '11th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(15330, '9a49', 'TigerLake GT2 [Iris Xe Graphics]', '2117'),
|
||
(15331, '9a60', 'TigerLake GT2 [Iris Xe Graphics]', '2117'),
|
||
(15332, '9b41', 'CometLake-U GT2 [UHD Graphics]', '2117'),
|
||
(15333, '9b44', '10th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(15334, '9b53', 'Comet Lake-S 6c Host Bridge/DRAM Controller', '2117'),
|
||
(15335, '9b54', '10th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(15336, '9b61', 'Comet Lake-U v1 4c Host Bridge/DRAM Controller', '2117'),
|
||
(15337, '9b63', '10th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(15338, '9b64', '10th Gen Core Processor Host Bridge/DRAM Registers', '2117'),
|
||
(15339, '9bc4', 'CometLake-H GT2 [UHD Graphics]', '2117'),
|
||
(15340, '9bc5', 'CometLake-S GT2 [UHD Graphics 630]', '2117'),
|
||
(15341, '9bc8', 'CometLake-S GT2 [UHD Graphics 630]', '2117'),
|
||
(15342, '9c00', '8 Series SATA Controller 1 [IDE mode]', '2117'),
|
||
(15343, '9c01', '8 Series SATA Controller 1 [IDE mode]', '2117'),
|
||
(15344, '9c02', '8 Series SATA Controller 1 [AHCI mode]', '2117'),
|
||
(15345, '9c03', '8 Series SATA Controller 1 [AHCI mode]', '2117'),
|
||
(15346, '9c04', '8 Series SATA Controller 1 [RAID mode]', '2117'),
|
||
(15347, '9c05', '8 Series SATA Controller 1 [RAID mode]', '2117'),
|
||
(15348, '9c06', '8 Series SATA Controller 1 [RAID mode]', '2117'),
|
||
(15349, '9c07', '8 Series SATA Controller 1 [RAID mode]', '2117'),
|
||
(15350, '9c08', '8 Series SATA Controller 2 [IDE mode]', '2117'),
|
||
(15351, '9c09', '8 Series SATA Controller 2 [IDE mode]', '2117'),
|
||
(15352, '9c0a', '8 Series SATA Controller [Reserved]', '2117'),
|
||
(15353, '9c0b', '8 Series SATA Controller [Reserved]', '2117'),
|
||
(15354, '9c0c', '8 Series SATA Controller [Reserved]', '2117'),
|
||
(15355, '9c0d', '8 Series SATA Controller [Reserved]', '2117'),
|
||
(15356, '9c0e', '8 Series SATA Controller 1 [RAID mode]', '2117'),
|
||
(15357, '9c0f', '8 Series SATA Controller 1 [RAID mode]', '2117'),
|
||
(15358, '9c10', '8 Series PCI Express Root Port 1', '2117'),
|
||
(15359, '9c11', '8 Series PCI Express Root Port 1', '2117'),
|
||
(15360, '9c12', '8 Series PCI Express Root Port 2', '2117'),
|
||
(15361, '9c13', '8 Series PCI Express Root Port 2', '2117'),
|
||
(15362, '9c14', '8 Series PCI Express Root Port 3', '2117'),
|
||
(15363, '9c15', '8 Series PCI Express Root Port 3', '2117'),
|
||
(15364, '9c16', '8 Series PCI Express Root Port 4', '2117'),
|
||
(15365, '9c17', '8 Series PCI Express Root Port 4', '2117'),
|
||
(15366, '9c18', '8 Series PCI Express Root Port 5', '2117'),
|
||
(15367, '9c19', '8 Series PCI Express Root Port 5', '2117'),
|
||
(15368, '9c1a', '8 Series PCI Express Root Port 6', '2117'),
|
||
(15369, '9c1b', '8 Series PCI Express Root Port 6', '2117'),
|
||
(15370, '9c1c', '8 Series PCI Express Root Port 7', '2117'),
|
||
(15371, '9c1d', '8 Series PCI Express Root Port 7', '2117'),
|
||
(15372, '9c1e', '8 Series PCI Express Root Port 8', '2117'),
|
||
(15373, '9c1f', '8 Series PCI Express Root Port 8', '2117'),
|
||
(15374, '9c20', '8 Series HD Audio Controller', '2117'),
|
||
(15375, '9c21', '8 Series HD Audio Controller', '2117'),
|
||
(15376, '9c22', '8 Series SMBus Controller', '2117'),
|
||
(15377, '9c23', '8 Series CHAP Counters', '2117'),
|
||
(15378, '9c24', '8 Series Thermal', '2117'),
|
||
(15379, '9c26', '8 Series USB EHCI #1', '2117'),
|
||
(15380, '9c2d', '8 Series USB EHCI #2', '2117'),
|
||
(15381, '9c31', '8 Series USB xHCI HC', '2117'),
|
||
(15382, '9c35', '8 Series SDIO Controller', '2117'),
|
||
(15383, '9c36', '8 Series Audio DSP Controller', '2117'),
|
||
(15384, '9c3a', '8 Series HECI #0', '2117'),
|
||
(15385, '9c3b', '8 Series HECI #1', '2117'),
|
||
(15386, '9c3c', '8 Series HECI IDER', '2117'),
|
||
(15387, '9c3d', '8 Series HECI KT', '2117'),
|
||
(15388, '9c40', '8 Series LPC Controller', '2117'),
|
||
(15389, '9c41', '8 Series LPC Controller', '2117'),
|
||
(15390, '9c42', '8 Series LPC Controller', '2117'),
|
||
(15391, '9c43', '8 Series LPC Controller', '2117'),
|
||
(15392, '9c44', '8 Series LPC Controller', '2117'),
|
||
(15393, '9c45', '8 Series LPC Controller', '2117'),
|
||
(15394, '9c46', '8 Series LPC Controller', '2117'),
|
||
(15395, '9c47', '8 Series LPC Controller', '2117'),
|
||
(15396, '9c60', '8 Series Low Power Sub-System DMA', '2117'),
|
||
(15397, '9c61', '8 Series I2C Controller #0', '2117'),
|
||
(15398, '9c62', '8 Series I2C Controller #1', '2117'),
|
||
(15399, '9c63', '8 Series UART Controller #0', '2117'),
|
||
(15400, '9c64', '8 Series UART Controller #1', '2117'),
|
||
(15401, '9c65', '8 Series SPI Controller #0', '2117'),
|
||
(15402, '9c66', '8 Series SPI Controller #1', '2117'),
|
||
(15403, '9c83', 'Wildcat Point-LP SATA Controller [AHCI Mode]', '2117'),
|
||
(15404, '9c85', 'Wildcat Point-LP SATA Controller [RAID Mode]', '2117'),
|
||
(15405, '9c87', 'Wildcat Point-LP SATA Controller [RAID Mode]', '2117'),
|
||
(15406, '9c8f', 'Wildcat Point-LP SATA Controller [RAID Mode]', '2117'),
|
||
(15407, '9c90', 'Wildcat Point-LP PCI Express Root Port #1', '2117'),
|
||
(15408, '9c92', 'Wildcat Point-LP PCI Express Root Port #2', '2117'),
|
||
(15409, '9c94', 'Wildcat Point-LP PCI Express Root Port #3', '2117'),
|
||
(15410, '9c96', 'Wildcat Point-LP PCI Express Root Port #4', '2117'),
|
||
(15411, '9c98', 'Wildcat Point-LP PCI Express Root Port #5', '2117'),
|
||
(15412, '9c9a', 'Wildcat Point-LP PCI Express Root Port #6', '2117'),
|
||
(15413, '9ca0', 'Wildcat Point-LP High Definition Audio Controller', '2117'),
|
||
(15414, '9ca2', 'Wildcat Point-LP SMBus Controller', '2117'),
|
||
(15415, '9ca4', 'Wildcat Point-LP Thermal Management Controller', '2117'),
|
||
(15416, '9ca6', 'Wildcat Point-LP USB EHCI Controller', '2117'),
|
||
(15417, '9cb1', 'Wildcat Point-LP USB xHCI Controller', '2117'),
|
||
(15418, '9cb5', 'Wildcat Point-LP Secure Digital IO Controller', '2117'),
|
||
(15419, '9cb6', 'Wildcat Point-LP Smart Sound Technology Controller', '2117'),
|
||
(15420, '9cba', 'Wildcat Point-LP MEI Controller #1', '2117'),
|
||
(15421, '9cbb', 'Wildcat Point-LP MEI Controller #2', '2117'),
|
||
(15422, '9cbc', 'Wildcat Point-LP IDE-r Controller', '2117'),
|
||
(15423, '9cbd', 'Wildcat Point-LP KT Controller', '2117'),
|
||
(15424, '9cc1', 'Wildcat Point-LP LPC Controller', '2117'),
|
||
(15425, '9cc2', 'Wildcat Point-LP LPC Controller', '2117'),
|
||
(15426, '9cc3', 'Wildcat Point-LP LPC Controller', '2117'),
|
||
(15427, '9cc5', 'Wildcat Point-LP LPC Controller', '2117'),
|
||
(15428, '9cc6', 'Wildcat Point-LP LPC Controller', '2117'),
|
||
(15429, '9cc7', 'Wildcat Point-LP LPC Controller', '2117'),
|
||
(15430, '9cc9', 'Wildcat Point-LP LPC Controller', '2117'),
|
||
(15431, '9ce0', 'Wildcat Point-LP Serial IO DMA Controller', '2117'),
|
||
(15432, '9ce1', 'Wildcat Point-LP Serial IO I2C Controller #0', '2117'),
|
||
(15433, '9ce2', 'Wildcat Point-LP Serial IO I2C Controller #1', '2117'),
|
||
(15434, '9ce3', 'Wildcat Point-LP Serial IO UART Controller #0', '2117'),
|
||
(15435, '9ce4', 'Wildcat Point-LP Serial IO UART Controller #1', '2117'),
|
||
(15436, '9ce5', 'Wildcat Point-LP Serial IO GSPI Controller #0', '2117'),
|
||
(15437, '9ce6', 'Wildcat Point-LP Serial IO GSPI Controller #1', '2117'),
|
||
(15438, '9d03', 'Sunrise Point-LP SATA Controller [AHCI mode]', '2117'),
|
||
(15439, '9d10', 'Sunrise Point-LP PCI Express Root Port #1', '2117'),
|
||
(15440, '9d11', 'Sunrise Point-LP PCI Express Root Port #2', '2117'),
|
||
(15441, '9d12', 'Sunrise Point-LP PCI Express Root Port #3', '2117'),
|
||
(15442, '9d13', 'Sunrise Point-LP PCI Express Root Port #4', '2117'),
|
||
(15443, '9d14', 'Sunrise Point-LP PCI Express Root Port #5', '2117'),
|
||
(15444, '9d15', 'Sunrise Point-LP PCI Express Root Port #6', '2117'),
|
||
(15445, '9d16', 'Sunrise Point-LP PCI Express Root Port #7', '2117'),
|
||
(15446, '9d17', 'Sunrise Point-LP PCI Express Root Port #8', '2117'),
|
||
(15447, '9d18', 'Sunrise Point-LP PCI Express Root Port #9', '2117'),
|
||
(15448, '9d19', 'Sunrise Point-LP PCI Express Root Port #10', '2117'),
|
||
(15449, '9d1a', 'Sunrise Point-LP PCI Express Root Port #11', '2117'),
|
||
(15450, '9d21', 'Sunrise Point-LP PMC', '2117'),
|
||
(15451, '9d23', 'Sunrise Point-LP SMBus', '2117'),
|
||
(15452, '9d27', 'Sunrise Point-LP Serial IO UART Controller #0', '2117'),
|
||
(15453, '9d28', 'Sunrise Point-LP Serial IO UART Controller #1', '2117'),
|
||
(15454, '9d29', 'Sunrise Point-LP Serial IO SPI Controller #0', '2117'),
|
||
(15455, '9d2a', 'Sunrise Point-LP Serial IO SPI Controller #1', '2117'),
|
||
(15456, '9d2d', 'Sunrise Point-LP Secure Digital IO Controller', '2117'),
|
||
(15457, '9d2f', 'Sunrise Point-LP USB 3.0 xHCI Controller', '2117'),
|
||
(15458, '9d31', 'Sunrise Point-LP Thermal subsystem', '2117'),
|
||
(15459, '9d32', 'CSI-2 Host Controller', '2117'),
|
||
(15460, '9d35', 'Sunrise Point-LP Integrated Sensor Hub', '2117'),
|
||
(15461, '9d3a', 'Sunrise Point-LP CSME HECI #1', '2117'),
|
||
(15462, '9d3d', 'Sunrise Point-LP Active Management Technology - SOL', '2117'),
|
||
(15463, '9d43', 'Sunrise Point-LP LPC Controller', '2117'),
|
||
(15464, '9d46', 'LPC/eSPI Controller', '2117'),
|
||
(15465, '9d48', 'Sunrise Point-LP LPC Controller', '2117'),
|
||
(15466, '9d4e', 'Sunrise Point LPC Controller/eSPI Controller', '2117'),
|
||
(15467, '9d50', 'Sunrise Point LPC Controller', '2117'),
|
||
(15468, '9d56', 'Sunrise Point-LP LPC Controller', '2117'),
|
||
(15469, '9d58', 'Sunrise Point-LP LPC Controller', '2117'),
|
||
(15470, '9d60', 'Sunrise Point-LP Serial IO I2C Controller #0', '2117'),
|
||
(15471, '9d61', 'Sunrise Point-LP Serial IO I2C Controller #1', '2117'),
|
||
(15472, '9d62', 'Sunrise Point-LP Serial IO I2C Controller #2', '2117'),
|
||
(15473, '9d63', 'Sunrise Point-LP Serial IO I2C Controller #3', '2117'),
|
||
(15474, '9d64', 'Sunrise Point-LP Serial IO I2C Controller #4', '2117'),
|
||
(15475, '9d65', 'Sunrise Point-LP Serial IO I2C Controller #5', '2117'),
|
||
(15476, '9d66', 'Sunrise Point-LP Serial IO UART Controller #2', '2117'),
|
||
(15477, '9d70', 'Sunrise Point-LP HD Audio', '2117'),
|
||
(15478, '9d71', 'Sunrise Point-LP HD Audio', '2117'),
|
||
(15479, '9d84', 'Cannon Point-LP LPC Controller', '2117'),
|
||
(15480, '9da3', 'Cannon Point-LP SMBus Controller', '2117'),
|
||
(15481, '9da4', 'Cannon Point-LP SPI Controller', '2117'),
|
||
(15482, '9da8', 'Cannon Point-LP Serial IO UART Controller #2', '2117'),
|
||
(15483, '9daa', 'Cannon Point-LP Serial IO SPI Controller', '2117'),
|
||
(15484, '9db0', 'Cannon Point-LP PCI Express Root Port #9', '2117'),
|
||
(15485, '9db1', 'Cannon Point-LP PCI Express Root Port #10', '2117'),
|
||
(15486, '9db2', 'Cannon Point-LP PCI Express Root Port #1', '2117'),
|
||
(15487, '9db4', 'Cannon Point-LP PCI Express Root Port #13', '2117'),
|
||
(15488, '9db6', 'Cannon Point-LP PCI Express Root Port #15', '2117'),
|
||
(15489, '9db8', 'Cannon Point-LP PCI Express Root Port #1', '2117'),
|
||
(15490, '9dbc', 'Cannon Point-LP PCI Express Root Port #5', '2117'),
|
||
(15491, '9dbe', 'Cannon Point-LP PCI Express Root Port #7', '2117'),
|
||
(15492, '9dbf', 'Cannon Point PCI Express Root Port #8', '2117'),
|
||
(15493, '9dc5', 'Cannon Point-LP Serial IO I2C Host Controller', '2117'),
|
||
(15494, '9dc8', 'Cannon Point-LP High Definition Audio Controller', '2117'),
|
||
(15495, '9dd3', 'Cannon Point-LP SATA Controller [AHCI Mode]', '2117'),
|
||
(15496, '9de0', 'Cannon Point-LP MEI Controller #1', '2117'),
|
||
(15497, '9de3', 'Cannon Point-LP Keyboard and Text (KT) Redirection', '2117'),
|
||
(15498, '9de8', 'Cannon Point-LP Serial IO I2C Controller #0', '2117'),
|
||
(15499, '9de9', 'Cannon Point-LP Serial IO I2C Controller #1', '2117'),
|
||
(15500, '9ded', 'Cannon Point-LP USB 3.1 xHCI Controller', '2117'),
|
||
(15501, '9def', 'Cannon Point-LP Shared SRAM', '2117'),
|
||
(15502, '9df0', 'Cannon Point-LP CNVi [Wireless-AC]', '2117'),
|
||
(15503, '9df5', 'BayHubTech Integrated SD controller', '2117'),
|
||
(15504, '9df9', 'Cannon Point-LP Thermal Controller', '2117'),
|
||
(15505, '9dfc', 'Cannon Point-LP Integrated Sensor Hub', '2117'),
|
||
(15506, 'a000', 'Atom Processor D4xx/D5xx/N4xx/N5xx DMI Bridge', '2117'),
|
||
(15507, 'a001', 'Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller', '2117'),
|
||
(15508, 'a002', 'Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller', '2117'),
|
||
(15509, 'a003', 'Atom Processor D4xx/D5xx/N4xx/N5xx CHAPS counter', '2117'),
|
||
(15510, 'a010', 'Atom Processor D4xx/D5xx/N4xx/N5xx DMI Bridge', '2117'),
|
||
(15511, 'a011', 'Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller', '2117'),
|
||
(15512, 'a012', 'Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller', '2117'),
|
||
(15513, 'a013', 'Atom Processor D4xx/D5xx/N4xx/N5xx CHAPS counter', '2117'),
|
||
(15514, 'a082', 'Tiger Lake-LP LPC Controller', '2117'),
|
||
(15515, 'a0a3', 'Tiger Lake-LP SMBus Controller', '2117'),
|
||
(15516, 'a0a4', 'Tiger Lake-LP SPI Controller', '2117'),
|
||
(15517, 'a0a6', 'Tiger Lake-LP Trace Hub', '2117'),
|
||
(15518, 'a0a8', 'Tiger Lake-LP Serial IO UART Controller #0', '2117'),
|
||
(15519, 'a0a9', 'Tiger Lake-LP Serial IO UART Controller #1', '2117'),
|
||
(15520, 'a0ab', 'Tiger Lake-LP Serial IO SPI Controller #1', '2117'),
|
||
(15521, 'a0b0', 'Tiger Lake-LP PCI Express Root Port #9', '2117'),
|
||
(15522, 'a0bd', 'Tigerlake PCH-LP PCI Express Root Port #6', '2117'),
|
||
(15523, 'a0bf', 'Tiger Lake-LP PCI Express Root Port #8', '2117'),
|
||
(15524, 'a0c5', 'Tiger Lake-LP Serial IO I2C Controller #4', '2117'),
|
||
(15525, 'a0c6', 'Tiger Lake-LP Serial IO I2C Controller #5', '2117'),
|
||
(15526, 'a0c8', 'Tiger Lake-LP Smart Sound Technology Audio Controller', '2117'),
|
||
(15527, 'a0e0', 'Tiger Lake-LP Management Engine Interface', '2117'),
|
||
(15528, 'a0e8', 'Tiger Lake-LP Serial IO I2C Controller #0', '2117'),
|
||
(15529, 'a0e9', 'Tiger Lake-LP Serial IO I2C Controller #1', '2117'),
|
||
(15530, 'a0ea', 'Tiger Lake-LP Serial IO I2C Controller #2', '2117'),
|
||
(15531, 'a0eb', 'Tiger Lake-LP Serial IO I2C Controller #3', '2117'),
|
||
(15532, 'a0ed', 'Tiger Lake-LP USB 3.2 Gen 2x1 xHCI Host Controller', '2117'),
|
||
(15533, 'a0ef', 'Tiger Lake-LP Shared SRAM', '2117'),
|
||
(15534, 'a0f0', 'Wi-Fi 6 AX201', '2117'),
|
||
(15535, 'a0fc', 'Tiger Lake-LP Integrated Sensor Hub', '2117'),
|
||
(15536, 'a102', 'Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode]', '2117'),
|
||
(15537, 'a103', 'HM170/QM170 Chipset SATA Controller [AHCI Mode]', '2117'),
|
||
(15538, 'a105', 'Sunrise Point-H SATA Controller [RAID mode]', '2117'),
|
||
(15539, 'a106', 'Q170/H170/Z170/CM236 Chipset SATA Controller [RAID Mode]', '2117'),
|
||
(15540, 'a107', 'HM170/QM170 Chipset SATA Controller [RAID Mode]', '2117'),
|
||
(15541, 'a10f', 'Sunrise Point-H SATA Controller [RAID mode]', '2117'),
|
||
(15542, 'a110', '100 Series/C230 Series Chipset Family PCI Express Root Port #1', '2117'),
|
||
(15543, 'a111', '100 Series/C230 Series Chipset Family PCI Express Root Port #2', '2117'),
|
||
(15544, 'a112', '100 Series/C230 Series Chipset Family PCI Express Root Port #3', '2117'),
|
||
(15545, 'a113', '100 Series/C230 Series Chipset Family PCI Express Root Port #4', '2117'),
|
||
(15546, 'a114', '100 Series/C230 Series Chipset Family PCI Express Root Port #5', '2117'),
|
||
(15547, 'a115', '100 Series/C230 Series Chipset Family PCI Express Root Port #6', '2117'),
|
||
(15548, 'a116', '100 Series/C230 Series Chipset Family PCI Express Root Port #7', '2117'),
|
||
(15549, 'a117', '100 Series/C230 Series Chipset Family PCI Express Root Port #8', '2117'),
|
||
(15550, 'a118', '100 Series/C230 Series Chipset Family PCI Express Root Port #9', '2117'),
|
||
(15551, 'a119', '100 Series/C230 Series Chipset Family PCI Express Root Port #10', '2117'),
|
||
(15552, 'a11a', '100 Series/C230 Series Chipset Family PCI Express Root Port #11', '2117'),
|
||
(15553, 'a11b', '100 Series/C230 Series Chipset Family PCI Express Root Port #12', '2117'),
|
||
(15554, 'a11c', '100 Series/C230 Series Chipset Family PCI Express Root Port #13', '2117'),
|
||
(15555, 'a11d', '100 Series/C230 Series Chipset Family PCI Express Root Port #14', '2117'),
|
||
(15556, 'a11e', '100 Series/C230 Series Chipset Family PCI Express Root Port #15', '2117'),
|
||
(15557, 'a11f', '100 Series/C230 Series Chipset Family PCI Express Root Port #16', '2117'),
|
||
(15558, 'a120', '100 Series/C230 Series Chipset Family P2SB', '2117'),
|
||
(15559, 'a121', '100 Series/C230 Series Chipset Family Power Management Controller', '2117'),
|
||
(15560, 'a122', 'Sunrise Point-H cAVS', '2117'),
|
||
(15561, 'a123', '100 Series/C230 Series Chipset Family SMBus', '2117'),
|
||
(15562, 'a124', '100 Series/C230 Series Chipset Family SPI Controller', '2117'),
|
||
(15563, 'a125', '100 Series/C230 Series Chipset Family Gigabit Ethernet Controller', '2117'),
|
||
(15564, 'a126', '100 Series/C230 Series Chipset Family Trace Hub', '2117'),
|
||
(15565, 'a127', '100 Series/C230 Series Chipset Family Serial IO UART #0', '2117'),
|
||
(15566, 'a128', '100 Series/C230 Series Chipset Family Serial IO UART #1', '2117'),
|
||
(15567, 'a129', '100 Series/C230 Series Chipset Family Serial IO GSPI #0', '2117'),
|
||
(15568, 'a12a', '100 Series/C230 Series Chipset Family Serial IO GSPI #1', '2117'),
|
||
(15569, 'a12f', '100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller', '2117'),
|
||
(15570, 'a130', '100 Series/C230 Series Chipset Family USB Device Controller (OTG)', '2117'),
|
||
(15571, 'a131', '100 Series/C230 Series Chipset Family Thermal Subsystem', '2117'),
|
||
(15572, 'a133', 'Sunrise Point-H Northpeak ACPI Function', '2117'),
|
||
(15573, 'a135', '100 Series/C230 Series Chipset Family Integrated Sensor Hub', '2117'),
|
||
(15574, 'a13a', '100 Series/C230 Series Chipset Family MEI Controller #1', '2117'),
|
||
(15575, 'a13b', '100 Series/C230 Series Chipset Family MEI Controller #2', '2117'),
|
||
(15576, 'a13c', '100 Series/C230 Series Chipset Family IDE Redirection', '2117'),
|
||
(15577, 'a13d', '100 Series/C230 Series Chipset Family KT Redirection', '2117'),
|
||
(15578, 'a13e', '100 Series/C230 Series Chipset Family MEI Controller #3', '2117'),
|
||
(15579, 'a140', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15580, 'a141', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15581, 'a142', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15582, 'a143', 'H110 Chipset LPC/eSPI Controller', '2117'),
|
||
(15583, 'a144', 'H170 Chipset LPC/eSPI Controller', '2117'),
|
||
(15584, 'a145', 'Z170 Chipset LPC/eSPI Controller', '2117'),
|
||
(15585, 'a146', 'Q170 Chipset LPC/eSPI Controller', '2117'),
|
||
(15586, 'a147', 'Q150 Chipset LPC/eSPI Controller', '2117'),
|
||
(15587, 'a148', 'B150 Chipset LPC/eSPI Controller', '2117'),
|
||
(15588, 'a149', 'C236 Chipset LPC/eSPI Controller', '2117'),
|
||
(15589, 'a14a', 'C232 Chipset LPC/eSPI Controller', '2117'),
|
||
(15590, 'a14b', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15591, 'a14c', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15592, 'a14d', 'QM170 Chipset LPC/eSPI Controller', '2117'),
|
||
(15593, 'a14e', 'HM170 Chipset LPC/eSPI Controller', '2117'),
|
||
(15594, 'a14f', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15595, 'a150', 'CM236 Chipset LPC/eSPI Controller', '2117'),
|
||
(15596, 'a151', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15597, 'a152', 'HM175 Chipset LPC/eSPI Controller', '2117'),
|
||
(15598, 'a153', 'QM175 Chipset LPC/eSPI Controller', '2117'),
|
||
(15599, 'a154', 'CM238 Chipset LPC/eSPI Controller', '2117'),
|
||
(15600, 'a155', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15601, 'a156', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15602, 'a157', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15603, 'a158', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15604, 'a159', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15605, 'a15a', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15606, 'a15b', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15607, 'a15c', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15608, 'a15d', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15609, 'a15e', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15610, 'a15f', 'Sunrise Point-H LPC Controller', '2117'),
|
||
(15611, 'a160', '100 Series/C230 Series Chipset Family Serial IO I2C Controller #0', '2117'),
|
||
(15612, 'a161', '100 Series/C230 Series Chipset Family Serial IO I2C Controller #1', '2117'),
|
||
(15613, 'a162', '100 Series/C230 Series Chipset Family Serial IO I2C Controller #2', '2117'),
|
||
(15614, 'a163', '100 Series/C230 Series Chipset Family Serial IO I2C Controller #3', '2117'),
|
||
(15615, 'a166', '100 Series/C230 Series Chipset Family Serial IO UART Controller #2', '2117'),
|
||
(15616, 'a167', '100 Series/C230 Series Chipset Family PCI Express Root Port #17', '2117'),
|
||
(15617, 'a168', '100 Series/C230 Series Chipset Family PCI Express Root Port #18', '2117'),
|
||
(15618, 'a169', '100 Series/C230 Series Chipset Family PCI Express Root Port #19', '2117'),
|
||
(15619, 'a16a', '100 Series/C230 Series Chipset Family PCI Express Root Port #20', '2117'),
|
||
(15620, 'a170', '100 Series/C230 Series Chipset Family HD Audio Controller', '2117'),
|
||
(15621, 'a171', 'CM238 HD Audio Controller', '2117'),
|
||
(15622, 'a182', 'C620 Series Chipset Family SATA Controller [AHCI mode]', '2117'),
|
||
(15623, 'a186', 'C620 Series Chipset Family SATA Controller [RAID mode]', '2117'),
|
||
(15624, 'a190', 'C620 Series Chipset Family PCI Express Root Port #1', '2117'),
|
||
(15625, 'a191', 'C620 Series Chipset Family PCI Express Root Port #2', '2117'),
|
||
(15626, 'a192', 'C620 Series Chipset Family PCI Express Root Port #3', '2117'),
|
||
(15627, 'a193', 'C620 Series Chipset Family PCI Express Root Port #4', '2117'),
|
||
(15628, 'a194', 'C620 Series Chipset Family PCI Express Root Port #5', '2117'),
|
||
(15629, 'a195', 'C620 Series Chipset Family PCI Express Root Port #6', '2117'),
|
||
(15630, 'a196', 'C620 Series Chipset Family PCI Express Root Port #7', '2117'),
|
||
(15631, 'a197', 'C620 Series Chipset Family PCI Express Root Port #8', '2117'),
|
||
(15632, 'a198', 'C620 Series Chipset Family PCI Express Root Port #9', '2117'),
|
||
(15633, 'a199', 'C620 Series Chipset Family PCI Express Root Port #10', '2117'),
|
||
(15634, 'a19a', 'C620 Series Chipset Family PCI Express Root Port #11', '2117'),
|
||
(15635, 'a19b', 'C620 Series Chipset Family PCI Express Root Port #12', '2117'),
|
||
(15636, 'a19c', 'C620 Series Chipset Family PCI Express Root Port #13', '2117'),
|
||
(15637, 'a19d', 'C620 Series Chipset Family PCI Express Root Port #14', '2117'),
|
||
(15638, 'a19e', 'C620 Series Chipset Family PCI Express Root Port #15', '2117'),
|
||
(15639, 'a19f', 'C620 Series Chipset Family PCI Express Root Port #16', '2117'),
|
||
(15640, 'a1a0', 'C620 Series Chipset Family P2SB', '2117'),
|
||
(15641, 'a1a1', 'C620 Series Chipset Family Power Management Controller', '2117'),
|
||
(15642, 'a1a2', 'C620 Series Chipset Family cAVS', '2117'),
|
||
(15643, 'a1a3', 'C620 Series Chipset Family SMBus', '2117'),
|
||
(15644, 'a1a4', 'C620 Series Chipset Family SPI Controller', '2117'),
|
||
(15645, 'a1a6', 'C620 Series Chipset Family Trace Hub', '2117'),
|
||
(15646, 'a1af', 'C620 Series Chipset Family USB 3.0 xHCI Controller', '2117'),
|
||
(15647, 'a1b1', 'C620 Series Chipset Family Thermal Subsystem', '2117'),
|
||
(15648, 'a1ba', 'C620 Series Chipset Family MEI Controller #1', '2117'),
|
||
(15649, 'a1bb', 'C620 Series Chipset Family MEI Controller #2', '2117'),
|
||
(15650, 'a1bc', 'C620 Series Chipset Family IDE Redirection', '2117'),
|
||
(15651, 'a1bd', 'C620 Series Chipset Family KT Redirection', '2117'),
|
||
(15652, 'a1be', 'C620 Series Chipset Family MEI Controller #3', '2117'),
|
||
(15653, 'a1c1', 'C621 Series Chipset LPC/eSPI Controller', '2117'),
|
||
(15654, 'a1c2', 'C622 Series Chipset LPC/eSPI Controller', '2117'),
|
||
(15655, 'a1c3', 'C624 Series Chipset LPC/eSPI Controller', '2117'),
|
||
(15656, 'a1c4', 'C625 Series Chipset LPC/eSPI Controller', '2117'),
|
||
(15657, 'a1c5', 'C626 Series Chipset LPC/eSPI Controller', '2117'),
|
||
(15658, 'a1c6', 'C627 Series Chipset LPC/eSPI Controller', '2117'),
|
||
(15659, 'a1c7', 'C628 Series Chipset LPC/eSPI Controller', '2117'),
|
||
(15660, 'a1d2', 'C620 Series Chipset Family SSATA Controller [AHCI mode]', '2117'),
|
||
(15661, 'a1d6', 'C620 Series Chipset Family SSATA Controller [RAID mode]', '2117'),
|
||
(15662, 'a1e7', 'C620 Series Chipset Family PCI Express Root Port #17', '2117'),
|
||
(15663, 'a1e8', 'C620 Series Chipset Family PCI Express Root Port #18', '2117'),
|
||
(15664, 'a1e9', 'C620 Series Chipset Family PCI Express Root Port #19', '2117'),
|
||
(15665, 'a1ea', 'C620 Series Chipset Family PCI Express Root Port #20', '2117'),
|
||
(15666, 'a1ec', 'C620 Series Chipset Family MROM 0', '2117'),
|
||
(15667, 'a1ed', 'C620 Series Chipset Family MROM 1', '2117'),
|
||
(15668, 'a1f8', 'Lewisburg IE: HECI #1', '2117'),
|
||
(15669, 'a1f9', 'Lewisburg IE: HECI #2', '2117'),
|
||
(15670, 'a1fa', 'Lewisburg IE: IDE-r', '2117'),
|
||
(15671, 'a1fb', 'Lewisburg IE: KT Controller', '2117'),
|
||
(15672, 'a1fc', 'Lewisburg IE: HECI #3', '2117'),
|
||
(15673, 'a202', 'Lewisburg SATA Controller [AHCI mode]', '2117'),
|
||
(15674, 'a206', 'Lewisburg SATA Controller [RAID mode]', '2117'),
|
||
(15675, 'a223', 'Lewisburg SMBus', '2117'),
|
||
(15676, 'a224', 'Lewisburg SPI Controller', '2117'),
|
||
(15677, 'a242', 'Lewisburg LPC or eSPI Controller', '2117'),
|
||
(15678, 'a243', 'Lewisburg LPC or eSPI Controller', '2117'),
|
||
(15679, 'a252', 'Lewisburg SSATA Controller [AHCI mode]', '2117'),
|
||
(15680, 'a256', 'Lewisburg SSATA Controller [RAID mode]', '2117'),
|
||
(15681, 'a282', '200 Series PCH SATA controller [AHCI mode]', '2117'),
|
||
(15682, 'a286', '200 Series PCH SATA controller [RAID mode]', '2117'),
|
||
(15683, 'a290', '200 Series PCH PCI Express Root Port #1', '2117'),
|
||
(15684, 'a291', '200 Series PCH PCI Express Root Port #2', '2117'),
|
||
(15685, 'a292', '200 Series PCH PCI Express Root Port #3', '2117'),
|
||
(15686, 'a293', '200 Series PCH PCI Express Root Port #4', '2117'),
|
||
(15687, 'a294', '200 Series PCH PCI Express Root Port #5', '2117'),
|
||
(15688, 'a295', '200 Series PCH PCI Express Root Port #6', '2117'),
|
||
(15689, 'a296', '200 Series PCH PCI Express Root Port #7', '2117'),
|
||
(15690, 'a297', '200 Series PCH PCI Express Root Port #8', '2117'),
|
||
(15691, 'a298', '200 Series PCH PCI Express Root Port #9', '2117'),
|
||
(15692, 'a299', '200 Series PCH PCI Express Root Port #10', '2117'),
|
||
(15693, 'a29a', '200 Series PCH PCI Express Root Port #11', '2117'),
|
||
(15694, 'a29b', '200 Series PCH PCI Express Root Port #12', '2117'),
|
||
(15695, 'a29c', '200 Series PCH PCI Express Root Port #13', '2117'),
|
||
(15696, 'a29d', '200 Series PCH PCI Express Root Port #14', '2117'),
|
||
(15697, 'a29e', '200 Series PCH PCI Express Root Port #15', '2117'),
|
||
(15698, 'a29f', '200 Series PCH PCI Express Root Port #16', '2117'),
|
||
(15699, 'a2a0', '200 Series/Z370 Chipset Family P2SB', '2117'),
|
||
(15700, 'a2a1', '200 Series/Z370 Chipset Family Power Management Controller', '2117'),
|
||
(15701, 'a2a3', '200 Series/Z370 Chipset Family SMBus Controller', '2117'),
|
||
(15702, 'a2a4', '200 Series/Z370 Chipset Family SPI Controller', '2117'),
|
||
(15703, 'a2a5', '200 Series/Z370 Chipset Family Gigabit Ethernet Controller', '2117'),
|
||
(15704, 'a2a6', '200 Series/Z370 Chipset Family Trace Hub', '2117'),
|
||
(15705, 'a2a7', '200 Series/Z370 Chipset Family Serial IO UART Controller #0', '2117'),
|
||
(15706, 'a2a8', '200 Series/Z370 Chipset Family Serial IO UART Controller #1', '2117'),
|
||
(15707, 'a2a9', '200 Series/Z370 Chipset Family Serial IO SPI Controller #0', '2117'),
|
||
(15708, 'a2aa', '200 Series/Z370 Chipset Family Serial IO SPI Controller #1', '2117'),
|
||
(15709, 'a2af', '200 Series/Z370 Chipset Family USB 3.0 xHCI Controller', '2117'),
|
||
(15710, 'a2b1', '200 Series PCH Thermal Subsystem', '2117'),
|
||
(15711, 'a2ba', '200 Series PCH CSME HECI #1', '2117'),
|
||
(15712, 'a2bb', '200 Series PCH CSME HECI #2', '2117'),
|
||
(15713, 'a2c4', '200 Series PCH LPC Controller (H270)', '2117'),
|
||
(15714, 'a2c5', '200 Series PCH LPC Controller (Z270)', '2117'),
|
||
(15715, 'a2c6', '200 Series PCH LPC Controller (Q270)', '2117'),
|
||
(15716, 'a2c7', '200 Series PCH LPC Controller (Q250)', '2117'),
|
||
(15717, 'a2c8', '200 Series PCH LPC Controller (B250)', '2117'),
|
||
(15718, 'a2c9', 'Z370 Chipset LPC/eSPI Controller', '2117'),
|
||
(15719, 'a2d2', 'X299 Chipset LPC/eSPI Controller', '2117'),
|
||
(15720, 'a2d3', 'C422 Chipset LPC/eSPI Controller', '2117'),
|
||
(15721, 'a2e0', '200 Series PCH Serial IO I2C Controller #0', '2117'),
|
||
(15722, 'a2e1', '200 Series PCH Serial IO I2C Controller #1', '2117'),
|
||
(15723, 'a2e2', '200 Series PCH Serial IO I2C Controller #2', '2117'),
|
||
(15724, 'a2e3', '200 Series PCH Serial IO I2C Controller #3', '2117'),
|
||
(15725, 'a2e6', '200 Series PCH Serial IO UART Controller #2', '2117'),
|
||
(15726, 'a2e7', '200 Series PCH PCI Express Root Port #17', '2117'),
|
||
(15727, 'a2e8', '200 Series PCH PCI Express Root Port #18', '2117'),
|
||
(15728, 'a2e9', '200 Series PCH PCI Express Root Port #19', '2117'),
|
||
(15729, 'a2ea', '200 Series PCH PCI Express Root Port #20', '2117'),
|
||
(15730, 'a2eb', '200 Series PCH PCI Express Root Port #21', '2117'),
|
||
(15731, 'a2ec', '200 Series PCH PCI Express Root Port #22', '2117'),
|
||
(15732, 'a2ed', '200 Series PCH PCI Express Root Port #23', '2117'),
|
||
(15733, 'a2ee', '200 Series PCH PCI Express Root Port #24', '2117'),
|
||
(15734, 'a2f0', '200 Series PCH HD Audio', '2117'),
|
||
(15735, 'a304', 'H370 Chipset LPC/eSPI Controller', '2117'),
|
||
(15736, 'a305', 'Z390 Chipset LPC/eSPI Controller', '2117'),
|
||
(15737, 'a306', 'Q370 Chipset LPC/eSPI Controller', '2117'),
|
||
(15738, 'a309', 'Cannon Point-LP LPC Controller', '2117'),
|
||
(15739, 'a30c', 'QM370 Chipset LPC/eSPI Controller', '2117'),
|
||
(15740, 'a30d', 'HM470 Chipset LPC/eSPI Controller', '2117'),
|
||
(15741, 'a30e', 'Cannon Lake LPC Controller', '2117'),
|
||
(15742, 'a323', 'Cannon Lake PCH SMBus Controller', '2117'),
|
||
(15743, 'a324', 'Cannon Lake PCH SPI Controller', '2117'),
|
||
(15744, 'a328', 'Cannon Lake PCH Serial IO UART Host Controller', '2117'),
|
||
(15745, 'a32c', 'Cannon Lake PCH PCI Express Root Port #21', '2117'),
|
||
(15746, 'a32d', 'Cannon Lake PCH PCI Express Root Port #22', '2117'),
|
||
(15747, 'a32e', 'Cannon Lake PCH PCI Express Root Port #23', '2117'),
|
||
(15748, 'a32f', 'Cannon Lake PCH PCI Express Root Port #24', '2117'),
|
||
(15749, 'a330', 'Cannon Lake PCH PCI Express Root Port #9', '2117'),
|
||
(15750, 'a331', 'Cannon Lake PCH PCI Express Root Port #10', '2117'),
|
||
(15751, 'a332', 'Cannon Lake PCH PCI Express Root Port #11', '2117'),
|
||
(15752, 'a333', 'Cannon Lake PCH PCI Express Root Port #12', '2117'),
|
||
(15753, 'a334', 'Cannon Lake PCH PCI Express Root Port #13', '2117'),
|
||
(15754, 'a335', 'Cannon Lake PCH PCI Express Root Port #14', '2117'),
|
||
(15755, 'a336', 'Cannon Lake PCH PCI Express Root Port #15', '2117'),
|
||
(15756, 'a337', 'Cannon Lake PCH PCI Express Root Port #16', '2117'),
|
||
(15757, 'a338', 'Cannon Lake PCH PCI Express Root Port #1', '2117'),
|
||
(15758, 'a339', 'Cannon Lake PCH PCI Express Root Port #2', '2117'),
|
||
(15759, 'a33a', 'Cannon Lake PCH PCI Express Root Port #3', '2117'),
|
||
(15760, 'a33b', 'Cannon Lake PCH PCI Express Root Port #4', '2117'),
|
||
(15761, 'a33c', 'Cannon Lake PCH PCI Express Root Port #5', '2117'),
|
||
(15762, 'a33d', 'Cannon Lake PCH PCI Express Root Port #6', '2117'),
|
||
(15763, 'a33e', 'Cannon Lake PCH PCI Express Root Port #7', '2117'),
|
||
(15764, 'a33f', 'Cannon Lake PCH PCI Express Root Port #8', '2117'),
|
||
(15765, 'a340', 'Cannon Lake PCH PCI Express Root Port #17', '2117'),
|
||
(15766, 'a341', 'Cannon Lake PCH PCI Express Root Port #18', '2117'),
|
||
(15767, 'a342', 'Cannon Lake PCH PCI Express Root Port #19', '2117'),
|
||
(15768, 'a343', 'Cannon Lake PCH PCI Express Root Port #20', '2117'),
|
||
(15769, 'a348', 'Cannon Lake PCH cAVS', '2117'),
|
||
(15770, 'a352', 'Cannon Lake PCH SATA AHCI Controller', '2117'),
|
||
(15771, 'a353', 'Cannon Lake Mobile PCH SATA AHCI Controller', '2117'),
|
||
(15772, 'a360', 'Cannon Lake PCH HECI Controller', '2117'),
|
||
(15773, 'a363', 'Cannon Lake PCH Active Management Technology - SOL', '2117'),
|
||
(15774, 'a364', 'Cannon Lake PCH HECI Controller #2', '2117'),
|
||
(15775, 'a368', 'Cannon Lake PCH Serial IO I2C Controller #0', '2117'),
|
||
(15776, 'a369', 'Cannon Lake PCH Serial IO I2C Controller #1', '2117'),
|
||
(15777, 'a36a', 'Cannon Lake PCH Serial IO I2C Controller #2', '2117'),
|
||
(15778, 'a36b', 'Cannon Lake PCH Serial IO I2C Controller #3', '2117'),
|
||
(15779, 'a36d', 'Cannon Lake PCH USB 3.1 xHCI Host Controller', '2117'),
|
||
(15780, 'a36f', 'Cannon Lake PCH Shared SRAM', '2117'),
|
||
(15781, 'a370', 'Wireless-AC 9560 [Jefferson Peak]', '2117'),
|
||
(15782, 'a379', 'Cannon Lake PCH Thermal Controller', '2117'),
|
||
(15783, 'a382', '400 Series Chipset Family SATA AHCI Controller', '2117'),
|
||
(15784, 'a3a1', 'Memory controller', '2117'),
|
||
(15785, 'a3a3', 'Comet Lake PCH-V SMBus Host Controller', '2117'),
|
||
(15786, 'a3af', 'Comet Lake PCH-V USB Controller', '2117'),
|
||
(15787, 'a3b1', 'Comet Lake PCH-V Thermal Subsystem', '2117'),
|
||
(15788, 'a620', '6400/6402 Advanced Memory Buffer (AMB)', '2117'),
|
||
(15789, 'abc0', 'Omni-Path Fabric Switch Silicon 100 Series', '2117'),
|
||
(15790, 'b152', '21152 PCI-to-PCI Bridge', '2117'),
|
||
(15791, 'b154', '21154 PCI-to-PCI Bridge', '2117'),
|
||
(15792, 'b555', '21555 Non transparent PCI-to-PCI Bridge', '2117'),
|
||
(15793, 'd130', 'Core Processor DMI', '2117'),
|
||
(15794, 'd131', 'Core Processor DMI', '2117'),
|
||
(15795, 'd132', 'Core Processor DMI', '2117'),
|
||
(15796, 'd133', 'Core Processor DMI', '2117'),
|
||
(15797, 'd134', 'Core Processor DMI', '2117'),
|
||
(15798, 'd135', 'Core Processor DMI', '2117'),
|
||
(15799, 'd136', 'Core Processor DMI', '2117'),
|
||
(15800, 'd137', 'Core Processor DMI', '2117'),
|
||
(15801, 'd138', 'Core Processor PCI Express Root Port 1', '2117'),
|
||
(15802, 'd139', 'Core Processor PCI Express Root Port 2', '2117'),
|
||
(15803, 'd13a', 'Core Processor PCI Express Root Port 3', '2117'),
|
||
(15804, 'd13b', 'Core Processor PCI Express Root Port 4', '2117'),
|
||
(15805, 'd150', 'Core Processor QPI Link', '2117'),
|
||
(15806, 'd151', 'Core Processor QPI Routing and Protocol Registers', '2117'),
|
||
(15807, 'd155', 'Core Processor System Management Registers', '2117'),
|
||
(15808, 'd156', 'Core Processor Semaphore and Scratchpad Registers', '2117'),
|
||
(15809, 'd157', 'Core Processor System Control and Status Registers', '2117'),
|
||
(15810, 'd158', 'Core Processor Miscellaneous Registers', '2117'),
|
||
(15811, 'f1a5', 'SSD 600P Series', '2117'),
|
||
(15812, 'f1a6', 'SSD Pro 7600p/760p/E 6100p Series', '2117'),
|
||
(15813, 'f1a8', 'SSD 660P Series', '2117'),
|
||
(15814, '0101', 'WX1860A2 Gigabit Ethernet Controller', '2118'),
|
||
(15815, '0102', 'WX1860A2S Gigabit Ethernet Controller', '2118'),
|
||
(15816, '0103', 'WX1860A4 Gigabit Ethernet Controller', '2118'),
|
||
(15817, '0104', 'WX1860A4S Gigabit Ethernet Controller', '2118'),
|
||
(15818, '0105', 'WX1860AL2 Gigabit Ethernet Controller', '2118'),
|
||
(15819, '0106', 'WX1860AL2S Gigabit Ethernet Controller', '2118'),
|
||
(15820, '0107', 'WX1860AL4 Gigabit Ethernet Controller', '2118'),
|
||
(15821, '0108', 'WX1860AL4S Gigabit Ethernet Controller', '2118'),
|
||
(15822, '0109', 'WX1860-LC Gigabit Ethernet Controller', '2118'),
|
||
(15823, '010a', 'WX1860A1 Gigabit Ethernet Controller', '2118'),
|
||
(15824, '010b', 'WX1860AL1 Gigabit Ethernet Controller', '2118'),
|
||
(15825, '0111', 'WX1860A2 Ethernet Controller Virtual Function', '2118'),
|
||
(15826, '0113', 'WX1860A4 Ethernet Controller Virtual Function', '2118'),
|
||
(15827, '0115', 'WX1860AL2 Ethernet Controller Virtual Function', '2118'),
|
||
(15828, '0117', 'WX1860AL4 Ethernet Controller Virtual Function', '2118'),
|
||
(15829, '0119', 'WX1860-LC Gigabit Ethernet Controller Virtual Function', '2118'),
|
||
(15830, '011a', 'WX1860A1 Gigabit Ethernet Controller Virtual Function', '2118'),
|
||
(15831, '011b', 'WX1860AL1 Gigabit Ethernet Controller Virtual Function', '2118'),
|
||
(15832, '1000', 'Ethernet Controller RP1000 Virtual Function for 10GbE SFP+', '2118'),
|
||
(15833, '1001', 'Ethernet Controller RP1000 for 10GbE SFP+', '2118'),
|
||
(15834, '2000', 'Ethernet Controller RP2000 Virtual Function for 10GbE SFP+', '2118'),
|
||
(15835, '2001', 'Ethernet Controller RP2000 for 10GbE SFP+', '2118'),
|
||
(15836, 'beef', 'VirtualBox Graphics Adapter', '2119'),
|
||
(15837, 'cafe', 'VirtualBox Guest Service', '2119'),
|
||
(15838, '1010', 'vSMP Foundation controller [vSMP CTL]', '2123'),
|
||
(15839, '1011', 'vSMP Foundation MEX/FLX controller [vSMP CTL]', '2123'),
|
||
(15840, '2008', 'Video assistant component', '2124'),
|
||
(15841, '1980', 'W89C940 misprogrammed [ne2k]', '2128'),
|
||
(15842, '3000', 'ET32P2', '2130'),
|
||
(15843, '0078', 'AHA-2940U_CN', '2131'),
|
||
(15844, '1078', 'AIC-7810', '2131'),
|
||
(15845, '1160', 'AIC-1160 [Family Fibre Channel Adapter]', '2131'),
|
||
(15846, '2178', 'AIC-7821', '2131'),
|
||
(15847, '3860', 'AHA-2930CU', '2131'),
|
||
(15848, '3b78', 'AHA-4844W/4844UW', '2131'),
|
||
(15849, '5075', 'AIC-755x', '2131'),
|
||
(15850, '5078', 'AIC-7850T/7856T [AVA-2902/4/6 / AHA-2910]', '2131'),
|
||
(15851, '5175', 'AIC-755x', '2131'),
|
||
(15852, '5178', 'AIC-7851', '2131'),
|
||
(15853, '5275', 'AIC-755x', '2131'),
|
||
(15854, '5278', 'AIC-7852', '2131'),
|
||
(15855, '5375', 'AIC-755x', '2131'),
|
||
(15856, '5378', 'AIC-7850', '2131'),
|
||
(15857, '5475', 'AIC-755x', '2131'),
|
||
(15858, '5478', 'AIC-7850', '2131'),
|
||
(15859, '5575', 'AVA-2930', '2131'),
|
||
(15860, '5578', 'AIC-7855', '2131'),
|
||
(15861, '5647', 'ANA-7711 TCP Offload Engine', '2131'),
|
||
(15862, '5675', 'AIC-755x', '2131'),
|
||
(15863, '5678', 'AIC-7856', '2131'),
|
||
(15864, '5775', 'AIC-755x', '2131'),
|
||
(15865, '5778', 'AIC-7850', '2131'),
|
||
(15866, '5800', 'AIC-5800', '2131'),
|
||
(15867, '5900', 'ANA-5910/5930/5940 ATM155 & 25 LAN Adapter', '2131'),
|
||
(15868, '5905', 'ANA-5910A/5930A/5940A ATM Adapter', '2131'),
|
||
(15869, '6038', 'AIC-3860', '2131'),
|
||
(15870, '6075', 'AIC-1480 / APA-1480', '2131'),
|
||
(15871, '6078', 'AIC-7860', '2131'),
|
||
(15872, '6178', 'AIC-7861', '2131'),
|
||
(15873, '6278', 'AIC-7860', '2131'),
|
||
(15874, '6378', 'AIC-7860', '2131'),
|
||
(15875, '6478', 'AIC-786x', '2131'),
|
||
(15876, '6578', 'AIC-786x', '2131'),
|
||
(15877, '6678', 'AIC-786x', '2131'),
|
||
(15878, '6778', 'AIC-786x', '2131'),
|
||
(15879, '6915', 'ANA620xx/ANA69011A', '2131'),
|
||
(15880, '7078', 'AHA-294x / AIC-7870', '2131'),
|
||
(15881, '7178', 'AIC-7870P/7871 [AHA-2940/W/S76]', '2131'),
|
||
(15882, '7278', 'AHA-3940/3940W / AIC-7872', '2131'),
|
||
(15883, '7378', 'AHA-3985 / AIC-7873', '2131'),
|
||
(15884, '7478', 'AHA-2944/2944W / AIC-7874', '2131'),
|
||
(15885, '7578', 'AHA-3944/3944W / AIC-7875', '2131'),
|
||
(15886, '7678', 'AHA-4944W/UW / AIC-7876', '2131'),
|
||
(15887, '7710', 'ANA-7711F Network Accelerator Card (NAC) - Optical', '2131'),
|
||
(15888, '7711', 'ANA-7711C Network Accelerator Card (NAC) - Copper', '2131'),
|
||
(15889, '7778', 'AIC-787x', '2131'),
|
||
(15890, '7810', 'AIC-7810', '2131'),
|
||
(15891, '7815', 'AIC-7815 RAID+Memory Controller IC', '2131'),
|
||
(15892, '7850', 'AIC-7850', '2131'),
|
||
(15893, '7855', 'AHA-2930', '2131'),
|
||
(15894, '7860', 'AIC-7860', '2131'),
|
||
(15895, '7870', 'AIC-7870', '2131'),
|
||
(15896, '7871', 'AHA-2940', '2131'),
|
||
(15897, '7872', 'AHA-3940', '2131'),
|
||
(15898, '7873', 'AHA-3980', '2131'),
|
||
(15899, '7874', 'AHA-2944', '2131'),
|
||
(15900, '7880', 'AIC-7880P', '2131'),
|
||
(15901, '7890', 'AIC-7890', '2131'),
|
||
(15902, '7891', 'AIC-789x', '2131'),
|
||
(15903, '7892', 'AIC-789x', '2131'),
|
||
(15904, '7893', 'AIC-789x', '2131'),
|
||
(15905, '7894', 'AIC-789x', '2131'),
|
||
(15906, '7895', 'AHA-2940U/UW / AHA-39xx / AIC-7895', '2131'),
|
||
(15907, '7896', 'AIC-789x', '2131'),
|
||
(15908, '7897', 'AIC-789x', '2131'),
|
||
(15909, '8078', 'AIC-7880U', '2131'),
|
||
(15910, '8178', 'AIC-7870P/7881U [AHA-2940U/UW/D/S76]', '2131'),
|
||
(15911, '8278', 'AHA-3940U/UW/UWD / AIC-7882U', '2131'),
|
||
(15912, '8378', 'AHA-3940U/UW / AIC-7883U', '2131'),
|
||
(15913, '8478', 'AHA-2944UW / AIC-7884U', '2131'),
|
||
(15914, '8578', 'AHA-3944U/UWD / AIC-7885', '2131'),
|
||
(15915, '8678', 'AHA-4944UW / AIC-7886', '2131'),
|
||
(15916, '8778', 'AHA-2940UW Pro / AIC-788x', '2131'),
|
||
(15917, '8878', 'AHA-2930UW / AIC-7888', '2131'),
|
||
(15918, '8b78', 'ABA-1030', '2131'),
|
||
(15919, 'ec78', 'AHA-4944W/UW', '2131'),
|
||
(15920, '0010', 'AHA-2940U2/U2W', '2132'),
|
||
(15921, '0011', 'AHA-2930U2', '2132'),
|
||
(15922, '0013', '78902', '2132'),
|
||
(15923, '001f', 'AHA-2940U2/U2W / 7890/7891', '2132'),
|
||
(15924, '0020', 'AIC-7890', '2132'),
|
||
(15925, '002f', 'AIC-7890', '2132'),
|
||
(15926, '0030', 'AIC-7890', '2132'),
|
||
(15927, '003f', 'AIC-7890', '2132'),
|
||
(15928, '0050', 'AHA-3940U2x/395U2x', '2132'),
|
||
(15929, '0051', 'AHA-3950U2D', '2132'),
|
||
(15930, '0053', 'AIC-7896 SCSI Controller', '2132'),
|
||
(15931, '005f', 'AIC-7896U2/7897U2', '2132'),
|
||
(15932, '0080', 'AIC-7892A U160/m', '2132'),
|
||
(15933, '0081', 'AIC-7892B U160/m', '2132'),
|
||
(15934, '0083', 'AIC-7892D U160/m', '2132'),
|
||
(15935, '008f', 'AIC-7892P U160/m', '2132'),
|
||
(15936, '0092', 'AVC-2010 [VideoH!]', '2132'),
|
||
(15937, '0093', 'AVC-2410 [VideoH!]', '2132'),
|
||
(15938, '00c0', 'AHA-3960D / AIC-7899A U160/m', '2132'),
|
||
(15939, '00c1', 'AIC-7899B U160/m', '2132'),
|
||
(15940, '00c3', 'AIC-7899D U160/m', '2132'),
|
||
(15941, '00c5', 'RAID subsystem HBA', '2132'),
|
||
(15942, '00cf', 'AIC-7899P U160/m', '2132'),
|
||
(15943, '0241', 'Serial ATA II RAID 1420SA', '2132'),
|
||
(15944, '0242', 'Serial ATA II RAID 1220SA', '2132'),
|
||
(15945, '0243', 'Serial ATA II RAID 1430SA', '2132'),
|
||
(15946, '0244', 'eSATA II RAID 1225SA', '2132'),
|
||
(15947, '0250', 'ServeRAID Controller', '2132'),
|
||
(15948, '0279', 'ServeRAID 6M', '2132'),
|
||
(15949, '0283', 'AAC-RAID', '2132'),
|
||
(15950, '0284', 'AAC-RAID', '2132'),
|
||
(15951, '0285', 'AAC-RAID', '2132'),
|
||
(15952, '0286', 'AAC-RAID (Rocket)', '2132'),
|
||
(15953, '028b', 'Series 6 - 6G SAS/PCIe 2', '2132'),
|
||
(15954, '028c', 'Series 7 6G SAS/PCIe 3', '2132'),
|
||
(15955, '028d', 'Series 8 12G SAS/PCIe 3', '2132'),
|
||
(15956, '028f', 'Smart Storage PQI SAS', '2132'),
|
||
(15957, '0410', 'AIC-9410W SAS (Razor HBA RAID)', '2132'),
|
||
(15958, '0412', 'AIC-9410W SAS (Razor HBA non-RAID)', '2132'),
|
||
(15959, '0415', 'ASC-58300 SAS (Razor-External HBA RAID)', '2132'),
|
||
(15960, '0416', 'ASC-58300 SAS (Razor-External HBA non-RAID)', '2132'),
|
||
(15961, '041e', 'AIC-9410W SAS (Razor ASIC non-RAID)', '2132'),
|
||
(15962, '041f', 'AIC-9410W SAS (Razor ASIC RAID)', '2132'),
|
||
(15963, '042f', 'VSC7250/7251 SAS (Aurora ASIC non-RAID)', '2132'),
|
||
(15964, '0430', 'AIC-9405W SAS (Razor-Lite HBA RAID)', '2132'),
|
||
(15965, '0432', 'AIC-9405W SAS (Razor-Lite HBA non-RAID)', '2132'),
|
||
(15966, '043e', 'AIC-9405W SAS (Razor-Lite ASIC non-RAID)', '2132'),
|
||
(15967, '043f', 'AIC-9405W SAS (Razor-Lite ASIC RAID)', '2132'),
|
||
(15968, '0450', 'ASC-1405 Unified Serial HBA', '2132'),
|
||
(15969, '0500', 'Obsidian chipset SCSI controller', '2132'),
|
||
(15970, '0503', 'Scamp chipset SCSI controller', '2132'),
|
||
(15971, '0910', 'AUA-3100B', '2132'),
|
||
(15972, '091e', 'AUA-3100B', '2132'),
|
||
(15973, '8000', 'ASC-29320A U320', '2132'),
|
||
(15974, '800f', 'AIC-7901 U320', '2132'),
|
||
(15975, '8010', 'ASC-39320 U320', '2132'),
|
||
(15976, '8011', 'ASC-39320D', '2132'),
|
||
(15977, '8012', 'ASC-29320 U320', '2132'),
|
||
(15978, '8013', 'ASC-29320B U320', '2132'),
|
||
(15979, '8014', 'ASC-29320LP U320', '2132'),
|
||
(15980, '8015', 'ASC-39320B U320', '2132'),
|
||
(15981, '8016', 'ASC-39320A U320', '2132'),
|
||
(15982, '8017', 'ASC-29320ALP U320', '2132'),
|
||
(15983, '801c', 'ASC-39320D U320', '2132'),
|
||
(15984, '801d', 'AIC-7902B U320', '2132'),
|
||
(15985, '801e', 'AIC-7901A U320', '2132'),
|
||
(15986, '801f', 'AIC-7902 U320', '2132'),
|
||
(15987, '8080', 'ASC-29320A U320 w/HostRAID', '2132'),
|
||
(15988, '8081', 'PMC-Sierra PM8001 SAS HBA [Series 6H]', '2132'),
|
||
(15989, '8088', 'PMC-Sierra PM8018 SAS HBA [Series 7H]', '2132'),
|
||
(15990, '8089', 'PMC-Sierra PM8019 SAS encryption HBA [Series 7He]', '2132'),
|
||
(15991, '808f', 'AIC-7901 U320 w/HostRAID', '2132'),
|
||
(15992, '8090', 'ASC-39320 U320 w/HostRAID', '2132'),
|
||
(15993, '8091', 'ASC-39320D U320 w/HostRAID', '2132'),
|
||
(15994, '8092', 'ASC-29320 U320 w/HostRAID', '2132'),
|
||
(15995, '8093', 'ASC-29320B U320 w/HostRAID', '2132'),
|
||
(15996, '8094', 'ASC-29320LP U320 w/HostRAID', '2132'),
|
||
(15997, '8095', 'ASC-39320(B) U320 w/HostRAID', '2132'),
|
||
(15998, '8096', 'ASC-39320A U320 w/HostRAID', '2132'),
|
||
(15999, '8097', 'ASC-29320ALP U320 w/HostRAID', '2132'),
|
||
(16000, '809c', 'ASC-39320D(B) U320 w/HostRAID', '2132'),
|
||
(16001, '809d', 'AIC-7902(B) U320 w/HostRAID', '2132'),
|
||
(16002, '809e', 'AIC-7901A U320 w/HostRAID', '2132'),
|
||
(16003, '809f', 'AIC-7902 U320 w/HostRAID', '2132'),
|
||
(16004, '2015', 'IDE-2015PL', '2133'),
|
||
(16005, '6565', '6565', '2135'),
|
||
(16006, '6010', 'SOLO6010 MPEG-4 Video encoder/decoder', '2136'),
|
||
(16007, '6110', 'SOLO6110 H.264 Video encoder/decoder', '2136'),
|
||
(16008, '0001', 'JusonTech Gigabit Ethernet Controller', '2137'),
|
||
(16009, '6565', '6565', '2138'),
|
||
(16010, '9250', 'PCI-to-PCI bridge [MCS9250]', '2139'),
|
||
(16011, '9805', 'PCI 1 port parallel adapter', '2139'),
|
||
(16012, '9815', 'PCI 9815 Multi-I/O Controller', '2139'),
|
||
(16013, '9820', 'PCI 9820 Multi-I/O Controller', '2139'),
|
||
(16014, '9835', 'PCI 9835 Multi-I/O Controller', '2139'),
|
||
(16015, '9845', 'PCI 9845 Multi-I/O Controller', '2139'),
|
||
(16016, '9855', 'PCI 9855 Multi-I/O Controller', '2139'),
|
||
(16017, '9865', 'PCI 9865 Multi-I/O Controller', '2139'),
|
||
(16018, '9900', 'MCS9900 Multi-I/O Controller', '2139'),
|
||
(16019, '9901', 'PCIe 9901 Multi-I/O Controller', '2139'),
|
||
(16020, '9904', '4-Port PCIe Serial Adapter', '2139'),
|
||
(16021, '9912', 'PCIe 9912 Multi-I/O Controller', '2139'),
|
||
(16022, '9922', 'MCS9922 PCIe Multi-I/O Controller', '2139'),
|
||
(16023, '9990', 'MCS9990 PCIe to 4âPort USB 2.0 Host Controller', '2139'),
|
||
(16024, '0001', 'SG2010 PCI over Starfabric Bridge', '2141'),
|
||
(16025, '0002', 'SG2010 PCI to Starfabric Gateway', '2141'),
|
||
(16026, '0003', 'SG1010 Starfabric Switch and PCI Bridge', '2141'),
|
||
(16027, '0000', 'STAR1000 PCIe NVMe SSD Controller', '2143'),
|
||
(16028, '1001', 'STAR1000P PCIe NVMe SSD Controller', '2143'),
|
||
(16029, '1201', 'STAR1200C NVMe SSD', '2143'),
|
||
(16030, '1202', 'STAR1200I NVMe SSD', '2143'),
|
||
(16031, '1203', 'STAR1200L NVMe SSD', '2143'),
|
||
(16032, '1204', 'STAR1200E NVMe SSD', '2143'),
|
||
(16033, '0013', '3CRPAG175 Wireless PC Card', '2151'),
|
||
(16034, '6803', '3CRDAG675B Wireless 11a/b/g Adapter', '2151'),
|
||
(16035, '0001', 'H1 PCIe over fiber optic host controller', '2170'),
|
||
(16036, '0002', 'R1BP1 PCIe over fiber optic expansion chassis', '2170'),
|
||
(16037, '6250', 'VITC/LTC Timecode Reader card [PCI-VLTC/RDR]', '2175'),
|
||
(16038, '01e1', 'PCI1E1 1-port ISDN E1 interface', '2176'),
|
||
(16039, '02e1', 'PCI2E1 2-port ISDN E1 interface', '2176'),
|
||
(16040, '450e', 'PCI4S0EC 4-port ISDN S0 interface', '2176'),
|
||
(16041, 'dead', 'Sirrix.PCI4S0 4-port ISDN S0 interface', '2176'),
|
||
(16042, 'a106', 'Multibridge Extreme', '2182'),
|
||
(16043, 'a117', 'Intensity Pro', '2182'),
|
||
(16044, 'a11a', 'DeckLink HD Extreme 2', '2182'),
|
||
(16045, 'a11b', 'DeckLink SDI/Duo/Quad', '2182'),
|
||
(16046, 'a11c', 'DeckLink HD Extreme 3', '2182'),
|
||
(16047, 'a11d', 'DeckLink Studio', '2182'),
|
||
(16048, 'a11e', 'DeckLink Optical Fibre', '2182'),
|
||
(16049, 'a120', 'Decklink Studio 2', '2182'),
|
||
(16050, 'a121', 'DeckLink HD Extreme 3D/3D+', '2182'),
|
||
(16051, 'a124', 'Intensity Extreme', '2182'),
|
||
(16052, 'a126', 'Intensity Shuttle', '2182'),
|
||
(16053, 'a127', 'UltraStudio Express', '2182'),
|
||
(16054, 'a129', 'UltraStudio Mini Recorder', '2182'),
|
||
(16055, 'a12a', 'UltraStudio Mini Monitor', '2182'),
|
||
(16056, 'a12d', 'UltraStudio 4K', '2182'),
|
||
(16057, 'a12e', 'DeckLink 4K Extreme', '2182'),
|
||
(16058, 'a12f', 'DeckLink Mini Monitor', '2182'),
|
||
(16059, 'a130', 'DeckLink Mini Recorder', '2182'),
|
||
(16060, 'a132', 'UltraStudio 4K', '2182'),
|
||
(16061, 'a136', 'DeckLink 4K Extreme 12G', '2182'),
|
||
(16062, 'a137', 'DeckLink Studio 4K', '2182'),
|
||
(16063, 'a138', 'Decklink SDI 4K', '2182'),
|
||
(16064, 'a139', 'Intensity Pro 4K', '2182'),
|
||
(16065, 'a13b', 'DeckLink Micro Recorder', '2182'),
|
||
(16066, 'a13d', 'DeckLink 4K Pro', '2182'),
|
||
(16067, 'a13e', 'UltraStudio 4K Extreme', '2182'),
|
||
(16068, 'a13f', 'DeckLink Quad 2', '2182'),
|
||
(16069, 'a140', 'DeckLink Duo 2', '2182'),
|
||
(16070, 'a141', 'UltraStudio 4K Extreme 3', '2182'),
|
||
(16071, 'a142', 'UltraStudio HD Mini', '2182'),
|
||
(16072, 'a143', 'DeckLink Mini Recorder 4K', '2182'),
|
||
(16073, 'a144', 'DeckLink Mini Monitor 4K', '2182'),
|
||
(16074, 'a148', 'DeckLink SDI Micro', '2182'),
|
||
(16075, 'a14b', 'DeckLink 8K Pro', '2182'),
|
||
(16076, 'a14e', 'DeckLink Quad HDMI Recorder', '2182'),
|
||
(16077, 'a1ff', 'eGPU RX580', '2182'),
|
||
(16078, '2263', 'P1 NVMe PCIe SSD', '2184'),
|
||
(16079, '0001', 'TurboCap Port A', '2189'),
|
||
(16080, '0002', 'TurboCap Port B', '2189'),
|
||
(16081, '0023', 'AirPcap N', '2189'),
|
||
(16082, '0003', 'Luna K3 Hardware Security Module', '2191'),
|
||
(16083, '0006', 'Luna PCI-e 3000 Hardware Security Module', '2191'),
|
||
(16084, '0007', 'Luna K6 Hardware Security Module', '2191'),
|
||
(16085, '0008', 'Luna K7 Hardware Security Module', '2191'),
|
||
(16086, '0101', 'DeepSea 1 High Speed Stereo Vision Frame Grabber', '2195'),
|
||
(16087, '0200', 'DeepSea 2 High Speed Stereo Vision Frame Grabber', '2195'),
|
||
(16088, '0120', 'Wildcard TE120P single-span T1/E1/J1 card', '2197'),
|
||
(16089, '0205', 'Wildcard TE205P/TE207P dual-span T1/E1/J1 card 5.0V', '2197'),
|
||
(16090, '0210', 'Wildcard TE210P/TE212P dual-span T1/E1/J1 card 3.3V', '2197'),
|
||
(16091, '0220', 'Wildcard TE220 dual-span T1/E1/J1 card 3.3V (PCI-Express)', '2197'),
|
||
(16092, '0405', 'Wildcard TE405P/TE407P quad-span T1/E1/J1 card 5.0V', '2197'),
|
||
(16093, '0410', 'Wildcard TE410P/TE412P quad-span T1/E1/J1 card 3.3V', '2197'),
|
||
(16094, '0420', 'Wildcard TE420P quad-span T1/E1/J1 card 3.3V (PCI-Express)', '2197'),
|
||
(16095, '0800', 'Wildcard TDM800P 8-port analog card', '2197'),
|
||
(16096, '1205', 'Wildcard TE205P/TE207P dual-span T1/E1/J1 card 5.0V (u1)', '2197'),
|
||
(16097, '1220', 'Wildcard TE220 dual-span T1/E1/J1 card 3.3V (PCI-Express) (5th gen)', '2197'),
|
||
(16098, '1405', 'Wildcard TE405P/TE407P quad-span T1/E1/J1 card 5.0V (u1)', '2197'),
|
||
(16099, '1410', 'Wildcard TE410P quad-span T1/E1/J1 card 3.3V (5th Gen)', '2197'),
|
||
(16100, '1420', 'Wildcard TE420 quad-span T1/E1/J1 card 3.3V (PCI-Express) (5th gen)', '2197'),
|
||
(16101, '1820', 'Wildcard TE820 octal-span T1/E1/J1 card 3.3V (PCI-Express)', '2197'),
|
||
(16102, '2400', 'Wildcard TDM2400P 24-port analog card', '2197'),
|
||
(16103, '3400', 'Wildcard TC400P transcoder base card', '2197'),
|
||
(16104, '8000', 'Wildcard TE121 single-span T1/E1/J1 card (PCI-Express)', '2197'),
|
||
(16105, '8001', 'Wildcard TE122 single-span T1/E1/J1 card', '2197'),
|
||
(16106, '8002', 'Wildcard AEX800 8-port analog card (PCI-Express)', '2197'),
|
||
(16107, '8003', 'Wildcard AEX2400 24-port analog card (PCI-Express)', '2197'),
|
||
(16108, '8004', 'Wildcard TCE400P transcoder base card', '2197'),
|
||
(16109, '8005', 'Wildcard TDM410 4-port analog card', '2197'),
|
||
(16110, '8006', 'Wildcard AEX410 4-port analog card (PCI-Express)', '2197'),
|
||
(16111, '8007', 'Hx8 Series 8-port Base Card', '2197'),
|
||
(16112, '8008', 'Hx8 Series 8-port Base Card (PCI-Express)', '2197'),
|
||
(16113, '800a', 'Wildcard TE133 single-span T1/E1/J1 card (PCI Express)', '2197'),
|
||
(16114, '800b', 'Wildcard TE134 single-span T1/E1/J1 card', '2197'),
|
||
(16115, '800c', 'Wildcard A8A 8-port analog card', '2197'),
|
||
(16116, '800d', 'Wildcard A8B 8-port analog card (PCI-Express)', '2197'),
|
||
(16117, '800e', 'Wildcard TE235/TE435 quad-span T1/E1/J1 card (PCI-Express)', '2197'),
|
||
(16118, '800f', 'Wildcard A4A 4-port analog card', '2197'),
|
||
(16119, '8010', 'Wildcard A4B 4-port analog card (PCI-Express)', '2197'),
|
||
(16120, '8013', 'Wildcard TE236/TE436 quad-span T1/E1/J1 card', '2197'),
|
||
(16121, 'b410', 'Wildcard B410 quad-BRI card', '2197'),
|
||
(16122, '1500', 'PAC Drive', '2198'),
|
||
(16123, '15a2', 'SpinTrak', '2198'),
|
||
(16124, '1601', 'AimTrak', '2198'),
|
||
(16125, '0601', 'PCI Mezzanine Card', '2199'),
|
||
(16126, '0133', 'VisionRGB-X2', '2202'),
|
||
(16127, '0139', 'VisionRGB-E1', '2202'),
|
||
(16128, '0144', 'VisionSD8', '2202'),
|
||
(16129, '0150', 'VisionRGB-E2', '2202'),
|
||
(16130, '0151', 'VisionSD4+1', '2202'),
|
||
(16131, '0159', 'VisionAV', '2202'),
|
||
(16132, '0161', 'DGC161', '2202'),
|
||
(16133, '0165', 'DGC165', '2202'),
|
||
(16134, '0167', 'DGC167', '2202'),
|
||
(16135, '0168', 'DGC168', '2202'),
|
||
(16136, '1139', 'VisionRGB-E1S', '2202'),
|
||
(16137, '1150', 'VisionRGB-E2S', '2202'),
|
||
(16138, '1151', 'VisionSD4+1S', '2202'),
|
||
(16139, '1153', 'VisionDVI-DL', '2202'),
|
||
(16140, '1154', 'VisionSDI2', '2202'),
|
||
(16141, '0046', 'PCIe Altera Cyclone IV', '2205'),
|
||
(16142, '0047', 'VPX-RCB', '2205'),
|
||
(16143, '0048', 'PMC-Biserial-III-BAE9', '2205'),
|
||
(16144, '004e', 'PC104p-Biserial-III-NVY5', '2205'),
|
||
(16145, '004f', 'PC104p-Biserial-III-NVY6', '2205'),
|
||
(16146, '0052', 'PCIeBiSerialDb37 BA22 LVDS IO', '2205'),
|
||
(16147, '0066', 'PMC-OctalUART-232', '2205'),
|
||
(16148, '0003', 'Octopus DVB Adapter', '2206'),
|
||
(16149, '0006', 'Cine V7', '2206'),
|
||
(16150, '0007', 'Max', '2206'),
|
||
(16151, '0011', 'Octopus CI DVB Adapter', '2206'),
|
||
(16152, '0201', 'Resi DVB-C Modulator', '2206'),
|
||
(16153, '9050', 'PC Weasel Virtual VGA', '2208'),
|
||
(16154, '9051', 'PC Weasel Serial Port', '2208'),
|
||
(16155, '9052', 'PC Weasel Watchdog Timer', '2208'),
|
||
(16156, '4001', 'CB or MX camera', '2209'),
|
||
(16157, '4021', 'MT camera', '2209'),
|
||
(16158, 'e000', 'W89C940', '2210'),
|
||
(16159, '0001', 'Tiger3XX Modem/ISDN interface', '2211'),
|
||
(16160, '0002', 'Tiger100APC ISDN chipset', '2211'),
|
||
(16161, '0ccd', 'CCD-CALYPSO', '2213'),
|
||
(16162, '0cd1', 'CD1-OPERA', '2213'),
|
||
(16163, '0cd2', 'CD2-BEBOP', '2213'),
|
||
(16164, '0cd3', 'CD3-JIVE', '2213'),
|
||
(16165, '50c1', 'PC1-GROOVE', '2213'),
|
||
(16166, '50c2', 'PC2-LIMBO', '2213'),
|
||
(16167, '53c1', 'SC1-ALLEGRO', '2213'),
|
||
(16168, 'cc47', 'CCG-RUMBA', '2213'),
|
||
(16169, 'cc4d', 'CCM-BOOGIE', '2213'),
|
||
(16170, '000a', 'PCI-773 Temperature Card', '2216'),
|
||
(16171, '0032', 'PCI-730 & PC104P-30 Card', '2216'),
|
||
(16172, '003e', 'PCI-762 Opto-Isolator Card', '2216'),
|
||
(16173, '0041', 'PCI-763 Reed Relay Card', '2216'),
|
||
(16174, '0043', 'PCI-769 Opto-Isolator Reed Relay Combo Card', '2216'),
|
||
(16175, '0046', 'PCI-766 Analog Output Card', '2216'),
|
||
(16176, '0052', 'PCI-703 Analog I/O Card', '2216'),
|
||
(16177, '0800', 'PCI-800 Digital I/O Card', '2216'),
|
||
(16178, '9896', 'Digi32', '2218'),
|
||
(16179, '9897', 'Digi32 Pro', '2218'),
|
||
(16180, '9898', 'Digi32/8', '2218'),
|
||
(16181, '3100', 'DAG 3.10 OC-3/OC-12', '2220'),
|
||
(16182, '3200', 'DAG 3.2x OC-3/OC-12', '2220'),
|
||
(16183, '320e', 'DAG 3.2E Fast Ethernet', '2220'),
|
||
(16184, '340e', 'DAG 3.4E Fast Ethernet', '2220'),
|
||
(16185, '341e', 'DAG 3.41E Fast Ethernet', '2220'),
|
||
(16186, '3500', 'DAG 3.5 OC-3/OC-12', '2220'),
|
||
(16187, '351c', 'DAG 3.5ECM Fast Ethernet', '2220'),
|
||
(16188, '360d', 'DAG 3.6D DS3', '2220'),
|
||
(16189, '360e', 'DAG 3.6E Fast Ethernet', '2220'),
|
||
(16190, '368e', 'DAG 3.6E Gig Ethernet', '2220'),
|
||
(16191, '3707', 'DAG 3.7T T1/E1/J1', '2220'),
|
||
(16192, '370d', 'DAG 3.7D DS3/E3', '2220'),
|
||
(16193, '378e', 'DAG 3.7G Gig Ethernet', '2220'),
|
||
(16194, '3800', 'DAG 3.8S OC-3/OC-12', '2220'),
|
||
(16195, '4100', 'DAG 4.10 OC-48', '2220'),
|
||
(16196, '4110', 'DAG 4.11 OC-48', '2220'),
|
||
(16197, '4220', 'DAG 4.2 OC-48', '2220'),
|
||
(16198, '422e', 'DAG 4.2GE Gig Ethernet', '2220'),
|
||
(16199, '4230', 'DAG 4.2S OC-48', '2220'),
|
||
(16200, '423e', 'DAG 4.2GE Gig Ethernet', '2220'),
|
||
(16201, '4300', 'DAG 4.3S OC-48', '2220'),
|
||
(16202, '430e', 'DAG 4.3GE Gig Ethernet', '2220'),
|
||
(16203, '452e', 'DAG 4.5G2 Gig Ethernet', '2220'),
|
||
(16204, '454e', 'DAG 4.5G4 Gig Ethernet', '2220'),
|
||
(16205, '45b8', 'DAG 4.5Z8 Gig Ethernet', '2220'),
|
||
(16206, '45be', 'DAG 4.5Z2 Gig Ethernet', '2220'),
|
||
(16207, '520e', 'DAG 5.2X 10G Ethernet', '2220'),
|
||
(16208, '521a', 'DAG 5.2SXA 10G Ethernet/OC-192', '2220'),
|
||
(16209, '5400', 'DAG 5.4S-12 OC-3/OC-12', '2220'),
|
||
(16210, '5401', 'DAG 5.4SG-48 Gig Ethernet/OC-3/OC-12/OC-48', '2220'),
|
||
(16211, '540a', 'DAG 5.4GA Gig Ethernet', '2220'),
|
||
(16212, '541a', 'DAG 5.4SA-12 OC-3/OC-12', '2220'),
|
||
(16213, '542a', 'DAG 5.4SGA-48 Gig Ethernet/OC-3/OC-12/OC-48', '2220'),
|
||
(16214, '6000', 'DAG 6.0SE 10G Ethernet/OC-192', '2220'),
|
||
(16215, '6100', 'DAG 6.1SE 10G Ethernet/OC-192', '2220'),
|
||
(16216, '6200', 'DAG 6.2SE 10G Ethernet/OC-192', '2220'),
|
||
(16217, '7100', 'DAG 7.1S OC-3/OC-12', '2220'),
|
||
(16218, '7400', 'DAG 7.4S OC-3/OC-12', '2220'),
|
||
(16219, '7401', 'DAG 7.4S48 OC-48', '2220'),
|
||
(16220, '752e', 'DAG 7.5G2 Gig Ethernet', '2220'),
|
||
(16221, '754e', 'DAG 7.5G4 Gig Ethernet', '2220'),
|
||
(16222, '8100', 'DAG 8.1X 10G Ethernet', '2220'),
|
||
(16223, '8101', 'DAG 8.1SX 10G Ethernet/OC-192', '2220'),
|
||
(16224, '8102', 'DAG 8.1X 10G Ethernet', '2220'),
|
||
(16225, '820e', 'DAG 8.2X 10G Ethernet', '2220'),
|
||
(16226, '820f', 'DAG 8.2X 10G Ethernet (2nd bus)', '2220'),
|
||
(16227, '8400', 'DAG 8.4I Infiniband x4 SDR', '2220'),
|
||
(16228, '8500', 'DAG 8.5I Infiniband x4 DDR', '2220'),
|
||
(16229, '9200', 'DAG 9.2SX2 10G Ethernet', '2220'),
|
||
(16230, '920e', 'DAG 9.2X2 10G Ethernet', '2220'),
|
||
(16231, '9540', 'DAG 9.5G4 Gig Ethernet', '2220'),
|
||
(16232, '954f', 'DAG 9.5G4F Gig Ethernet', '2220'),
|
||
(16233, 'a120', 'DAG 10X2-P 10G Ethernet', '2220'),
|
||
(16234, 'a12e', 'DAG 10X2-S 10G Ethernet', '2220'),
|
||
(16235, 'a140', 'DAG 10X4-P 10/40G Ethernet', '2220'),
|
||
(16236, 'a14e', 'DAG 10X4-S 10/40G Ethernet', '2220'),
|
||
(16237, 'eace', 'vDAG virtual device', '2220'),
|
||
(16238, 'ec00', 'F5D6000', '2221'),
|
||
(16239, 'a091', '1000PV [Stingray]', '2223'),
|
||
(16240, 'a099', '2000PV [Stingray]', '2223'),
|
||
(16241, 'a0a1', '2000MT', '2223'),
|
||
(16242, 'a0a9', '2000MI', '2223'),
|
||
(16243, 'c0fe', 'Xena HS/HD-R', '2227'),
|
||
(16244, 'c0ff', 'Kona/Xena 2', '2227'),
|
||
(16245, 'cafe', 'Kona SD', '2227'),
|
||
(16246, 'cfee', 'Xena LS/SD-22-DA/SD-DA', '2227'),
|
||
(16247, 'dafe', 'Corvid 1', '2227'),
|
||
(16248, 'daff', 'KONA LHi', '2227'),
|
||
(16249, 'db00', 'IoExpress', '2227'),
|
||
(16250, 'db01', 'Corvid22', '2227'),
|
||
(16251, 'db02', 'Kona 3G', '2227'),
|
||
(16252, 'db03', 'Corvid 3G', '2227'),
|
||
(16253, 'db04', 'Kona 3G QUAD', '2227'),
|
||
(16254, 'db05', 'Kona LHe+', '2227'),
|
||
(16255, 'db06', 'IoXT', '2227'),
|
||
(16256, 'db07', 'Kona 3G P2P', '2227'),
|
||
(16257, 'db08', 'Kona 3G QUAD P2P', '2227'),
|
||
(16258, 'db09', 'Corvid 24', '2227'),
|
||
(16259, 'db11', 'T-Tap', '2227'),
|
||
(16260, 'dcaf', 'Kona HD', '2227'),
|
||
(16261, 'dfee', 'Xena HD-DA', '2227'),
|
||
(16262, 'eb07', 'Io4K', '2227'),
|
||
(16263, 'eb0a', 'Io4K UFC', '2227'),
|
||
(16264, 'eb0b', 'Kona 4', '2227'),
|
||
(16265, 'eb0c', 'Kona 4 UFC', '2227'),
|
||
(16266, 'eb0d', 'Corvid 88', '2227'),
|
||
(16267, 'eb0e', 'Corvid 44', '2227'),
|
||
(16268, 'eb16', 'Corvid HEVC', '2227'),
|
||
(16269, 'eb18', 'Corvid HB-R', '2227'),
|
||
(16270, 'eb1a', 'Kona IP 1SFP', '2227'),
|
||
(16271, 'eb1c', 'Kona IP 2SFP', '2227'),
|
||
(16272, 'eb1d', 'Io4KPlus', '2227'),
|
||
(16273, 'eb1e', 'IoIP', '2227'),
|
||
(16274, 'eb1f', 'Kona 5', '2227'),
|
||
(16275, 'eb23', 'Kona 1', '2227'),
|
||
(16276, 'eb24', 'Kona HDMI', '2227'),
|
||
(16277, 'eb25', 'Corvid 44 12g', '2227'),
|
||
(16278, 'efac', 'Xena SD-MM/SD-22-MM', '2227'),
|
||
(16279, 'facd', 'Xena HD-MM', '2227'),
|
||
(16280, '0001', 'PMC [Pattern Matching Chip]', '2230'),
|
||
(16281, 'a0fa', 'BCM4210 iLine10 HomePNA 2.0', '2233'),
|
||
(16282, 'a10e', 'BCM4230 iLine10 HomePNA 2.0', '2233'),
|
||
(16283, '0003', 'TABIC PCI v3', '2234'),
|
||
(16284, '0101', 'PCI Event Channel Controller', '2235'),
|
||
(16285, '0710', 'Virtual SVGA', '2236'),
|
||
(16286, '00', 'Non-VGA unclassified device', '2238'),
|
||
(16287, '01', 'VGA compatible unclassified device', '2238'),
|
||
(16288, '05', 'Image coprocessor', '2238'),
|
||
(16289, '00', 'SCSI storage controller', '2239'),
|
||
(16290, '01', 'IDE interface', '2239'),
|
||
(16291, '02', 'Floppy disk controller', '2239'),
|
||
(16292, '03', 'IPI bus controller', '2239'),
|
||
(16293, '04', 'RAID bus controller', '2239'),
|
||
(16294, '05', 'ATA controller', '2239'),
|
||
(16295, '06', 'SATA controller', '2239'),
|
||
(16296, '07', 'Serial Attached SCSI controller', '2239'),
|
||
(16297, '08', 'Non-Volatile memory controller', '2239'),
|
||
(16298, '80', 'Mass storage controller', '2239'),
|
||
(16299, '00', 'Ethernet controller', '2240'),
|
||
(16300, '01', 'Token ring network controller', '2240'),
|
||
(16301, '02', 'FDDI network controller', '2240'),
|
||
(16302, '03', 'ATM network controller', '2240'),
|
||
(16303, '04', 'ISDN controller', '2240'),
|
||
(16304, '05', 'WorldFip controller', '2240'),
|
||
(16305, '06', 'PICMG controller', '2240'),
|
||
(16306, '07', 'Infiniband controller', '2240'),
|
||
(16307, '08', 'Fabric controller', '2240'),
|
||
(16308, '80', 'Network controller', '2240'),
|
||
(16309, '00', 'VGA compatible controller', '2241'),
|
||
(16310, '01', 'XGA compatible controller', '2241'),
|
||
(16311, '02', '3D controller', '2241'),
|
||
(16312, '80', 'Display controller', '2241'),
|
||
(16313, '00', 'Multimedia video controller', '2242'),
|
||
(16314, '01', 'Multimedia audio controller', '2242'),
|
||
(16315, '02', 'Computer telephony device', '2242'),
|
||
(16316, '03', 'Audio device', '2242'),
|
||
(16317, '80', 'Multimedia controller', '2242'),
|
||
(16318, '00', 'RAM memory', '2243'),
|
||
(16319, '01', 'FLASH memory', '2243'),
|
||
(16320, '80', 'Memory controller', '2243'),
|
||
(16321, '00', 'Host bridge', '2244'),
|
||
(16322, '01', 'ISA bridge', '2244'),
|
||
(16323, '02', 'EISA bridge', '2244'),
|
||
(16324, '03', 'MicroChannel bridge', '2244'),
|
||
(16325, '04', 'PCI bridge', '2244'),
|
||
(16326, '05', 'PCMCIA bridge', '2244'),
|
||
(16327, '06', 'NuBus bridge', '2244'),
|
||
(16328, '07', 'CardBus bridge', '2244'),
|
||
(16329, '08', 'RACEway bridge', '2244'),
|
||
(16330, '09', 'Semi-transparent PCI-to-PCI bridge', '2244'),
|
||
(16331, '0a', 'InfiniBand to PCI host bridge', '2244'),
|
||
(16332, '80', 'Bridge', '2244'),
|
||
(16333, '00', 'Serial controller', '2245'),
|
||
(16334, '01', 'Parallel controller', '2245'),
|
||
(16335, '02', 'Multiport serial controller', '2245'),
|
||
(16336, '03', 'Modem', '2245'),
|
||
(16337, '04', 'GPIB controller', '2245'),
|
||
(16338, '05', 'Smard Card controller', '2245'),
|
||
(16339, '80', 'Communication controller', '2245'),
|
||
(16340, '00', 'PIC', '2246'),
|
||
(16341, '01', 'DMA controller', '2246'),
|
||
(16342, '02', 'Timer', '2246'),
|
||
(16343, '03', 'RTC', '2246'),
|
||
(16344, '04', 'PCI Hot-plug controller', '2246'),
|
||
(16345, '05', 'SD Host controller', '2246'),
|
||
(16346, '06', 'IOMMU', '2246'),
|
||
(16347, '80', 'System peripheral', '2246'),
|
||
(16348, '99', 'Timing Card', '2246'),
|
||
(16349, '00', 'Keyboard controller', '2247'),
|
||
(16350, '01', 'Digitizer Pen', '2247'),
|
||
(16351, '02', 'Mouse controller', '2247'),
|
||
(16352, '03', 'Scanner controller', '2247'),
|
||
(16353, '04', 'Gameport controller', '2247'),
|
||
(16354, '80', 'Input device controller', '2247'),
|
||
(16355, '00', 'Generic Docking Station', '2248'),
|
||
(16356, '80', 'Docking Station', '2248'),
|
||
(16357, '00', '386', '2249'),
|
||
(16358, '01', '486', '2249'),
|
||
(16359, '02', 'Pentium', '2249'),
|
||
(16360, '10', 'Alpha', '2249'),
|
||
(16361, '20', 'Power PC', '2249'),
|
||
(16362, '30', 'MIPS', '2249'),
|
||
(16363, '40', 'Co-processor', '2249'),
|
||
(16364, '00', 'FireWire (IEEE 1394)', '2250'),
|
||
(16365, '01', 'ACCESS Bus', '2250'),
|
||
(16366, '02', 'SSA', '2250'),
|
||
(16367, '03', 'USB controller', '2250'),
|
||
(16368, '04', 'Fibre Channel', '2250'),
|
||
(16369, '05', 'SMBus', '2250'),
|
||
(16370, '06', 'InfiniBand', '2250'),
|
||
(16371, '07', 'IPMI Interface', '2250'),
|
||
(16372, '08', 'SERCOS interface', '2250'),
|
||
(16373, '09', 'CANBUS', '2250'),
|
||
(16374, '00', 'IRDA controller', '2251'),
|
||
(16375, '01', 'Consumer IR controller', '2251'),
|
||
(16376, '10', 'RF controller', '2251'),
|
||
(16377, '11', 'Bluetooth', '2251'),
|
||
(16378, '12', 'Broadband', '2251'),
|
||
(16379, '20', '802.1a controller', '2251'),
|
||
(16380, '21', '802.1b controller', '2251'),
|
||
(16381, '80', 'Wireless controller', '2251'),
|
||
(16382, '00', 'I2O', '2252'),
|
||
(16383, '01', 'Satellite TV controller', '2253'),
|
||
(16384, '02', 'Satellite audio communication controller', '2253'),
|
||
(16385, '03', 'Satellite voice communication controller', '2253'),
|
||
(16386, '04', 'Satellite data communication controller', '2253'),
|
||
(16387, '00', 'Network and computing encryption device', '2254'),
|
||
(16388, '10', 'Entertainment encryption device', '2254'),
|
||
(16389, '80', 'Encryption controller', '2254'),
|
||
(16390, '00', 'DPIO module', '2255'),
|
||
(16391, '01', 'Performance counters', '2255'),
|
||
(16392, '10', 'Communication synchronizer', '2255'),
|
||
(16393, '20', 'Signal processing management', '2255'),
|
||
(16394, '80', 'Signal processing controller', '2255'),
|
||
(16395, '00', 'Processing accelerators', '2256'),
|
||
(16396, '01', 'AI Inference Accelerator', '2256');
|