/* SPDX-License-Identifier: GPL-2.0 */
/*
* PCI Class, Vendor and Device IDs
*
* Please keep sorted by numeric Vendor ID and Device ID.
*
* Do not add new entries to this file unless the definitions
* are shared between multiple drivers.
*/
#ifndef _LINUX_PCI_IDS_H
#define _LINUX_PCI_IDS_H
/* Device classes and subclasses */
#define PCI_CLASS_NOT_DEFINED 0 x0000
#define PCI_CLASS_NOT_DEFINED_VGA 0 x0001
#define PCI_BASE_CLASS_STORAGE 0 x01
#define PCI_CLASS_STORAGE_SCSI 0 x0100
#define PCI_CLASS_STORAGE_IDE 0 x0101
#define PCI_CLASS_STORAGE_FLOPPY 0 x0102
#define PCI_CLASS_STORAGE_IPI 0 x0103
#define PCI_CLASS_STORAGE_RAID 0 x0104
#define PCI_CLASS_STORAGE_SATA 0 x0106
#define PCI_CLASS_STORAGE_SATA_AHCI 0 x010601
#define PCI_CLASS_STORAGE_SAS 0 x0107
#define PCI_CLASS_STORAGE_EXPRESS 0 x010802
#define PCI_CLASS_STORAGE_OTHER 0 x0180
#define PCI_BASE_CLASS_NETWORK 0 x02
#define PCI_CLASS_NETWORK_ETHERNET 0 x0200
#define PCI_CLASS_NETWORK_TOKEN_RING 0 x0201
#define PCI_CLASS_NETWORK_FDDI 0 x0202
#define PCI_CLASS_NETWORK_ATM 0 x0203
#define PCI_CLASS_NETWORK_OTHER 0 x0280
#define PCI_BASE_CLASS_DISPLAY 0 x03
#define PCI_CLASS_DISPLAY_VGA 0 x0300
#define PCI_CLASS_DISPLAY_XGA 0 x0301
#define PCI_CLASS_DISPLAY_3D 0 x0302
#define PCI_CLASS_DISPLAY_OTHER 0 x0380
#define PCI_BASE_CLASS_MULTIMEDIA 0 x04
#define PCI_CLASS_MULTIMEDIA_VIDEO 0 x0400
#define PCI_CLASS_MULTIMEDIA_AUDIO 0 x0401
#define PCI_CLASS_MULTIMEDIA_PHONE 0 x0402
#define PCI_CLASS_MULTIMEDIA_HD_AUDIO 0 x0403
#define PCI_CLASS_MULTIMEDIA_OTHER 0 x0480
#define PCI_BASE_CLASS_MEMORY 0 x05
#define PCI_CLASS_MEMORY_RAM 0 x0500
#define PCI_CLASS_MEMORY_FLASH 0 x0501
#define PCI_CLASS_MEMORY_CXL 0 x0502
#define PCI_CLASS_MEMORY_OTHER 0 x0580
#define PCI_BASE_CLASS_BRIDGE 0 x06
#define PCI_CLASS_BRIDGE_HOST 0 x0600
#define PCI_CLASS_BRIDGE_ISA 0 x0601
#define PCI_CLASS_BRIDGE_EISA 0 x0602
#define PCI_CLASS_BRIDGE_MC 0 x0603
#define PCI_CLASS_BRIDGE_PCI 0 x0604
#define PCI_CLASS_BRIDGE_PCI_NORMAL 0 x060400
#define PCI_CLASS_BRIDGE_PCI_SUBTRACTIVE 0 x060401
#define PCI_CLASS_BRIDGE_PCMCIA 0 x0605
#define PCI_CLASS_BRIDGE_NUBUS 0 x0606
#define PCI_CLASS_BRIDGE_CARDBUS 0 x0607
#define PCI_CLASS_BRIDGE_RACEWAY 0 x0608
#define PCI_CLASS_BRIDGE_OTHER 0 x0680
#define PCI_BASE_CLASS_COMMUNICATION 0 x07
#define PCI_CLASS_COMMUNICATION_SERIAL 0 x0700
#define PCI_CLASS_COMMUNICATION_PARALLEL 0 x0701
#define PCI_CLASS_COMMUNICATION_MULTISERIAL 0 x0702
#define PCI_CLASS_COMMUNICATION_MODEM 0 x0703
#define PCI_CLASS_COMMUNICATION_OTHER 0 x0780
/* Interface for SERIAL/MODEM */
#define PCI_SERIAL_16550_COMPATIBLE 0 x02
#define PCI_BASE_CLASS_SYSTEM 0 x08
#define PCI_CLASS_SYSTEM_PIC 0 x0800
#define PCI_CLASS_SYSTEM_PIC_IOAPIC 0 x080010
#define PCI_CLASS_SYSTEM_PIC_IOXAPIC 0 x080020
#define PCI_CLASS_SYSTEM_DMA 0 x0801
#define PCI_CLASS_SYSTEM_TIMER 0 x0802
#define PCI_CLASS_SYSTEM_RTC 0 x0803
#define PCI_CLASS_SYSTEM_PCI_HOTPLUG 0 x0804
#define PCI_CLASS_SYSTEM_SDHCI 0 x0805
#define PCI_CLASS_SYSTEM_RCEC 0 x0807
#define PCI_CLASS_SYSTEM_OTHER 0 x0880
#define PCI_BASE_CLASS_INPUT 0 x09
#define PCI_CLASS_INPUT_KEYBOARD 0 x0900
#define PCI_CLASS_INPUT_PEN 0 x0901
#define PCI_CLASS_INPUT_MOUSE 0 x0902
#define PCI_CLASS_INPUT_SCANNER 0 x0903
#define PCI_CLASS_INPUT_GAMEPORT 0 x0904
#define PCI_CLASS_INPUT_OTHER 0 x0980
#define PCI_BASE_CLASS_DOCKING 0 x0a
#define PCI_CLASS_DOCKING_GENERIC 0 x0a00
#define PCI_CLASS_DOCKING_OTHER 0 x0a80
#define PCI_BASE_CLASS_PROCESSOR 0 x0b
#define PCI_CLASS_PROCESSOR_386 0 x0b00
#define PCI_CLASS_PROCESSOR_486 0 x0b01
#define PCI_CLASS_PROCESSOR_PENTIUM 0 x0b02
#define PCI_CLASS_PROCESSOR_ALPHA 0 x0b10
#define PCI_CLASS_PROCESSOR_POWERPC 0 x0b20
#define PCI_CLASS_PROCESSOR_MIPS 0 x0b30
#define PCI_CLASS_PROCESSOR_CO 0 x0b40
#define PCI_BASE_CLASS_SERIAL 0 x0c
#define PCI_CLASS_SERIAL_FIREWIRE 0 x0c00
#define PCI_CLASS_SERIAL_FIREWIRE_OHCI 0 x0c0010
#define PCI_CLASS_SERIAL_ACCESS 0 x0c01
#define PCI_CLASS_SERIAL_SSA 0 x0c02
#define PCI_CLASS_SERIAL_USB 0 x0c03
#define PCI_CLASS_SERIAL_USB_UHCI 0 x0c0300
#define PCI_CLASS_SERIAL_USB_OHCI 0 x0c0310
#define PCI_CLASS_SERIAL_USB_EHCI 0 x0c0320
#define PCI_CLASS_SERIAL_USB_XHCI 0 x0c0330
#define PCI_CLASS_SERIAL_USB_CDNS 0 x0c0380
#define PCI_CLASS_SERIAL_USB_DEVICE 0 x0c03fe
#define PCI_CLASS_SERIAL_FIBER 0 x0c04
#define PCI_CLASS_SERIAL_SMBUS 0 x0c05
#define PCI_CLASS_SERIAL_IPMI 0 x0c07
#define PCI_CLASS_SERIAL_IPMI_SMIC 0 x0c0700
#define PCI_CLASS_SERIAL_IPMI_KCS 0 x0c0701
#define PCI_CLASS_SERIAL_IPMI_BT 0 x0c0702
#define PCI_BASE_CLASS_WIRELESS 0 x0d
#define PCI_CLASS_WIRELESS_RF_CONTROLLER 0 x0d10
#define PCI_CLASS_WIRELESS_WHCI 0 x0d1010
#define PCI_BASE_CLASS_INTELLIGENT 0 x0e
#define PCI_CLASS_INTELLIGENT_I2O 0 x0e00
#define PCI_BASE_CLASS_SATELLITE 0 x0f
#define PCI_CLASS_SATELLITE_TV 0 x0f00
#define PCI_CLASS_SATELLITE_AUDIO 0 x0f01
#define PCI_CLASS_SATELLITE_VOICE 0 x0f03
#define PCI_CLASS_SATELLITE_DATA 0 x0f04
#define PCI_BASE_CLASS_CRYPT 0 x10
#define PCI_CLASS_CRYPT_NETWORK 0 x1000
#define PCI_CLASS_CRYPT_ENTERTAINMENT 0 x1001
#define PCI_CLASS_CRYPT_OTHER 0 x1080
#define PCI_BASE_CLASS_SIGNAL_PROCESSING 0 x11
#define PCI_CLASS_SP_DPIO 0 x1100
#define PCI_CLASS_SP_OTHER 0 x1180
#define PCI_BASE_CLASS_ACCELERATOR 0 x12
#define PCI_CLASS_ACCELERATOR_PROCESSING 0 x1200
#define PCI_CLASS_OTHERS 0 xff
/* Vendors and devices. Sort key: vendor first, device next. */
#define PCI_VENDOR_ID_PCI_SIG 0 x0001
#define PCI_VENDOR_ID_LOONGSON 0 x0014
#define PCI_DEVICE_ID_LOONGSON_HDA 0 x7a07
#define PCI_DEVICE_ID_LOONGSON_HDMI 0 x7a37
#define PCI_VENDOR_ID_SOLIDIGM 0 x025e
#define PCI_VENDOR_ID_TTTECH 0 x0357
#define PCI_DEVICE_ID_TTTECH_MC322 0 x000a
#define PCI_VENDOR_ID_DYNALINK 0 x0675
#define PCI_DEVICE_ID_DYNALINK_IS64PH 0 x1702
#define PCI_VENDOR_ID_UBIQUITI 0 x0777
#define PCI_VENDOR_ID_BERKOM 0 x0871
#define PCI_DEVICE_ID_BERKOM_A1T 0 xffa1
#define PCI_DEVICE_ID_BERKOM_T_CONCEPT 0 xffa2
#define PCI_DEVICE_ID_BERKOM_A4T 0 xffa4
#define PCI_DEVICE_ID_BERKOM_SCITEL_QUADRO 0 xffa8
#define PCI_VENDOR_ID_ITTIM 0 x0b48
#define PCI_VENDOR_ID_COMPAQ 0 x0e11
#define PCI_DEVICE_ID_COMPAQ_TOKENRING 0 x0508
#define PCI_DEVICE_ID_COMPAQ_TACHYON 0 xa0fc
#define PCI_DEVICE_ID_COMPAQ_SMART2P 0 xae10
#define PCI_DEVICE_ID_COMPAQ_NETEL100 0 xae32
#define PCI_DEVICE_ID_COMPAQ_NETEL10 0 xae34
#define PCI_DEVICE_ID_COMPAQ_TRIFLEX_IDE 0 xae33
#define PCI_DEVICE_ID_COMPAQ_NETFLEX3I 0 xae35
#define PCI_DEVICE_ID_COMPAQ_NETEL100D 0 xae40
#define PCI_DEVICE_ID_COMPAQ_NETEL100PI 0 xae43
#define PCI_DEVICE_ID_COMPAQ_NETEL100I 0 xb011
#define PCI_DEVICE_ID_COMPAQ_CISS 0 xb060
#define PCI_DEVICE_ID_COMPAQ_CISSB 0 xb178
#define PCI_DEVICE_ID_COMPAQ_CISSC 0 x46
#define PCI_DEVICE_ID_COMPAQ_THUNDER 0 xf130
#define PCI_DEVICE_ID_COMPAQ_NETFLEX3B 0 xf150
#define PCI_VENDOR_ID_NCR 0 x1000
#define PCI_VENDOR_ID_LSI_LOGIC 0 x1000
#define PCI_DEVICE_ID_NCR_53C810 0 x0001
#define PCI_DEVICE_ID_NCR_53C820 0 x0002
#define PCI_DEVICE_ID_NCR_53C825 0 x0003
#define PCI_DEVICE_ID_NCR_53C815 0 x0004
#define PCI_DEVICE_ID_LSI_53C810AP 0 x0005
#define PCI_DEVICE_ID_NCR_53C860 0 x0006
#define PCI_DEVICE_ID_LSI_53C1510 0 x000a
#define PCI_DEVICE_ID_NCR_53C896 0 x000b
#define PCI_DEVICE_ID_NCR_53C895 0 x000c
#define PCI_DEVICE_ID_NCR_53C885 0 x000d
#define PCI_DEVICE_ID_NCR_53C875 0 x000f
#define PCI_DEVICE_ID_NCR_53C1510 0 x0010
#define PCI_DEVICE_ID_LSI_53C895A 0 x0012
#define PCI_DEVICE_ID_LSI_53C875A 0 x0013
#define PCI_DEVICE_ID_LSI_53C1010_33 0 x0020
#define PCI_DEVICE_ID_LSI_53C1010_66 0 x0021
#define PCI_DEVICE_ID_LSI_53C1030 0 x0030
#define PCI_DEVICE_ID_LSI_1030_53C1035 0 x0032
#define PCI_DEVICE_ID_LSI_53C1035 0 x0040
#define PCI_DEVICE_ID_NCR_53C875J 0 x008f
#define PCI_DEVICE_ID_LSI_FC909 0 x0621
#define PCI_DEVICE_ID_LSI_FC929 0 x0622
#define PCI_DEVICE_ID_LSI_FC929_LAN 0 x0623
#define PCI_DEVICE_ID_LSI_FC919 0 x0624
#define PCI_DEVICE_ID_LSI_FC919_LAN 0 x0625
#define PCI_DEVICE_ID_LSI_FC929X 0 x0626
#define PCI_DEVICE_ID_LSI_FC939X 0 x0642
#define PCI_DEVICE_ID_LSI_FC949X 0 x0640
#define PCI_DEVICE_ID_LSI_FC949ES 0 x0646
#define PCI_DEVICE_ID_LSI_FC919X 0 x0628
#define PCI_DEVICE_ID_NCR_YELLOWFIN 0 x0701
#define PCI_DEVICE_ID_LSI_61C102 0 x0901
#define PCI_DEVICE_ID_LSI_63C815 0 x1000
#define PCI_DEVICE_ID_LSI_SAS1064 0 x0050
#define PCI_DEVICE_ID_LSI_SAS1064R 0 x0411
#define PCI_DEVICE_ID_LSI_SAS1066 0 x005E
#define PCI_DEVICE_ID_LSI_SAS1068 0 x0054
#define PCI_DEVICE_ID_LSI_SAS1064A 0 x005C
#define PCI_DEVICE_ID_LSI_SAS1064E 0 x0056
#define PCI_DEVICE_ID_LSI_SAS1066E 0 x005A
#define PCI_DEVICE_ID_LSI_SAS1068E 0 x0058
#define PCI_DEVICE_ID_LSI_SAS1078 0 x0060
#define PCI_VENDOR_ID_ATI 0 x1002
/* Mach64 */
#define PCI_DEVICE_ID_ATI_68800 0 x4158
#define PCI_DEVICE_ID_ATI_215CT222 0 x4354
#define PCI_DEVICE_ID_ATI_210888CX 0 x4358
#define PCI_DEVICE_ID_ATI_215ET222 0 x4554
/* Mach64 / Rage */
#define PCI_DEVICE_ID_ATI_215GB 0 x4742
#define PCI_DEVICE_ID_ATI_215GD 0 x4744
#define PCI_DEVICE_ID_ATI_215GI 0 x4749
#define PCI_DEVICE_ID_ATI_215GP 0 x4750
#define PCI_DEVICE_ID_ATI_215GQ 0 x4751
#define PCI_DEVICE_ID_ATI_215XL 0 x4752
#define PCI_DEVICE_ID_ATI_215GT 0 x4754
#define PCI_DEVICE_ID_ATI_215GTB 0 x4755
#define PCI_DEVICE_ID_ATI_215_IV 0 x4756
#define PCI_DEVICE_ID_ATI_215_IW 0 x4757
#define PCI_DEVICE_ID_ATI_215_IZ 0 x475A
#define PCI_DEVICE_ID_ATI_210888GX 0 x4758
#define PCI_DEVICE_ID_ATI_215_LB 0 x4c42
#define PCI_DEVICE_ID_ATI_215_LD 0 x4c44
#define PCI_DEVICE_ID_ATI_215_LG 0 x4c47
#define PCI_DEVICE_ID_ATI_215_LI 0 x4c49
#define PCI_DEVICE_ID_ATI_215_LM 0 x4c4D
#define PCI_DEVICE_ID_ATI_215_LN 0 x4c4E
#define PCI_DEVICE_ID_ATI_215_LR 0 x4c52
#define PCI_DEVICE_ID_ATI_215_LS 0 x4c53
#define PCI_DEVICE_ID_ATI_264_LT 0 x4c54
/* Mach64 VT */
#define PCI_DEVICE_ID_ATI_264VT 0 x5654
#define PCI_DEVICE_ID_ATI_264VU 0 x5655
#define PCI_DEVICE_ID_ATI_264VV 0 x5656
/* Rage128 GL */
#define PCI_DEVICE_ID_ATI_RAGE128_RE 0 x5245
#define PCI_DEVICE_ID_ATI_RAGE128_RF 0 x5246
#define PCI_DEVICE_ID_ATI_RAGE128_RG 0 x5247
/* Rage128 VR */
#define PCI_DEVICE_ID_ATI_RAGE128_RK 0 x524b
#define PCI_DEVICE_ID_ATI_RAGE128_RL 0 x524c
#define PCI_DEVICE_ID_ATI_RAGE128_SE 0 x5345
#define PCI_DEVICE_ID_ATI_RAGE128_SF 0 x5346
#define PCI_DEVICE_ID_ATI_RAGE128_SG 0 x5347
#define PCI_DEVICE_ID_ATI_RAGE128_SH 0 x5348
#define PCI_DEVICE_ID_ATI_RAGE128_SK 0 x534b
#define PCI_DEVICE_ID_ATI_RAGE128_SL 0 x534c
#define PCI_DEVICE_ID_ATI_RAGE128_SM 0 x534d
#define PCI_DEVICE_ID_ATI_RAGE128_SN 0 x534e
/* Rage128 Ultra */
#define PCI_DEVICE_ID_ATI_RAGE128_TF 0 x5446
#define PCI_DEVICE_ID_ATI_RAGE128_TL 0 x544c
#define PCI_DEVICE_ID_ATI_RAGE128_TR 0 x5452
#define PCI_DEVICE_ID_ATI_RAGE128_TS 0 x5453
#define PCI_DEVICE_ID_ATI_RAGE128_TT 0 x5454
#define PCI_DEVICE_ID_ATI_RAGE128_TU 0 x5455
/* Rage128 M3 */
#define PCI_DEVICE_ID_ATI_RAGE128_LE 0 x4c45
#define PCI_DEVICE_ID_ATI_RAGE128_LF 0 x4c46
/* Rage128 M4 */
#define PCI_DEVICE_ID_ATI_RAGE128_MF 0 x4d46
#define PCI_DEVICE_ID_ATI_RAGE128_ML 0 x4d4c
/* Rage128 Pro GL */
#define PCI_DEVICE_ID_ATI_RAGE128_PA 0 x5041
#define PCI_DEVICE_ID_ATI_RAGE128_PB 0 x5042
#define PCI_DEVICE_ID_ATI_RAGE128_PC 0 x5043
#define PCI_DEVICE_ID_ATI_RAGE128_PD 0 x5044
#define PCI_DEVICE_ID_ATI_RAGE128_PE 0 x5045
#define PCI_DEVICE_ID_ATI_RAGE128_PF 0 x5046
/* Rage128 Pro VR */
#define PCI_DEVICE_ID_ATI_RAGE128_PG 0 x5047
#define PCI_DEVICE_ID_ATI_RAGE128_PH 0 x5048
#define PCI_DEVICE_ID_ATI_RAGE128_PI 0 x5049
#define PCI_DEVICE_ID_ATI_RAGE128_PJ 0 x504A
#define PCI_DEVICE_ID_ATI_RAGE128_PK 0 x504B
#define PCI_DEVICE_ID_ATI_RAGE128_PL 0 x504C
#define PCI_DEVICE_ID_ATI_RAGE128_PM 0 x504D
#define PCI_DEVICE_ID_ATI_RAGE128_PN 0 x504E
#define PCI_DEVICE_ID_ATI_RAGE128_PO 0 x504F
#define PCI_DEVICE_ID_ATI_RAGE128_PP 0 x5050
#define PCI_DEVICE_ID_ATI_RAGE128_PQ 0 x5051
#define PCI_DEVICE_ID_ATI_RAGE128_PR 0 x5052
#define PCI_DEVICE_ID_ATI_RAGE128_PS 0 x5053
#define PCI_DEVICE_ID_ATI_RAGE128_PT 0 x5054
#define PCI_DEVICE_ID_ATI_RAGE128_PU 0 x5055
#define PCI_DEVICE_ID_ATI_RAGE128_PV 0 x5056
#define PCI_DEVICE_ID_ATI_RAGE128_PW 0 x5057
#define PCI_DEVICE_ID_ATI_RAGE128_PX 0 x5058
/* Rage128 M4 */
/* Radeon R100 */
#define PCI_DEVICE_ID_ATI_RADEON_QD 0 x5144
#define PCI_DEVICE_ID_ATI_RADEON_QE 0 x5145
#define PCI_DEVICE_ID_ATI_RADEON_QF 0 x5146
#define PCI_DEVICE_ID_ATI_RADEON_QG 0 x5147
/* Radeon RV100 (VE) */
#define PCI_DEVICE_ID_ATI_RADEON_QY 0 x5159
#define PCI_DEVICE_ID_ATI_RADEON_QZ 0 x515a
/* Radeon R200 (8500) */
#define PCI_DEVICE_ID_ATI_RADEON_QL 0 x514c
#define PCI_DEVICE_ID_ATI_RADEON_QN 0 x514e
#define PCI_DEVICE_ID_ATI_RADEON_QO 0 x514f
#define PCI_DEVICE_ID_ATI_RADEON_Ql 0 x516c
#define PCI_DEVICE_ID_ATI_RADEON_BB 0 x4242
/* Radeon R200 (9100) */
#define PCI_DEVICE_ID_ATI_RADEON_QM 0 x514d
/* Radeon RV200 (7500) */
#define PCI_DEVICE_ID_ATI_RADEON_QW 0 x5157
#define PCI_DEVICE_ID_ATI_RADEON_QX 0 x5158
/* Radeon NV-100 */
/* Radeon RV250 (9000) */
#define PCI_DEVICE_ID_ATI_RADEON_Id 0 x4964
#define PCI_DEVICE_ID_ATI_RADEON_Ie 0 x4965
#define PCI_DEVICE_ID_ATI_RADEON_If 0 x4966
#define PCI_DEVICE_ID_ATI_RADEON_Ig 0 x4967
/* Radeon RV280 (9200) */
#define PCI_DEVICE_ID_ATI_RADEON_Ya 0 x5961
#define PCI_DEVICE_ID_ATI_RADEON_Yd 0 x5964
/* Radeon R300 (9500) */
/* Radeon R300 (9700) */
#define PCI_DEVICE_ID_ATI_RADEON_ND 0 x4e44
#define PCI_DEVICE_ID_ATI_RADEON_NE 0 x4e45
#define PCI_DEVICE_ID_ATI_RADEON_NF 0 x4e46
#define PCI_DEVICE_ID_ATI_RADEON_NG 0 x4e47
/* Radeon R350 (9800) */
/* Radeon RV350 (9600) */
/* Radeon M6 */
#define PCI_DEVICE_ID_ATI_RADEON_LY 0 x4c59
#define PCI_DEVICE_ID_ATI_RADEON_LZ 0 x4c5a
/* Radeon M7 */
#define PCI_DEVICE_ID_ATI_RADEON_LW 0 x4c57
#define PCI_DEVICE_ID_ATI_RADEON_LX 0 x4c58
/* Radeon M9 */
#define PCI_DEVICE_ID_ATI_RADEON_Ld 0 x4c64
#define PCI_DEVICE_ID_ATI_RADEON_Le 0 x4c65
#define PCI_DEVICE_ID_ATI_RADEON_Lf 0 x4c66
#define PCI_DEVICE_ID_ATI_RADEON_Lg 0 x4c67
/* Radeon */
/* RadeonIGP */
#define PCI_DEVICE_ID_ATI_RS100 0 xcab0
#define PCI_DEVICE_ID_ATI_RS200 0 xcab2
#define PCI_DEVICE_ID_ATI_RS200_B 0 xcbb2
#define PCI_DEVICE_ID_ATI_RS250 0 xcab3
#define PCI_DEVICE_ID_ATI_RS300_100 0 x5830
#define PCI_DEVICE_ID_ATI_RS300_133 0 x5831
#define PCI_DEVICE_ID_ATI_RS300_166 0 x5832
#define PCI_DEVICE_ID_ATI_RS300_200 0 x5833
#define PCI_DEVICE_ID_ATI_RS350_100 0 x7830
#define PCI_DEVICE_ID_ATI_RS350_133 0 x7831
#define PCI_DEVICE_ID_ATI_RS350_166 0 x7832
#define PCI_DEVICE_ID_ATI_RS350_200 0 x7833
#define PCI_DEVICE_ID_ATI_RS400_100 0 x5a30
#define PCI_DEVICE_ID_ATI_RS400_133 0 x5a31
#define PCI_DEVICE_ID_ATI_RS400_166 0 x5a32
#define PCI_DEVICE_ID_ATI_RS400_200 0 x5a33
#define PCI_DEVICE_ID_ATI_RS480 0 x5950
/* ATI IXP Chipset */
#define PCI_DEVICE_ID_ATI_IXP200_IDE 0 x4349
#define PCI_DEVICE_ID_ATI_IXP200_SMBUS 0 x4353
#define PCI_DEVICE_ID_ATI_IXP300_SMBUS 0 x4363
#define PCI_DEVICE_ID_ATI_IXP300_IDE 0 x4369
#define PCI_DEVICE_ID_ATI_IXP300_SATA 0 x436e
#define PCI_DEVICE_ID_ATI_IXP400_SMBUS 0 x4372
#define PCI_DEVICE_ID_ATI_IXP400_IDE 0 x4376
#define PCI_DEVICE_ID_ATI_IXP400_SATA 0 x4379
#define PCI_DEVICE_ID_ATI_IXP400_SATA2 0 x437a
#define PCI_DEVICE_ID_ATI_IXP600_SATA 0 x4380
#define PCI_DEVICE_ID_ATI_SBX00_SMBUS 0 x4385
#define PCI_DEVICE_ID_ATI_IXP600_IDE 0 x438c
#define PCI_DEVICE_ID_ATI_IXP700_SATA 0 x4390
#define PCI_DEVICE_ID_ATI_IXP700_IDE 0 x439c
#define PCI_VENDOR_ID_VLSI 0 x1004
#define PCI_DEVICE_ID_VLSI_82C592 0 x0005
#define PCI_DEVICE_ID_VLSI_82C593 0 x0006
#define PCI_DEVICE_ID_VLSI_82C594 0 x0007
#define PCI_DEVICE_ID_VLSI_82C597 0 x0009
#define PCI_DEVICE_ID_VLSI_82C541 0 x000c
#define PCI_DEVICE_ID_VLSI_82C543 0 x000d
#define PCI_DEVICE_ID_VLSI_82C532 0 x0101
#define PCI_DEVICE_ID_VLSI_82C534 0 x0102
#define PCI_DEVICE_ID_VLSI_82C535 0 x0104
#define PCI_DEVICE_ID_VLSI_82C147 0 x0105
#define PCI_DEVICE_ID_VLSI_VAS96011 0 x0702
/* AMD RD890 Chipset */
#define PCI_DEVICE_ID_RD890_IOMMU 0 x5a23
#define PCI_VENDOR_ID_ADL 0 x1005
#define PCI_DEVICE_ID_ADL_2301 0 x2301
#define PCI_VENDOR_ID_NS 0 x100b
#define PCI_DEVICE_ID_NS_87415 0 x0002
#define PCI_DEVICE_ID_NS_87560_LIO 0 x000e
#define PCI_DEVICE_ID_NS_87560_USB 0 x0012
#define PCI_DEVICE_ID_NS_83815 0 x0020
#define PCI_DEVICE_ID_NS_83820 0 x0022
#define PCI_DEVICE_ID_NS_CS5535_ISA 0 x002b
#define PCI_DEVICE_ID_NS_CS5535_IDE 0 x002d
#define PCI_DEVICE_ID_NS_CS5535_AUDIO 0 x002e
#define PCI_DEVICE_ID_NS_CS5535_USB 0 x002f
#define PCI_DEVICE_ID_NS_GX_VIDEO 0 x0030
#define PCI_DEVICE_ID_NS_SATURN 0 x0035
#define PCI_DEVICE_ID_NS_SCx200_BRIDGE 0 x0500
#define PCI_DEVICE_ID_NS_SCx200_SMI 0 x0501
#define PCI_DEVICE_ID_NS_SCx200_IDE 0 x0502
#define PCI_DEVICE_ID_NS_SCx200_AUDIO 0 x0503
#define PCI_DEVICE_ID_NS_SCx200_VIDEO 0 x0504
#define PCI_DEVICE_ID_NS_SCx200_XBUS 0 x0505
#define PCI_DEVICE_ID_NS_SC1100_BRIDGE 0 x0510
#define PCI_DEVICE_ID_NS_SC1100_SMI 0 x0511
#define PCI_DEVICE_ID_NS_SC1100_XBUS 0 x0515
#define PCI_DEVICE_ID_NS_87410 0 xd001
#define PCI_DEVICE_ID_NS_GX_HOST_BRIDGE 0 x0028
#define PCI_VENDOR_ID_TSENG 0 x100c
#define PCI_DEVICE_ID_TSENG_W32P_2 0 x3202
#define PCI_DEVICE_ID_TSENG_W32P_b 0 x3205
#define PCI_DEVICE_ID_TSENG_W32P_c 0 x3206
#define PCI_DEVICE_ID_TSENG_W32P_d 0 x3207
#define PCI_DEVICE_ID_TSENG_ET6000 0 x3208
#define PCI_VENDOR_ID_WEITEK 0 x100e
#define PCI_DEVICE_ID_WEITEK_P9000 0 x9001
#define PCI_DEVICE_ID_WEITEK_P9100 0 x9100
#define PCI_VENDOR_ID_DEC 0 x1011
#define PCI_DEVICE_ID_DEC_BRD 0 x0001
#define PCI_DEVICE_ID_DEC_TULIP 0 x0002
#define PCI_DEVICE_ID_DEC_TGA 0 x0004
#define PCI_DEVICE_ID_DEC_TULIP_FAST 0 x0009
#define PCI_DEVICE_ID_DEC_TGA2 0 x000D
#define PCI_DEVICE_ID_DEC_FDDI 0 x000F
#define PCI_DEVICE_ID_DEC_TULIP_PLUS 0 x0014
#define PCI_DEVICE_ID_DEC_21142 0 x0019
#define PCI_DEVICE_ID_DEC_21052 0 x0021
#define PCI_DEVICE_ID_DEC_21150 0 x0022
#define PCI_DEVICE_ID_DEC_21152 0 x0024
#define PCI_DEVICE_ID_DEC_21153 0 x0025
#define PCI_DEVICE_ID_DEC_21154 0 x0026
#define PCI_DEVICE_ID_DEC_21285 0 x1065
#define PCI_DEVICE_ID_COMPAQ_42XX 0 x0046
#define PCI_VENDOR_ID_CIRRUS 0 x1013
#define PCI_DEVICE_ID_CIRRUS_7548 0 x0038
#define PCI_DEVICE_ID_CIRRUS_5430 0 x00a0
#define PCI_DEVICE_ID_CIRRUS_5434_4 0 x00a4
#define PCI_DEVICE_ID_CIRRUS_5434_8 0 x00a8
#define PCI_DEVICE_ID_CIRRUS_5436 0 x00ac
#define PCI_DEVICE_ID_CIRRUS_5446 0 x00b8
#define PCI_DEVICE_ID_CIRRUS_5480 0 x00bc
#define PCI_DEVICE_ID_CIRRUS_5462 0 x00d0
#define PCI_DEVICE_ID_CIRRUS_5464 0 x00d4
#define PCI_DEVICE_ID_CIRRUS_5465 0 x00d6
#define PCI_DEVICE_ID_CIRRUS_6729 0 x1100
#define PCI_DEVICE_ID_CIRRUS_6832 0 x1110
#define PCI_DEVICE_ID_CIRRUS_7543 0 x1202
#define PCI_DEVICE_ID_CIRRUS_4610 0 x6001
#define PCI_DEVICE_ID_CIRRUS_4612 0 x6003
#define PCI_DEVICE_ID_CIRRUS_4615 0 x6004
#define PCI_VENDOR_ID_IBM 0 x1014
#define PCI_DEVICE_ID_IBM_TR 0 x0018
#define PCI_DEVICE_ID_IBM_TR_WAKE 0 x003e
#define PCI_DEVICE_ID_IBM_CPC710_PCI64 0 x00fc
#define PCI_DEVICE_ID_IBM_SNIPE 0 x0180
#define PCI_DEVICE_ID_IBM_CITRINE 0 x028C
#define PCI_DEVICE_ID_IBM_GEMSTONE 0 xB166
#define PCI_DEVICE_ID_IBM_OBSIDIAN 0 x02BD
#define PCI_DEVICE_ID_IBM_ICOM_DEV_ID_1 0 x0031
#define PCI_DEVICE_ID_IBM_ICOM_DEV_ID_2 0 x0219
#define PCI_DEVICE_ID_IBM_ICOM_V2_TWO_PORTS_RVX 0 x021A
#define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM 0 x0251
#define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM_PCIE 0 x0361
#define PCI_DEVICE_ID_IBM_ICOM_FOUR_PORT_MODEL 0 x252
#define PCI_DEVICE_ID_IBM_ISM 0 x04ed
#define PCI_SUBVENDOR_ID_IBM 0 x1014
#define PCI_SUBDEVICE_ID_IBM_SATURN_SERIAL_ONE_PORT 0 x03d4
#define PCI_VENDOR_ID_UNISYS 0 x1018
#define PCI_DEVICE_ID_UNISYS_DMA_DIRECTOR 0 x001C
#define PCI_VENDOR_ID_COMPEX2 0 x101a /* pci.ids says "AT&T GIS (NCR)" */
#define PCI_DEVICE_ID_COMPEX2_100VG 0 x0005
#define PCI_VENDOR_ID_WD 0 x101c
#define PCI_DEVICE_ID_WD_90C 0 xc24a
#define PCI_VENDOR_ID_AMI 0 x101e
#define PCI_DEVICE_ID_AMI_MEGARAID3 0 x1960
#define PCI_DEVICE_ID_AMI_MEGARAID 0 x9010
#define PCI_DEVICE_ID_AMI_MEGARAID2 0 x9060
#define PCI_VENDOR_ID_AMD 0 x1022
#define PCI_DEVICE_ID_AMD_K8_NB 0 x1100
#define PCI_DEVICE_ID_AMD_K8_NB_ADDRMAP 0 x1101
#define PCI_DEVICE_ID_AMD_K8_NB_MEMCTL 0 x1102
#define PCI_DEVICE_ID_AMD_K8_NB_MISC 0 x1103
#define PCI_DEVICE_ID_AMD_10H_NB_HT 0 x1200
#define PCI_DEVICE_ID_AMD_10H_NB_MAP 0 x1201
#define PCI_DEVICE_ID_AMD_10H_NB_DRAM 0 x1202
#define PCI_DEVICE_ID_AMD_10H_NB_MISC 0 x1203
#define PCI_DEVICE_ID_AMD_10H_NB_LINK 0 x1204
#define PCI_DEVICE_ID_AMD_11H_NB_HT 0 x1300
#define PCI_DEVICE_ID_AMD_11H_NB_MAP 0 x1301
#define PCI_DEVICE_ID_AMD_11H_NB_DRAM 0 x1302
#define PCI_DEVICE_ID_AMD_11H_NB_MISC 0 x1303
#define PCI_DEVICE_ID_AMD_11H_NB_LINK 0 x1304
#define PCI_DEVICE_ID_AMD_15H_M10H_F3 0 x1403
#define PCI_DEVICE_ID_AMD_15H_M30H_NB_F3 0 x141d
#define PCI_DEVICE_ID_AMD_15H_M30H_NB_F4 0 x141e
#define PCI_DEVICE_ID_AMD_15H_M60H_NB_F3 0 x1573
#define PCI_DEVICE_ID_AMD_15H_M60H_NB_F4 0 x1574
#define PCI_DEVICE_ID_AMD_15H_NB_F0 0 x1600
#define PCI_DEVICE_ID_AMD_15H_NB_F1 0 x1601
#define PCI_DEVICE_ID_AMD_15H_NB_F2 0 x1602
#define PCI_DEVICE_ID_AMD_15H_NB_F3 0 x1603
#define PCI_DEVICE_ID_AMD_15H_NB_F4 0 x1604
#define PCI_DEVICE_ID_AMD_15H_NB_F5 0 x1605
#define PCI_DEVICE_ID_AMD_16H_NB_F3 0 x1533
#define PCI_DEVICE_ID_AMD_16H_NB_F4 0 x1534
#define PCI_DEVICE_ID_AMD_16H_M30H_NB_F3 0 x1583
#define PCI_DEVICE_ID_AMD_16H_M30H_NB_F4 0 x1584
#define PCI_DEVICE_ID_AMD_17H_DF_F3 0 x1463
#define PCI_DEVICE_ID_AMD_17H_M10H_DF_F3 0 x15eb
#define PCI_DEVICE_ID_AMD_17H_M30H_DF_F3 0 x1493
#define PCI_DEVICE_ID_AMD_17H_M40H_DF_F3 0 x13f3
#define PCI_DEVICE_ID_AMD_17H_M60H_DF_F3 0 x144b
#define PCI_DEVICE_ID_AMD_17H_M70H_DF_F3 0 x1443
#define PCI_DEVICE_ID_AMD_17H_MA0H_DF_F3 0 x1727
#define PCI_DEVICE_ID_AMD_19H_DF_F3 0 x1653
#define PCI_DEVICE_ID_AMD_19H_M10H_DF_F3 0 x14b0
#define PCI_DEVICE_ID_AMD_19H_M40H_DF_F3 0 x167c
#define PCI_DEVICE_ID_AMD_19H_M50H_DF_F3 0 x166d
#define PCI_DEVICE_ID_AMD_19H_M60H_DF_F3 0 x14e3
#define PCI_DEVICE_ID_AMD_19H_M70H_DF_F3 0 x14f3
#define PCI_DEVICE_ID_AMD_19H_M78H_DF_F3 0 x12fb
#define PCI_DEVICE_ID_AMD_1AH_M00H_DF_F3 0 x12c3
#define PCI_DEVICE_ID_AMD_1AH_M20H_DF_F3 0 x16fb
#define PCI_DEVICE_ID_AMD_1AH_M60H_DF_F3 0 x124b
#define PCI_DEVICE_ID_AMD_1AH_M70H_DF_F3 0 x12bb
#define PCI_DEVICE_ID_AMD_MI200_DF_F3 0 x14d3
#define PCI_DEVICE_ID_AMD_MI300_DF_F3 0 x152b
#define PCI_DEVICE_ID_AMD_VANGOGH_USB 0 x163a
#define PCI_DEVICE_ID_AMD_CNB17H_F3 0 x1703
#define PCI_DEVICE_ID_AMD_LANCE 0 x2000
#define PCI_DEVICE_ID_AMD_LANCE_HOME 0 x2001
#define PCI_DEVICE_ID_AMD_SCSI 0 x2020
#define PCI_DEVICE_ID_AMD_SERENADE 0 x36c0
#define PCI_DEVICE_ID_AMD_FE_GATE_7006 0 x7006
#define PCI_DEVICE_ID_AMD_FE_GATE_7007 0 x7007
#define PCI_DEVICE_ID_AMD_FE_GATE_700C 0 x700C
#define PCI_DEVICE_ID_AMD_FE_GATE_700E 0 x700E
#define PCI_DEVICE_ID_AMD_COBRA_7401 0 x7401
#define PCI_DEVICE_ID_AMD_VIPER_7409 0 x7409
#define PCI_DEVICE_ID_AMD_VIPER_740B 0 x740B
#define PCI_DEVICE_ID_AMD_VIPER_7410 0 x7410
#define PCI_DEVICE_ID_AMD_VIPER_7411 0 x7411
#define PCI_DEVICE_ID_AMD_VIPER_7413 0 x7413
#define PCI_DEVICE_ID_AMD_VIPER_7440 0 x7440
#define PCI_DEVICE_ID_AMD_OPUS_7441 0 x7441
#define PCI_DEVICE_ID_AMD_OPUS_7443 0 x7443
#define PCI_DEVICE_ID_AMD_VIPER_7443 0 x7443
#define PCI_DEVICE_ID_AMD_OPUS_7445 0 x7445
#define PCI_DEVICE_ID_AMD_GOLAM_7450 0 x7450
#define PCI_DEVICE_ID_AMD_8111_PCI 0 x7460
#define PCI_DEVICE_ID_AMD_8111_LPC 0 x7468
#define PCI_DEVICE_ID_AMD_8111_IDE 0 x7469
#define PCI_DEVICE_ID_AMD_8111_SMBUS2 0 x746a
#define PCI_DEVICE_ID_AMD_8111_SMBUS 0 x746b
#define PCI_DEVICE_ID_AMD_8111_AUDIO 0 x746d
#define PCI_DEVICE_ID_AMD_8151_0 0 x7454
#define PCI_DEVICE_ID_AMD_8131_BRIDGE 0 x7450
#define PCI_DEVICE_ID_AMD_8131_APIC 0 x7451
#define PCI_DEVICE_ID_AMD_8132_BRIDGE 0 x7458
#define PCI_DEVICE_ID_AMD_NL_USB 0 x7912
#define PCI_DEVICE_ID_AMD_CS5535_IDE 0 x208F
#define PCI_DEVICE_ID_AMD_CS5536_ISA 0 x2090
#define PCI_DEVICE_ID_AMD_CS5536_FLASH 0 x2091
#define PCI_DEVICE_ID_AMD_CS5536_AUDIO 0 x2093
#define PCI_DEVICE_ID_AMD_CS5536_OHC 0 x2094
#define PCI_DEVICE_ID_AMD_CS5536_EHC 0 x2095
#define PCI_DEVICE_ID_AMD_CS5536_UDC 0 x2096
#define PCI_DEVICE_ID_AMD_CS5536_UOC 0 x2097
#define PCI_DEVICE_ID_AMD_CS5536_DEV_IDE 0 x2092
#define PCI_DEVICE_ID_AMD_CS5536_IDE 0 x209A
#define PCI_DEVICE_ID_AMD_LX_VIDEO 0 x2081
#define PCI_DEVICE_ID_AMD_LX_AES 0 x2082
#define PCI_DEVICE_ID_AMD_HUDSON2_SATA_IDE 0 x7800
#define PCI_DEVICE_ID_AMD_HUDSON2_SMBUS 0 x780b
#define PCI_DEVICE_ID_AMD_HUDSON2_IDE 0 x780c
#define PCI_DEVICE_ID_AMD_KERNCZ_SMBUS 0 x790b
#define PCI_VENDOR_ID_TRIDENT 0 x1023
#define PCI_DEVICE_ID_TRIDENT_4DWAVE_DX 0 x2000
#define PCI_DEVICE_ID_TRIDENT_4DWAVE_NX 0 x2001
#define PCI_DEVICE_ID_TRIDENT_9320 0 x9320
#define PCI_DEVICE_ID_TRIDENT_9388 0 x9388
#define PCI_DEVICE_ID_TRIDENT_9397 0 x9397
#define PCI_DEVICE_ID_TRIDENT_939A 0 x939A
#define PCI_DEVICE_ID_TRIDENT_9520 0 x9520
#define PCI_DEVICE_ID_TRIDENT_9525 0 x9525
#define PCI_DEVICE_ID_TRIDENT_9420 0 x9420
#define PCI_DEVICE_ID_TRIDENT_9440 0 x9440
#define PCI_DEVICE_ID_TRIDENT_9660 0 x9660
#define PCI_DEVICE_ID_TRIDENT_9750 0 x9750
#define PCI_DEVICE_ID_TRIDENT_9850 0 x9850
#define PCI_DEVICE_ID_TRIDENT_9880 0 x9880
#define PCI_DEVICE_ID_TRIDENT_8400 0 x8400
#define PCI_DEVICE_ID_TRIDENT_8420 0 x8420
#define PCI_DEVICE_ID_TRIDENT_8500 0 x8500
#define PCI_VENDOR_ID_AI 0 x1025
#define PCI_DEVICE_ID_AI_M1435 0 x1435
#define PCI_VENDOR_ID_DELL 0 x1028
#define PCI_DEVICE_ID_DELL_RACIII 0 x0008
#define PCI_DEVICE_ID_DELL_RAC4 0 x0012
#define PCI_DEVICE_ID_DELL_PERC5 0 x0015
#define PCI_SUBVENDOR_ID_DELL 0 x1028
#define PCI_VENDOR_ID_MATROX 0 x102B
#define PCI_DEVICE_ID_MATROX_MGA_2 0 x0518
#define PCI_DEVICE_ID_MATROX_MIL 0 x0519
#define PCI_DEVICE_ID_MATROX_MYS 0 x051A
#define PCI_DEVICE_ID_MATROX_MIL_2 0 x051b
#define PCI_DEVICE_ID_MATROX_MYS_AGP 0 x051e
#define PCI_DEVICE_ID_MATROX_MIL_2_AGP 0 x051f
#define PCI_DEVICE_ID_MATROX_MGA_IMP 0 x0d10
#define PCI_DEVICE_ID_MATROX_G100_MM 0 x1000
#define PCI_DEVICE_ID_MATROX_G100_AGP 0 x1001
#define PCI_DEVICE_ID_MATROX_G200_PCI 0 x0520
#define PCI_DEVICE_ID_MATROX_G200_AGP 0 x0521
#define PCI_DEVICE_ID_MATROX_G400 0 x0525
#define PCI_DEVICE_ID_MATROX_G200EV_PCI 0 x0530
#define PCI_DEVICE_ID_MATROX_G550 0 x2527
#define PCI_DEVICE_ID_MATROX_VIA 0 x4536
#define PCI_VENDOR_ID_MOBILITY_ELECTRONICS 0 x14f2
#define PCI_VENDOR_ID_CT 0 x102c
#define PCI_DEVICE_ID_CT_69000 0 x00c0
#define PCI_DEVICE_ID_CT_65545 0 x00d8
#define PCI_DEVICE_ID_CT_65548 0 x00dc
#define PCI_DEVICE_ID_CT_65550 0 x00e0
#define PCI_DEVICE_ID_CT_65554 0 x00e4
#define PCI_DEVICE_ID_CT_65555 0 x00e5
#define PCI_VENDOR_ID_MIRO 0 x1031
#define PCI_DEVICE_ID_MIRO_36050 0 x5601
#define PCI_DEVICE_ID_MIRO_DC10PLUS 0 x7efe
#define PCI_DEVICE_ID_MIRO_DC30PLUS 0 xd801
#define PCI_VENDOR_ID_NEC 0 x1033
#define PCI_DEVICE_ID_NEC_CBUS_1 0 x0001 /* PCI-Cbus Bridge */
#define PCI_DEVICE_ID_NEC_LOCAL 0 x0002 /* Local Bridge */
#define PCI_DEVICE_ID_NEC_ATM 0 x0003 /* ATM LAN Controller */
#define PCI_DEVICE_ID_NEC_R4000 0 x0004 /* R4000 Bridge */
#define PCI_DEVICE_ID_NEC_486 0 x0005 /* 486 Like Peripheral Bus Bridge */
#define PCI_DEVICE_ID_NEC_ACCEL_1 0 x0006 /* Graphic Accelerator */
#define PCI_DEVICE_ID_NEC_UXBUS 0 x0007 /* UX-Bus Bridge */
#define PCI_DEVICE_ID_NEC_ACCEL_2 0 x0008 /* Graphic Accelerator */
#define PCI_DEVICE_ID_NEC_GRAPH 0 x0009 /* PCI-CoreGraph Bridge */
#define PCI_DEVICE_ID_NEC_VL 0 x0016 /* PCI-VL Bridge */
#define PCI_DEVICE_ID_NEC_STARALPHA2 0 x002c /* STAR ALPHA2 */
#define PCI_DEVICE_ID_NEC_CBUS_2 0 x002d /* PCI-Cbus Bridge */
#define PCI_DEVICE_ID_NEC_USB 0 x0035 /* PCI-USB Host */
#define PCI_DEVICE_ID_NEC_CBUS_3 0 x003b
#define PCI_DEVICE_ID_NEC_NAPCCARD 0 x003e
#define PCI_DEVICE_ID_NEC_PCX2 0 x0046 /* PowerVR */
#define PCI_DEVICE_ID_NEC_VRC5476 0 x009b
#define PCI_DEVICE_ID_NEC_VRC4173 0 x00a5
#define PCI_DEVICE_ID_NEC_VRC5477_AC97 0 x00a6
#define PCI_DEVICE_ID_NEC_PC9821CS01 0 x800c /* PC-9821-CS01 */
#define PCI_DEVICE_ID_NEC_PC9821NRB06 0 x800d /* PC-9821NR-B06 */
#define PCI_VENDOR_ID_FD 0 x1036
#define PCI_DEVICE_ID_FD_36C70 0 x0000
#define PCI_VENDOR_ID_SI 0 x1039
#define PCI_DEVICE_ID_SI_5591_AGP 0 x0001
#define PCI_DEVICE_ID_SI_6202 0 x0002
#define PCI_DEVICE_ID_SI_503 0 x0008
#define PCI_DEVICE_ID_SI_ACPI 0 x0009
#define PCI_DEVICE_ID_SI_SMBUS 0 x0016
#define PCI_DEVICE_ID_SI_LPC 0 x0018
#define PCI_DEVICE_ID_SI_5597_VGA 0 x0200
#define PCI_DEVICE_ID_SI_6205 0 x0205
#define PCI_DEVICE_ID_SI_501 0 x0406
#define PCI_DEVICE_ID_SI_496 0 x0496
#define PCI_DEVICE_ID_SI_300 0 x0300
#define PCI_DEVICE_ID_SI_315H 0 x0310
#define PCI_DEVICE_ID_SI_315 0 x0315
#define PCI_DEVICE_ID_SI_315PRO 0 x0325
#define PCI_DEVICE_ID_SI_530 0 x0530
#define PCI_DEVICE_ID_SI_540 0 x0540
#define PCI_DEVICE_ID_SI_550 0 x0550
#define PCI_DEVICE_ID_SI_540_VGA 0 x5300
#define PCI_DEVICE_ID_SI_550_VGA 0 x5315
#define PCI_DEVICE_ID_SI_620 0 x0620
#define PCI_DEVICE_ID_SI_630 0 x0630
#define PCI_DEVICE_ID_SI_633 0 x0633
#define PCI_DEVICE_ID_SI_635 0 x0635
#define PCI_DEVICE_ID_SI_640 0 x0640
#define PCI_DEVICE_ID_SI_645 0 x0645
#define PCI_DEVICE_ID_SI_646 0 x0646
#define PCI_DEVICE_ID_SI_648 0 x0648
#define PCI_DEVICE_ID_SI_650 0 x0650
#define PCI_DEVICE_ID_SI_651 0 x0651
#define PCI_DEVICE_ID_SI_655 0 x0655
#define PCI_DEVICE_ID_SI_661 0 x0661
#define PCI_DEVICE_ID_SI_730 0 x0730
#define PCI_DEVICE_ID_SI_733 0 x0733
#define PCI_DEVICE_ID_SI_630_VGA 0 x6300
#define PCI_DEVICE_ID_SI_735 0 x0735
#define PCI_DEVICE_ID_SI_740 0 x0740
#define PCI_DEVICE_ID_SI_741 0 x0741
#define PCI_DEVICE_ID_SI_745 0 x0745
#define PCI_DEVICE_ID_SI_746 0 x0746
#define PCI_DEVICE_ID_SI_755 0 x0755
#define PCI_DEVICE_ID_SI_760 0 x0760
#define PCI_DEVICE_ID_SI_900 0 x0900
#define PCI_DEVICE_ID_SI_961 0 x0961
#define PCI_DEVICE_ID_SI_962 0 x0962
#define PCI_DEVICE_ID_SI_963 0 x0963
#define PCI_DEVICE_ID_SI_965 0 x0965
#define PCI_DEVICE_ID_SI_966 0 x0966
#define PCI_DEVICE_ID_SI_968 0 x0968
#define PCI_DEVICE_ID_SI_1180 0 x1180
#define PCI_DEVICE_ID_SI_5511 0 x5511
#define PCI_DEVICE_ID_SI_5513 0 x5513
#define PCI_DEVICE_ID_SI_5517 0 x5517
#define PCI_DEVICE_ID_SI_5518 0 x5518
#define PCI_DEVICE_ID_SI_5571 0 x5571
#define PCI_DEVICE_ID_SI_5581 0 x5581
#define PCI_DEVICE_ID_SI_5582 0 x5582
#define PCI_DEVICE_ID_SI_5591 0 x5591
#define PCI_DEVICE_ID_SI_5596 0 x5596
#define PCI_DEVICE_ID_SI_5597 0 x5597
#define PCI_DEVICE_ID_SI_5598 0 x5598
#define PCI_DEVICE_ID_SI_5600 0 x5600
#define PCI_DEVICE_ID_SI_7012 0 x7012
#define PCI_DEVICE_ID_SI_7013 0 x7013
#define PCI_DEVICE_ID_SI_7016 0 x7016
#define PCI_DEVICE_ID_SI_7018 0 x7018
#define PCI_VENDOR_ID_HP 0 x103c
#define PCI_VENDOR_ID_HP_3PAR 0 x1590
#define PCI_DEVICE_ID_HP_VISUALIZE_EG 0 x1005
#define PCI_DEVICE_ID_HP_VISUALIZE_FX6 0 x1006
#define PCI_DEVICE_ID_HP_VISUALIZE_FX4 0 x1008
#define PCI_DEVICE_ID_HP_VISUALIZE_FX2 0 x100a
#define PCI_DEVICE_ID_HP_TACHYON 0 x1028
#define PCI_DEVICE_ID_HP_TACHLITE 0 x1029
#define PCI_DEVICE_ID_HP_J2585A 0 x1030
#define PCI_DEVICE_ID_HP_J2585B 0 x1031
#define PCI_DEVICE_ID_HP_J2973A 0 x1040
#define PCI_DEVICE_ID_HP_J2970A 0 x1042
#define PCI_DEVICE_ID_HP_DIVA 0 x1048
#define PCI_DEVICE_ID_HP_DIVA_TOSCA1 0 x1049
#define PCI_DEVICE_ID_HP_DIVA_TOSCA2 0 x104A
#define PCI_DEVICE_ID_HP_DIVA_MAESTRO 0 x104B
#define PCI_DEVICE_ID_HP_REO_IOC 0 x10f1
#define PCI_DEVICE_ID_HP_VISUALIZE_FXE 0 x108b
#define PCI_DEVICE_ID_HP_DIVA_HALFDOME 0 x1223
#define PCI_DEVICE_ID_HP_DIVA_KEYSTONE 0 x1226
#define PCI_DEVICE_ID_HP_DIVA_POWERBAR 0 x1227
#define PCI_DEVICE_ID_HP_ZX1_IOC 0 x122a
#define PCI_DEVICE_ID_HP_PCIX_LBA 0 x122e
#define PCI_DEVICE_ID_HP_SX1000_IOC 0 x127c
#define PCI_DEVICE_ID_HP_DIVA_EVEREST 0 x1282
#define PCI_DEVICE_ID_HP_DIVA_AUX 0 x1290
#define PCI_DEVICE_ID_HP_DIVA_RMP3 0 x1301
#define PCI_DEVICE_ID_HP_DIVA_HURRICANE 0 x132a
#define PCI_DEVICE_ID_HP_CISSA 0 x3220
#define PCI_DEVICE_ID_HP_CISSC 0 x3230
#define PCI_DEVICE_ID_HP_CISSD 0 x3238
#define PCI_DEVICE_ID_HP_CISSE 0 x323a
#define PCI_DEVICE_ID_HP_CISSF 0 x323b
#define PCI_DEVICE_ID_HP_CISSH 0 x323c
#define PCI_DEVICE_ID_HP_CISSI 0 x3239
#define PCI_DEVICE_ID_HP_ZX2_IOC 0 x4031
#define PCI_VENDOR_ID_PCTECH 0 x1042
#define PCI_DEVICE_ID_PCTECH_RZ1000 0 x1000
#define PCI_DEVICE_ID_PCTECH_RZ1001 0 x1001
#define PCI_DEVICE_ID_PCTECH_SAMURAI_IDE 0 x3020
#define PCI_VENDOR_ID_ASUSTEK 0 x1043
#define PCI_DEVICE_ID_ASUSTEK_0675 0 x0675
#define PCI_VENDOR_ID_DPT 0 x1044
#define PCI_DEVICE_ID_DPT 0 xa400
#define PCI_VENDOR_ID_OPTI 0 x1045
#define PCI_DEVICE_ID_OPTI_82C558 0 xc558
#define PCI_DEVICE_ID_OPTI_82C621 0 xc621
#define PCI_DEVICE_ID_OPTI_82C700 0 xc700
#define PCI_DEVICE_ID_OPTI_82C825 0 xd568
#define PCI_VENDOR_ID_ELSA 0 x1048
#define PCI_DEVICE_ID_ELSA_MICROLINK 0 x1000
#define PCI_DEVICE_ID_ELSA_QS3000 0 x3000
#define PCI_VENDOR_ID_STMICRO 0 x104A
#define PCI_DEVICE_ID_STMICRO_USB_HOST 0 xCC00
#define PCI_DEVICE_ID_STMICRO_USB_OHCI 0 xCC01
#define PCI_DEVICE_ID_STMICRO_USB_OTG 0 xCC02
#define PCI_DEVICE_ID_STMICRO_UART_HWFC 0 xCC03
#define PCI_DEVICE_ID_STMICRO_UART_NO_HWFC 0 xCC04
#define PCI_DEVICE_ID_STMICRO_SOC_DMA 0 xCC05
#define PCI_DEVICE_ID_STMICRO_SATA 0 xCC06
#define PCI_DEVICE_ID_STMICRO_I2C 0 xCC07
#define PCI_DEVICE_ID_STMICRO_SPI_HS 0 xCC08
#define PCI_DEVICE_ID_STMICRO_MAC 0 xCC09
#define PCI_DEVICE_ID_STMICRO_SDIO_EMMC 0 xCC0A
#define PCI_DEVICE_ID_STMICRO_SDIO 0 xCC0B
#define PCI_DEVICE_ID_STMICRO_GPIO 0 xCC0C
#define PCI_DEVICE_ID_STMICRO_VIP 0 xCC0D
#define PCI_DEVICE_ID_STMICRO_AUDIO_ROUTER_DMA 0 xCC0E
#define PCI_DEVICE_ID_STMICRO_AUDIO_ROUTER_SRCS 0 xCC0F
#define PCI_DEVICE_ID_STMICRO_AUDIO_ROUTER_MSPS 0 xCC10
#define PCI_DEVICE_ID_STMICRO_CAN 0 xCC11
#define PCI_DEVICE_ID_STMICRO_MLB 0 xCC12
#define PCI_DEVICE_ID_STMICRO_DBP 0 xCC13
#define PCI_DEVICE_ID_STMICRO_SATA_PHY 0 xCC14
#define PCI_DEVICE_ID_STMICRO_ESRAM 0 xCC15
#define PCI_DEVICE_ID_STMICRO_VIC 0 xCC16
#define PCI_VENDOR_ID_BUSLOGIC 0 x104B
#define PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER_NC 0 x0140
#define PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER 0 x1040
#define PCI_DEVICE_ID_BUSLOGIC_FLASHPOINT 0 x8130
#define PCI_VENDOR_ID_TI 0 x104c
#define PCI_DEVICE_ID_TI_TVP4020 0 x3d07
#define PCI_DEVICE_ID_TI_4450 0 x8011
#define PCI_DEVICE_ID_TI_XX21_XX11 0 x8031
#define PCI_DEVICE_ID_TI_XX21_XX11_FM 0 x8033
#define PCI_DEVICE_ID_TI_XX21_XX11_SD 0 x8034
#define PCI_DEVICE_ID_TI_X515 0 x8036
#define PCI_DEVICE_ID_TI_XX12 0 x8039
#define PCI_DEVICE_ID_TI_XX12_FM 0 x803b
#define PCI_DEVICE_ID_TI_XIO2000A 0 x8231
#define PCI_DEVICE_ID_TI_1130 0 xac12
#define PCI_DEVICE_ID_TI_1031 0 xac13
#define PCI_DEVICE_ID_TI_1131 0 xac15
#define PCI_DEVICE_ID_TI_1250 0 xac16
#define PCI_DEVICE_ID_TI_1220 0 xac17
#define PCI_DEVICE_ID_TI_1221 0 xac19
#define PCI_DEVICE_ID_TI_1210 0 xac1a
#define PCI_DEVICE_ID_TI_1450 0 xac1b
#define PCI_DEVICE_ID_TI_1225 0 xac1c
#define PCI_DEVICE_ID_TI_1251A 0 xac1d
#define PCI_DEVICE_ID_TI_1211 0 xac1e
#define PCI_DEVICE_ID_TI_1251B 0 xac1f
#define PCI_DEVICE_ID_TI_4410 0 xac41
#define PCI_DEVICE_ID_TI_4451 0 xac42
#define PCI_DEVICE_ID_TI_4510 0 xac44
#define PCI_DEVICE_ID_TI_4520 0 xac46
#define PCI_DEVICE_ID_TI_7510 0 xac47
#define PCI_DEVICE_ID_TI_7610 0 xac48
#define PCI_DEVICE_ID_TI_7410 0 xac49
#define PCI_DEVICE_ID_TI_1410 0 xac50
#define PCI_DEVICE_ID_TI_1420 0 xac51
#define PCI_DEVICE_ID_TI_1451A 0 xac52
#define PCI_DEVICE_ID_TI_1620 0 xac54
#define PCI_DEVICE_ID_TI_1520 0 xac55
#define PCI_DEVICE_ID_TI_1510 0 xac56
#define PCI_DEVICE_ID_TI_X620 0 xac8d
#define PCI_DEVICE_ID_TI_X420 0 xac8e
#define PCI_DEVICE_ID_TI_XX20_FM 0 xac8f
#define PCI_DEVICE_ID_TI_J721E 0 xb00d
#define PCI_DEVICE_ID_TI_DRA74x 0 xb500
#define PCI_DEVICE_ID_TI_DRA72x 0 xb501
#define PCI_VENDOR_ID_SONY 0 x104d
/* Winbond have two vendor IDs! See 0x10ad as well */
#define PCI_VENDOR_ID_WINBOND2 0 x1050
#define PCI_DEVICE_ID_WINBOND2_89C940F 0 x5a5a
#define PCI_DEVICE_ID_WINBOND2_6692 0 x6692
#define PCI_VENDOR_ID_ANIGMA 0 x1051
#define PCI_DEVICE_ID_ANIGMA_MC145575 0 x0100
#define PCI_VENDOR_ID_EFAR 0 x1055
#define PCI_DEVICE_ID_EFAR_SLC90E66_1 0 x9130
#define PCI_DEVICE_ID_EFAR_SLC90E66_3 0 x9463
#define PCI_VENDOR_ID_MOTOROLA 0 x1057
#define PCI_DEVICE_ID_MOTOROLA_MPC105 0 x0001
#define PCI_DEVICE_ID_MOTOROLA_MPC106 0 x0002
#define PCI_DEVICE_ID_MOTOROLA_MPC107 0 x0004
#define PCI_DEVICE_ID_MOTOROLA_RAVEN 0 x4801
#define PCI_DEVICE_ID_MOTOROLA_FALCON 0 x4802
#define PCI_DEVICE_ID_MOTOROLA_HAWK 0 x4803
#define PCI_DEVICE_ID_MOTOROLA_HARRIER 0 x480b
#define PCI_DEVICE_ID_MOTOROLA_MPC5200 0 x5803
#define PCI_DEVICE_ID_MOTOROLA_MPC5200B 0 x5809
#define PCI_VENDOR_ID_PROMISE 0 x105a
#define PCI_DEVICE_ID_PROMISE_20265 0 x0d30
#define PCI_DEVICE_ID_PROMISE_20267 0 x4d30
#define PCI_DEVICE_ID_PROMISE_20246 0 x4d33
#define PCI_DEVICE_ID_PROMISE_20262 0 x4d38
#define PCI_DEVICE_ID_PROMISE_20263 0 x0D38
#define PCI_DEVICE_ID_PROMISE_20268 0 x4d68
#define PCI_DEVICE_ID_PROMISE_20269 0 x4d69
#define PCI_DEVICE_ID_PROMISE_20270 0 x6268
#define PCI_DEVICE_ID_PROMISE_20271 0 x6269
#define PCI_DEVICE_ID_PROMISE_20275 0 x1275
#define PCI_DEVICE_ID_PROMISE_20276 0 x5275
#define PCI_DEVICE_ID_PROMISE_20277 0 x7275
#define PCI_VENDOR_ID_FOXCONN 0 x105b
#define PCI_VENDOR_ID_UMC 0 x1060
#define PCI_DEVICE_ID_UMC_UM8673F 0 x0101
#define PCI_DEVICE_ID_UMC_UM8886BF 0 x673a
#define PCI_DEVICE_ID_UMC_UM8886A 0 x886a
#define PCI_VENDOR_ID_PICOPOWER 0 x1066
#define PCI_DEVICE_ID_PICOPOWER_PT86C523 0 x0002
#define PCI_DEVICE_ID_PICOPOWER_PT86C523BBP 0 x8002
#define PCI_VENDOR_ID_MYLEX 0 x1069
#define PCI_DEVICE_ID_MYLEX_DAC960_P 0 x0001
#define PCI_DEVICE_ID_MYLEX_DAC960_PD 0 x0002
#define PCI_DEVICE_ID_MYLEX_DAC960_PG 0 x0010
#define PCI_DEVICE_ID_MYLEX_DAC960_LA 0 x0020
#define PCI_DEVICE_ID_MYLEX_DAC960_LP 0 x0050
#define PCI_DEVICE_ID_MYLEX_DAC960_BA 0 xBA56
#define PCI_DEVICE_ID_MYLEX_DAC960_GEM 0 xB166
#define PCI_VENDOR_ID_APPLE 0 x106b
#define PCI_DEVICE_ID_APPLE_BANDIT 0 x0001
#define PCI_DEVICE_ID_APPLE_HYDRA 0 x000e
#define PCI_DEVICE_ID_APPLE_UNI_N_FW 0 x0018
#define PCI_DEVICE_ID_APPLE_UNI_N_AGP 0 x0020
#define PCI_DEVICE_ID_APPLE_UNI_N_GMAC 0 x0021
#define PCI_DEVICE_ID_APPLE_UNI_N_GMACP 0 x0024
#define PCI_DEVICE_ID_APPLE_UNI_N_AGP_P 0 x0027
#define PCI_DEVICE_ID_APPLE_UNI_N_AGP15 0 x002d
#define PCI_DEVICE_ID_APPLE_UNI_N_PCI15 0 x002e
#define PCI_DEVICE_ID_APPLE_UNI_N_GMAC2 0 x0032
#define PCI_DEVICE_ID_APPLE_UNI_N_ATA 0 x0033
#define PCI_DEVICE_ID_APPLE_UNI_N_AGP2 0 x0034
#define PCI_DEVICE_ID_APPLE_IPID_ATA100 0 x003b
#define PCI_DEVICE_ID_APPLE_K2_ATA100 0 x0043
#define PCI_DEVICE_ID_APPLE_U3_AGP 0 x004b
#define PCI_DEVICE_ID_APPLE_K2_GMAC 0 x004c
#define PCI_DEVICE_ID_APPLE_SH_ATA 0 x0050
#define PCI_DEVICE_ID_APPLE_SH_SUNGEM 0 x0051
#define PCI_DEVICE_ID_APPLE_U3L_AGP 0 x0058
#define PCI_DEVICE_ID_APPLE_U3H_AGP 0 x0059
#define PCI_DEVICE_ID_APPLE_U4_PCIE 0 x005b
#define PCI_DEVICE_ID_APPLE_IPID2_AGP 0 x0066
#define PCI_DEVICE_ID_APPLE_IPID2_ATA 0 x0069
#define PCI_DEVICE_ID_APPLE_IPID2_FW 0 x006a
#define PCI_DEVICE_ID_APPLE_IPID2_GMAC 0 x006b
#define PCI_DEVICE_ID_APPLE_TIGON3 0 x1645
#define PCI_VENDOR_ID_YAMAHA 0 x1073
#define PCI_DEVICE_ID_YAMAHA_724 0 x0004
#define PCI_DEVICE_ID_YAMAHA_724F 0 x000d
#define PCI_DEVICE_ID_YAMAHA_740 0 x000a
#define PCI_DEVICE_ID_YAMAHA_740C 0 x000c
#define PCI_DEVICE_ID_YAMAHA_744 0 x0010
#define PCI_DEVICE_ID_YAMAHA_754 0 x0012
#define PCI_VENDOR_ID_QLOGIC 0 x1077
#define PCI_DEVICE_ID_QLOGIC_ISP10160 0 x1016
#define PCI_DEVICE_ID_QLOGIC_ISP1020 0 x1020
#define PCI_DEVICE_ID_QLOGIC_ISP1080 0 x1080
#define PCI_DEVICE_ID_QLOGIC_ISP12160 0 x1216
#define PCI_DEVICE_ID_QLOGIC_ISP1240 0 x1240
#define PCI_DEVICE_ID_QLOGIC_ISP1280 0 x1280
#define PCI_DEVICE_ID_QLOGIC_ISP2100 0 x2100
#define PCI_DEVICE_ID_QLOGIC_ISP2200 0 x2200
#define PCI_DEVICE_ID_QLOGIC_ISP2300 0 x2300
#define PCI_DEVICE_ID_QLOGIC_ISP2312 0 x2312
#define PCI_DEVICE_ID_QLOGIC_ISP2322 0 x2322
#define PCI_DEVICE_ID_QLOGIC_ISP6312 0 x6312
#define PCI_DEVICE_ID_QLOGIC_ISP6322 0 x6322
#define PCI_DEVICE_ID_QLOGIC_ISP2422 0 x2422
#define PCI_DEVICE_ID_QLOGIC_ISP2432 0 x2432
#define PCI_DEVICE_ID_QLOGIC_ISP2512 0 x2512
#define PCI_DEVICE_ID_QLOGIC_ISP2522 0 x2522
#define PCI_DEVICE_ID_QLOGIC_ISP5422 0 x5422
#define PCI_DEVICE_ID_QLOGIC_ISP5432 0 x5432
#define PCI_VENDOR_ID_CYRIX 0 x1078
#define PCI_DEVICE_ID_CYRIX_5510 0 x0000
#define PCI_DEVICE_ID_CYRIX_PCI_MASTER 0 x0001
#define PCI_DEVICE_ID_CYRIX_5520 0 x0002
#define PCI_DEVICE_ID_CYRIX_5530_LEGACY 0 x0100
#define PCI_DEVICE_ID_CYRIX_5530_IDE 0 x0102
#define PCI_DEVICE_ID_CYRIX_5530_AUDIO 0 x0103
#define PCI_DEVICE_ID_CYRIX_5530_VIDEO 0 x0104
#define PCI_VENDOR_ID_CONTAQ 0 x1080
#define PCI_DEVICE_ID_CONTAQ_82C693 0 xc693
#define PCI_VENDOR_ID_OLICOM 0 x108d
#define PCI_DEVICE_ID_OLICOM_OC2325 0 x0012
#define PCI_DEVICE_ID_OLICOM_OC2183 0 x0013
#define PCI_DEVICE_ID_OLICOM_OC2326 0 x0014
#define PCI_VENDOR_ID_SUN 0 x108e
#define PCI_DEVICE_ID_SUN_EBUS 0 x1000
#define PCI_DEVICE_ID_SUN_HAPPYMEAL 0 x1001
#define PCI_DEVICE_ID_SUN_RIO_EBUS 0 x1100
#define PCI_DEVICE_ID_SUN_RIO_GEM 0 x1101
#define PCI_DEVICE_ID_SUN_RIO_1394 0 x1102
#define PCI_DEVICE_ID_SUN_RIO_USB 0 x1103
#define PCI_DEVICE_ID_SUN_GEM 0 x2bad
#define PCI_DEVICE_ID_SUN_SIMBA 0 x5000
#define PCI_DEVICE_ID_SUN_PBM 0 x8000
#define PCI_DEVICE_ID_SUN_SCHIZO 0 x8001
#define PCI_DEVICE_ID_SUN_SABRE 0 xa000
#define PCI_DEVICE_ID_SUN_HUMMINGBIRD 0 xa001
#define PCI_DEVICE_ID_SUN_TOMATILLO 0 xa801
#define PCI_DEVICE_ID_SUN_CASSINI 0 xabba
#define PCI_VENDOR_ID_NI 0 x1093
#define PCI_DEVICE_ID_NI_PCI2322 0 xd130
#define PCI_DEVICE_ID_NI_PCI2324 0 xd140
#define PCI_DEVICE_ID_NI_PCI2328 0 xd150
#define PCI_DEVICE_ID_NI_PXI8422_2322 0 xd190
#define PCI_DEVICE_ID_NI_PXI8422_2324 0 xd1a0
#define PCI_DEVICE_ID_NI_PXI8420_2322 0 xd1d0
#define PCI_DEVICE_ID_NI_PXI8420_2324 0 xd1e0
#define PCI_DEVICE_ID_NI_PXI8420_2328 0 xd1f0
#define PCI_DEVICE_ID_NI_PXI8420_23216 0 xd1f1
#define PCI_DEVICE_ID_NI_PCI2322I 0 xd250
#define PCI_DEVICE_ID_NI_PCI2324I 0 xd270
#define PCI_DEVICE_ID_NI_PCI23216 0 xd2b0
#define PCI_DEVICE_ID_NI_PXI8430_2322 0 x7080
#define PCI_DEVICE_ID_NI_PCI8430_2322 0 x70db
#define PCI_DEVICE_ID_NI_PXI8430_2324 0 x70dd
#define PCI_DEVICE_ID_NI_PCI8430_2324 0 x70df
#define PCI_DEVICE_ID_NI_PXI8430_2328 0 x70e2
#define PCI_DEVICE_ID_NI_PCI8430_2328 0 x70e4
#define PCI_DEVICE_ID_NI_PXI8430_23216 0 x70e6
#define PCI_DEVICE_ID_NI_PCI8430_23216 0 x70e7
#define PCI_DEVICE_ID_NI_PXI8432_2322 0 x70e8
#define PCI_DEVICE_ID_NI_PCI8432_2322 0 x70ea
#define PCI_DEVICE_ID_NI_PXI8432_2324 0 x70ec
#define PCI_DEVICE_ID_NI_PCI8432_2324 0 x70ee
#define PCI_VENDOR_ID_CMD 0 x1095
#define PCI_DEVICE_ID_CMD_643 0 x0643
#define PCI_DEVICE_ID_CMD_646 0 x0646
#define PCI_DEVICE_ID_CMD_648 0 x0648
#define PCI_DEVICE_ID_CMD_649 0 x0649
#define PCI_DEVICE_ID_SII_680 0 x0680
#define PCI_DEVICE_ID_SII_3112 0 x3112
#define PCI_DEVICE_ID_SII_1210SA 0 x0240
#define PCI_VENDOR_ID_BROOKTREE 0 x109e
#define PCI_DEVICE_ID_BROOKTREE_878 0 x0878
#define PCI_DEVICE_ID_BROOKTREE_879 0 x0879
#define PCI_VENDOR_ID_SGI 0 x10a9
#define PCI_DEVICE_ID_SGI_IOC3 0 x0003
#define PCI_DEVICE_ID_SGI_LITHIUM 0 x1002
#define PCI_VENDOR_ID_WINBOND 0 x10ad
#define PCI_DEVICE_ID_WINBOND_82C105 0 x0105
#define PCI_DEVICE_ID_WINBOND_83C553 0 x0565
#define PCI_VENDOR_ID_PLX 0 x10b5
#define PCI_DEVICE_ID_PLX_R685 0 x1030
#define PCI_DEVICE_ID_PLX_ROMULUS 0 x106a
#define PCI_DEVICE_ID_PLX_SPCOM800 0 x1076
#define PCI_DEVICE_ID_PLX_1077 0 x1077
#define PCI_DEVICE_ID_PLX_SPCOM200 0 x1103
#define PCI_DEVICE_ID_PLX_DJINN_ITOO 0 x1151
#define PCI_DEVICE_ID_PLX_R753 0 x1152
#define PCI_DEVICE_ID_PLX_OLITEC 0 x1187
#define PCI_DEVICE_ID_PLX_PCI200SYN 0 x3196
#define PCI_DEVICE_ID_PLX_9030 0 x9030
#define PCI_DEVICE_ID_PLX_9050 0 x9050
#define PCI_DEVICE_ID_PLX_9056 0 x9056
#define PCI_DEVICE_ID_PLX_9080 0 x9080
#define PCI_DEVICE_ID_PLX_GTEK_SERIAL2 0 xa001
#define PCI_VENDOR_ID_MADGE 0 x10b6
#define PCI_DEVICE_ID_MADGE_MK2 0 x0002
#define PCI_VENDOR_ID_3COM 0 x10b7
#define PCI_DEVICE_ID_3COM_3C985 0 x0001
#define PCI_DEVICE_ID_3COM_3C940 0 x1700
#define PCI_DEVICE_ID_3COM_3C339 0 x3390
#define PCI_DEVICE_ID_3COM_3C359 0 x3590
#define PCI_DEVICE_ID_3COM_3C940B 0 x80eb
#define PCI_DEVICE_ID_3COM_3CR990 0 x9900
#define PCI_DEVICE_ID_3COM_3CR990_TX_95 0 x9902
#define PCI_DEVICE_ID_3COM_3CR990_TX_97 0 x9903
#define PCI_DEVICE_ID_3COM_3CR990B 0 x9904
#define PCI_DEVICE_ID_3COM_3CR990_FX 0 x9905
#define PCI_DEVICE_ID_3COM_3CR990SVR95 0 x9908
#define PCI_DEVICE_ID_3COM_3CR990SVR97 0 x9909
#define PCI_DEVICE_ID_3COM_3CR990SVR 0 x990a
#define PCI_VENDOR_ID_AL 0 x10b9
#define PCI_DEVICE_ID_AL_M1489 0 x1489
#define PCI_DEVICE_ID_AL_M1533 0 x1533
#define PCI_DEVICE_ID_AL_M1535 0 x1535
#define PCI_DEVICE_ID_AL_M1541 0 x1541
#define PCI_DEVICE_ID_AL_M1563 0 x1563
#define PCI_DEVICE_ID_AL_M1621 0 x1621
#define PCI_DEVICE_ID_AL_M1631 0 x1631
#define PCI_DEVICE_ID_AL_M1632 0 x1632
#define PCI_DEVICE_ID_AL_M1641 0 x1641
#define PCI_DEVICE_ID_AL_M1644 0 x1644
#define PCI_DEVICE_ID_AL_M1647 0 x1647
#define PCI_DEVICE_ID_AL_M1651 0 x1651
#define PCI_DEVICE_ID_AL_M1671 0 x1671
#define PCI_DEVICE_ID_AL_M1681 0 x1681
#define PCI_DEVICE_ID_AL_M1683 0 x1683
#define PCI_DEVICE_ID_AL_M1689 0 x1689
#define PCI_DEVICE_ID_AL_M5219 0 x5219
#define PCI_DEVICE_ID_AL_M5228 0 x5228
#define PCI_DEVICE_ID_AL_M5229 0 x5229
#define PCI_DEVICE_ID_AL_M5451 0 x5451
#define PCI_DEVICE_ID_AL_M7101 0 x7101
#define PCI_VENDOR_ID_NEOMAGIC 0 x10c8
#define PCI_DEVICE_ID_NEOMAGIC_NM256AV_AUDIO 0 x8005
#define PCI_DEVICE_ID_NEOMAGIC_NM256ZX_AUDIO 0 x8006
#define PCI_DEVICE_ID_NEOMAGIC_NM256XL_PLUS_AUDIO 0 x8016
#define PCI_VENDOR_ID_TCONRAD 0 x10da
#define PCI_DEVICE_ID_TCONRAD_TOKENRING 0 x0508
#define PCI_VENDOR_ID_ROHM 0 x10db
#define PCI_VENDOR_ID_NVIDIA 0 x10de
#define PCI_DEVICE_ID_NVIDIA_TNT 0 x0020
#define PCI_DEVICE_ID_NVIDIA_TNT2 0 x0028
#define PCI_DEVICE_ID_NVIDIA_UTNT2 0 x0029
#define PCI_DEVICE_ID_NVIDIA_TNT_UNKNOWN 0 x002a
#define PCI_DEVICE_ID_NVIDIA_VTNT2 0 x002C
#define PCI_DEVICE_ID_NVIDIA_UVTNT2 0 x002D
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_SMBUS 0 x0034
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_IDE 0 x0035
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_SATA 0 x0036
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_SATA2 0 x003e
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800_ULTRA 0 x0040
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800 0 x0041
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800_LE 0 x0042
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800_GT 0 x0045
#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_4000 0 x004E
#define PCI_DEVICE_ID_NVIDIA_NFORCE4_SMBUS 0 x0052
#define PCI_DEVICE_ID_NVIDIA_NFORCE_CK804_IDE 0 x0053
#define PCI_DEVICE_ID_NVIDIA_NFORCE_CK804_SATA 0 x0054
#define PCI_DEVICE_ID_NVIDIA_NFORCE_CK804_SATA2 0 x0055
#define PCI_DEVICE_ID_NVIDIA_CK804_AUDIO 0 x0059
#define PCI_DEVICE_ID_NVIDIA_CK804_PCIE 0 x005d
#define PCI_DEVICE_ID_NVIDIA_NFORCE2_SMBUS 0 x0064
#define PCI_DEVICE_ID_NVIDIA_NFORCE2_IDE 0 x0065
#define PCI_DEVICE_ID_NVIDIA_MCP2_MODEM 0 x0069
#define PCI_DEVICE_ID_NVIDIA_MCP2_AUDIO 0 x006a
#define PCI_DEVICE_ID_NVIDIA_NFORCE2S_SMBUS 0 x0084
#define PCI_DEVICE_ID_NVIDIA_NFORCE2S_IDE 0 x0085
#define PCI_DEVICE_ID_NVIDIA_MCP2S_MODEM 0 x0089
#define PCI_DEVICE_ID_NVIDIA_CK8_AUDIO 0 x008a
#define PCI_DEVICE_ID_NVIDIA_NFORCE2S_SATA 0 x008e
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_7800_GT 0 x0090
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_7800_GTX 0 x0091
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_GO_7800 0 x0098
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_GO_7800_GTX 0 x0099
#define PCI_DEVICE_ID_NVIDIA_ITNT2 0 x00A0
#define PCI_DEVICE_ID_GEFORCE_6800A 0 x00c1
#define PCI_DEVICE_ID_GEFORCE_6800A_LE 0 x00c2
#define PCI_DEVICE_ID_GEFORCE_GO_6800 0 x00c8
#define PCI_DEVICE_ID_GEFORCE_GO_6800_ULTRA 0 x00c9
#define PCI_DEVICE_ID_QUADRO_FX_GO1400 0 x00cc
#define PCI_DEVICE_ID_QUADRO_FX_1400 0 x00ce
#define PCI_DEVICE_ID_NVIDIA_NFORCE3 0 x00d1
#define PCI_DEVICE_ID_NVIDIA_NFORCE3_SMBUS 0 x00d4
#define PCI_DEVICE_ID_NVIDIA_NFORCE3_IDE 0 x00d5
#define PCI_DEVICE_ID_NVIDIA_MCP3_MODEM 0 x00d9
#define PCI_DEVICE_ID_NVIDIA_MCP3_AUDIO 0 x00da
#define PCI_DEVICE_ID_NVIDIA_NFORCE3S 0 x00e1
#define PCI_DEVICE_ID_NVIDIA_NFORCE3S_SATA 0 x00e3
#define PCI_DEVICE_ID_NVIDIA_NFORCE3S_SMBUS 0 x00e4
#define PCI_DEVICE_ID_NVIDIA_NFORCE3S_IDE 0 x00e5
#define PCI_DEVICE_ID_NVIDIA_CK8S_AUDIO 0 x00ea
#define PCI_DEVICE_ID_NVIDIA_NFORCE3S_SATA2 0 x00ee
#define PCIE_DEVICE_ID_NVIDIA_GEFORCE_6800_ALT1 0 x00f0
#define PCIE_DEVICE_ID_NVIDIA_GEFORCE_6600_ALT1 0 x00f1
#define PCIE_DEVICE_ID_NVIDIA_GEFORCE_6600_ALT2 0 x00f2
#define PCIE_DEVICE_ID_NVIDIA_GEFORCE_6200_ALT1 0 x00f3
#define PCIE_DEVICE_ID_NVIDIA_GEFORCE_6800_GT 0 x00f9
#define PCIE_DEVICE_ID_NVIDIA_QUADRO_NVS280 0 x00fd
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_SDR 0 x0100
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_DDR 0 x0101
#define PCI_DEVICE_ID_NVIDIA_QUADRO 0 x0103
#define PCI_DEVICE_ID_NVIDIA_GEFORCE2_MX 0 x0110
#define PCI_DEVICE_ID_NVIDIA_GEFORCE2_MX2 0 x0111
#define PCI_DEVICE_ID_NVIDIA_GEFORCE2_GO 0 x0112
#define PCI_DEVICE_ID_NVIDIA_QUADRO2_MXR 0 x0113
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6600_GT 0 x0140
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6600 0 x0141
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6610_XL 0 x0145
#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_540 0 x014E
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6200 0 x014F
#define PCI_DEVICE_ID_NVIDIA_GEFORCE2_GTS 0 x0150
#define PCI_DEVICE_ID_NVIDIA_GEFORCE2_GTS2 0 x0151
#define PCI_DEVICE_ID_NVIDIA_GEFORCE2_ULTRA 0 x0152
#define PCI_DEVICE_ID_NVIDIA_QUADRO2_PRO 0 x0153
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6200_TURBOCACHE 0 x0161
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_GO_6200 0 x0164
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_GO_6250 0 x0166
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_GO_6200_1 0 x0167
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_GO_6250_1 0 x0168
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_460 0 x0170
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_440 0 x0171
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_420 0 x0172
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_440_SE 0 x0173
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_440_GO 0 x0174
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_420_GO 0 x0175
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_420_GO_M32 0 x0176
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_460_GO 0 x0177
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_500XGL 0 x0178
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_440_GO_M64 0 x0179
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_200 0 x017A
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_550XGL 0 x017B
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_500_GOGL 0 x017C
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_410_GO_M16 0 x017D
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_440_8X 0 x0181
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_440SE_8X 0 x0182
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_420_8X 0 x0183
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_4000 0 x0185
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_448_GO 0 x0186
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_488_GO 0 x0187
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_580_XGL 0 x0188
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_MAC 0 x0189
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_280_NVS 0 x018A
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_380_XGL 0 x018B
#define PCI_DEVICE_ID_NVIDIA_IGEFORCE2 0 x01a0
#define PCI_DEVICE_ID_NVIDIA_NFORCE 0 x01a4
#define PCI_DEVICE_ID_NVIDIA_MCP1_AUDIO 0 x01b1
#define PCI_DEVICE_ID_NVIDIA_NFORCE_SMBUS 0 x01b4
#define PCI_DEVICE_ID_NVIDIA_NFORCE_IDE 0 x01bc
#define PCI_DEVICE_ID_NVIDIA_MCP1_MODEM 0 x01c1
#define PCI_DEVICE_ID_NVIDIA_NFORCE2 0 x01e0
#define PCI_DEVICE_ID_NVIDIA_GEFORCE3 0 x0200
#define PCI_DEVICE_ID_NVIDIA_GEFORCE3_1 0 x0201
#define PCI_DEVICE_ID_NVIDIA_GEFORCE3_2 0 x0202
#define PCI_DEVICE_ID_NVIDIA_QUADRO_DDC 0 x0203
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800B 0 x0211
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800B_LE 0 x0212
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800B_GT 0 x0215
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4600 0 x0250
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4400 0 x0251
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4200 0 x0253
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_900XGL 0 x0258
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_750XGL 0 x0259
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_700XGL 0 x025B
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_SMBUS 0 x0264
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_IDE 0 x0265
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_SATA 0 x0266
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_SATA2 0 x0267
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_SMBUS 0 x0368
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_IDE 0 x036E
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_SATA 0 x037E
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_SATA2 0 x037F
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4800 0 x0280
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4800_8X 0 x0281
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4800SE 0 x0282
#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_4200_GO 0 x0286
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_980_XGL 0 x0288
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_780_XGL 0 x0289
#define PCI_DEVICE_ID_NVIDIA_QUADRO4_700_GOGL 0 x028C
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5800_ULTRA 0 x0301
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5800 0 x0302
#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_2000 0 x0308
#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_1000 0 x0309
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5600_ULTRA 0 x0311
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5600 0 x0312
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5600SE 0 x0314
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5600 0 x031A
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5650 0 x031B
#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_GO700 0 x031C
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5200 0 x0320
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5200_ULTRA 0 x0321
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5200_1 0 x0322
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5200SE 0 x0323
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5200 0 x0324
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5250 0 x0325
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5500 0 x0326
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5100 0 x0327
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5250_32 0 x0328
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO_5200 0 x0329
#define PCI_DEVICE_ID_NVIDIA_QUADRO_NVS_280_PCI 0 x032A
#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_500 0 x032B
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5300 0 x032C
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5100 0 x032D
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5900_ULTRA 0 x0330
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5900 0 x0331
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5900XT 0 x0332
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5950_ULTRA 0 x0333
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5900ZT 0 x0334
#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_3000 0 x0338
#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_700 0 x033F
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5700_ULTRA 0 x0341
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5700 0 x0342
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5700LE 0 x0343
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5700VE 0 x0344
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5700_1 0 x0347
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5700_2 0 x0348
#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_GO1000 0 x034C
#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_1100 0 x034E
#define PCI_DEVICE_ID_NVIDIA_MCP55_BRIDGE_V0 0 x0360
#define PCI_DEVICE_ID_NVIDIA_MCP55_BRIDGE_V4 0 x0364
#define PCI_DEVICE_ID_NVIDIA_NVENET_15 0 x0373
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA 0 x03E7
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SMBUS 0 x03EB
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_IDE 0 x03EC
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA2 0 x03F6
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA3 0 x03F7
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_SMBUS 0 x0446
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_IDE 0 x0448
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP67_SMBUS 0 x0542
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP67_IDE 0 x0560
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP73_IDE 0 x056C
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP78S_SMBUS 0 x0752
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP77_IDE 0 x0759
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP73_SMBUS 0 x07D8
#define PCI_DEVICE_ID_NVIDIA_GEFORCE_320M 0 x08A0
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP79_SMBUS 0 x0AA2
#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP89_SATA 0 x0D85
#define PCI_VENDOR_ID_IMS 0 x10e0
#define PCI_DEVICE_ID_IMS_TT128 0 x9128
#define PCI_DEVICE_ID_IMS_TT3D 0 x9135
#define PCI_VENDOR_ID_AMCC 0 x10e8
#define PCI_VENDOR_ID_AMPERE 0 x1def
#define PCI_VENDOR_ID_INTERG 0 x10ea
#define PCI_DEVICE_ID_INTERG_1682 0 x1682
#define PCI_DEVICE_ID_INTERG_2000 0 x2000
#define PCI_DEVICE_ID_INTERG_2010 0 x2010
#define PCI_DEVICE_ID_INTERG_5000 0 x5000
#define PCI_DEVICE_ID_INTERG_5050 0 x5050
#define PCI_VENDOR_ID_REALTEK 0 x10ec
#define PCI_DEVICE_ID_REALTEK_8139 0 x8139
#define PCI_VENDOR_ID_XILINX 0 x10ee
#define PCI_DEVICE_ID_RME_DIGI96 0 x3fc0
#define PCI_DEVICE_ID_RME_DIGI96_8 0 x3fc1
#define PCI_DEVICE_ID_RME_DIGI96_8_PRO 0 x3fc2
#define PCI_DEVICE_ID_RME_DIGI96_8_PAD_OR_PST 0 x3fc3
#define PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP 0 x3fc5
#define PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP_MADI 0 x3fc6
#define PCI_VENDOR_ID_INIT 0 x1101
#define PCI_VENDOR_ID_CREATIVE 0 x1102 /* duplicate: ECTIVA */
#define PCI_DEVICE_ID_CREATIVE_EMU10K1 0 x0002
#define PCI_DEVICE_ID_CREATIVE_20K1 0 x0005
#define PCI_DEVICE_ID_CREATIVE_20K2 0 x000b
#define PCI_SUBDEVICE_ID_CREATIVE_SB0760 0 x0024
#define PCI_SUBDEVICE_ID_CREATIVE_SB08801 0 x0041
#define PCI_SUBDEVICE_ID_CREATIVE_SB08802 0 x0042
#define PCI_SUBDEVICE_ID_CREATIVE_SB08803 0 x0043
#define PCI_SUBDEVICE_ID_CREATIVE_SB1270 0 x0062
#define PCI_SUBDEVICE_ID_CREATIVE_HENDRIX 0 x6000
#define PCI_VENDOR_ID_ECTIVA 0 x1102 /* duplicate: CREATIVE */
#define PCI_DEVICE_ID_ECTIVA_EV1938 0 x8938
#define PCI_VENDOR_ID_TTI 0 x1103
#define PCI_DEVICE_ID_TTI_HPT343 0 x0003
#define PCI_DEVICE_ID_TTI_HPT366 0 x0004
#define PCI_DEVICE_ID_TTI_HPT372 0 x0005
#define PCI_DEVICE_ID_TTI_HPT302 0 x0006
#define PCI_DEVICE_ID_TTI_HPT371 0 x0007
#define PCI_DEVICE_ID_TTI_HPT374 0 x0008
#define PCI_DEVICE_ID_TTI_HPT372N 0 x0009 /* apparently a 372N variant? */
#define PCI_VENDOR_ID_SIGMA 0 x1105
#define PCI_VENDOR_ID_VIA 0 x1106
#define PCI_DEVICE_ID_VIA_8763_0 0 x0198
#define PCI_DEVICE_ID_VIA_8380_0 0 x0204
#define PCI_DEVICE_ID_VIA_3238_0 0 x0238
#define PCI_DEVICE_ID_VIA_PT880 0 x0258
#define PCI_DEVICE_ID_VIA_PT880ULTRA 0 x0308
#define PCI_DEVICE_ID_VIA_PX8X0_0 0 x0259
#define PCI_DEVICE_ID_VIA_3269_0 0 x0269
#define PCI_DEVICE_ID_VIA_K8T800PRO_0 0 x0282
#define PCI_DEVICE_ID_VIA_3296_0 0 x0296
#define PCI_DEVICE_ID_VIA_8363_0 0 x0305
#define PCI_DEVICE_ID_VIA_P4M800CE 0 x0314
#define PCI_DEVICE_ID_VIA_P4M890 0 x0327
#define PCI_DEVICE_ID_VIA_VT3324 0 x0324
#define PCI_DEVICE_ID_VIA_VT3336 0 x0336
#define PCI_DEVICE_ID_VIA_VT3351 0 x0351
#define PCI_DEVICE_ID_VIA_VT3364 0 x0364
#define PCI_DEVICE_ID_VIA_8371_0 0 x0391
#define PCI_DEVICE_ID_VIA_6415 0 x0415
#define PCI_DEVICE_ID_VIA_8501_0 0 x0501
#define PCI_DEVICE_ID_VIA_82C561 0 x0561
#define PCI_DEVICE_ID_VIA_82C586_1 0 x0571
#define PCI_DEVICE_ID_VIA_82C576 0 x0576
#define PCI_DEVICE_ID_VIA_82C586_0 0 x0586
#define PCI_DEVICE_ID_VIA_82C596 0 x0596
#define PCI_DEVICE_ID_VIA_82C597_0 0 x0597
#define PCI_DEVICE_ID_VIA_82C598_0 0 x0598
#define PCI_DEVICE_ID_VIA_8601_0 0 x0601
#define PCI_DEVICE_ID_VIA_8605_0 0 x0605
#define PCI_DEVICE_ID_VIA_82C686 0 x0686
#define PCI_DEVICE_ID_VIA_82C691_0 0 x0691
#define PCI_DEVICE_ID_VIA_82C576_1 0 x1571
#define PCI_DEVICE_ID_VIA_82C586_2 0 x3038
#define PCI_DEVICE_ID_VIA_82C586_3 0 x3040
#define PCI_DEVICE_ID_VIA_82C596_3 0 x3050
#define PCI_DEVICE_ID_VIA_82C596B_3 0 x3051
#define PCI_DEVICE_ID_VIA_82C686_4 0 x3057
#define PCI_DEVICE_ID_VIA_82C686_5 0 x3058
#define PCI_DEVICE_ID_VIA_8233_5 0 x3059
#define PCI_DEVICE_ID_VIA_8233_0 0 x3074
#define PCI_DEVICE_ID_VIA_8633_0 0 x3091
#define PCI_DEVICE_ID_VIA_8367_0 0 x3099
#define PCI_DEVICE_ID_VIA_8653_0 0 x3101
#define PCI_DEVICE_ID_VIA_8622 0 x3102
#define PCI_DEVICE_ID_VIA_8235_USB_2 0 x3104
#define PCI_DEVICE_ID_VIA_8233C_0 0 x3109
#define PCI_DEVICE_ID_VIA_8361 0 x3112
#define PCI_DEVICE_ID_VIA_XM266 0 x3116
#define PCI_DEVICE_ID_VIA_612X 0 x3119
#define PCI_DEVICE_ID_VIA_862X_0 0 x3123
#define PCI_DEVICE_ID_VIA_8753_0 0 x3128
#define PCI_DEVICE_ID_VIA_8233A 0 x3147
#define PCI_DEVICE_ID_VIA_8703_51_0 0 x3148
#define PCI_DEVICE_ID_VIA_8237_SATA 0 x3149
#define PCI_DEVICE_ID_VIA_XN266 0 x3156
#define PCI_DEVICE_ID_VIA_6410 0 x3164
#define PCI_DEVICE_ID_VIA_8754C_0 0 x3168
#define PCI_DEVICE_ID_VIA_8235 0 x3177
#define PCI_DEVICE_ID_VIA_8385_0 0 x3188
#define PCI_DEVICE_ID_VIA_8377_0 0 x3189
#define PCI_DEVICE_ID_VIA_8378_0 0 x3205
#define PCI_DEVICE_ID_VIA_8783_0 0 x3208
#define PCI_DEVICE_ID_VIA_8237 0 x3227
#define PCI_DEVICE_ID_VIA_8251 0 x3287
#define PCI_DEVICE_ID_VIA_8261 0 x3402
#define PCI_DEVICE_ID_VIA_8237A 0 x3337
#define PCI_DEVICE_ID_VIA_8237S 0 x3372
#define PCI_DEVICE_ID_VIA_SATA_EIDE 0 x5324
#define PCI_DEVICE_ID_VIA_8231 0 x8231
#define PCI_DEVICE_ID_VIA_8231_4 0 x8235
#define PCI_DEVICE_ID_VIA_8365_1 0 x8305
#define PCI_DEVICE_ID_VIA_CX700 0 x8324
#define PCI_DEVICE_ID_VIA_CX700_IDE 0 x0581
#define PCI_DEVICE_ID_VIA_VX800 0 x8353
#define PCI_DEVICE_ID_VIA_VX855 0 x8409
#define PCI_DEVICE_ID_VIA_VX900 0 x8410
#define PCI_DEVICE_ID_VIA_8371_1 0 x8391
#define PCI_DEVICE_ID_VIA_82C598_1 0 x8598
#define PCI_DEVICE_ID_VIA_838X_1 0 xB188
#define PCI_DEVICE_ID_VIA_83_87XX_1 0 xB198
#define PCI_DEVICE_ID_VIA_VX855_IDE 0 xC409
#define PCI_DEVICE_ID_VIA_ANON 0 xFFFF
#define PCI_VENDOR_ID_SIEMENS 0 x110A
#define PCI_DEVICE_ID_SIEMENS_DSCC4 0 x2102
#define PCI_VENDOR_ID_VORTEX 0 x1119
#define PCI_DEVICE_ID_VORTEX_GDT60x0 0 x0000
#define PCI_DEVICE_ID_VORTEX_GDT6000B 0 x0001
#define PCI_DEVICE_ID_VORTEX_GDT6x10 0 x0002
#define PCI_DEVICE_ID_VORTEX_GDT6x20 0 x0003
#define PCI_DEVICE_ID_VORTEX_GDT6530 0 x0004
#define PCI_DEVICE_ID_VORTEX_GDT6550 0 x0005
#define PCI_DEVICE_ID_VORTEX_GDT6x17 0 x0006
#define PCI_DEVICE_ID_VORTEX_GDT6x27 0 x0007
#define PCI_DEVICE_ID_VORTEX_GDT6537 0 x0008
#define PCI_DEVICE_ID_VORTEX_GDT6557 0 x0009
#define PCI_DEVICE_ID_VORTEX_GDT6x15 0 x000a
#define PCI_DEVICE_ID_VORTEX_GDT6x25 0 x000b
#define PCI_DEVICE_ID_VORTEX_GDT6535 0 x000c
#define PCI_DEVICE_ID_VORTEX_GDT6555 0 x000d
#define PCI_DEVICE_ID_VORTEX_GDT6x17RP 0 x0100
#define PCI_DEVICE_ID_VORTEX_GDT6x27RP 0 x0101
#define PCI_DEVICE_ID_VORTEX_GDT6537RP 0 x0102
#define PCI_DEVICE_ID_VORTEX_GDT6557RP 0 x0103
#define PCI_DEVICE_ID_VORTEX_GDT6x11RP 0 x0104
#define PCI_DEVICE_ID_VORTEX_GDT6x21RP 0 x0105
#define PCI_VENDOR_ID_EF 0 x111a
#define PCI_DEVICE_ID_EF_ATM_FPGA 0 x0000
#define PCI_DEVICE_ID_EF_ATM_ASIC 0 x0002
#define PCI_DEVICE_ID_EF_ATM_LANAI2 0 x0003
#define PCI_DEVICE_ID_EF_ATM_LANAIHB 0 x0005
#define PCI_VENDOR_ID_IDT 0 x111d
#define PCI_DEVICE_ID_IDT_IDT77201 0 x0001
#define PCI_VENDOR_ID_FORE 0 x1127
#define PCI_DEVICE_ID_FORE_PCA200E 0 x0300
#define PCI_VENDOR_ID_PHILIPS 0 x1131
#define PCI_DEVICE_ID_PHILIPS_SAA7146 0 x7146
#define PCI_DEVICE_ID_PHILIPS_SAA9730 0 x9730
#define PCI_VENDOR_ID_EICON 0 x1133
#define PCI_DEVICE_ID_EICON_DIVA20 0 xe002
#define PCI_DEVICE_ID_EICON_DIVA20_U 0 xe004
#define PCI_DEVICE_ID_EICON_DIVA201 0 xe005
#define PCI_DEVICE_ID_EICON_DIVA202 0 xe00b
#define PCI_DEVICE_ID_EICON_MAESTRA 0 xe010
#define PCI_DEVICE_ID_EICON_MAESTRAQ 0 xe012
#define PCI_DEVICE_ID_EICON_MAESTRAQ_U 0 xe013
#define PCI_DEVICE_ID_EICON_MAESTRAP 0 xe014
#define PCI_VENDOR_ID_CISCO 0 x1137
#define PCI_VENDOR_ID_ZIATECH 0 x1138
#define PCI_DEVICE_ID_ZIATECH_5550_HC 0 x5550
#define PCI_VENDOR_ID_SYSKONNECT 0 x1148
#define PCI_DEVICE_ID_SYSKONNECT_TR 0 x4200
#define PCI_DEVICE_ID_SYSKONNECT_GE 0 x4300
#define PCI_DEVICE_ID_SYSKONNECT_YU 0 x4320
#define PCI_DEVICE_ID_SYSKONNECT_9DXX 0 x4400
#define PCI_DEVICE_ID_SYSKONNECT_9MXX 0 x4500
#define PCI_VENDOR_ID_DIGI 0 x114f
#define PCI_DEVICE_ID_DIGI_DF_M_IOM2_E 0 x0070
#define PCI_DEVICE_ID_DIGI_DF_M_E 0 x0071
#define PCI_DEVICE_ID_DIGI_DF_M_IOM2_A 0 x0072
#define PCI_DEVICE_ID_DIGI_DF_M_A 0 x0073
#define PCI_DEVICE_ID_DIGI_NEO_8 0 x00B1
#define PCI_DEVICE_ID_NEO_2DB9 0 x00C8
#define PCI_DEVICE_ID_NEO_2DB9PRI 0 x00C9
#define PCI_DEVICE_ID_NEO_2RJ45 0 x00CA
#define PCI_DEVICE_ID_NEO_2RJ45PRI 0 x00CB
#define PCIE_DEVICE_ID_NEO_4_IBM 0 x00F4
#define PCI_VENDOR_ID_XIRCOM 0 x115d
#define PCI_DEVICE_ID_XIRCOM_RBM56G 0 x0101
#define PCI_DEVICE_ID_XIRCOM_X3201_MDM 0 x0103
#define PCI_VENDOR_ID_SERVERWORKS 0 x1166
#define PCI_DEVICE_ID_SERVERWORKS_HE 0 x0008
#define PCI_DEVICE_ID_SERVERWORKS_LE 0 x0009
#define PCI_DEVICE_ID_SERVERWORKS_GCNB_LE 0 x0017
#define PCI_DEVICE_ID_SERVERWORKS_HT1000_PXB 0 x0036
#define PCI_DEVICE_ID_SERVERWORKS_EPB 0 x0103
#define PCI_DEVICE_ID_SERVERWORKS_HT2000_PCIE 0 x0132
#define PCI_DEVICE_ID_SERVERWORKS_OSB4 0 x0200
#define PCI_DEVICE_ID_SERVERWORKS_CSB5 0 x0201
#define PCI_DEVICE_ID_SERVERWORKS_CSB6 0 x0203
#define PCI_DEVICE_ID_SERVERWORKS_HT1000SB 0 x0205
#define PCI_DEVICE_ID_SERVERWORKS_OSB4IDE 0 x0211
#define PCI_DEVICE_ID_SERVERWORKS_CSB5IDE 0 x0212
#define PCI_DEVICE_ID_SERVERWORKS_CSB6IDE 0 x0213
#define PCI_DEVICE_ID_SERVERWORKS_HT1000IDE 0 x0214
#define PCI_DEVICE_ID_SERVERWORKS_CSB6IDE2 0 x0217
#define PCI_DEVICE_ID_SERVERWORKS_CSB6LPC 0 x0227
#define PCI_DEVICE_ID_SERVERWORKS_HT1100LD 0 x0408
#define PCI_VENDOR_ID_ALTERA 0 x1172
#define PCI_VENDOR_ID_SBE 0 x1176
#define PCI_DEVICE_ID_SBE_WANXL100 0 x0301
#define PCI_DEVICE_ID_SBE_WANXL200 0 x0302
#define PCI_DEVICE_ID_SBE_WANXL400 0 x0104
#define PCI_SUBDEVICE_ID_SBE_T3E3 0 x0009
#define PCI_SUBDEVICE_ID_SBE_2T3E3_P0 0 x0901
#define PCI_SUBDEVICE_ID_SBE_2T3E3_P1 0 x0902
#define PCI_VENDOR_ID_TOSHIBA 0 x1179
#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_1 0 x0101
#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_2 0 x0102
#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_3 0 x0103
#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_5 0 x0105
#define PCI_DEVICE_ID_TOSHIBA_TOPIC95 0 x060a
#define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0 x060f
#define PCI_DEVICE_ID_TOSHIBA_TOPIC100 0 x0617
#define PCI_VENDOR_ID_TOSHIBA_2 0 x102f
#define PCI_DEVICE_ID_TOSHIBA_TC35815CF 0 x0030
#define PCI_DEVICE_ID_TOSHIBA_TC35815_NWU 0 x0031
#define PCI_DEVICE_ID_TOSHIBA_TC35815_TX4939 0 x0032
#define PCI_DEVICE_ID_TOSHIBA_TC86C001_IDE 0 x0105
#define PCI_DEVICE_ID_TOSHIBA_TC86C001_MISC 0 x0108
#define PCI_DEVICE_ID_TOSHIBA_SPIDER_NET 0 x01b3
#define PCI_VENDOR_ID_ATTO 0 x117c
#define PCI_VENDOR_ID_RICOH 0 x1180
#define PCI_DEVICE_ID_RICOH_RL5C465 0 x0465
#define PCI_DEVICE_ID_RICOH_RL5C466 0 x0466
#define PCI_DEVICE_ID_RICOH_RL5C475 0 x0475
#define PCI_DEVICE_ID_RICOH_RL5C476 0 x0476
#define PCI_DEVICE_ID_RICOH_RL5C478 0 x0478
#define PCI_DEVICE_ID_RICOH_R5C822 0 x0822
#define PCI_DEVICE_ID_RICOH_R5CE822 0 xe822
#define PCI_DEVICE_ID_RICOH_R5CE823 0 xe823
#define PCI_DEVICE_ID_RICOH_R5C832 0 x0832
#define PCI_DEVICE_ID_RICOH_R5C843 0 x0843
#define PCI_VENDOR_ID_DLINK 0 x1186
#define PCI_DEVICE_ID_DLINK_DGE510T 0 x4c00
#define PCI_VENDOR_ID_ARTOP 0 x1191
#define PCI_DEVICE_ID_ARTOP_ATP850UF 0 x0005
#define PCI_DEVICE_ID_ARTOP_ATP860 0 x0006
#define PCI_DEVICE_ID_ARTOP_ATP860R 0 x0007
#define PCI_DEVICE_ID_ARTOP_ATP865 0 x0008
#define PCI_DEVICE_ID_ARTOP_ATP865R 0 x0009
#define PCI_DEVICE_ID_ARTOP_ATP867A 0 x000A
#define PCI_DEVICE_ID_ARTOP_ATP867B 0 x000B
#define PCI_DEVICE_ID_ARTOP_AEC7610 0 x8002
#define PCI_DEVICE_ID_ARTOP_AEC7612UW 0 x8010
#define PCI_DEVICE_ID_ARTOP_AEC7612U 0 x8020
#define PCI_DEVICE_ID_ARTOP_AEC7612S 0 x8030
#define PCI_DEVICE_ID_ARTOP_AEC7612D 0 x8040
#define PCI_DEVICE_ID_ARTOP_AEC7612SUW 0 x8050
#define PCI_DEVICE_ID_ARTOP_8060 0 x8060
#define PCI_VENDOR_ID_ZEITNET 0 x1193
#define PCI_DEVICE_ID_ZEITNET_1221 0 x0001
#define PCI_DEVICE_ID_ZEITNET_1225 0 x0002
#define PCI_VENDOR_ID_FUJITSU_ME 0 x119e
#define PCI_DEVICE_ID_FUJITSU_FS155 0 x0001
#define PCI_DEVICE_ID_FUJITSU_FS50 0 x0003
#define PCI_SUBVENDOR_ID_KEYSPAN 0 x11a9
#define PCI_SUBDEVICE_ID_KEYSPAN_SX2 0 x5334
#define PCI_VENDOR_ID_MARVELL 0 x11ab
#define PCI_VENDOR_ID_MARVELL_EXT 0 x1b4b
#define PCI_DEVICE_ID_MARVELL_GT64111 0 x4146
#define PCI_DEVICE_ID_MARVELL_GT64260 0 x6430
#define PCI_DEVICE_ID_MARVELL_MV64360 0 x6460
#define PCI_DEVICE_ID_MARVELL_MV64460 0 x6480
#define PCI_DEVICE_ID_MARVELL_88ALP01_NAND 0 x4100
#define PCI_DEVICE_ID_MARVELL_88ALP01_SD 0 x4101
#define PCI_DEVICE_ID_MARVELL_88ALP01_CCIC 0 x4102
#define PCI_VENDOR_ID_V3 0 x11b0
#define PCI_DEVICE_ID_V3_V960 0 x0001
#define PCI_DEVICE_ID_V3_V351 0 x0002
#define PCI_VENDOR_ID_ATT 0 x11c1
#define PCI_DEVICE_ID_ATT_VENUS_MODEM 0 x480
#define PCI_VENDOR_ID_SPECIALIX 0 x11cb
#define PCI_SUBDEVICE_ID_SPECIALIX_SPEED4 0 xa004
#define PCI_VENDOR_ID_ANALOG_DEVICES 0 x11d4
#define PCI_DEVICE_ID_AD1889JS 0 x1889
#define PCI_DEVICE_ID_SEGA_BBA 0 x1234
#define PCI_VENDOR_ID_ZORAN 0 x11de
#define PCI_DEVICE_ID_ZORAN_36057 0 x6057
#define PCI_DEVICE_ID_ZORAN_36120 0 x6120
#define PCI_VENDOR_ID_COMPEX 0 x11f6
#define PCI_DEVICE_ID_COMPEX_ENET100VG4 0 x0112
#define PCI_VENDOR_ID_PMC_Sierra 0 x11f8
#define PCI_VENDOR_ID_MICROSEMI 0 x11f8
#define PCI_VENDOR_ID_RP 0 x11fe
#define PCI_VENDOR_ID_CYCLADES 0 x120e
#define PCI_DEVICE_ID_PC300_RX_2 0 x0300
#define PCI_DEVICE_ID_PC300_RX_1 0 x0301
#define PCI_DEVICE_ID_PC300_TE_2 0 x0310
#define PCI_DEVICE_ID_PC300_TE_1 0 x0311
#define PCI_DEVICE_ID_PC300_TE_M_2 0 x0320
#define PCI_DEVICE_ID_PC300_TE_M_1 0 x0321
#define PCI_VENDOR_ID_ESSENTIAL 0 x120f
#define PCI_DEVICE_ID_ESSENTIAL_ROADRUNNER 0 x0001
#define PCI_VENDOR_ID_O2 0 x1217
#define PCI_DEVICE_ID_O2_6729 0 x6729
#define PCI_DEVICE_ID_O2_6730 0 x673a
#define PCI_DEVICE_ID_O2_6832 0 x6832
#define PCI_DEVICE_ID_O2_6836 0 x6836
#define PCI_DEVICE_ID_O2_6812 0 x6872
#define PCI_DEVICE_ID_O2_6933 0 x6933
#define PCI_DEVICE_ID_O2_8120 0 x8120
#define PCI_DEVICE_ID_O2_8220 0 x8220
#define PCI_DEVICE_ID_O2_8221 0 x8221
#define PCI_DEVICE_ID_O2_8320 0 x8320
#define PCI_DEVICE_ID_O2_8321 0 x8321
#define PCI_VENDOR_ID_3DFX 0 x121a
#define PCI_DEVICE_ID_3DFX_VOODOO 0 x0001
#define PCI_DEVICE_ID_3DFX_VOODOO2 0 x0002
#define PCI_DEVICE_ID_3DFX_BANSHEE 0 x0003
#define PCI_DEVICE_ID_3DFX_VOODOO3 0 x0005
#define PCI_DEVICE_ID_3DFX_VOODOO5 0 x0009
#define PCI_VENDOR_ID_AVM 0 x1244
#define PCI_DEVICE_ID_AVM_B1 0 x0700
#define PCI_DEVICE_ID_AVM_C4 0 x0800
#define PCI_DEVICE_ID_AVM_A1 0 x0a00
#define PCI_DEVICE_ID_AVM_A1_V2 0 x0e00
#define PCI_DEVICE_ID_AVM_C2 0 x1100
#define PCI_DEVICE_ID_AVM_T1 0 x1200
#define PCI_VENDOR_ID_STALLION 0 x124d
/* Allied Telesyn */
#define PCI_VENDOR_ID_AT 0 x1259
#define PCI_SUBDEVICE_ID_AT_2700FX 0 x2701
#define PCI_SUBDEVICE_ID_AT_2701FX 0 x2703
#define PCI_VENDOR_ID_ASIX 0 x125b
#define PCI_DEVICE_ID_ASIX_AX99100 0 x9100
#define PCI_DEVICE_ID_ASIX_AX99100_LB 0 x9110
#define PCI_VENDOR_ID_ESS 0 x125d
#define PCI_DEVICE_ID_ESS_ESS1968 0 x1968
#define PCI_DEVICE_ID_ESS_ESS1978 0 x1978
#define PCI_DEVICE_ID_ESS_ALLEGRO_1 0 x1988
#define PCI_DEVICE_ID_ESS_ALLEGRO 0 x1989
#define PCI_DEVICE_ID_ESS_CANYON3D_2LE 0 x1990
#define PCI_DEVICE_ID_ESS_CANYON3D_2 0 x1992
#define PCI_DEVICE_ID_ESS_MAESTRO3 0 x1998
#define PCI_DEVICE_ID_ESS_MAESTRO3_1 0 x1999
#define PCI_DEVICE_ID_ESS_MAESTRO3_HW 0 x199a
#define PCI_DEVICE_ID_ESS_MAESTRO3_2 0 x199b
#define PCI_VENDOR_ID_SATSAGEM 0 x1267
#define PCI_DEVICE_ID_SATSAGEM_NICCY 0 x1016
#define PCI_VENDOR_ID_ENSONIQ 0 x1274
#define PCI_DEVICE_ID_ENSONIQ_CT5880 0 x5880
#define PCI_DEVICE_ID_ENSONIQ_ES1370 0 x5000
#define PCI_DEVICE_ID_ENSONIQ_ES1371 0 x1371
#define PCI_VENDOR_ID_TRANSMETA 0 x1279
#define PCI_DEVICE_ID_EFFICEON 0 x0060
#define PCI_VENDOR_ID_ROCKWELL 0 x127A
#define PCI_VENDOR_ID_ITE 0 x1283
#define PCI_DEVICE_ID_ITE_8172 0 x8172
#define PCI_DEVICE_ID_ITE_8211 0 x8211
#define PCI_DEVICE_ID_ITE_8212 0 x8212
#define PCI_DEVICE_ID_ITE_8213 0 x8213
#define PCI_DEVICE_ID_ITE_8152 0 x8152
#define PCI_DEVICE_ID_ITE_8872 0 x8872
#define PCI_DEVICE_ID_ITE_IT8330G_0 0 xe886
/* formerly Platform Tech */
#define PCI_DEVICE_ID_ESS_ESS0100 0 x0100
#define PCI_VENDOR_ID_ALTEON 0 x12ae
#define PCI_SUBVENDOR_ID_CONNECT_TECH 0 x12c4
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH8_232 0 x0001
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH4_232 0 x0002
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH2_232 0 x0003
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH8_485 0 x0004
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH8_485_4_4 0 x0005
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH4_485 0 x0006
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH4_485_2_2 0 x0007
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH2_485 0 x0008
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH8_485_2_6 0 x0009
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH081101V1 0 x000A
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH041101V1 0 x000B
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH2_20MHZ 0 x000C
#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH2_PTM 0 x000D
#define PCI_SUBDEVICE_ID_CONNECT_TECH_NT960PCI 0 x0100
#define PCI_SUBDEVICE_ID_CONNECT_TECH_TITAN_2 0 x0201
#define PCI_SUBDEVICE_ID_CONNECT_TECH_TITAN_4 0 x0202
#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_2_232 0 x0300
#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_4_232 0 x0301
#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_8_232 0 x0302
#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_1_1 0 x0310
#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_2_2 0 x0311
#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_4_4 0 x0312
#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_2 0 x0320
#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_4 0 x0321
#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_8 0 x0322
#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_2_485 0 x0330
#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_4_485 0 x0331
#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_8_485 0 x0332
#define PCI_VENDOR_ID_NVIDIA_SGS 0 x12d2
#define PCI_DEVICE_ID_NVIDIA_SGS_RIVA128 0 x0018
#define PCI_VENDOR_ID_PERICOM 0 x12D8
#define PCI_DEVICE_ID_PERICOM_PI7C9X7951 0 x7951
#define PCI_DEVICE_ID_PERICOM_PI7C9X7952 0 x7952
#define PCI_DEVICE_ID_PERICOM_PI7C9X7954 0 x7954
#define PCI_DEVICE_ID_PERICOM_PI7C9X7958 0 x7958
#define PCI_SUBVENDOR_ID_CHASE_PCIFAST 0 x12E0
#define PCI_SUBDEVICE_ID_CHASE_PCIFAST4 0 x0031
#define PCI_SUBDEVICE_ID_CHASE_PCIFAST8 0 x0021
#define PCI_SUBDEVICE_ID_CHASE_PCIFAST16 0 x0011
#define PCI_SUBDEVICE_ID_CHASE_PCIFAST16FMC 0 x0041
#define PCI_SUBVENDOR_ID_CHASE_PCIRAS 0 x124D
#define PCI_SUBDEVICE_ID_CHASE_PCIRAS4 0 xF001
#define PCI_SUBDEVICE_ID_CHASE_PCIRAS8 0 xF010
#define PCI_VENDOR_ID_AUREAL 0 x12eb
#define PCI_DEVICE_ID_AUREAL_VORTEX_1 0 x0001
#define PCI_DEVICE_ID_AUREAL_VORTEX_2 0 x0002
#define PCI_DEVICE_ID_AUREAL_ADVANTAGE 0 x0003
#define PCI_VENDOR_ID_ELECTRONICDESIGNGMBH 0 x12f8
#define PCI_DEVICE_ID_LML_33R10 0 x8a02
#define PCI_VENDOR_ID_ESDGMBH 0 x12fe
#define PCI_DEVICE_ID_ESDGMBH_CPCIASIO4 0 x0111
#define PCI_VENDOR_ID_CB 0 x1307 /* Measurement Computing */
#define PCI_VENDOR_ID_SIIG 0 x131f
#define PCI_SUBVENDOR_ID_SIIG 0 x131f
#define PCI_DEVICE_ID_SIIG_1S_10x_550 0 x1000
#define PCI_DEVICE_ID_SIIG_1S_10x_650 0 x1001
#define PCI_DEVICE_ID_SIIG_1S_10x_850 0 x1002
#define PCI_DEVICE_ID_SIIG_1S1P_10x_550 0 x1010
#define PCI_DEVICE_ID_SIIG_1S1P_10x_650 0 x1011
#define PCI_DEVICE_ID_SIIG_1S1P_10x_850 0 x1012
#define PCI_DEVICE_ID_SIIG_1P_10x 0 x1020
#define PCI_DEVICE_ID_SIIG_2P_10x 0 x1021
#define PCI_DEVICE_ID_SIIG_2S_10x_550 0 x1030
#define PCI_DEVICE_ID_SIIG_2S_10x_650 0 x1031
#define PCI_DEVICE_ID_SIIG_2S_10x_850 0 x1032
#define PCI_DEVICE_ID_SIIG_2S1P_10x_550 0 x1034
#define PCI_DEVICE_ID_SIIG_2S1P_10x_650 0 x1035
#define PCI_DEVICE_ID_SIIG_2S1P_10x_850 0 x1036
#define PCI_DEVICE_ID_SIIG_4S_10x_550 0 x1050
#define PCI_DEVICE_ID_SIIG_4S_10x_650 0 x1051
#define PCI_DEVICE_ID_SIIG_4S_10x_850 0 x1052
#define PCI_DEVICE_ID_SIIG_1S_20x_550 0 x2000
#define PCI_DEVICE_ID_SIIG_1S_20x_650 0 x2001
#define PCI_DEVICE_ID_SIIG_1S_20x_850 0 x2002
#define PCI_DEVICE_ID_SIIG_1P_20x 0 x2020
#define PCI_DEVICE_ID_SIIG_2P_20x 0 x2021
#define PCI_DEVICE_ID_SIIG_2S_20x_550 0 x2030
#define PCI_DEVICE_ID_SIIG_2S_20x_650 0 x2031
#define PCI_DEVICE_ID_SIIG_2S_20x_850 0 x2032
#define PCI_DEVICE_ID_SIIG_2P1S_20x_550 0 x2040
#define PCI_DEVICE_ID_SIIG_2P1S_20x_650 0 x2041
#define PCI_DEVICE_ID_SIIG_2P1S_20x_850 0 x2042
#define PCI_DEVICE_ID_SIIG_1S1P_20x_550 0 x2010
#define PCI_DEVICE_ID_SIIG_1S1P_20x_650 0 x2011
#define PCI_DEVICE_ID_SIIG_1S1P_20x_850 0 x2012
#define PCI_DEVICE_ID_SIIG_4S_20x_550 0 x2050
#define PCI_DEVICE_ID_SIIG_4S_20x_650 0 x2051
#define PCI_DEVICE_ID_SIIG_4S_20x_850 0 x2052
#define PCI_DEVICE_ID_SIIG_2S1P_20x_550 0 x2060
#define PCI_DEVICE_ID_SIIG_2S1P_20x_650 0 x2061
#define PCI_DEVICE_ID_SIIG_2S1P_20x_850 0 x2062
#define PCI_DEVICE_ID_SIIG_8S_20x_550 0 x2080
#define PCI_DEVICE_ID_SIIG_8S_20x_650 0 x2081
#define PCI_DEVICE_ID_SIIG_8S_20x_850 0 x2082
#define PCI_SUBDEVICE_ID_SIIG_QUARTET_SERIAL 0 x2050
#define PCI_VENDOR_ID_RADISYS 0 x1331
#define PCI_VENDOR_ID_MICRO_MEMORY 0 x1332
#define PCI_DEVICE_ID_MICRO_MEMORY_5415CN 0 x5415
#define PCI_DEVICE_ID_MICRO_MEMORY_5425CN 0 x5425
#define PCI_DEVICE_ID_MICRO_MEMORY_6155 0 x6155
#define PCI_VENDOR_ID_DOMEX 0 x134a
#define PCI_DEVICE_ID_DOMEX_DMX3191D 0 x0001
#define PCI_VENDOR_ID_INTASHIELD 0 x135a
#define PCI_DEVICE_ID_INTASHIELD_IS200 0 x0d80
#define PCI_DEVICE_ID_INTASHIELD_IS400 0 x0dc0
#define PCI_VENDOR_ID_QUATECH 0 x135C
#define PCI_DEVICE_ID_QUATECH_QSC100 0 x0010
#define PCI_DEVICE_ID_QUATECH_DSC100 0 x0020
#define PCI_DEVICE_ID_QUATECH_DSC200 0 x0030
#define PCI_DEVICE_ID_QUATECH_QSC200 0 x0040
#define PCI_DEVICE_ID_QUATECH_ESC100D 0 x0050
#define PCI_DEVICE_ID_QUATECH_ESC100M 0 x0060
#define PCI_DEVICE_ID_QUATECH_QSCP100 0 x0120
#define PCI_DEVICE_ID_QUATECH_DSCP100 0 x0130
#define PCI_DEVICE_ID_QUATECH_QSCP200 0 x0140
#define PCI_DEVICE_ID_QUATECH_DSCP200 0 x0150
#define PCI_DEVICE_ID_QUATECH_QSCLP100 0 x0170
#define PCI_DEVICE_ID_QUATECH_DSCLP100 0 x0180
#define PCI_DEVICE_ID_QUATECH_DSC100E 0 x0181
#define PCI_DEVICE_ID_QUATECH_SSCLP100 0 x0190
#define PCI_DEVICE_ID_QUATECH_QSCLP200 0 x01A0
#define PCI_DEVICE_ID_QUATECH_DSCLP200 0 x01B0
#define PCI_DEVICE_ID_QUATECH_DSC200E 0 x01B1
#define PCI_DEVICE_ID_QUATECH_SSCLP200 0 x01C0
#define PCI_DEVICE_ID_QUATECH_ESCLP100 0 x01E0
#define PCI_DEVICE_ID_QUATECH_SPPXP_100 0 x0278
#define PCI_VENDOR_ID_SEALEVEL 0 x135e
#define PCI_DEVICE_ID_SEALEVEL_U530 0 x7101
#define PCI_DEVICE_ID_SEALEVEL_UCOMM2 0 x7201
#define PCI_DEVICE_ID_SEALEVEL_UCOMM422 0 x7402
#define PCI_DEVICE_ID_SEALEVEL_UCOMM232 0 x7202
#define PCI_DEVICE_ID_SEALEVEL_COMM4 0 x7401
#define PCI_DEVICE_ID_SEALEVEL_COMM8 0 x7801
#define PCI_DEVICE_ID_SEALEVEL_7803 0 x7803
#define PCI_DEVICE_ID_SEALEVEL_UCOMM8 0 x7804
#define PCI_VENDOR_ID_HYPERCOPE 0 x1365
#define PCI_DEVICE_ID_HYPERCOPE_PLX 0 x9050
#define PCI_SUBDEVICE_ID_HYPERCOPE_OLD_ERGO 0 x0104
#define PCI_SUBDEVICE_ID_HYPERCOPE_ERGO 0 x0106
#define PCI_SUBDEVICE_ID_HYPERCOPE_METRO 0 x0107
#define PCI_SUBDEVICE_ID_HYPERCOPE_CHAMP2 0 x0108
#define PCI_VENDOR_ID_DIGIGRAM 0 x1369
#define PCI_SUBDEVICE_ID_DIGIGRAM_LX6464ES_SERIAL_SUBSYSTEM 0 xc001
#define PCI_SUBDEVICE_ID_DIGIGRAM_LX6464ES_CAE_SERIAL_SUBSYSTEM 0 xc002
#define PCI_SUBDEVICE_ID_DIGIGRAM_LX6464ESE_SERIAL_SUBSYSTEM 0 xc021
#define PCI_SUBDEVICE_ID_DIGIGRAM_LX6464ESE_CAE_SERIAL_SUBSYSTEM 0 xc022
#define PCI_VENDOR_ID_KAWASAKI 0 x136b
#define PCI_DEVICE_ID_MCHIP_KL5A72002 0 xff01
#define PCI_VENDOR_ID_CNET 0 x1371
#define PCI_DEVICE_ID_CNET_GIGACARD 0 x434e
#define PCI_VENDOR_ID_LMC 0 x1376
#define PCI_DEVICE_ID_LMC_HSSI 0 x0003
#define PCI_DEVICE_ID_LMC_DS3 0 x0004
#define PCI_DEVICE_ID_LMC_SSI 0 x0005
#define PCI_DEVICE_ID_LMC_T1 0 x0006
#define PCI_VENDOR_ID_NETGEAR 0 x1385
#define PCI_DEVICE_ID_NETGEAR_GA620 0 x620a
#define PCI_VENDOR_ID_APPLICOM 0 x1389
#define PCI_DEVICE_ID_APPLICOM_PCIGENERIC 0 x0001
#define PCI_DEVICE_ID_APPLICOM_PCI2000IBS_CAN 0 x0002
#define PCI_DEVICE_ID_APPLICOM_PCI2000PFB 0 x0003
#define PCI_VENDOR_ID_MOXA 0 x1393
#define PCI_DEVICE_ID_MOXA_CP204J 0 x2040
#define PCI_DEVICE_ID_MOXA_C218 0 x2180
#define PCI_DEVICE_ID_MOXA_C320 0 x3200
#define PCI_VENDOR_ID_CCD 0 x1397
#define PCI_DEVICE_ID_CCD_HFC4S 0 x08B4
#define PCI_SUBDEVICE_ID_CCD_PMX2S 0 x1234
#define PCI_DEVICE_ID_CCD_HFC8S 0 x16B8
#define PCI_DEVICE_ID_CCD_2BD0 0 x2bd0
#define PCI_DEVICE_ID_CCD_HFCE1 0 x30B1
#define PCI_SUBDEVICE_ID_CCD_SPD4S 0 x3136
#define PCI_SUBDEVICE_ID_CCD_SPDE1 0 x3137
#define PCI_DEVICE_ID_CCD_B000 0 xb000
#define PCI_DEVICE_ID_CCD_B006 0 xb006
#define PCI_DEVICE_ID_CCD_B007 0 xb007
#define PCI_DEVICE_ID_CCD_B008 0 xb008
#define PCI_DEVICE_ID_CCD_B009 0 xb009
#define PCI_DEVICE_ID_CCD_B00A 0 xb00a
#define PCI_DEVICE_ID_CCD_B00B 0 xb00b
#define PCI_DEVICE_ID_CCD_B00C 0 xb00c
#define PCI_DEVICE_ID_CCD_B100 0 xb100
#define PCI_SUBDEVICE_ID_CCD_IOB4ST 0 xB520
#define PCI_SUBDEVICE_ID_CCD_IOB8STR 0 xB521
#define PCI_SUBDEVICE_ID_CCD_IOB8ST 0 xB522
#define PCI_SUBDEVICE_ID_CCD_IOB1E1 0 xB523
#define PCI_SUBDEVICE_ID_CCD_SWYX4S 0 xB540
#define PCI_SUBDEVICE_ID_CCD_JH4S20 0 xB550
#define PCI_SUBDEVICE_ID_CCD_IOB8ST_1 0 xB552
#define PCI_SUBDEVICE_ID_CCD_JHSE1 0 xB553
#define PCI_SUBDEVICE_ID_CCD_JH8S 0 xB55B
#define PCI_SUBDEVICE_ID_CCD_BN4S 0 xB560
#define PCI_SUBDEVICE_ID_CCD_BN8S 0 xB562
#define PCI_SUBDEVICE_ID_CCD_BNE1 0 xB563
#define PCI_SUBDEVICE_ID_CCD_BNE1D 0 xB564
#define PCI_SUBDEVICE_ID_CCD_BNE1DP 0 xB565
#define PCI_SUBDEVICE_ID_CCD_BN2S 0 xB566
#define PCI_SUBDEVICE_ID_CCD_BN1SM 0 xB567
#define PCI_SUBDEVICE_ID_CCD_BN4SM 0 xB568
#define PCI_SUBDEVICE_ID_CCD_BN2SM 0 xB569
#define PCI_SUBDEVICE_ID_CCD_BNE1M 0 xB56A
#define PCI_SUBDEVICE_ID_CCD_BN8SP 0 xB56B
#define PCI_SUBDEVICE_ID_CCD_HFC4S 0 xB620
#define PCI_SUBDEVICE_ID_CCD_HFC8S 0 xB622
#define PCI_DEVICE_ID_CCD_B700 0 xb700
#define PCI_DEVICE_ID_CCD_B701 0 xb701
#define PCI_SUBDEVICE_ID_CCD_HFCE1 0 xC523
#define PCI_SUBDEVICE_ID_CCD_OV2S 0 xE884
#define PCI_SUBDEVICE_ID_CCD_OV4S 0 xE888
#define PCI_SUBDEVICE_ID_CCD_OV8S 0 xE998
#define PCI_VENDOR_ID_EXAR 0 x13a8
#define PCI_DEVICE_ID_EXAR_XR17C152 0 x0152
#define PCI_DEVICE_ID_EXAR_XR17C154 0 x0154
#define PCI_DEVICE_ID_EXAR_XR17C158 0 x0158
#define PCI_DEVICE_ID_EXAR_XR17V352 0 x0352
#define PCI_DEVICE_ID_EXAR_XR17V354 0 x0354
#define PCI_DEVICE_ID_EXAR_XR17V358 0 x0358
#define PCI_VENDOR_ID_MICROGATE 0 x13c0
#define PCI_VENDOR_ID_3WARE 0 x13C1
#define PCI_DEVICE_ID_3WARE_1000 0 x1000
#define PCI_DEVICE_ID_3WARE_7000 0 x1001
#define PCI_DEVICE_ID_3WARE_9000 0 x1002
#define PCI_VENDOR_ID_IOMEGA 0 x13ca
#define PCI_DEVICE_ID_IOMEGA_BUZ 0 x4231
#define PCI_VENDOR_ID_ABOCOM 0 x13D1
#define PCI_DEVICE_ID_ABOCOM_2BD1 0 x2BD1
#define PCI_VENDOR_ID_SUNDANCE 0 x13f0
#define PCI_VENDOR_ID_CMEDIA 0 x13f6
#define PCI_DEVICE_ID_CMEDIA_CM8338A 0 x0100
#define PCI_DEVICE_ID_CMEDIA_CM8338B 0 x0101
#define PCI_DEVICE_ID_CMEDIA_CM8738 0 x0111
#define PCI_DEVICE_ID_CMEDIA_CM8738B 0 x0112
#define PCI_VENDOR_ID_ADVANTECH 0 x13fe
#define PCI_VENDOR_ID_MEILHAUS 0 x1402
#define PCI_VENDOR_ID_LAVA 0 x1407
#define PCI_DEVICE_ID_LAVA_DSERIAL 0 x0100 /* 2x 16550 */
#define PCI_DEVICE_ID_LAVA_QUATRO_A 0 x0101 /* 2x 16550, half of 4 port */
#define PCI_DEVICE_ID_LAVA_QUATRO_B 0 x0102 /* 2x 16550, half of 4 port */
#define PCI_DEVICE_ID_LAVA_QUATTRO_A 0 x0120 /* 2x 16550A, half of 4 port */
#define PCI_DEVICE_ID_LAVA_QUATTRO_B 0 x0121 /* 2x 16550A, half of 4 port */
#define PCI_DEVICE_ID_LAVA_OCTO_A 0 x0180 /* 4x 16550A, half of 8 port */
#define PCI_DEVICE_ID_LAVA_OCTO_B 0 x0181 /* 4x 16550A, half of 8 port */
#define PCI_DEVICE_ID_LAVA_PORT_PLUS 0 x0200 /* 2x 16650 */
#define PCI_DEVICE_ID_LAVA_QUAD_A 0 x0201 /* 2x 16650, half of 4 port */
#define PCI_DEVICE_ID_LAVA_QUAD_B 0 x0202 /* 2x 16650, half of 4 port */
#define PCI_DEVICE_ID_LAVA_SSERIAL 0 x0500 /* 1x 16550 */
#define PCI_DEVICE_ID_LAVA_PORT_650 0 x0600 /* 1x 16650 */
#define PCI_DEVICE_ID_LAVA_PARALLEL 0 x8000
#define PCI_DEVICE_ID_LAVA_DUAL_PAR_A 0 x8002 /* The Lava Dual Parallel is */
#define PCI_DEVICE_ID_LAVA_DUAL_PAR_B 0 x8003 /* two PCI devices on a card */
#define PCI_DEVICE_ID_LAVA_BOCA_IOPPAR 0 x8800
#define PCI_VENDOR_ID_TIMEDIA 0 x1409
#define PCI_DEVICE_ID_TIMEDIA_1889 0 x7168
#define PCI_VENDOR_ID_ICE 0 x1412
#define PCI_DEVICE_ID_ICE_1712 0 x1712
#define PCI_DEVICE_ID_VT1724 0 x1724
#define PCI_VENDOR_ID_MICROSOFT 0 x1414
#define PCI_DEVICE_ID_HYPERV_VIDEO 0 x5353
#define PCI_VENDOR_ID_OXSEMI 0 x1415
#define PCI_DEVICE_ID_OXSEMI_12PCI840 0 x8403
#define PCI_DEVICE_ID_OXSEMI_PCIe840 0 xC000
#define PCI_DEVICE_ID_OXSEMI_PCIe840_G 0 xC004
#define PCI_DEVICE_ID_OXSEMI_PCIe952_0 0 xC100
#define PCI_DEVICE_ID_OXSEMI_PCIe952_0_G 0 xC104
#define PCI_DEVICE_ID_OXSEMI_PCIe952_1 0 xC110
#define PCI_DEVICE_ID_OXSEMI_PCIe952_1_G 0 xC114
#define PCI_DEVICE_ID_OXSEMI_PCIe952_1_U 0 xC118
#define PCI_DEVICE_ID_OXSEMI_PCIe952_1_GU 0 xC11C
#define PCI_DEVICE_ID_OXSEMI_16PCI954 0 x9501
#define PCI_DEVICE_ID_OXSEMI_C950 0 x950B
#define PCI_DEVICE_ID_OXSEMI_16PCI95N 0 x9511
#define PCI_DEVICE_ID_OXSEMI_16PCI954PP 0 x9513
#define PCI_DEVICE_ID_OXSEMI_16PCI952 0 x9521
#define PCI_DEVICE_ID_OXSEMI_16PCI952PP 0 x9523
#define PCI_SUBDEVICE_ID_OXSEMI_C950 0 x0001
#define PCI_VENDOR_ID_CHELSIO 0 x1425
#define PCI_VENDOR_ID_EDIMAX 0 x1432
#define PCI_VENDOR_ID_ADLINK 0 x144a
#define PCI_VENDOR_ID_SAMSUNG 0 x144d
#define PCI_VENDOR_ID_GIGABYTE 0 x1458
#define PCI_VENDOR_ID_AMBIT 0 x1468
#define PCI_VENDOR_ID_MYRICOM 0 x14c1
#define PCI_VENDOR_ID_MEDIATEK 0 x14c3
#define PCI_DEVICE_ID_MEDIATEK_7629 0 x7629
#define PCI_VENDOR_ID_TITAN 0 x14D2
#define PCI_DEVICE_ID_TITAN_010L 0 x8001
#define PCI_DEVICE_ID_TITAN_100L 0 x8010
#define PCI_DEVICE_ID_TITAN_110L 0 x8011
#define PCI_DEVICE_ID_TITAN_200L 0 x8020
#define PCI_DEVICE_ID_TITAN_210L 0 x8021
#define PCI_DEVICE_ID_TITAN_400L 0 x8040
#define PCI_DEVICE_ID_TITAN_800L 0 x8080
#define PCI_DEVICE_ID_TITAN_100 0 xA001
#define PCI_DEVICE_ID_TITAN_200 0 xA005
#define PCI_DEVICE_ID_TITAN_400 0 xA003
#define PCI_DEVICE_ID_TITAN_800B 0 xA004
#define PCI_VENDOR_ID_PANACOM 0 x14d4
#define PCI_DEVICE_ID_PANACOM_QUADMODEM 0 x0400
#define PCI_DEVICE_ID_PANACOM_DUALMODEM 0 x0402
#define PCI_VENDOR_ID_SIPACKETS 0 x14d9
#define PCI_DEVICE_ID_SP1011 0 x0010
#define PCI_VENDOR_ID_AFAVLAB 0 x14db
#define PCI_DEVICE_ID_AFAVLAB_P028 0 x2180
#define PCI_DEVICE_ID_AFAVLAB_P030 0 x2182
#define PCI_SUBDEVICE_ID_AFAVLAB_P061 0 x2150
#define PCI_VENDOR_ID_AMPLICON 0 x14dc
#define PCI_VENDOR_ID_BCM_GVC 0 x14a4
#define PCI_VENDOR_ID_BROADCOM 0 x14e4
#define PCI_DEVICE_ID_TIGON3_5752 0 x1600
#define PCI_DEVICE_ID_TIGON3_5752M 0 x1601
#define PCI_DEVICE_ID_NX2_5709 0 x1639
#define PCI_DEVICE_ID_NX2_5709S 0 x163a
#define PCI_DEVICE_ID_TIGON3_5700 0 x1644
#define PCI_DEVICE_ID_TIGON3_5701 0 x1645
#define PCI_DEVICE_ID_TIGON3_5702 0 x1646
#define PCI_DEVICE_ID_TIGON3_5703 0 x1647
#define PCI_DEVICE_ID_TIGON3_5704 0 x1648
#define PCI_DEVICE_ID_TIGON3_5704S_2 0 x1649
#define PCI_DEVICE_ID_NX2_5706 0 x164a
#define PCI_DEVICE_ID_NX2_5708 0 x164c
#define PCI_DEVICE_ID_TIGON3_5702FE 0 x164d
#define PCI_DEVICE_ID_NX2_57710 0 x164e
#define PCI_DEVICE_ID_NX2_57711 0 x164f
#define PCI_DEVICE_ID_NX2_57711E 0 x1650
#define PCI_DEVICE_ID_TIGON3_5705 0 x1653
#define PCI_DEVICE_ID_TIGON3_5705_2 0 x1654
#define PCI_DEVICE_ID_TIGON3_5719 0 x1657
#define PCI_DEVICE_ID_TIGON3_5721 0 x1659
#define PCI_DEVICE_ID_TIGON3_5722 0 x165a
#define PCI_DEVICE_ID_TIGON3_5723 0 x165b
#define PCI_DEVICE_ID_TIGON3_5705M 0 x165d
#define PCI_DEVICE_ID_TIGON3_5705M_2 0 x165e
#define PCI_DEVICE_ID_NX2_57712 0 x1662
#define PCI_DEVICE_ID_NX2_57712E 0 x1663
#define PCI_DEVICE_ID_NX2_57712_MF 0 x1663
#define PCI_DEVICE_ID_TIGON3_5714 0 x1668
#define PCI_DEVICE_ID_TIGON3_5714S 0 x1669
#define PCI_DEVICE_ID_TIGON3_5780 0 x166a
#define PCI_DEVICE_ID_TIGON3_5780S 0 x166b
#define PCI_DEVICE_ID_TIGON3_5705F 0 x166e
#define PCI_DEVICE_ID_NX2_57712_VF 0 x166f
#define PCI_DEVICE_ID_TIGON3_5754M 0 x1672
#define PCI_DEVICE_ID_TIGON3_5755M 0 x1673
#define PCI_DEVICE_ID_TIGON3_5756 0 x1674
#define PCI_DEVICE_ID_TIGON3_5750 0 x1676
#define PCI_DEVICE_ID_TIGON3_5751 0 x1677
#define PCI_DEVICE_ID_TIGON3_5715 0 x1678
#define PCI_DEVICE_ID_TIGON3_5715S 0 x1679
#define PCI_DEVICE_ID_TIGON3_5754 0 x167a
#define PCI_DEVICE_ID_TIGON3_5755 0 x167b
#define PCI_DEVICE_ID_TIGON3_5751M 0 x167d
#define PCI_DEVICE_ID_TIGON3_5751F 0 x167e
#define PCI_DEVICE_ID_TIGON3_5787F 0 x167f
#define PCI_DEVICE_ID_TIGON3_5761E 0 x1680
#define PCI_DEVICE_ID_TIGON3_5761 0 x1681
#define PCI_DEVICE_ID_TIGON3_5764 0 x1684
#define PCI_DEVICE_ID_NX2_57800 0 x168a
#define PCI_DEVICE_ID_NX2_57840 0 x168d
#define PCI_DEVICE_ID_NX2_57810 0 x168e
#define PCI_DEVICE_ID_TIGON3_5787M 0 x1693
#define PCI_DEVICE_ID_TIGON3_5782 0 x1696
#define PCI_DEVICE_ID_TIGON3_5784 0 x1698
#define PCI_DEVICE_ID_TIGON3_5786 0 x169a
#define PCI_DEVICE_ID_TIGON3_5787 0 x169b
#define PCI_DEVICE_ID_TIGON3_5788 0 x169c
#define PCI_DEVICE_ID_TIGON3_5789 0 x169d
#define PCI_DEVICE_ID_NX2_57840_4_10 0 x16a1
#define PCI_DEVICE_ID_NX2_57840_2_20 0 x16a2
#define PCI_DEVICE_ID_NX2_57840_MF 0 x16a4
#define PCI_DEVICE_ID_NX2_57800_MF 0 x16a5
#define PCI_DEVICE_ID_TIGON3_5702X 0 x16a6
#define PCI_DEVICE_ID_TIGON3_5703X 0 x16a7
#define PCI_DEVICE_ID_TIGON3_5704S 0 x16a8
#define PCI_DEVICE_ID_NX2_57800_VF 0 x16a9
#define PCI_DEVICE_ID_NX2_5706S 0 x16aa
#define PCI_DEVICE_ID_NX2_5708S 0 x16ac
#define PCI_DEVICE_ID_NX2_57840_VF 0 x16ad
#define PCI_DEVICE_ID_NX2_57810_MF 0 x16ae
#define PCI_DEVICE_ID_NX2_57810_VF 0 x16af
#define PCI_DEVICE_ID_TIGON3_5702A3 0 x16c6
#define PCI_DEVICE_ID_TIGON3_5703A3 0 x16c7
#define PCI_DEVICE_ID_TIGON3_5781 0 x16dd
#define PCI_DEVICE_ID_TIGON3_5753 0 x16f7
#define PCI_DEVICE_ID_TIGON3_5753M 0 x16fd
#define PCI_DEVICE_ID_TIGON3_5753F 0 x16fe
#define PCI_DEVICE_ID_TIGON3_5901 0 x170d
#define PCI_DEVICE_ID_BCM4401B1 0 x170c
#define PCI_DEVICE_ID_TIGON3_5901_2 0 x170e
#define PCI_DEVICE_ID_TIGON3_5906 0 x1712
#define PCI_DEVICE_ID_TIGON3_5906M 0 x1713
#define PCI_DEVICE_ID_BCM4401 0 x4401
#define PCI_DEVICE_ID_BCM4401B0 0 x4402
#define PCI_VENDOR_ID_TOPIC 0 x151f
#define PCI_DEVICE_ID_TOPIC_TP560 0 x0000
#define PCI_VENDOR_ID_MAINPINE 0 x1522
#define PCI_DEVICE_ID_MAINPINE_PBRIDGE 0 x0100
#define PCI_VENDOR_ID_ENE 0 x1524
#define PCI_DEVICE_ID_ENE_CB710_FLASH 0 x0510
#define PCI_DEVICE_ID_ENE_CB712_SD 0 x0550
#define PCI_DEVICE_ID_ENE_CB712_SD_2 0 x0551
#define PCI_DEVICE_ID_ENE_CB714_SD 0 x0750
#define PCI_DEVICE_ID_ENE_CB714_SD_2 0 x0751
#define PCI_DEVICE_ID_ENE_1211 0 x1211
#define PCI_DEVICE_ID_ENE_1225 0 x1225
#define PCI_DEVICE_ID_ENE_1410 0 x1410
#define PCI_DEVICE_ID_ENE_710 0 x1411
#define PCI_DEVICE_ID_ENE_712 0 x1412
#define PCI_DEVICE_ID_ENE_1420 0 x1420
#define PCI_DEVICE_ID_ENE_720 0 x1421
#define PCI_DEVICE_ID_ENE_722 0 x1422
#define PCI_SUBVENDOR_ID_PERLE 0 x155f
#define PCI_SUBDEVICE_ID_PCI_RAS4 0 xf001
#define PCI_SUBDEVICE_ID_PCI_RAS8 0 xf010
#define PCI_VENDOR_ID_SYBA 0 x1592
#define PCI_DEVICE_ID_SYBA_2P_EPP 0 x0782
#define PCI_DEVICE_ID_SYBA_1P_ECP 0 x0783
#define PCI_VENDOR_ID_MORETON 0 x15aa
#define PCI_DEVICE_ID_RASTEL_2PORT 0 x2000
#define PCI_VENDOR_ID_VMWARE 0 x15ad
#define PCI_DEVICE_ID_VMWARE_VMXNET3 0 x07b0
#define PCI_VENDOR_ID_ZOLTRIX 0 x15b0
#define PCI_DEVICE_ID_ZOLTRIX_2BD0 0 x2bd0
#define PCI_VENDOR_ID_MELLANOX 0 x15b3
#define PCI_DEVICE_ID_MELLANOX_CONNECTX3 0 x1003
#define PCI_DEVICE_ID_MELLANOX_CONNECTX3_PRO 0 x1007
#define PCI_DEVICE_ID_MELLANOX_CONNECTIB 0 x1011
#define PCI_DEVICE_ID_MELLANOX_CONNECTX4 0 x1013
#define PCI_DEVICE_ID_MELLANOX_CONNECTX4_LX 0 x1015
#define PCI_DEVICE_ID_MELLANOX_TAVOR 0 x5a44
#define PCI_DEVICE_ID_MELLANOX_TAVOR_BRIDGE 0 x5a46
#define PCI_DEVICE_ID_MELLANOX_SINAI_OLD 0 x5e8c
#define PCI_DEVICE_ID_MELLANOX_SINAI 0 x6274
#define PCI_DEVICE_ID_MELLANOX_ARBEL_COMPAT 0 x6278
#define PCI_DEVICE_ID_MELLANOX_ARBEL 0 x6282
#define PCI_DEVICE_ID_MELLANOX_HERMON_SDR 0 x6340
#define PCI_DEVICE_ID_MELLANOX_HERMON_DDR 0 x634a
#define PCI_DEVICE_ID_MELLANOX_HERMON_QDR 0 x6354
#define PCI_DEVICE_ID_MELLANOX_HERMON_EN 0 x6368
#define PCI_DEVICE_ID_MELLANOX_CONNECTX_EN 0 x6372
#define PCI_DEVICE_ID_MELLANOX_HERMON_DDR_GEN2 0 x6732
#define PCI_DEVICE_ID_MELLANOX_HERMON_QDR_GEN2 0 x673c
#define PCI_DEVICE_ID_MELLANOX_CONNECTX_EN_5_GEN2 0 x6746
#define PCI_DEVICE_ID_MELLANOX_HERMON_EN_GEN2 0 x6750
#define PCI_DEVICE_ID_MELLANOX_CONNECTX_EN_T_GEN2 0 x675a
#define PCI_DEVICE_ID_MELLANOX_CONNECTX_EN_GEN2 0 x6764
#define PCI_DEVICE_ID_MELLANOX_CONNECTX2 0 x676e
#define PCI_VENDOR_ID_DFI 0 x15bd
#define PCI_VENDOR_ID_QUICKNET 0 x15e2
#define PCI_DEVICE_ID_QUICKNET_XJ 0 x0500
/*
* ADDI-DATA GmbH communication cards <info@addi-data.com>
*/
#define PCI_VENDOR_ID_ADDIDATA 0 x15B8
#define PCI_DEVICE_ID_ADDIDATA_APCI7500 0 x7000
#define PCI_DEVICE_ID_ADDIDATA_APCI7420 0 x7001
#define PCI_DEVICE_ID_ADDIDATA_APCI7300 0 x7002
#define PCI_DEVICE_ID_ADDIDATA_APCI7500_2 0 x7009
#define PCI_DEVICE_ID_ADDIDATA_APCI7420_2 0 x700A
#define PCI_DEVICE_ID_ADDIDATA_APCI7300_2 0 x700B
#define PCI_DEVICE_ID_ADDIDATA_APCI7500_3 0 x700C
#define PCI_DEVICE_ID_ADDIDATA_APCI7420_3 0 x700D
#define PCI_DEVICE_ID_ADDIDATA_APCI7300_3 0 x700E
#define PCI_DEVICE_ID_ADDIDATA_APCI7800_3 0 x700F
#define PCI_DEVICE_ID_ADDIDATA_APCIe7300 0 x7010
#define PCI_DEVICE_ID_ADDIDATA_APCIe7420 0 x7011
#define PCI_DEVICE_ID_ADDIDATA_APCIe7500 0 x7012
#define PCI_DEVICE_ID_ADDIDATA_APCIe7800 0 x7013
#define PCI_VENDOR_ID_PDC 0 x15e9
#define PCI_VENDOR_ID_FARSITE 0 x1619
#define PCI_DEVICE_ID_FARSITE_T2P 0 x0400
#define PCI_DEVICE_ID_FARSITE_T4P 0 x0440
#define PCI_DEVICE_ID_FARSITE_T1U 0 x0610
#define PCI_DEVICE_ID_FARSITE_T2U 0 x0620
#define PCI_DEVICE_ID_FARSITE_T4U 0 x0640
#define PCI_DEVICE_ID_FARSITE_TE1 0 x1610
#define PCI_DEVICE_ID_FARSITE_TE1C 0 x1612
#define PCI_VENDOR_ID_ARIMA 0 x161f
#define PCI_VENDOR_ID_BROCADE 0 x1657
#define PCI_DEVICE_ID_BROCADE_CT 0 x0014
#define PCI_DEVICE_ID_BROCADE_FC_8G1P 0 x0017
#define PCI_DEVICE_ID_BROCADE_CT_FC 0 x0021
#define PCI_VENDOR_ID_SIBYTE 0 x166d
#define PCI_DEVICE_ID_BCM1250_PCI 0 x0001
#define PCI_DEVICE_ID_BCM1250_HT 0 x0002
#define PCI_VENDOR_ID_ATHEROS 0 x168c
#define PCI_VENDOR_ID_NETCELL 0 x169c
#define PCI_DEVICE_ID_REVOLUTION 0 x0044
#define PCI_VENDOR_ID_CENATEK 0 x16CA
#define PCI_DEVICE_ID_CENATEK_IDE 0 x0001
#define PCI_VENDOR_ID_SYNOPSYS 0 x16c3
#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3 0 xabcd
#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3_AXI 0 xabce
#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB31 0 xabcf
#define PCI_DEVICE_ID_SYNOPSYS_EDDA 0 xedda
#define PCI_VENDOR_ID_USR 0 x16ec
#define PCI_VENDOR_ID_VITESSE 0 x1725
#define PCI_DEVICE_ID_VITESSE_VSC7174 0 x7174
#define PCI_VENDOR_ID_LINKSYS 0 x1737
#define PCI_DEVICE_ID_LINKSYS_EG1064 0 x1064
#define PCI_VENDOR_ID_ALTIMA 0 x173b
#define PCI_DEVICE_ID_ALTIMA_AC1000 0 x03e8
#define PCI_DEVICE_ID_ALTIMA_AC1001 0 x03e9
#define PCI_DEVICE_ID_ALTIMA_AC9100 0 x03ea
#define PCI_DEVICE_ID_ALTIMA_AC1003 0 x03eb
#define PCI_VENDOR_ID_CAVIUM 0 x177d
#define PCI_VENDOR_ID_TECHWELL 0 x1797
#define PCI_DEVICE_ID_TECHWELL_6800 0 x6800
#define PCI_DEVICE_ID_TECHWELL_6801 0 x6801
#define PCI_DEVICE_ID_TECHWELL_6804 0 x6804
#define PCI_DEVICE_ID_TECHWELL_6816_1 0 x6810
#define PCI_DEVICE_ID_TECHWELL_6816_2 0 x6811
#define PCI_DEVICE_ID_TECHWELL_6816_3 0 x6812
#define PCI_DEVICE_ID_TECHWELL_6816_4 0 x6813
#define PCI_VENDOR_ID_BELKIN 0 x1799
#define PCI_DEVICE_ID_BELKIN_F5D7010V7 0 x701f
#define PCI_VENDOR_ID_RDC 0 x17f3
#define PCI_DEVICE_ID_RDC_R6020 0 x6020
#define PCI_DEVICE_ID_RDC_R6030 0 x6030
#define PCI_DEVICE_ID_RDC_R6040 0 x6040
#define PCI_DEVICE_ID_RDC_R6060 0 x6060
#define PCI_DEVICE_ID_RDC_R6061 0 x6061
#define PCI_DEVICE_ID_RDC_D1010 0 x1010
#define PCI_VENDOR_ID_GLI 0 x17a0
#define PCI_VENDOR_ID_LENOVO 0 x17aa
#define PCI_VENDOR_ID_QCOM 0 x17cb
#define PCI_VENDOR_ID_CDNS 0 x17cd
#define PCI_DEVICE_ID_CDNS_USBSS 0 x0100
#define PCI_DEVICE_ID_CDNS_USB 0 x0120
#define PCI_DEVICE_ID_CDNS_USBSSP 0 x0200
#define PCI_VENDOR_ID_ARECA 0 x17d3
#define PCI_DEVICE_ID_ARECA_1110 0 x1110
#define PCI_DEVICE_ID_ARECA_1120 0 x1120
#define PCI_DEVICE_ID_ARECA_1130 0 x1130
#define PCI_DEVICE_ID_ARECA_1160 0 x1160
#define PCI_DEVICE_ID_ARECA_1170 0 x1170
#define PCI_DEVICE_ID_ARECA_1200 0 x1200
#define PCI_DEVICE_ID_ARECA_1201 0 x1201
#define PCI_DEVICE_ID_ARECA_1202 0 x1202
#define PCI_DEVICE_ID_ARECA_1210 0 x1210
#define PCI_DEVICE_ID_ARECA_1220 0 x1220
#define PCI_DEVICE_ID_ARECA_1230 0 x1230
#define PCI_DEVICE_ID_ARECA_1260 0 x1260
#define PCI_DEVICE_ID_ARECA_1270 0 x1270
#define PCI_DEVICE_ID_ARECA_1280 0 x1280
#define PCI_DEVICE_ID_ARECA_1380 0 x1380
#define PCI_DEVICE_ID_ARECA_1381 0 x1381
#define PCI_DEVICE_ID_ARECA_1680 0 x1680
#define PCI_DEVICE_ID_ARECA_1681 0 x1681
#define PCI_VENDOR_ID_S2IO 0 x17d5
#define PCI_DEVICE_ID_S2IO_WIN 0 x5731
#define PCI_DEVICE_ID_S2IO_UNI 0 x5831
#define PCI_DEVICE_ID_HERC_WIN 0 x5732
#define PCI_DEVICE_ID_HERC_UNI 0 x5832
#define PCI_VENDOR_ID_SITECOM 0 x182d
#define PCI_DEVICE_ID_SITECOM_DC105V2 0 x3069
#define PCI_VENDOR_ID_TOPSPIN 0 x1867
#define PCI_VENDOR_ID_COMMTECH 0 x18f7
#define PCI_VENDOR_ID_SILAN 0 x1904
#define PCI_VENDOR_ID_RENESAS 0 x1912
#define PCI_DEVICE_ID_RENESAS_SH7781 0 x0001
#define PCI_DEVICE_ID_RENESAS_SH7780 0 x0002
#define PCI_DEVICE_ID_RENESAS_SH7763 0 x0004
#define PCI_DEVICE_ID_RENESAS_SH7785 0 x0007
#define PCI_DEVICE_ID_RENESAS_SH7786 0 x0010
#define PCI_VENDOR_ID_SOLARFLARE 0 x1924
#define PCI_DEVICE_ID_SOLARFLARE_SFC4000A_0 0 x0703
#define PCI_DEVICE_ID_SOLARFLARE_SFC4000A_1 0 x6703
#define PCI_DEVICE_ID_SOLARFLARE_SFC4000B 0 x0710
#define PCI_VENDOR_ID_TDI 0 x192E
#define PCI_DEVICE_ID_TDI_EHCI 0 x0101
#define PCI_VENDOR_ID_FREESCALE 0 x1957 /* duplicate: NXP */
#define PCI_VENDOR_ID_NXP 0 x1957 /* duplicate: FREESCALE */
#define PCI_DEVICE_ID_MPC8308 0 xc006
#define PCI_DEVICE_ID_MPC8315E 0 x00b4
#define PCI_DEVICE_ID_MPC8315 0 x00b5
#define PCI_DEVICE_ID_MPC8314E 0 x00b6
#define PCI_DEVICE_ID_MPC8314 0 x00b7
#define PCI_DEVICE_ID_MPC8378E 0 x00c4
#define PCI_DEVICE_ID_MPC8378 0 x00c5
#define PCI_DEVICE_ID_MPC8377E 0 x00c6
#define PCI_DEVICE_ID_MPC8377 0 x00c7
#define PCI_DEVICE_ID_MPC8548E 0 x0012
#define PCI_DEVICE_ID_MPC8548 0 x0013
#define PCI_DEVICE_ID_MPC8543E 0 x0014
#define PCI_DEVICE_ID_MPC8543 0 x0015
#define PCI_DEVICE_ID_MPC8547E 0 x0018
#define PCI_DEVICE_ID_MPC8545E 0 x0019
#define PCI_DEVICE_ID_MPC8545 0 x001a
#define PCI_DEVICE_ID_MPC8569E 0 x0061
#define PCI_DEVICE_ID_MPC8569 0 x0060
#define PCI_DEVICE_ID_MPC8568E 0 x0020
#define PCI_DEVICE_ID_MPC8568 0 x0021
#define PCI_DEVICE_ID_MPC8567E 0 x0022
#define PCI_DEVICE_ID_MPC8567 0 x0023
#define PCI_DEVICE_ID_MPC8533E 0 x0030
#define PCI_DEVICE_ID_MPC8533 0 x0031
#define PCI_DEVICE_ID_MPC8544E 0 x0032
#define PCI_DEVICE_ID_MPC8544 0 x0033
#define PCI_DEVICE_ID_MPC8572E 0 x0040
#define PCI_DEVICE_ID_MPC8572 0 x0041
#define PCI_DEVICE_ID_MPC8536E 0 x0050
#define PCI_DEVICE_ID_MPC8536 0 x0051
#define PCI_DEVICE_ID_P2020E 0 x0070
#define PCI_DEVICE_ID_P2020 0 x0071
#define PCI_DEVICE_ID_P2010E 0 x0078
#define PCI_DEVICE_ID_P2010 0 x0079
#define PCI_DEVICE_ID_P1020E 0 x0100
#define PCI_DEVICE_ID_P1020 0 x0101
#define PCI_DEVICE_ID_P1021E 0 x0102
#define PCI_DEVICE_ID_P1021 0 x0103
#define PCI_DEVICE_ID_P1011E 0 x0108
#define PCI_DEVICE_ID_P1011 0 x0109
#define PCI_DEVICE_ID_P1022E 0 x0110
#define PCI_DEVICE_ID_P1022 0 x0111
#define PCI_DEVICE_ID_P1013E 0 x0118
#define PCI_DEVICE_ID_P1013 0 x0119
#define PCI_DEVICE_ID_P4080E 0 x0400
#define PCI_DEVICE_ID_P4080 0 x0401
#define PCI_DEVICE_ID_P4040E 0 x0408
#define PCI_DEVICE_ID_P4040 0 x0409
#define PCI_DEVICE_ID_P2040E 0 x0410
#define PCI_DEVICE_ID_P2040 0 x0411
#define PCI_DEVICE_ID_P3041E 0 x041E
#define PCI_DEVICE_ID_P3041 0 x041F
#define PCI_DEVICE_ID_P5020E 0 x0420
#define PCI_DEVICE_ID_P5020 0 x0421
#define PCI_DEVICE_ID_P5010E 0 x0428
#define PCI_DEVICE_ID_P5010 0 x0429
#define PCI_DEVICE_ID_MPC8641 0 x7010
#define PCI_DEVICE_ID_MPC8641D 0 x7011
#define PCI_DEVICE_ID_MPC8610 0 x7018
#define PCI_VENDOR_ID_PASEMI 0 x1959
#define PCI_VENDOR_ID_ATTANSIC 0 x1969
#define PCI_DEVICE_ID_ATTANSIC_L1 0 x1048
#define PCI_DEVICE_ID_ATTANSIC_L2 0 x2048
#define PCI_VENDOR_ID_JMICRON 0 x197B
#define PCI_DEVICE_ID_JMICRON_JMB360 0 x2360
#define PCI_DEVICE_ID_JMICRON_JMB361 0 x2361
#define PCI_DEVICE_ID_JMICRON_JMB362 0 x2362
#define PCI_DEVICE_ID_JMICRON_JMB363 0 x2363
#define PCI_DEVICE_ID_JMICRON_JMB364 0 x2364
#define PCI_DEVICE_ID_JMICRON_JMB365 0 x2365
#define PCI_DEVICE_ID_JMICRON_JMB366 0 x2366
#define PCI_DEVICE_ID_JMICRON_JMB368 0 x2368
#define PCI_DEVICE_ID_JMICRON_JMB369 0 x2369
#define PCI_DEVICE_ID_JMICRON_JMB38X_SD 0 x2381
#define PCI_DEVICE_ID_JMICRON_JMB38X_MMC 0 x2382
#define PCI_DEVICE_ID_JMICRON_JMB38X_MS 0 x2383
#define PCI_DEVICE_ID_JMICRON_JMB385_MS 0 x2388
#define PCI_DEVICE_ID_JMICRON_JMB388_SD 0 x2391
#define PCI_DEVICE_ID_JMICRON_JMB388_ESD 0 x2392
#define PCI_DEVICE_ID_JMICRON_JMB390_MS 0 x2393
#define PCI_VENDOR_ID_KORENIX 0 x1982
#define PCI_DEVICE_ID_KORENIX_JETCARDF0 0 x1600
#define PCI_DEVICE_ID_KORENIX_JETCARDF1 0 x16ff
#define PCI_DEVICE_ID_KORENIX_JETCARDF2 0 x1700
#define PCI_DEVICE_ID_KORENIX_JETCARDF3 0 x17ff
#define PCI_VENDOR_ID_HUAWEI 0 x19e5
#define PCI_DEVICE_ID_HUAWEI_ZIP_VF 0 xa251
#define PCI_DEVICE_ID_HUAWEI_SEC_VF 0 xa256
#define PCI_DEVICE_ID_HUAWEI_HPRE_VF 0 xa259
#define PCI_VENDOR_ID_NETRONOME 0 x19ee
#define PCI_DEVICE_ID_NETRONOME_NFP3800 0 x3800
#define PCI_DEVICE_ID_NETRONOME_NFP4000 0 x4000
#define PCI_DEVICE_ID_NETRONOME_NFP5000 0 x5000
#define PCI_DEVICE_ID_NETRONOME_NFP6000 0 x6000
#define PCI_DEVICE_ID_NETRONOME_NFP3800_VF 0 x3803
#define PCI_DEVICE_ID_NETRONOME_NFP6000_VF 0 x6003
#define PCI_VENDOR_ID_QMI 0 x1a32
#define PCI_VENDOR_ID_AZWAVE 0 x1a3b
#define PCI_VENDOR_ID_REDHAT_QUMRANET 0 x1af4
#define PCI_SUBVENDOR_ID_REDHAT_QUMRANET 0 x1af4
#define PCI_SUBDEVICE_ID_QEMU 0 x1100
#define PCI_VENDOR_ID_ASMEDIA 0 x1b21
#define PCI_VENDOR_ID_REDHAT 0 x1b36
#define PCI_VENDOR_ID_WCHIC 0 x1c00
#define PCI_DEVICE_ID_WCHIC_CH382_0S1P 0 x3050
#define PCI_DEVICE_ID_WCHIC_CH382_2S1P 0 x3250
#define PCI_DEVICE_ID_WCHIC_CH382_2S 0 x3253
#define PCI_VENDOR_ID_SILICOM_DENMARK 0 x1c2c
#define PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS 0 x1c36
#define PCI_VENDOR_ID_CIRCUITCO 0 x1cc8
#define PCI_SUBSYSTEM_ID_CIRCUITCO_MINNOWBOARD 0 x0001
#define PCI_VENDOR_ID_AMAZON 0 x1d0f
#define PCI_VENDOR_ID_ZHAOXIN 0 x1d17
#define PCI_VENDOR_ID_ROCKCHIP 0 x1d87
#define PCI_VENDOR_ID_HYGON 0 x1d94
#define PCI_VENDOR_ID_META 0 x1d9b
#define PCI_VENDOR_ID_FUNGIBLE 0 x1dad
#define PCI_VENDOR_ID_HXT 0 x1dbf
#define PCI_VENDOR_ID_TEKRAM 0 x1de1
#define PCI_DEVICE_ID_TEKRAM_DC290 0 xdc29
#define PCI_VENDOR_ID_RPI 0 x1de4
#define PCI_DEVICE_ID_RPI_RP1_C0 0 x0001
#define PCI_VENDOR_ID_ALIBABA 0 x1ded
#define PCI_VENDOR_ID_CXL 0 x1e98
#define PCI_VENDOR_ID_TEHUTI 0 x1fc9
#define PCI_DEVICE_ID_TEHUTI_3009 0 x3009
#define PCI_DEVICE_ID_TEHUTI_3010 0 x3010
#define PCI_DEVICE_ID_TEHUTI_3014 0 x3014
#define PCI_VENDOR_ID_SUNIX 0 x1fd4
#define PCI_DEVICE_ID_SUNIX_1999 0 x1999
#define PCI_VENDOR_ID_HINT 0 x3388
#define PCI_DEVICE_ID_HINT_VXPROII_IDE 0 x8013
#define PCI_VENDOR_ID_3DLABS 0 x3d3d
#define PCI_DEVICE_ID_3DLABS_PERMEDIA2 0 x0007
#define PCI_DEVICE_ID_3DLABS_PERMEDIA2V 0 x0009
#define PCI_VENDOR_ID_NETXEN 0 x4040
#define PCI_DEVICE_ID_NX2031_10GXSR 0 x0001
#define PCI_DEVICE_ID_NX2031_10GCX4 0 x0002
#define PCI_DEVICE_ID_NX2031_4GCU 0 x0003
#define PCI_DEVICE_ID_NX2031_IMEZ 0 x0004
#define PCI_DEVICE_ID_NX2031_HMEZ 0 x0005
#define PCI_DEVICE_ID_NX2031_XG_MGMT 0 x0024
#define PCI_DEVICE_ID_NX2031_XG_MGMT2 0 x0025
#define PCI_DEVICE_ID_NX3031 0 x0100
#define PCI_VENDOR_ID_AKS 0 x416c
#define PCI_DEVICE_ID_AKS_ALADDINCARD 0 x0100
#define PCI_VENDOR_ID_WCHCN 0 x4348
#define PCI_DEVICE_ID_WCHCN_CH353_4S 0 x3453
#define PCI_DEVICE_ID_WCHCN_CH353_2S1PF 0 x5046
#define PCI_DEVICE_ID_WCHCN_CH353_1S1P 0 x5053
#define PCI_DEVICE_ID_WCHCN_CH353_2S1P 0 x7053
#define PCI_VENDOR_ID_ACCESSIO 0 x494f
#define PCI_DEVICE_ID_ACCESSIO_WDG_CSM 0 x22c0
#define PCI_VENDOR_ID_S3 0 x5333
#define PCI_DEVICE_ID_S3_TRIO 0 x8811
#define PCI_DEVICE_ID_S3_868 0 x8880
#define PCI_DEVICE_ID_S3_968 0 x88f0
#define PCI_DEVICE_ID_S3_SAVAGE4 0 x8a25
#define PCI_DEVICE_ID_S3_PROSAVAGE8 0 x8d04
#define PCI_DEVICE_ID_S3_SONICVIBES 0 xca00
#define PCI_VENDOR_ID_DUNORD 0 x5544
#define PCI_DEVICE_ID_DUNORD_I3000 0 x0001
#define PCI_VENDOR_ID_DCI 0 x6666
#define PCI_DEVICE_ID_DCI_PCCOM4 0 x0001
#define PCI_DEVICE_ID_DCI_PCCOM8 0 x0002
#define PCI_DEVICE_ID_DCI_PCCOM2 0 x0004
#define PCI_VENDOR_ID_GLENFLY 0 x6766
#define PCI_VENDOR_ID_INTEL 0 x8086
#define PCI_DEVICE_ID_INTEL_EESSC 0 x0008
#define PCI_DEVICE_ID_INTEL_HDA_CML_LP 0 x02c8
#define PCI_DEVICE_ID_INTEL_PXHD_0 0 x0320
#define PCI_DEVICE_ID_INTEL_PXHD_1 0 x0321
#define PCI_DEVICE_ID_INTEL_PXH_0 0 x0329
#define PCI_DEVICE_ID_INTEL_PXH_1 0 x032a
#define PCI_DEVICE_ID_INTEL_PXHV 0 x032c
#define PCI_DEVICE_ID_INTEL_80332_0 0 x0330
#define PCI_DEVICE_ID_INTEL_80332_1 0 x0332
#define PCI_DEVICE_ID_INTEL_80333_0 0 x0370
#define PCI_DEVICE_ID_INTEL_80333_1 0 x0372
#define PCI_DEVICE_ID_INTEL_QAT_DH895XCC 0 x0435
#define PCI_DEVICE_ID_INTEL_QAT_DH895XCC_VF 0 x0443
#define PCI_DEVICE_ID_INTEL_82375 0 x0482
#define PCI_DEVICE_ID_INTEL_82424 0 x0483
#define PCI_DEVICE_ID_INTEL_82378 0 x0484
#define PCI_DEVICE_ID_INTEL_82425 0 x0486
#define PCI_DEVICE_ID_INTEL_HDA_CML_H 0 x06c8
#define PCI_DEVICE_ID_INTEL_MRST_SD0 0 x0807
#define PCI_DEVICE_ID_INTEL_MRST_SD1 0 x0808
#define PCI_DEVICE_ID_INTEL_HDA_OAKTRAIL 0 x080a
#define PCI_DEVICE_ID_INTEL_MFD_SD 0 x0820
#define PCI_DEVICE_ID_INTEL_MFD_SDIO1 0 x0821
#define PCI_DEVICE_ID_INTEL_MFD_SDIO2 0 x0822
#define PCI_DEVICE_ID_INTEL_MFD_EMMC0 0 x0823
#define PCI_DEVICE_ID_INTEL_MFD_EMMC1 0 x0824
#define PCI_DEVICE_ID_INTEL_MRST_SD2 0 x084f
#define PCI_DEVICE_ID_INTEL_QUARK_X1000_ILB 0 x095e
#define PCI_DEVICE_ID_INTEL_I960 0 x0960
#define PCI_DEVICE_ID_INTEL_I960RM 0 x0962
#define PCI_DEVICE_ID_INTEL_HDA_HSW_0 0 x0a0c
#define PCI_DEVICE_ID_INTEL_DSA_SPR0 0 x0b25
#define PCI_DEVICE_ID_INTEL_HDA_HSW_2 0 x0c0c
#define PCI_DEVICE_ID_INTEL_CENTERTON_ILB 0 x0c60
#define PCI_DEVICE_ID_INTEL_IAX_SPR0 0 x0cfe
#define PCI_DEVICE_ID_INTEL_HDA_HSW_3 0 x0d0c
#define PCI_DEVICE_ID_INTEL_HDA_BYT 0 x0f04
#define PCI_DEVICE_ID_INTEL_SST_BYT 0 x0f28
#define PCI_DEVICE_ID_INTEL_8257X_SOL 0 x1062
#define PCI_DEVICE_ID_INTEL_82573E_SOL 0 x1085
#define PCI_DEVICE_ID_INTEL_82573L_SOL 0 x108f
#define PCI_DEVICE_ID_INTEL_82815_MC 0 x1130
#define PCI_DEVICE_ID_INTEL_82815_CGC 0 x1132
#define PCI_DEVICE_ID_INTEL_SST_TNG 0 x119a
#define PCI_DEVICE_ID_INTEL_82092AA_0 0 x1221
#define PCI_DEVICE_ID_INTEL_82437 0 x122d
#define PCI_DEVICE_ID_INTEL_82371FB_0 0 x122e
#define PCI_DEVICE_ID_INTEL_82371FB_1 0 x1230
#define PCI_DEVICE_ID_INTEL_82371MX 0 x1234
#define PCI_DEVICE_ID_INTEL_82441 0 x1237
#define PCI_DEVICE_ID_INTEL_82380FB 0 x124b
#define PCI_DEVICE_ID_INTEL_82439 0 x1250
#define PCI_DEVICE_ID_INTEL_LIGHT_RIDGE 0 x1513 /* Tbt 1 Gen 1 */
#define PCI_DEVICE_ID_INTEL_EAGLE_RIDGE 0 x151a
#define PCI_DEVICE_ID_INTEL_LIGHT_PEAK 0 x151b
#define PCI_DEVICE_ID_INTEL_CACTUS_RIDGE_4C 0 x1547 /* Tbt 1 Gen 2 */
#define PCI_DEVICE_ID_INTEL_CACTUS_RIDGE_2C 0 x1548
#define PCI_DEVICE_ID_INTEL_PORT_RIDGE 0 x1549
#define PCI_DEVICE_ID_INTEL_REDWOOD_RIDGE_2C_NHI 0 x1566 /* Tbt 1 Gen 3 */
#define PCI_DEVICE_ID_INTEL_REDWOOD_RIDGE_2C_BRIDGE 0 x1567
#define PCI_DEVICE_ID_INTEL_REDWOOD_RIDGE_4C_NHI 0 x1568
#define PCI_DEVICE_ID_INTEL_REDWOOD_RIDGE_4C_BRIDGE 0 x1569
#define PCI_DEVICE_ID_INTEL_FALCON_RIDGE_2C_NHI 0 x156a /* Thunderbolt 2 */
#define PCI_DEVICE_ID_INTEL_FALCON_RIDGE_2C_BRIDGE 0 x156b
#define PCI_DEVICE_ID_INTEL_FALCON_RIDGE_4C_NHI 0 x156c
#define PCI_DEVICE_ID_INTEL_FALCON_RIDGE_4C_BRIDGE 0 x156d
#define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_2C_NHI 0 x1575 /* Thunderbolt 3 */
#define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_2C_BRIDGE 0 x1576
#define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_4C_NHI 0 x1577
#define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_4C_BRIDGE 0 x1578
#define PCI_DEVICE_ID_INTEL_HDA_BDW 0 x160c
#define PCI_DEVICE_ID_INTEL_80960_RP 0 x1960
#define PCI_DEVICE_ID_INTEL_QAT_C3XXX 0 x19e2
#define PCI_DEVICE_ID_INTEL_QAT_C3XXX_VF 0 x19e3
#define PCI_DEVICE_ID_INTEL_82840_HB 0 x1a21
#define PCI_DEVICE_ID_INTEL_82845_HB 0 x1a30
#define PCI_DEVICE_ID_INTEL_IOAT 0 x1a38
#define PCI_DEVICE_ID_INTEL_HDA_CPT 0 x1c20
#define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MIN 0 x1c41
#define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MAX 0 x1c5f
#define PCI_DEVICE_ID_INTEL_HDA_PBG 0 x1d20
#define PCI_DEVICE_ID_INTEL_PATSBURG_LPC_0 0 x1d40
#define PCI_DEVICE_ID_INTEL_PATSBURG_LPC_1 0 x1d41
#define PCI_DEVICE_ID_INTEL_HDA_PPT 0 x1e20
#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_XHCI 0 x1e31
#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MIN 0 x1e40
#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MAX 0 x1e5f
#define PCI_DEVICE_ID_INTEL_VMD_201D 0 x201d
#define PCI_DEVICE_ID_INTEL_HDA_BSW 0 x2284
#define PCI_DEVICE_ID_INTEL_SST_BSW 0 x22a8
#define PCI_DEVICE_ID_INTEL_DH89XXCC_LPC_MIN 0 x2310
#define PCI_DEVICE_ID_INTEL_DH89XXCC_LPC_MAX 0 x231f
#define PCI_DEVICE_ID_INTEL_82801AA_0 0 x2410
#define PCI_DEVICE_ID_INTEL_82801AA_1 0 x2411
#define PCI_DEVICE_ID_INTEL_82801AA_3 0 x2413
#define PCI_DEVICE_ID_INTEL_82801AA_5 0 x2415
#define PCI_DEVICE_ID_INTEL_82801AA_6 0 x2416
#define PCI_DEVICE_ID_INTEL_82801AA_8 0 x2418
#define PCI_DEVICE_ID_INTEL_82801AB_0 0 x2420
#define PCI_DEVICE_ID_INTEL_82801AB_1 0 x2421
#define PCI_DEVICE_ID_INTEL_82801AB_3 0 x2423
#define PCI_DEVICE_ID_INTEL_82801AB_5 0 x2425
#define PCI_DEVICE_ID_INTEL_82801AB_6 0 x2426
#define PCI_DEVICE_ID_INTEL_82801AB_8 0 x2428
#define PCI_DEVICE_ID_INTEL_82801BA_0 0 x2440
#define PCI_DEVICE_ID_INTEL_82801BA_2 0 x2443
#define PCI_DEVICE_ID_INTEL_82801BA_4 0 x2445
#define PCI_DEVICE_ID_INTEL_82801BA_6 0 x2448
#define PCI_DEVICE_ID_INTEL_82801BA_8 0 x244a
#define PCI_DEVICE_ID_INTEL_82801BA_9 0 x244b
#define PCI_DEVICE_ID_INTEL_82801BA_10 0 x244c
#define PCI_DEVICE_ID_INTEL_82801BA_11 0 x244e
#define PCI_DEVICE_ID_INTEL_82801E_0 0 x2450
#define PCI_DEVICE_ID_INTEL_82801E_11 0 x245b
#define PCI_DEVICE_ID_INTEL_82801CA_0 0 x2480
#define PCI_DEVICE_ID_INTEL_82801CA_3 0 x2483
#define PCI_DEVICE_ID_INTEL_82801CA_5 0 x2485
#define PCI_DEVICE_ID_INTEL_82801CA_6 0 x2486
#define PCI_DEVICE_ID_INTEL_82801CA_10 0 x248a
#define PCI_DEVICE_ID_INTEL_82801CA_11 0 x248b
#define PCI_DEVICE_ID_INTEL_82801CA_12 0 x248c
#define PCI_DEVICE_ID_INTEL_82801DB_0 0 x24c0
#define PCI_DEVICE_ID_INTEL_82801DB_1 0 x24c1
#define PCI_DEVICE_ID_INTEL_82801DB_2 0 x24c2
#define PCI_DEVICE_ID_INTEL_82801DB_3 0 x24c3
#define PCI_DEVICE_ID_INTEL_82801DB_5 0 x24c5
#define PCI_DEVICE_ID_INTEL_82801DB_6 0 x24c6
#define PCI_DEVICE_ID_INTEL_82801DB_9 0 x24c9
#define PCI_DEVICE_ID_INTEL_82801DB_10 0 x24ca
#define PCI_DEVICE_ID_INTEL_82801DB_11 0 x24cb
#define PCI_DEVICE_ID_INTEL_82801DB_12 0 x24cc
#define PCI_DEVICE_ID_INTEL_82801EB_0 0 x24d0
#define PCI_DEVICE_ID_INTEL_82801EB_1 0 x24d1
#define PCI_DEVICE_ID_INTEL_82801EB_3 0 x24d3
#define PCI_DEVICE_ID_INTEL_82801EB_5 0 x24d5
#define PCI_DEVICE_ID_INTEL_82801EB_6 0 x24d6
#define PCI_DEVICE_ID_INTEL_82801EB_11 0 x24db
#define PCI_DEVICE_ID_INTEL_82801EB_12 0 x24dc
#define PCI_DEVICE_ID_INTEL_82801EB_13 0 x24dd
#define PCI_DEVICE_ID_INTEL_82820_HB 0 x2500
#define PCI_DEVICE_ID_INTEL_82820_UP_HB 0 x2501
#define PCI_DEVICE_ID_INTEL_82850_HB 0 x2530
#define PCI_DEVICE_ID_INTEL_82860_HB 0 x2531
#define PCI_DEVICE_ID_INTEL_E7501_MCH 0 x254c
#define PCI_DEVICE_ID_INTEL_7505_0 0 x2550
#define PCI_DEVICE_ID_INTEL_7205_0 0 x255d
#define PCI_DEVICE_ID_INTEL_82845G_HB 0 x2560
#define PCI_DEVICE_ID_INTEL_82845G_IG 0 x2562
#define PCI_DEVICE_ID_INTEL_82865_HB 0 x2570
#define PCI_DEVICE_ID_INTEL_82865_IG 0 x2572
#define PCI_DEVICE_ID_INTEL_82875_HB 0 x2578
#define PCI_DEVICE_ID_INTEL_82915G_HB 0 x2580
#define PCI_DEVICE_ID_INTEL_82915G_IG 0 x2582
#define PCI_DEVICE_ID_INTEL_82915GM_HB 0 x2590
#define PCI_DEVICE_ID_INTEL_82915GM_IG 0 x2592
#define PCI_DEVICE_ID_INTEL_ESB_1 0 x25a1
#define PCI_DEVICE_ID_INTEL_ESB_2 0 x25a2
#define PCI_DEVICE_ID_INTEL_ESB_4 0 x25a4
#define PCI_DEVICE_ID_INTEL_ESB_5 0 x25a6
#define PCI_DEVICE_ID_INTEL_ESB_9 0 x25ab
#define PCI_DEVICE_ID_INTEL_ESB_10 0 x25ac
#define PCI_DEVICE_ID_INTEL_5000_ERR 0 x25f0
#define PCI_DEVICE_ID_INTEL_5000_FBD0 0 x25f5
#define PCI_DEVICE_ID_INTEL_5000_FBD1 0 x25f6
#define PCI_DEVICE_ID_INTEL_ICH6_0 0 x2640
#define PCI_DEVICE_ID_INTEL_ICH6_1 0 x2641
#define PCI_DEVICE_ID_INTEL_ICH6_2 0 x2642
#define PCI_DEVICE_ID_INTEL_HDA_ICH6 0 x2668
#define PCI_DEVICE_ID_INTEL_ICH6_16 0 x266a
#define PCI_DEVICE_ID_INTEL_ICH6_17 0 x266d
#define PCI_DEVICE_ID_INTEL_ICH6_18 0 x266e
#define PCI_DEVICE_ID_INTEL_ICH6_19 0 x266f
#define PCI_DEVICE_ID_INTEL_ESB2_0 0 x2670
#define PCI_DEVICE_ID_INTEL_ESB2_14 0 x2698
#define PCI_DEVICE_ID_INTEL_HDA_ESB2 0 x269a
#define PCI_DEVICE_ID_INTEL_ESB2_17 0 x269b
#define PCI_DEVICE_ID_INTEL_ESB2_18 0 x269e
#define PCI_DEVICE_ID_INTEL_82945G_HB 0 x2770
#define PCI_DEVICE_ID_INTEL_82945G_IG 0 x2772
#define PCI_DEVICE_ID_INTEL_3000_HB 0 x2778
#define PCI_DEVICE_ID_INTEL_82945GM_HB 0 x27a0
#define PCI_DEVICE_ID_INTEL_82945GM_IG 0 x27a2
#define PCI_DEVICE_ID_INTEL_ICH7_30 0 x27b0
#define PCI_DEVICE_ID_INTEL_ICH7_0 0 x27b8
#define PCI_DEVICE_ID_INTEL_ICH7_1 0 x27b9
#define PCI_DEVICE_ID_INTEL_TGP_LPC 0 x27bc
#define PCI_DEVICE_ID_INTEL_ICH7_31 0 x27bd
#define PCI_DEVICE_ID_INTEL_HDA_ICH7 0 x27d8
#define PCI_DEVICE_ID_INTEL_ICH7_17 0 x27da
#define PCI_DEVICE_ID_INTEL_ICH7_19 0 x27dd
#define PCI_DEVICE_ID_INTEL_ICH7_20 0 x27de
#define PCI_DEVICE_ID_INTEL_ICH7_21 0 x27df
#define PCI_DEVICE_ID_INTEL_ICH8_0 0 x2810
#define PCI_DEVICE_ID_INTEL_ICH8_1 0 x2811
#define PCI_DEVICE_ID_INTEL_ICH8_2 0 x2812
#define PCI_DEVICE_ID_INTEL_ICH8_3 0 x2814
#define PCI_DEVICE_ID_INTEL_ICH8_4 0 x2815
#define PCI_DEVICE_ID_INTEL_ICH8_5 0 x283e
#define PCI_DEVICE_ID_INTEL_HDA_ICH8 0 x284b
#define PCI_DEVICE_ID_INTEL_ICH8_6 0 x2850
#define PCI_DEVICE_ID_INTEL_VMD_28C0 0 x28c0
#define PCI_DEVICE_ID_INTEL_ICH9_0 0 x2910
#define PCI_DEVICE_ID_INTEL_ICH9_2 0 x2912
#define PCI_DEVICE_ID_INTEL_ICH9_3 0 x2913
#define PCI_DEVICE_ID_INTEL_ICH9_4 0 x2914
#define PCI_DEVICE_ID_INTEL_ICH9_7 0 x2916
#define PCI_DEVICE_ID_INTEL_ICH9_1 0 x2917
#define PCI_DEVICE_ID_INTEL_ICH9_8 0 x2918
#define PCI_DEVICE_ID_INTEL_ICH9_5 0 x2919
#define PCI_DEVICE_ID_INTEL_ICH9_6 0 x2930
#define PCI_DEVICE_ID_INTEL_HDA_ICH9_0 0 x293e
#define PCI_DEVICE_ID_INTEL_HDA_ICH9_1 0 x293f
#define PCI_DEVICE_ID_INTEL_I7_MCR 0 x2c18
#define PCI_DEVICE_ID_INTEL_I7_MC_TAD 0 x2c19
#define PCI_DEVICE_ID_INTEL_I7_MC_RAS 0 x2c1a
#define PCI_DEVICE_ID_INTEL_I7_MC_TEST 0 x2c1c
#define PCI_DEVICE_ID_INTEL_I7_MC_CH0_CTRL 0 x2c20
#define PCI_DEVICE_ID_INTEL_I7_MC_CH0_ADDR 0 x2c21
#define PCI_DEVICE_ID_INTEL_I7_MC_CH0_RANK 0 x2c22
#define PCI_DEVICE_ID_INTEL_I7_MC_CH0_TC 0 x2c23
#define PCI_DEVICE_ID_INTEL_I7_MC_CH1_CTRL 0 x2c28
#define PCI_DEVICE_ID_INTEL_I7_MC_CH1_ADDR 0 x2c29
#define PCI_DEVICE_ID_INTEL_I7_MC_CH1_RANK 0 x2c2a
#define PCI_DEVICE_ID_INTEL_I7_MC_CH1_TC 0 x2c2b
#define PCI_DEVICE_ID_INTEL_I7_MC_CH2_CTRL 0 x2c30
#define PCI_DEVICE_ID_INTEL_I7_MC_CH2_ADDR 0 x2c31
#define PCI_DEVICE_ID_INTEL_I7_MC_CH2_RANK 0 x2c32
#define PCI_DEVICE_ID_INTEL_I7_MC_CH2_TC 0 x2c33
#define PCI_DEVICE_ID_INTEL_I7_NONCORE_ALT 0 x2c40
#define PCI_DEVICE_ID_INTEL_I7_NONCORE 0 x2c41
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE 0 x2c50
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE_ALT 0 x2c51
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE_REV2 0 x2c70
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_SAD 0 x2c81
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_QPI_LINK0 0 x2c90
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_QPI_PHY0 0 x2c91
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MCR 0 x2c98
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_TAD 0 x2c99
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_TEST 0 x2c9c
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_CTRL 0 x2ca0
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_ADDR 0 x2ca1
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_RANK 0 x2ca2
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_TC 0 x2ca3
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_CTRL 0 x2ca8
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_ADDR 0 x2ca9
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_RANK 0 x2caa
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_TC 0 x2cab
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MCR_REV2 0 x2d98
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_TAD_REV2 0 x2d99
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_RAS_REV2 0 x2d9a
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_TEST_REV2 0 x2d9c
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_CTRL_REV2 0 x2da0
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_ADDR_REV2 0 x2da1
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_RANK_REV2 0 x2da2
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_TC_REV2 0 x2da3
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_CTRL_REV2 0 x2da8
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_ADDR_REV2 0 x2da9
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_RANK_REV2 0 x2daa
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_TC_REV2 0 x2dab
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH2_CTRL_REV2 0 x2db0
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH2_ADDR_REV2 0 x2db1
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH2_RANK_REV2 0 x2db2
#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH2_TC_REV2 0 x2db3
#define PCI_DEVICE_ID_INTEL_HDA_GML 0 x3198
#define PCI_DEVICE_ID_INTEL_82855PM_HB 0 x3340
#define PCI_DEVICE_ID_INTEL_IOAT_TBG4 0 x3429
#define PCI_DEVICE_ID_INTEL_IOAT_TBG5 0 x342a
#define PCI_DEVICE_ID_INTEL_IOAT_TBG6 0 x342b
#define PCI_DEVICE_ID_INTEL_IOAT_TBG7 0 x342c
#define PCI_DEVICE_ID_INTEL_X58_HUB_MGMT 0 x342e
#define PCI_DEVICE_ID_INTEL_IOAT_TBG0 0 x3430
#define PCI_DEVICE_ID_INTEL_IOAT_TBG1 0 x3431
#define PCI_DEVICE_ID_INTEL_IOAT_TBG2 0 x3432
#define PCI_DEVICE_ID_INTEL_IOAT_TBG3 0 x3433
#define PCI_DEVICE_ID_INTEL_HDA_ICL_LP 0 x34c8
#define PCI_DEVICE_ID_INTEL_82830_HB 0 x3575
#define PCI_DEVICE_ID_INTEL_82830_CGC 0 x3577
#define PCI_DEVICE_ID_INTEL_82855GM_HB 0 x3580
#define PCI_DEVICE_ID_INTEL_82855GM_IG 0 x3582
#define PCI_DEVICE_ID_INTEL_82854_HB 0 x358c
#define PCI_DEVICE_ID_INTEL_82854_IG 0 x358e
#define PCI_DEVICE_ID_INTEL_E7520_MCH 0 x3590
#define PCI_DEVICE_ID_INTEL_E7320_MCH 0 x3592
#define PCI_DEVICE_ID_INTEL_MCH_PA 0 x3595
#define PCI_DEVICE_ID_INTEL_MCH_PA1 0 x3596
#define PCI_DEVICE_ID_INTEL_MCH_PB 0 x3597
#define PCI_DEVICE_ID_INTEL_MCH_PB1 0 x3598
#define PCI_DEVICE_ID_INTEL_MCH_PC 0 x3599
#define PCI_DEVICE_ID_INTEL_MCH_PC1 0 x359a
#define PCI_DEVICE_ID_INTEL_E7525_MCH 0 x359e
#define PCI_DEVICE_ID_INTEL_IOAT_CNB 0 x360b
#define PCI_DEVICE_ID_INTEL_FBD_CNB 0 x360c
#define PCI_DEVICE_ID_INTEL_I7300_MCH_ERR 0 x360c
#define PCI_DEVICE_ID_INTEL_I7300_MCH_FB0 0 x360f
#define PCI_DEVICE_ID_INTEL_I7300_MCH_FB1 0 x3610
#define PCI_DEVICE_ID_INTEL_IOAT_JSF0 0 x3710
#define PCI_DEVICE_ID_INTEL_IOAT_JSF1 0 x3711
#define PCI_DEVICE_ID_INTEL_IOAT_JSF2 0 x3712
#define PCI_DEVICE_ID_INTEL_IOAT_JSF3 0 x3713
#define PCI_DEVICE_ID_INTEL_IOAT_JSF4 0 x3714
#define PCI_DEVICE_ID_INTEL_IOAT_JSF5 0 x3715
#define PCI_DEVICE_ID_INTEL_IOAT_JSF6 0 x3716
#define PCI_DEVICE_ID_INTEL_IOAT_JSF7 0 x3717
#define PCI_DEVICE_ID_INTEL_IOAT_JSF8 0 x3718
#define PCI_DEVICE_ID_INTEL_IOAT_JSF9 0 x3719
#define PCI_DEVICE_ID_INTEL_QAT_C62X 0 x37c8
#define PCI_DEVICE_ID_INTEL_QAT_C62X_VF 0 x37c9
#define PCI_DEVICE_ID_INTEL_HDA_ICL_N 0 x38c8
#define PCI_DEVICE_ID_INTEL_ICH10_0 0 x3a14
#define PCI_DEVICE_ID_INTEL_ICH10_1 0 x3a16
#define PCI_DEVICE_ID_INTEL_ICH10_2 0 x3a18
#define PCI_DEVICE_ID_INTEL_ICH10_3 0 x3a1a
#define PCI_DEVICE_ID_INTEL_ICH10_4 0 x3a30
#define PCI_DEVICE_ID_INTEL_HDA_ICH10_0 0 x3a3e
#define PCI_DEVICE_ID_INTEL_ICH10_5 0 x3a60
#define PCI_DEVICE_ID_INTEL_HDA_ICH10_1 0 x3a6e
#define PCI_DEVICE_ID_INTEL_5_3400_SERIES_LPC_MIN 0 x3b00
#define PCI_DEVICE_ID_INTEL_5_3400_SERIES_LPC_MAX 0 x3b1f
#define PCI_DEVICE_ID_INTEL_HDA_5_3400_SERIES_0 0 x3b56
#define PCI_DEVICE_ID_INTEL_HDA_5_3400_SERIES_1 0 x3b57
#define PCI_DEVICE_ID_INTEL_IOAT_SNB0 0 x3c20
#define PCI_DEVICE_ID_INTEL_IOAT_SNB1 0 x3c21
#define PCI_DEVICE_ID_INTEL_IOAT_SNB2 0 x3c22
#define PCI_DEVICE_ID_INTEL_IOAT_SNB3 0 x3c23
#define PCI_DEVICE_ID_INTEL_IOAT_SNB4 0 x3c24
#define PCI_DEVICE_ID_INTEL_IOAT_SNB5 0 x3c25
#define PCI_DEVICE_ID_INTEL_IOAT_SNB6 0 x3c26
#define PCI_DEVICE_ID_INTEL_IOAT_SNB7 0 x3c27
#define PCI_DEVICE_ID_INTEL_IOAT_SNB8 0 x3c2e
#define PCI_DEVICE_ID_INTEL_IOAT_SNB9 0 x3c2f
#define PCI_DEVICE_ID_INTEL_UNC_QPI0 0 x3c41
#define PCI_DEVICE_ID_INTEL_UNC_QPI1 0 x3c42
#define PCI_DEVICE_ID_INTEL_UNC_R2PCIE 0 x3c43
#define PCI_DEVICE_ID_INTEL_UNC_R3QPI0 0 x3c44
#define PCI_DEVICE_ID_INTEL_UNC_R3QPI1 0 x3c45
#define PCI_DEVICE_ID_INTEL_UNC_HA 0 x3c46
#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_RAS 0 x3c71 /* 15.1 */
#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_ERR0 0 x3c72 /* 16.2 */
#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_ERR1 0 x3c73 /* 16.3 */
#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_ERR2 0 x3c76 /* 16.6 */
#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_ERR3 0 x3c77 /* 16.7 */
#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_HA0 0 x3ca0 /* 14.0 */
#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_TA 0 x3ca8 /* 15.0 */
#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_TAD0 0 x3caa /* 15.2 */
#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_TAD1 0 x3cab /* 15.3 */
#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_TAD2 0 x3cac /* 15.4 */
#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_TAD3 0 x3cad /* 15.5 */
#define PCI_DEVICE_ID_INTEL_UNC_IMC0 0 x3cb0
#define PCI_DEVICE_ID_INTEL_UNC_IMC1 0 x3cb1
#define PCI_DEVICE_ID_INTEL_UNC_IMC2 0 x3cb4
#define PCI_DEVICE_ID_INTEL_UNC_IMC3 0 x3cb5
#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_DDRIO 0 x3cb8 /* 17.0 */
#define PCI_DEVICE_ID_INTEL_JAKETOWN_UBOX 0 x3ce0
#define PCI_DEVICE_ID_INTEL_SBRIDGE_SAD0 0 x3cf4 /* 12.6 */
#define PCI_DEVICE_ID_INTEL_SBRIDGE_BR 0 x3cf5 /* 13.6 */
#define PCI_DEVICE_ID_INTEL_SBRIDGE_SAD1 0 x3cf6 /* 12.7 */
#define PCI_DEVICE_ID_INTEL_HDA_ICL_H 0 x3dc8
#define PCI_DEVICE_ID_INTEL_IOAT_SNB 0 x402f
#define PCI_DEVICE_ID_INTEL_5400_ERR 0 x4030
#define PCI_DEVICE_ID_INTEL_5400_FBD0 0 x4035
#define PCI_DEVICE_ID_INTEL_5400_FBD1 0 x4036
#define PCI_DEVICE_ID_INTEL_HDA_TGL_H 0 x43c8
#define PCI_DEVICE_ID_INTEL_HDA_DG1 0 x490d
#define PCI_DEVICE_ID_INTEL_HDA_EHL_0 0 x4b55
#define PCI_DEVICE_ID_INTEL_HDA_EHL_3 0 x4b58
#define PCI_DEVICE_ID_INTEL_HDA_WCL 0 x4d28
#define PCI_DEVICE_ID_INTEL_HDA_JSL_N 0 x4dc8
#define PCI_DEVICE_ID_INTEL_HDA_DG2_0 0 x4f90
#define PCI_DEVICE_ID_INTEL_HDA_DG2_1 0 x4f91
#define PCI_DEVICE_ID_INTEL_HDA_DG2_2 0 x4f92
#define PCI_DEVICE_ID_INTEL_EP80579_0 0 x5031
#define PCI_DEVICE_ID_INTEL_EP80579_1 0 x5032
#define PCI_DEVICE_ID_INTEL_HDA_ADL_P 0 x51c8
#define PCI_DEVICE_ID_INTEL_HDA_ADL_PS 0 x51c9
#define PCI_DEVICE_ID_INTEL_HDA_RPL_P_0 0 x51ca
#define PCI_DEVICE_ID_INTEL_HDA_RPL_P_1 0 x51cb
#define PCI_DEVICE_ID_INTEL_HDA_ADL_M 0 x51cc
#define PCI_DEVICE_ID_INTEL_HDA_ADL_PX 0 x51cd
#define PCI_DEVICE_ID_INTEL_HDA_RPL_M 0 x51ce
#define PCI_DEVICE_ID_INTEL_HDA_RPL_PX 0 x51cf
#define PCI_DEVICE_ID_INTEL_HDA_ADL_N 0 x54c8
#define PCI_DEVICE_ID_INTEL_HDA_APL 0 x5a98
#define PCI_DEVICE_ID_INTEL_5100_16 0 x65f0
#define PCI_DEVICE_ID_INTEL_5100_19 0 x65f3
#define PCI_DEVICE_ID_INTEL_5100_21 0 x65f5
#define PCI_DEVICE_ID_INTEL_5100_22 0 x65f6
#define PCI_DEVICE_ID_INTEL_IOAT_SCNB 0 x65ff
#define PCI_DEVICE_ID_INTEL_HDA_FCL 0 x67a8
#define PCI_DEVICE_ID_INTEL_82371SB_0 0 x7000
#define PCI_DEVICE_ID_INTEL_82371SB_1 0 x7010
#define PCI_DEVICE_ID_INTEL_82371SB_2 0 x7020
#define PCI_DEVICE_ID_INTEL_82437VX 0 x7030
#define PCI_DEVICE_ID_INTEL_82439TX 0 x7100
#define PCI_DEVICE_ID_INTEL_82371AB_0 0 x7110
#define PCI_DEVICE_ID_INTEL_82371AB 0 x7111
#define PCI_DEVICE_ID_INTEL_82371AB_2 0 x7112
#define PCI_DEVICE_ID_INTEL_82371AB_3 0 x7113
#define PCI_DEVICE_ID_INTEL_82810_MC1 0 x7120
#define PCI_DEVICE_ID_INTEL_82810_IG1 0 x7121
#define PCI_DEVICE_ID_INTEL_82810_MC3 0 x7122
#define PCI_DEVICE_ID_INTEL_82810_IG3 0 x7123
#define PCI_DEVICE_ID_INTEL_82810E_MC 0 x7124
#define PCI_DEVICE_ID_INTEL_82810E_IG 0 x7125
#define PCI_DEVICE_ID_INTEL_82443LX_0 0 x7180
#define PCI_DEVICE_ID_INTEL_82443LX_1 0 x7181
#define PCI_DEVICE_ID_INTEL_82443BX_0 0 x7190
#define PCI_DEVICE_ID_INTEL_82443BX_1 0 x7191
#define PCI_DEVICE_ID_INTEL_82443BX_2 0 x7192
#define PCI_DEVICE_ID_INTEL_440MX 0 x7195
#define PCI_DEVICE_ID_INTEL_440MX_6 0 x7196
#define PCI_DEVICE_ID_INTEL_82443MX_0 0 x7198
#define PCI_DEVICE_ID_INTEL_82443MX_1 0 x7199
#define PCI_DEVICE_ID_INTEL_82443MX_3 0 x719b
#define PCI_DEVICE_ID_INTEL_82443GX_0 0 x71a0
#define PCI_DEVICE_ID_INTEL_82443GX_2 0 x71a2
#define PCI_DEVICE_ID_INTEL_82372FB_1 0 x7601
#define PCI_DEVICE_ID_INTEL_HDA_ARL 0 x7728
#define PCI_DEVICE_ID_INTEL_HDA_RPL_S 0 x7a50
#define PCI_DEVICE_ID_INTEL_HDA_ADL_S 0 x7ad0
#define PCI_DEVICE_ID_INTEL_HDA_MTL 0 x7e28
#define PCI_DEVICE_ID_INTEL_HDA_ARL_S 0 x7f50
#define PCI_DEVICE_ID_INTEL_SCH_LPC 0 x8119
#define PCI_DEVICE_ID_INTEL_SCH_IDE 0 x811a
#define PCI_DEVICE_ID_INTEL_HDA_POULSBO 0 x811b
#define PCI_DEVICE_ID_INTEL_E6XX_CU 0 x8183
#define PCI_DEVICE_ID_INTEL_ITC_LPC 0 x8186
#define PCI_DEVICE_ID_INTEL_82454GX 0 x84c4
#define PCI_DEVICE_ID_INTEL_82450GX 0 x84c5
#define PCI_DEVICE_ID_INTEL_82451NX 0 x84ca
#define PCI_DEVICE_ID_INTEL_82454NX 0 x84cb
#define PCI_DEVICE_ID_INTEL_84460GX 0 x84ea
#define PCI_DEVICE_ID_INTEL_IXP4XX 0 x8500
#define PCI_DEVICE_ID_INTEL_HDA_LPT 0 x8c20
#define PCI_DEVICE_ID_INTEL_HDA_9_SERIES 0 x8ca0
#define PCI_DEVICE_ID_INTEL_HDA_WBG_0 0 x8d20
#define PCI_DEVICE_ID_INTEL_HDA_WBG_1 0 x8d21
#define PCI_DEVICE_ID_INTEL_IXP2800 0 x9004
#define PCI_DEVICE_ID_INTEL_HDA_LKF 0 x98c8
#define PCI_DEVICE_ID_INTEL_VMD_9A0B 0 x9a0b
#define PCI_DEVICE_ID_INTEL_HDA_LPT_LP_0 0 x9c20
#define PCI_DEVICE_ID_INTEL_HDA_LPT_LP_1 0 x9c21
#define PCI_DEVICE_ID_INTEL_HDA_WPT_LP 0 x9ca0
#define PCI_DEVICE_ID_INTEL_HDA_SKL_LP 0 x9d70
#define PCI_DEVICE_ID_INTEL_HDA_KBL_LP 0 x9d71
#define PCI_DEVICE_ID_INTEL_HDA_CNL_LP 0 x9dc8
#define PCI_DEVICE_ID_INTEL_HDA_TGL_LP 0 xa0c8
#define PCI_DEVICE_ID_INTEL_HDA_SKL 0 xa170
#define PCI_DEVICE_ID_INTEL_HDA_KBL 0 xa171
#define PCI_DEVICE_ID_INTEL_HDA_LBG_0 0 xa1f0
#define PCI_DEVICE_ID_INTEL_HDA_LBG_1 0 xa270
#define PCI_DEVICE_ID_INTEL_HDA_KBL_H 0 xa2f0
#define PCI_DEVICE_ID_INTEL_HDA_CNL_H 0 xa348
#define PCI_DEVICE_ID_INTEL_HDA_CML_S 0 xa3f0
#define PCI_DEVICE_ID_INTEL_HDA_LNL_P 0 xa828
#define PCI_DEVICE_ID_INTEL_S21152BB 0 xb152
#define PCI_DEVICE_ID_INTEL_HDA_BMG 0 xe2f7
#define PCI_DEVICE_ID_INTEL_HDA_PTL_H 0 xe328
#define PCI_DEVICE_ID_INTEL_HDA_PTL 0 xe428
#define PCI_DEVICE_ID_INTEL_HDA_CML_R 0 xf0c8
#define PCI_DEVICE_ID_INTEL_HDA_RKL_S 0 xf1c8
#define PCI_VENDOR_ID_WANGXUN 0 x8088
#define PCI_VENDOR_ID_SCALEMP 0 x8686
#define PCI_DEVICE_ID_SCALEMP_VSMP_CTL 0 x1010
#define PCI_VENDOR_ID_COMPUTONE 0 x8e0e
#define PCI_DEVICE_ID_COMPUTONE_PG 0 x0302
#define PCI_SUBVENDOR_ID_COMPUTONE 0 x8e0e
#define PCI_SUBDEVICE_ID_COMPUTONE_PG4 0 x0001
#define PCI_SUBDEVICE_ID_COMPUTONE_PG8 0 x0002
#define PCI_SUBDEVICE_ID_COMPUTONE_PG6 0 x0003
#define PCI_VENDOR_ID_KTI 0 x8e2e
#define PCI_VENDOR_ID_ADAPTEC 0 x9004
#define PCI_DEVICE_ID_ADAPTEC_7810 0 x1078
#define PCI_DEVICE_ID_ADAPTEC_7821 0 x2178
#define PCI_DEVICE_ID_ADAPTEC_38602 0 x3860
#define PCI_DEVICE_ID_ADAPTEC_7850 0 x5078
#define PCI_DEVICE_ID_ADAPTEC_7855 0 x5578
#define PCI_DEVICE_ID_ADAPTEC_3860 0 x6038
#define PCI_DEVICE_ID_ADAPTEC_1480A 0 x6075
#define PCI_DEVICE_ID_ADAPTEC_7860 0 x6078
#define PCI_DEVICE_ID_ADAPTEC_7861 0 x6178
#define PCI_DEVICE_ID_ADAPTEC_7870 0 x7078
#define PCI_DEVICE_ID_ADAPTEC_7871 0 x7178
#define PCI_DEVICE_ID_ADAPTEC_7872 0 x7278
#define PCI_DEVICE_ID_ADAPTEC_7873 0 x7378
#define PCI_DEVICE_ID_ADAPTEC_7874 0 x7478
#define PCI_DEVICE_ID_ADAPTEC_7895 0 x7895
#define PCI_DEVICE_ID_ADAPTEC_7880 0 x8078
#define PCI_DEVICE_ID_ADAPTEC_7881 0 x8178
#define PCI_DEVICE_ID_ADAPTEC_7882 0 x8278
#define PCI_DEVICE_ID_ADAPTEC_7883 0 x8378
#define PCI_DEVICE_ID_ADAPTEC_7884 0 x8478
#define PCI_DEVICE_ID_ADAPTEC_7885 0 x8578
#define PCI_DEVICE_ID_ADAPTEC_7886 0 x8678
#define PCI_DEVICE_ID_ADAPTEC_7887 0 x8778
#define PCI_DEVICE_ID_ADAPTEC_7888 0 x8878
#define PCI_VENDOR_ID_ADAPTEC2 0 x9005
#define PCI_DEVICE_ID_ADAPTEC2_2940U2 0 x0010
#define PCI_DEVICE_ID_ADAPTEC2_2930U2 0 x0011
#define PCI_DEVICE_ID_ADAPTEC2_7890B 0 x0013
#define PCI_DEVICE_ID_ADAPTEC2_7890 0 x001f
#define PCI_DEVICE_ID_ADAPTEC2_3940U2 0 x0050
#define PCI_DEVICE_ID_ADAPTEC2_3950U2D 0 x0051
#define PCI_DEVICE_ID_ADAPTEC2_7896 0 x005f
#define PCI_DEVICE_ID_ADAPTEC2_7892A 0 x0080
#define PCI_DEVICE_ID_ADAPTEC2_7892B 0 x0081
#define PCI_DEVICE_ID_ADAPTEC2_7892D 0 x0083
#define PCI_DEVICE_ID_ADAPTEC2_7892P 0 x008f
#define PCI_DEVICE_ID_ADAPTEC2_7899A 0 x00c0
#define PCI_DEVICE_ID_ADAPTEC2_7899B 0 x00c1
#define PCI_DEVICE_ID_ADAPTEC2_7899D 0 x00c3
#define PCI_DEVICE_ID_ADAPTEC2_7899P 0 x00cf
#define PCI_DEVICE_ID_ADAPTEC2_OBSIDIAN 0 x0500
#define PCI_DEVICE_ID_ADAPTEC2_SCAMP 0 x0503
#define PCI_VENDOR_ID_HOLTEK 0 x9412
#define PCI_DEVICE_ID_HOLTEK_6565 0 x6565
#define PCI_VENDOR_ID_NETMOS 0 x9710
#define PCI_DEVICE_ID_NETMOS_9705 0 x9705
#define PCI_DEVICE_ID_NETMOS_9715 0 x9715
#define PCI_DEVICE_ID_NETMOS_9735 0 x9735
#define PCI_DEVICE_ID_NETMOS_9745 0 x9745
#define PCI_DEVICE_ID_NETMOS_9755 0 x9755
#define PCI_DEVICE_ID_NETMOS_9805 0 x9805
#define PCI_DEVICE_ID_NETMOS_9815 0 x9815
#define PCI_DEVICE_ID_NETMOS_9835 0 x9835
#define PCI_DEVICE_ID_NETMOS_9845 0 x9845
#define PCI_DEVICE_ID_NETMOS_9855 0 x9855
#define PCI_DEVICE_ID_NETMOS_9865 0 x9865
#define PCI_DEVICE_ID_NETMOS_9900 0 x9900
#define PCI_DEVICE_ID_NETMOS_9901 0 x9901
#define PCI_DEVICE_ID_NETMOS_9904 0 x9904
#define PCI_DEVICE_ID_NETMOS_9912 0 x9912
#define PCI_DEVICE_ID_NETMOS_9922 0 x9922
#define PCI_VENDOR_ID_3COM_2 0 xa727
#define PCI_VENDOR_ID_SOLIDRUN 0 xd063
#define PCI_VENDOR_ID_DIGIUM 0 xd161
#define PCI_DEVICE_ID_DIGIUM_HFC4S 0 xb410
#define PCI_SUBVENDOR_ID_EXSYS 0 xd84d
#define PCI_SUBDEVICE_ID_EXSYS_4014 0 x4014
#define PCI_SUBDEVICE_ID_EXSYS_4055 0 x4055
#define PCI_VENDOR_ID_TIGERJET 0 xe159
#define PCI_DEVICE_ID_TIGERJET_300 0 x0001
#define PCI_DEVICE_ID_TIGERJET_100 0 x0002
#define PCI_VENDOR_ID_XILINX_RME 0 xea60
#define PCI_DEVICE_ID_RME_DIGI32 0 x9896
#define PCI_DEVICE_ID_RME_DIGI32_PRO 0 x9897
#define PCI_DEVICE_ID_RME_DIGI32_8 0 x9898
#define PCI_VENDOR_ID_XEN 0 x5853
#define PCI_DEVICE_ID_XEN_PLATFORM 0 x0001
#define PCI_VENDOR_ID_OCZ 0 x1b85
#define PCI_VENDOR_ID_NCUBE 0 x10ff
#endif /* _LINUX_PCI_IDS_H */
Messung V0.5 in Prozent C=92 H=91 G=91
¤ Dauer der Verarbeitung: 0.50 Sekunden
(vorverarbeitet am 2026-06-04)
¤
*© Formatika GbR, Deutschland