3237 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * PCI Class, Vendor and Device IDs4 *5 * Please keep sorted by numeric Vendor ID and Device ID.6 *7 * Do not add new entries to this file unless the definitions8 * are shared between multiple drivers.9 */10#ifndef _LINUX_PCI_IDS_H11#define _LINUX_PCI_IDS_H12 13/* Device classes and subclasses */14 15#define PCI_CLASS_NOT_DEFINED 0x000016#define PCI_CLASS_NOT_DEFINED_VGA 0x000117 18#define PCI_BASE_CLASS_STORAGE 0x0119#define PCI_CLASS_STORAGE_SCSI 0x010020#define PCI_CLASS_STORAGE_IDE 0x010121#define PCI_CLASS_STORAGE_FLOPPY 0x010222#define PCI_CLASS_STORAGE_IPI 0x010323#define PCI_CLASS_STORAGE_RAID 0x010424#define PCI_CLASS_STORAGE_SATA 0x010625#define PCI_CLASS_STORAGE_SATA_AHCI 0x01060126#define PCI_CLASS_STORAGE_SAS 0x010727#define PCI_CLASS_STORAGE_EXPRESS 0x01080228#define PCI_CLASS_STORAGE_OTHER 0x018029 30 31#define PCI_BASE_CLASS_NETWORK 0x0232#define PCI_CLASS_NETWORK_ETHERNET 0x020033#define PCI_CLASS_NETWORK_TOKEN_RING 0x020134#define PCI_CLASS_NETWORK_FDDI 0x020235#define PCI_CLASS_NETWORK_ATM 0x020336#define PCI_CLASS_NETWORK_OTHER 0x028037 38#define PCI_BASE_CLASS_DISPLAY 0x0339#define PCI_CLASS_DISPLAY_VGA 0x030040#define PCI_CLASS_DISPLAY_XGA 0x030141#define PCI_CLASS_DISPLAY_3D 0x030242#define PCI_CLASS_DISPLAY_OTHER 0x038043 44#define PCI_BASE_CLASS_MULTIMEDIA 0x0445#define PCI_CLASS_MULTIMEDIA_VIDEO 0x040046#define PCI_CLASS_MULTIMEDIA_AUDIO 0x040147#define PCI_CLASS_MULTIMEDIA_PHONE 0x040248#define PCI_CLASS_MULTIMEDIA_HD_AUDIO 0x040349#define PCI_CLASS_MULTIMEDIA_OTHER 0x048050 51#define PCI_BASE_CLASS_MEMORY 0x0552#define PCI_CLASS_MEMORY_RAM 0x050053#define PCI_CLASS_MEMORY_FLASH 0x050154#define PCI_CLASS_MEMORY_CXL 0x050255#define PCI_CLASS_MEMORY_OTHER 0x058056 57#define PCI_BASE_CLASS_BRIDGE 0x0658#define PCI_CLASS_BRIDGE_HOST 0x060059#define PCI_CLASS_BRIDGE_ISA 0x060160#define PCI_CLASS_BRIDGE_EISA 0x060261#define PCI_CLASS_BRIDGE_MC 0x060362#define PCI_CLASS_BRIDGE_PCI 0x060463#define PCI_CLASS_BRIDGE_PCI_NORMAL 0x06040064#define PCI_CLASS_BRIDGE_PCI_SUBTRACTIVE 0x06040165#define PCI_CLASS_BRIDGE_PCMCIA 0x060566#define PCI_CLASS_BRIDGE_NUBUS 0x060667#define PCI_CLASS_BRIDGE_CARDBUS 0x060768#define PCI_CLASS_BRIDGE_RACEWAY 0x060869#define PCI_CLASS_BRIDGE_OTHER 0x068070 71#define PCI_BASE_CLASS_COMMUNICATION 0x0772#define PCI_CLASS_COMMUNICATION_SERIAL 0x070073#define PCI_CLASS_COMMUNICATION_PARALLEL 0x070174#define PCI_CLASS_COMMUNICATION_MULTISERIAL 0x070275#define PCI_CLASS_COMMUNICATION_MODEM 0x070376#define PCI_CLASS_COMMUNICATION_OTHER 0x078077 78/* Interface for SERIAL/MODEM */79#define PCI_SERIAL_16550_COMPATIBLE 0x0280 81#define PCI_BASE_CLASS_SYSTEM 0x0882#define PCI_CLASS_SYSTEM_PIC 0x080083#define PCI_CLASS_SYSTEM_PIC_IOAPIC 0x08001084#define PCI_CLASS_SYSTEM_PIC_IOXAPIC 0x08002085#define PCI_CLASS_SYSTEM_DMA 0x080186#define PCI_CLASS_SYSTEM_TIMER 0x080287#define PCI_CLASS_SYSTEM_RTC 0x080388#define PCI_CLASS_SYSTEM_PCI_HOTPLUG 0x080489#define PCI_CLASS_SYSTEM_SDHCI 0x080590#define PCI_CLASS_SYSTEM_RCEC 0x080791#define PCI_CLASS_SYSTEM_OTHER 0x088092 93#define PCI_BASE_CLASS_INPUT 0x0994#define PCI_CLASS_INPUT_KEYBOARD 0x090095#define PCI_CLASS_INPUT_PEN 0x090196#define PCI_CLASS_INPUT_MOUSE 0x090297#define PCI_CLASS_INPUT_SCANNER 0x090398#define PCI_CLASS_INPUT_GAMEPORT 0x090499#define PCI_CLASS_INPUT_OTHER 0x0980100 101#define PCI_BASE_CLASS_DOCKING 0x0a102#define PCI_CLASS_DOCKING_GENERIC 0x0a00103#define PCI_CLASS_DOCKING_OTHER 0x0a80104 105#define PCI_BASE_CLASS_PROCESSOR 0x0b106#define PCI_CLASS_PROCESSOR_386 0x0b00107#define PCI_CLASS_PROCESSOR_486 0x0b01108#define PCI_CLASS_PROCESSOR_PENTIUM 0x0b02109#define PCI_CLASS_PROCESSOR_ALPHA 0x0b10110#define PCI_CLASS_PROCESSOR_POWERPC 0x0b20111#define PCI_CLASS_PROCESSOR_MIPS 0x0b30112#define PCI_CLASS_PROCESSOR_CO 0x0b40113 114#define PCI_BASE_CLASS_SERIAL 0x0c115#define PCI_CLASS_SERIAL_FIREWIRE 0x0c00116#define PCI_CLASS_SERIAL_FIREWIRE_OHCI 0x0c0010117#define PCI_CLASS_SERIAL_ACCESS 0x0c01118#define PCI_CLASS_SERIAL_SSA 0x0c02119#define PCI_CLASS_SERIAL_USB 0x0c03120#define PCI_CLASS_SERIAL_USB_UHCI 0x0c0300121#define PCI_CLASS_SERIAL_USB_OHCI 0x0c0310122#define PCI_CLASS_SERIAL_USB_EHCI 0x0c0320123#define PCI_CLASS_SERIAL_USB_XHCI 0x0c0330124#define PCI_CLASS_SERIAL_USB_DEVICE 0x0c03fe125#define PCI_CLASS_SERIAL_FIBER 0x0c04126#define PCI_CLASS_SERIAL_SMBUS 0x0c05127#define PCI_CLASS_SERIAL_IPMI 0x0c07128#define PCI_CLASS_SERIAL_IPMI_SMIC 0x0c0700129#define PCI_CLASS_SERIAL_IPMI_KCS 0x0c0701130#define PCI_CLASS_SERIAL_IPMI_BT 0x0c0702131 132#define PCI_BASE_CLASS_WIRELESS 0x0d133#define PCI_CLASS_WIRELESS_RF_CONTROLLER 0x0d10134#define PCI_CLASS_WIRELESS_WHCI 0x0d1010135 136#define PCI_BASE_CLASS_INTELLIGENT 0x0e137#define PCI_CLASS_INTELLIGENT_I2O 0x0e00138 139#define PCI_BASE_CLASS_SATELLITE 0x0f140#define PCI_CLASS_SATELLITE_TV 0x0f00141#define PCI_CLASS_SATELLITE_AUDIO 0x0f01142#define PCI_CLASS_SATELLITE_VOICE 0x0f03143#define PCI_CLASS_SATELLITE_DATA 0x0f04144 145#define PCI_BASE_CLASS_CRYPT 0x10146#define PCI_CLASS_CRYPT_NETWORK 0x1000147#define PCI_CLASS_CRYPT_ENTERTAINMENT 0x1001148#define PCI_CLASS_CRYPT_OTHER 0x1080149 150#define PCI_BASE_CLASS_SIGNAL_PROCESSING 0x11151#define PCI_CLASS_SP_DPIO 0x1100152#define PCI_CLASS_SP_OTHER 0x1180153 154#define PCI_BASE_CLASS_ACCELERATOR 0x12155#define PCI_CLASS_ACCELERATOR_PROCESSING 0x1200156 157#define PCI_CLASS_OTHERS 0xff158 159/* Vendors and devices. Sort key: vendor first, device next. */160#define PCI_VENDOR_ID_PCI_SIG 0x0001161 162#define PCI_VENDOR_ID_LOONGSON 0x0014163 164#define PCI_DEVICE_ID_LOONGSON_HDA 0x7a07165#define PCI_DEVICE_ID_LOONGSON_HDMI 0x7a37166 167#define PCI_VENDOR_ID_SOLIDIGM 0x025e168 169#define PCI_VENDOR_ID_TTTECH 0x0357170#define PCI_DEVICE_ID_TTTECH_MC322 0x000a171 172#define PCI_VENDOR_ID_DYNALINK 0x0675173#define PCI_DEVICE_ID_DYNALINK_IS64PH 0x1702174 175#define PCI_VENDOR_ID_UBIQUITI 0x0777176 177#define PCI_VENDOR_ID_BERKOM 0x0871178#define PCI_DEVICE_ID_BERKOM_A1T 0xffa1179#define PCI_DEVICE_ID_BERKOM_T_CONCEPT 0xffa2180#define PCI_DEVICE_ID_BERKOM_A4T 0xffa4181#define PCI_DEVICE_ID_BERKOM_SCITEL_QUADRO 0xffa8182 183#define PCI_VENDOR_ID_ITTIM 0x0b48184 185#define PCI_VENDOR_ID_COMPAQ 0x0e11186#define PCI_DEVICE_ID_COMPAQ_TOKENRING 0x0508187#define PCI_DEVICE_ID_COMPAQ_TACHYON 0xa0fc188#define PCI_DEVICE_ID_COMPAQ_SMART2P 0xae10189#define PCI_DEVICE_ID_COMPAQ_NETEL100 0xae32190#define PCI_DEVICE_ID_COMPAQ_NETEL10 0xae34191#define PCI_DEVICE_ID_COMPAQ_TRIFLEX_IDE 0xae33192#define PCI_DEVICE_ID_COMPAQ_NETFLEX3I 0xae35193#define PCI_DEVICE_ID_COMPAQ_NETEL100D 0xae40194#define PCI_DEVICE_ID_COMPAQ_NETEL100PI 0xae43195#define PCI_DEVICE_ID_COMPAQ_NETEL100I 0xb011196#define PCI_DEVICE_ID_COMPAQ_CISS 0xb060197#define PCI_DEVICE_ID_COMPAQ_CISSB 0xb178198#define PCI_DEVICE_ID_COMPAQ_CISSC 0x46199#define PCI_DEVICE_ID_COMPAQ_THUNDER 0xf130200#define PCI_DEVICE_ID_COMPAQ_NETFLEX3B 0xf150201 202#define PCI_VENDOR_ID_NCR 0x1000203#define PCI_VENDOR_ID_LSI_LOGIC 0x1000204#define PCI_DEVICE_ID_NCR_53C810 0x0001205#define PCI_DEVICE_ID_NCR_53C820 0x0002206#define PCI_DEVICE_ID_NCR_53C825 0x0003207#define PCI_DEVICE_ID_NCR_53C815 0x0004208#define PCI_DEVICE_ID_LSI_53C810AP 0x0005209#define PCI_DEVICE_ID_NCR_53C860 0x0006210#define PCI_DEVICE_ID_LSI_53C1510 0x000a211#define PCI_DEVICE_ID_NCR_53C896 0x000b212#define PCI_DEVICE_ID_NCR_53C895 0x000c213#define PCI_DEVICE_ID_NCR_53C885 0x000d214#define PCI_DEVICE_ID_NCR_53C875 0x000f215#define PCI_DEVICE_ID_NCR_53C1510 0x0010216#define PCI_DEVICE_ID_LSI_53C895A 0x0012217#define PCI_DEVICE_ID_LSI_53C875A 0x0013218#define PCI_DEVICE_ID_LSI_53C1010_33 0x0020219#define PCI_DEVICE_ID_LSI_53C1010_66 0x0021220#define PCI_DEVICE_ID_LSI_53C1030 0x0030221#define PCI_DEVICE_ID_LSI_1030_53C1035 0x0032222#define PCI_DEVICE_ID_LSI_53C1035 0x0040223#define PCI_DEVICE_ID_NCR_53C875J 0x008f224#define PCI_DEVICE_ID_LSI_FC909 0x0621225#define PCI_DEVICE_ID_LSI_FC929 0x0622226#define PCI_DEVICE_ID_LSI_FC929_LAN 0x0623227#define PCI_DEVICE_ID_LSI_FC919 0x0624228#define PCI_DEVICE_ID_LSI_FC919_LAN 0x0625229#define PCI_DEVICE_ID_LSI_FC929X 0x0626230#define PCI_DEVICE_ID_LSI_FC939X 0x0642231#define PCI_DEVICE_ID_LSI_FC949X 0x0640232#define PCI_DEVICE_ID_LSI_FC949ES 0x0646233#define PCI_DEVICE_ID_LSI_FC919X 0x0628234#define PCI_DEVICE_ID_NCR_YELLOWFIN 0x0701235#define PCI_DEVICE_ID_LSI_61C102 0x0901236#define PCI_DEVICE_ID_LSI_63C815 0x1000237#define PCI_DEVICE_ID_LSI_SAS1064 0x0050238#define PCI_DEVICE_ID_LSI_SAS1064R 0x0411239#define PCI_DEVICE_ID_LSI_SAS1066 0x005E240#define PCI_DEVICE_ID_LSI_SAS1068 0x0054241#define PCI_DEVICE_ID_LSI_SAS1064A 0x005C242#define PCI_DEVICE_ID_LSI_SAS1064E 0x0056243#define PCI_DEVICE_ID_LSI_SAS1066E 0x005A244#define PCI_DEVICE_ID_LSI_SAS1068E 0x0058245#define PCI_DEVICE_ID_LSI_SAS1078 0x0060246 247#define PCI_VENDOR_ID_ATI 0x1002248/* Mach64 */249#define PCI_DEVICE_ID_ATI_68800 0x4158250#define PCI_DEVICE_ID_ATI_215CT222 0x4354251#define PCI_DEVICE_ID_ATI_210888CX 0x4358252#define PCI_DEVICE_ID_ATI_215ET222 0x4554253/* Mach64 / Rage */254#define PCI_DEVICE_ID_ATI_215GB 0x4742255#define PCI_DEVICE_ID_ATI_215GD 0x4744256#define PCI_DEVICE_ID_ATI_215GI 0x4749257#define PCI_DEVICE_ID_ATI_215GP 0x4750258#define PCI_DEVICE_ID_ATI_215GQ 0x4751259#define PCI_DEVICE_ID_ATI_215XL 0x4752260#define PCI_DEVICE_ID_ATI_215GT 0x4754261#define PCI_DEVICE_ID_ATI_215GTB 0x4755262#define PCI_DEVICE_ID_ATI_215_IV 0x4756263#define PCI_DEVICE_ID_ATI_215_IW 0x4757264#define PCI_DEVICE_ID_ATI_215_IZ 0x475A265#define PCI_DEVICE_ID_ATI_210888GX 0x4758266#define PCI_DEVICE_ID_ATI_215_LB 0x4c42267#define PCI_DEVICE_ID_ATI_215_LD 0x4c44268#define PCI_DEVICE_ID_ATI_215_LG 0x4c47269#define PCI_DEVICE_ID_ATI_215_LI 0x4c49270#define PCI_DEVICE_ID_ATI_215_LM 0x4c4D271#define PCI_DEVICE_ID_ATI_215_LN 0x4c4E272#define PCI_DEVICE_ID_ATI_215_LR 0x4c52273#define PCI_DEVICE_ID_ATI_215_LS 0x4c53274#define PCI_DEVICE_ID_ATI_264_LT 0x4c54275/* Mach64 VT */276#define PCI_DEVICE_ID_ATI_264VT 0x5654277#define PCI_DEVICE_ID_ATI_264VU 0x5655278#define PCI_DEVICE_ID_ATI_264VV 0x5656279/* Rage128 GL */280#define PCI_DEVICE_ID_ATI_RAGE128_RE 0x5245281#define PCI_DEVICE_ID_ATI_RAGE128_RF 0x5246282#define PCI_DEVICE_ID_ATI_RAGE128_RG 0x5247283/* Rage128 VR */284#define PCI_DEVICE_ID_ATI_RAGE128_RK 0x524b285#define PCI_DEVICE_ID_ATI_RAGE128_RL 0x524c286#define PCI_DEVICE_ID_ATI_RAGE128_SE 0x5345287#define PCI_DEVICE_ID_ATI_RAGE128_SF 0x5346288#define PCI_DEVICE_ID_ATI_RAGE128_SG 0x5347289#define PCI_DEVICE_ID_ATI_RAGE128_SH 0x5348290#define PCI_DEVICE_ID_ATI_RAGE128_SK 0x534b291#define PCI_DEVICE_ID_ATI_RAGE128_SL 0x534c292#define PCI_DEVICE_ID_ATI_RAGE128_SM 0x534d293#define PCI_DEVICE_ID_ATI_RAGE128_SN 0x534e294/* Rage128 Ultra */295#define PCI_DEVICE_ID_ATI_RAGE128_TF 0x5446296#define PCI_DEVICE_ID_ATI_RAGE128_TL 0x544c297#define PCI_DEVICE_ID_ATI_RAGE128_TR 0x5452298#define PCI_DEVICE_ID_ATI_RAGE128_TS 0x5453299#define PCI_DEVICE_ID_ATI_RAGE128_TT 0x5454300#define PCI_DEVICE_ID_ATI_RAGE128_TU 0x5455301/* Rage128 M3 */302#define PCI_DEVICE_ID_ATI_RAGE128_LE 0x4c45303#define PCI_DEVICE_ID_ATI_RAGE128_LF 0x4c46304/* Rage128 M4 */305#define PCI_DEVICE_ID_ATI_RAGE128_MF 0x4d46306#define PCI_DEVICE_ID_ATI_RAGE128_ML 0x4d4c307/* Rage128 Pro GL */308#define PCI_DEVICE_ID_ATI_RAGE128_PA 0x5041309#define PCI_DEVICE_ID_ATI_RAGE128_PB 0x5042310#define PCI_DEVICE_ID_ATI_RAGE128_PC 0x5043311#define PCI_DEVICE_ID_ATI_RAGE128_PD 0x5044312#define PCI_DEVICE_ID_ATI_RAGE128_PE 0x5045313#define PCI_DEVICE_ID_ATI_RAGE128_PF 0x5046314/* Rage128 Pro VR */315#define PCI_DEVICE_ID_ATI_RAGE128_PG 0x5047316#define PCI_DEVICE_ID_ATI_RAGE128_PH 0x5048317#define PCI_DEVICE_ID_ATI_RAGE128_PI 0x5049318#define PCI_DEVICE_ID_ATI_RAGE128_PJ 0x504A319#define PCI_DEVICE_ID_ATI_RAGE128_PK 0x504B320#define PCI_DEVICE_ID_ATI_RAGE128_PL 0x504C321#define PCI_DEVICE_ID_ATI_RAGE128_PM 0x504D322#define PCI_DEVICE_ID_ATI_RAGE128_PN 0x504E323#define PCI_DEVICE_ID_ATI_RAGE128_PO 0x504F324#define PCI_DEVICE_ID_ATI_RAGE128_PP 0x5050325#define PCI_DEVICE_ID_ATI_RAGE128_PQ 0x5051326#define PCI_DEVICE_ID_ATI_RAGE128_PR 0x5052327#define PCI_DEVICE_ID_ATI_RAGE128_PS 0x5053328#define PCI_DEVICE_ID_ATI_RAGE128_PT 0x5054329#define PCI_DEVICE_ID_ATI_RAGE128_PU 0x5055330#define PCI_DEVICE_ID_ATI_RAGE128_PV 0x5056331#define PCI_DEVICE_ID_ATI_RAGE128_PW 0x5057332#define PCI_DEVICE_ID_ATI_RAGE128_PX 0x5058333/* Rage128 M4 */334/* Radeon R100 */335#define PCI_DEVICE_ID_ATI_RADEON_QD 0x5144336#define PCI_DEVICE_ID_ATI_RADEON_QE 0x5145337#define PCI_DEVICE_ID_ATI_RADEON_QF 0x5146338#define PCI_DEVICE_ID_ATI_RADEON_QG 0x5147339/* Radeon RV100 (VE) */340#define PCI_DEVICE_ID_ATI_RADEON_QY 0x5159341#define PCI_DEVICE_ID_ATI_RADEON_QZ 0x515a342/* Radeon R200 (8500) */343#define PCI_DEVICE_ID_ATI_RADEON_QL 0x514c344#define PCI_DEVICE_ID_ATI_RADEON_QN 0x514e345#define PCI_DEVICE_ID_ATI_RADEON_QO 0x514f346#define PCI_DEVICE_ID_ATI_RADEON_Ql 0x516c347#define PCI_DEVICE_ID_ATI_RADEON_BB 0x4242348/* Radeon R200 (9100) */349#define PCI_DEVICE_ID_ATI_RADEON_QM 0x514d350/* Radeon RV200 (7500) */351#define PCI_DEVICE_ID_ATI_RADEON_QW 0x5157352#define PCI_DEVICE_ID_ATI_RADEON_QX 0x5158353/* Radeon NV-100 */354/* Radeon RV250 (9000) */355#define PCI_DEVICE_ID_ATI_RADEON_Id 0x4964356#define PCI_DEVICE_ID_ATI_RADEON_Ie 0x4965357#define PCI_DEVICE_ID_ATI_RADEON_If 0x4966358#define PCI_DEVICE_ID_ATI_RADEON_Ig 0x4967359/* Radeon RV280 (9200) */360#define PCI_DEVICE_ID_ATI_RADEON_Ya 0x5961361#define PCI_DEVICE_ID_ATI_RADEON_Yd 0x5964362/* Radeon R300 (9500) */363/* Radeon R300 (9700) */364#define PCI_DEVICE_ID_ATI_RADEON_ND 0x4e44365#define PCI_DEVICE_ID_ATI_RADEON_NE 0x4e45366#define PCI_DEVICE_ID_ATI_RADEON_NF 0x4e46367#define PCI_DEVICE_ID_ATI_RADEON_NG 0x4e47368/* Radeon R350 (9800) */369/* Radeon RV350 (9600) */370/* Radeon M6 */371#define PCI_DEVICE_ID_ATI_RADEON_LY 0x4c59372#define PCI_DEVICE_ID_ATI_RADEON_LZ 0x4c5a373/* Radeon M7 */374#define PCI_DEVICE_ID_ATI_RADEON_LW 0x4c57375#define PCI_DEVICE_ID_ATI_RADEON_LX 0x4c58376/* Radeon M9 */377#define PCI_DEVICE_ID_ATI_RADEON_Ld 0x4c64378#define PCI_DEVICE_ID_ATI_RADEON_Le 0x4c65379#define PCI_DEVICE_ID_ATI_RADEON_Lf 0x4c66380#define PCI_DEVICE_ID_ATI_RADEON_Lg 0x4c67381/* Radeon */382/* RadeonIGP */383#define PCI_DEVICE_ID_ATI_RS100 0xcab0384#define PCI_DEVICE_ID_ATI_RS200 0xcab2385#define PCI_DEVICE_ID_ATI_RS200_B 0xcbb2386#define PCI_DEVICE_ID_ATI_RS250 0xcab3387#define PCI_DEVICE_ID_ATI_RS300_100 0x5830388#define PCI_DEVICE_ID_ATI_RS300_133 0x5831389#define PCI_DEVICE_ID_ATI_RS300_166 0x5832390#define PCI_DEVICE_ID_ATI_RS300_200 0x5833391#define PCI_DEVICE_ID_ATI_RS350_100 0x7830392#define PCI_DEVICE_ID_ATI_RS350_133 0x7831393#define PCI_DEVICE_ID_ATI_RS350_166 0x7832394#define PCI_DEVICE_ID_ATI_RS350_200 0x7833395#define PCI_DEVICE_ID_ATI_RS400_100 0x5a30396#define PCI_DEVICE_ID_ATI_RS400_133 0x5a31397#define PCI_DEVICE_ID_ATI_RS400_166 0x5a32398#define PCI_DEVICE_ID_ATI_RS400_200 0x5a33399#define PCI_DEVICE_ID_ATI_RS480 0x5950400/* ATI IXP Chipset */401#define PCI_DEVICE_ID_ATI_IXP200_IDE 0x4349402#define PCI_DEVICE_ID_ATI_IXP200_SMBUS 0x4353403#define PCI_DEVICE_ID_ATI_IXP300_SMBUS 0x4363404#define PCI_DEVICE_ID_ATI_IXP300_IDE 0x4369405#define PCI_DEVICE_ID_ATI_IXP300_SATA 0x436e406#define PCI_DEVICE_ID_ATI_IXP400_SMBUS 0x4372407#define PCI_DEVICE_ID_ATI_IXP400_IDE 0x4376408#define PCI_DEVICE_ID_ATI_IXP400_SATA 0x4379409#define PCI_DEVICE_ID_ATI_IXP400_SATA2 0x437a410#define PCI_DEVICE_ID_ATI_IXP600_SATA 0x4380411#define PCI_DEVICE_ID_ATI_SBX00_SMBUS 0x4385412#define PCI_DEVICE_ID_ATI_IXP600_IDE 0x438c413#define PCI_DEVICE_ID_ATI_IXP700_SATA 0x4390414#define PCI_DEVICE_ID_ATI_IXP700_IDE 0x439c415 416#define PCI_VENDOR_ID_VLSI 0x1004417#define PCI_DEVICE_ID_VLSI_82C592 0x0005418#define PCI_DEVICE_ID_VLSI_82C593 0x0006419#define PCI_DEVICE_ID_VLSI_82C594 0x0007420#define PCI_DEVICE_ID_VLSI_82C597 0x0009421#define PCI_DEVICE_ID_VLSI_82C541 0x000c422#define PCI_DEVICE_ID_VLSI_82C543 0x000d423#define PCI_DEVICE_ID_VLSI_82C532 0x0101424#define PCI_DEVICE_ID_VLSI_82C534 0x0102425#define PCI_DEVICE_ID_VLSI_82C535 0x0104426#define PCI_DEVICE_ID_VLSI_82C147 0x0105427#define PCI_DEVICE_ID_VLSI_VAS96011 0x0702428 429/* AMD RD890 Chipset */430#define PCI_DEVICE_ID_RD890_IOMMU 0x5a23431 432#define PCI_VENDOR_ID_ADL 0x1005433#define PCI_DEVICE_ID_ADL_2301 0x2301434 435#define PCI_VENDOR_ID_NS 0x100b436#define PCI_DEVICE_ID_NS_87415 0x0002437#define PCI_DEVICE_ID_NS_87560_LIO 0x000e438#define PCI_DEVICE_ID_NS_87560_USB 0x0012439#define PCI_DEVICE_ID_NS_83815 0x0020440#define PCI_DEVICE_ID_NS_83820 0x0022441#define PCI_DEVICE_ID_NS_CS5535_ISA 0x002b442#define PCI_DEVICE_ID_NS_CS5535_IDE 0x002d443#define PCI_DEVICE_ID_NS_CS5535_AUDIO 0x002e444#define PCI_DEVICE_ID_NS_CS5535_USB 0x002f445#define PCI_DEVICE_ID_NS_GX_VIDEO 0x0030446#define PCI_DEVICE_ID_NS_SATURN 0x0035447#define PCI_DEVICE_ID_NS_SCx200_BRIDGE 0x0500448#define PCI_DEVICE_ID_NS_SCx200_SMI 0x0501449#define PCI_DEVICE_ID_NS_SCx200_IDE 0x0502450#define PCI_DEVICE_ID_NS_SCx200_AUDIO 0x0503451#define PCI_DEVICE_ID_NS_SCx200_VIDEO 0x0504452#define PCI_DEVICE_ID_NS_SCx200_XBUS 0x0505453#define PCI_DEVICE_ID_NS_SC1100_BRIDGE 0x0510454#define PCI_DEVICE_ID_NS_SC1100_SMI 0x0511455#define PCI_DEVICE_ID_NS_SC1100_XBUS 0x0515456#define PCI_DEVICE_ID_NS_87410 0xd001457 458#define PCI_DEVICE_ID_NS_GX_HOST_BRIDGE 0x0028459 460#define PCI_VENDOR_ID_TSENG 0x100c461#define PCI_DEVICE_ID_TSENG_W32P_2 0x3202462#define PCI_DEVICE_ID_TSENG_W32P_b 0x3205463#define PCI_DEVICE_ID_TSENG_W32P_c 0x3206464#define PCI_DEVICE_ID_TSENG_W32P_d 0x3207465#define PCI_DEVICE_ID_TSENG_ET6000 0x3208466 467#define PCI_VENDOR_ID_WEITEK 0x100e468#define PCI_DEVICE_ID_WEITEK_P9000 0x9001469#define PCI_DEVICE_ID_WEITEK_P9100 0x9100470 471#define PCI_VENDOR_ID_DEC 0x1011472#define PCI_DEVICE_ID_DEC_BRD 0x0001473#define PCI_DEVICE_ID_DEC_TULIP 0x0002474#define PCI_DEVICE_ID_DEC_TGA 0x0004475#define PCI_DEVICE_ID_DEC_TULIP_FAST 0x0009476#define PCI_DEVICE_ID_DEC_TGA2 0x000D477#define PCI_DEVICE_ID_DEC_FDDI 0x000F478#define PCI_DEVICE_ID_DEC_TULIP_PLUS 0x0014479#define PCI_DEVICE_ID_DEC_21142 0x0019480#define PCI_DEVICE_ID_DEC_21052 0x0021481#define PCI_DEVICE_ID_DEC_21150 0x0022482#define PCI_DEVICE_ID_DEC_21152 0x0024483#define PCI_DEVICE_ID_DEC_21153 0x0025484#define PCI_DEVICE_ID_DEC_21154 0x0026485#define PCI_DEVICE_ID_DEC_21285 0x1065486#define PCI_DEVICE_ID_COMPAQ_42XX 0x0046487 488#define PCI_VENDOR_ID_CIRRUS 0x1013489#define PCI_DEVICE_ID_CIRRUS_7548 0x0038490#define PCI_DEVICE_ID_CIRRUS_5430 0x00a0491#define PCI_DEVICE_ID_CIRRUS_5434_4 0x00a4492#define PCI_DEVICE_ID_CIRRUS_5434_8 0x00a8493#define PCI_DEVICE_ID_CIRRUS_5436 0x00ac494#define PCI_DEVICE_ID_CIRRUS_5446 0x00b8495#define PCI_DEVICE_ID_CIRRUS_5480 0x00bc496#define PCI_DEVICE_ID_CIRRUS_5462 0x00d0497#define PCI_DEVICE_ID_CIRRUS_5464 0x00d4498#define PCI_DEVICE_ID_CIRRUS_5465 0x00d6499#define PCI_DEVICE_ID_CIRRUS_6729 0x1100500#define PCI_DEVICE_ID_CIRRUS_6832 0x1110501#define PCI_DEVICE_ID_CIRRUS_7543 0x1202502#define PCI_DEVICE_ID_CIRRUS_4610 0x6001503#define PCI_DEVICE_ID_CIRRUS_4612 0x6003504#define PCI_DEVICE_ID_CIRRUS_4615 0x6004505 506#define PCI_VENDOR_ID_IBM 0x1014507#define PCI_DEVICE_ID_IBM_TR 0x0018508#define PCI_DEVICE_ID_IBM_TR_WAKE 0x003e509#define PCI_DEVICE_ID_IBM_CPC710_PCI64 0x00fc510#define PCI_DEVICE_ID_IBM_SNIPE 0x0180511#define PCI_DEVICE_ID_IBM_CITRINE 0x028C512#define PCI_DEVICE_ID_IBM_GEMSTONE 0xB166513#define PCI_DEVICE_ID_IBM_OBSIDIAN 0x02BD514#define PCI_DEVICE_ID_IBM_ICOM_DEV_ID_1 0x0031515#define PCI_DEVICE_ID_IBM_ICOM_DEV_ID_2 0x0219516#define PCI_DEVICE_ID_IBM_ICOM_V2_TWO_PORTS_RVX 0x021A517#define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM 0x0251518#define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM_PCIE 0x0361519#define PCI_DEVICE_ID_IBM_ICOM_FOUR_PORT_MODEL 0x252520 521#define PCI_SUBVENDOR_ID_IBM 0x1014522#define PCI_SUBDEVICE_ID_IBM_SATURN_SERIAL_ONE_PORT 0x03d4523 524#define PCI_VENDOR_ID_UNISYS 0x1018525#define PCI_DEVICE_ID_UNISYS_DMA_DIRECTOR 0x001C526 527#define PCI_VENDOR_ID_COMPEX2 0x101a /* pci.ids says "AT&T GIS (NCR)" */528#define PCI_DEVICE_ID_COMPEX2_100VG 0x0005529 530#define PCI_VENDOR_ID_WD 0x101c531#define PCI_DEVICE_ID_WD_90C 0xc24a532 533#define PCI_VENDOR_ID_AMI 0x101e534#define PCI_DEVICE_ID_AMI_MEGARAID3 0x1960535#define PCI_DEVICE_ID_AMI_MEGARAID 0x9010536#define PCI_DEVICE_ID_AMI_MEGARAID2 0x9060537 538#define PCI_VENDOR_ID_AMD 0x1022539#define PCI_DEVICE_ID_AMD_K8_NB 0x1100540#define PCI_DEVICE_ID_AMD_K8_NB_ADDRMAP 0x1101541#define PCI_DEVICE_ID_AMD_K8_NB_MEMCTL 0x1102542#define PCI_DEVICE_ID_AMD_K8_NB_MISC 0x1103543#define PCI_DEVICE_ID_AMD_10H_NB_HT 0x1200544#define PCI_DEVICE_ID_AMD_10H_NB_MAP 0x1201545#define PCI_DEVICE_ID_AMD_10H_NB_DRAM 0x1202546#define PCI_DEVICE_ID_AMD_10H_NB_MISC 0x1203547#define PCI_DEVICE_ID_AMD_10H_NB_LINK 0x1204548#define PCI_DEVICE_ID_AMD_11H_NB_HT 0x1300549#define PCI_DEVICE_ID_AMD_11H_NB_MAP 0x1301550#define PCI_DEVICE_ID_AMD_11H_NB_DRAM 0x1302551#define PCI_DEVICE_ID_AMD_11H_NB_MISC 0x1303552#define PCI_DEVICE_ID_AMD_11H_NB_LINK 0x1304553#define PCI_DEVICE_ID_AMD_15H_M10H_F3 0x1403554#define PCI_DEVICE_ID_AMD_15H_M30H_NB_F3 0x141d555#define PCI_DEVICE_ID_AMD_15H_M30H_NB_F4 0x141e556#define PCI_DEVICE_ID_AMD_15H_M60H_NB_F3 0x1573557#define PCI_DEVICE_ID_AMD_15H_M60H_NB_F4 0x1574558#define PCI_DEVICE_ID_AMD_15H_NB_F0 0x1600559#define PCI_DEVICE_ID_AMD_15H_NB_F1 0x1601560#define PCI_DEVICE_ID_AMD_15H_NB_F2 0x1602561#define PCI_DEVICE_ID_AMD_15H_NB_F3 0x1603562#define PCI_DEVICE_ID_AMD_15H_NB_F4 0x1604563#define PCI_DEVICE_ID_AMD_15H_NB_F5 0x1605564#define PCI_DEVICE_ID_AMD_16H_NB_F3 0x1533565#define PCI_DEVICE_ID_AMD_16H_NB_F4 0x1534566#define PCI_DEVICE_ID_AMD_16H_M30H_NB_F3 0x1583567#define PCI_DEVICE_ID_AMD_16H_M30H_NB_F4 0x1584568#define PCI_DEVICE_ID_AMD_17H_DF_F3 0x1463569#define PCI_DEVICE_ID_AMD_17H_M10H_DF_F3 0x15eb570#define PCI_DEVICE_ID_AMD_17H_M30H_DF_F3 0x1493571#define PCI_DEVICE_ID_AMD_17H_M60H_DF_F3 0x144b572#define PCI_DEVICE_ID_AMD_17H_M70H_DF_F3 0x1443573#define PCI_DEVICE_ID_AMD_17H_MA0H_DF_F3 0x1727574#define PCI_DEVICE_ID_AMD_19H_DF_F3 0x1653575#define PCI_DEVICE_ID_AMD_19H_M10H_DF_F3 0x14b0576#define PCI_DEVICE_ID_AMD_19H_M40H_DF_F3 0x167c577#define PCI_DEVICE_ID_AMD_19H_M50H_DF_F3 0x166d578#define PCI_DEVICE_ID_AMD_19H_M60H_DF_F3 0x14e3579#define PCI_DEVICE_ID_AMD_19H_M70H_DF_F3 0x14f3580#define PCI_DEVICE_ID_AMD_19H_M78H_DF_F3 0x12fb581#define PCI_DEVICE_ID_AMD_1AH_M00H_DF_F3 0x12c3582#define PCI_DEVICE_ID_AMD_1AH_M20H_DF_F3 0x16fb583#define PCI_DEVICE_ID_AMD_1AH_M60H_DF_F3 0x124b584#define PCI_DEVICE_ID_AMD_1AH_M70H_DF_F3 0x12bb585#define PCI_DEVICE_ID_AMD_MI200_DF_F3 0x14d3586#define PCI_DEVICE_ID_AMD_MI300_DF_F3 0x152b587#define PCI_DEVICE_ID_AMD_VANGOGH_USB 0x163a588#define PCI_DEVICE_ID_AMD_CNB17H_F3 0x1703589#define PCI_DEVICE_ID_AMD_LANCE 0x2000590#define PCI_DEVICE_ID_AMD_LANCE_HOME 0x2001591#define PCI_DEVICE_ID_AMD_SCSI 0x2020592#define PCI_DEVICE_ID_AMD_SERENADE 0x36c0593#define PCI_DEVICE_ID_AMD_FE_GATE_7006 0x7006594#define PCI_DEVICE_ID_AMD_FE_GATE_7007 0x7007595#define PCI_DEVICE_ID_AMD_FE_GATE_700C 0x700C596#define PCI_DEVICE_ID_AMD_FE_GATE_700E 0x700E597#define PCI_DEVICE_ID_AMD_COBRA_7401 0x7401598#define PCI_DEVICE_ID_AMD_VIPER_7409 0x7409599#define PCI_DEVICE_ID_AMD_VIPER_740B 0x740B600#define PCI_DEVICE_ID_AMD_VIPER_7410 0x7410601#define PCI_DEVICE_ID_AMD_VIPER_7411 0x7411602#define PCI_DEVICE_ID_AMD_VIPER_7413 0x7413603#define PCI_DEVICE_ID_AMD_VIPER_7440 0x7440604#define PCI_DEVICE_ID_AMD_OPUS_7441 0x7441605#define PCI_DEVICE_ID_AMD_OPUS_7443 0x7443606#define PCI_DEVICE_ID_AMD_VIPER_7443 0x7443607#define PCI_DEVICE_ID_AMD_OPUS_7445 0x7445608#define PCI_DEVICE_ID_AMD_GOLAM_7450 0x7450609#define PCI_DEVICE_ID_AMD_8111_PCI 0x7460610#define PCI_DEVICE_ID_AMD_8111_LPC 0x7468611#define PCI_DEVICE_ID_AMD_8111_IDE 0x7469612#define PCI_DEVICE_ID_AMD_8111_SMBUS2 0x746a613#define PCI_DEVICE_ID_AMD_8111_SMBUS 0x746b614#define PCI_DEVICE_ID_AMD_8111_AUDIO 0x746d615#define PCI_DEVICE_ID_AMD_8151_0 0x7454616#define PCI_DEVICE_ID_AMD_8131_BRIDGE 0x7450617#define PCI_DEVICE_ID_AMD_8131_APIC 0x7451618#define PCI_DEVICE_ID_AMD_8132_BRIDGE 0x7458619#define PCI_DEVICE_ID_AMD_NL_USB 0x7912620#define PCI_DEVICE_ID_AMD_CS5535_IDE 0x208F621#define PCI_DEVICE_ID_AMD_CS5536_ISA 0x2090622#define PCI_DEVICE_ID_AMD_CS5536_FLASH 0x2091623#define PCI_DEVICE_ID_AMD_CS5536_AUDIO 0x2093624#define PCI_DEVICE_ID_AMD_CS5536_OHC 0x2094625#define PCI_DEVICE_ID_AMD_CS5536_EHC 0x2095626#define PCI_DEVICE_ID_AMD_CS5536_UDC 0x2096627#define PCI_DEVICE_ID_AMD_CS5536_UOC 0x2097628#define PCI_DEVICE_ID_AMD_CS5536_DEV_IDE 0x2092629#define PCI_DEVICE_ID_AMD_CS5536_IDE 0x209A630#define PCI_DEVICE_ID_AMD_LX_VIDEO 0x2081631#define PCI_DEVICE_ID_AMD_LX_AES 0x2082632#define PCI_DEVICE_ID_AMD_HUDSON2_SATA_IDE 0x7800633#define PCI_DEVICE_ID_AMD_HUDSON2_SMBUS 0x780b634#define PCI_DEVICE_ID_AMD_HUDSON2_IDE 0x780c635#define PCI_DEVICE_ID_AMD_KERNCZ_SMBUS 0x790b636 637#define PCI_VENDOR_ID_TRIDENT 0x1023638#define PCI_DEVICE_ID_TRIDENT_4DWAVE_DX 0x2000639#define PCI_DEVICE_ID_TRIDENT_4DWAVE_NX 0x2001640#define PCI_DEVICE_ID_TRIDENT_9320 0x9320641#define PCI_DEVICE_ID_TRIDENT_9388 0x9388642#define PCI_DEVICE_ID_TRIDENT_9397 0x9397643#define PCI_DEVICE_ID_TRIDENT_939A 0x939A644#define PCI_DEVICE_ID_TRIDENT_9520 0x9520645#define PCI_DEVICE_ID_TRIDENT_9525 0x9525646#define PCI_DEVICE_ID_TRIDENT_9420 0x9420647#define PCI_DEVICE_ID_TRIDENT_9440 0x9440648#define PCI_DEVICE_ID_TRIDENT_9660 0x9660649#define PCI_DEVICE_ID_TRIDENT_9750 0x9750650#define PCI_DEVICE_ID_TRIDENT_9850 0x9850651#define PCI_DEVICE_ID_TRIDENT_9880 0x9880652#define PCI_DEVICE_ID_TRIDENT_8400 0x8400653#define PCI_DEVICE_ID_TRIDENT_8420 0x8420654#define PCI_DEVICE_ID_TRIDENT_8500 0x8500655 656#define PCI_VENDOR_ID_AI 0x1025657#define PCI_DEVICE_ID_AI_M1435 0x1435658 659#define PCI_VENDOR_ID_DELL 0x1028660#define PCI_DEVICE_ID_DELL_RACIII 0x0008661#define PCI_DEVICE_ID_DELL_RAC4 0x0012662#define PCI_DEVICE_ID_DELL_PERC5 0x0015663 664#define PCI_SUBVENDOR_ID_DELL 0x1028665 666#define PCI_VENDOR_ID_MATROX 0x102B667#define PCI_DEVICE_ID_MATROX_MGA_2 0x0518668#define PCI_DEVICE_ID_MATROX_MIL 0x0519669#define PCI_DEVICE_ID_MATROX_MYS 0x051A670#define PCI_DEVICE_ID_MATROX_MIL_2 0x051b671#define PCI_DEVICE_ID_MATROX_MYS_AGP 0x051e672#define PCI_DEVICE_ID_MATROX_MIL_2_AGP 0x051f673#define PCI_DEVICE_ID_MATROX_MGA_IMP 0x0d10674#define PCI_DEVICE_ID_MATROX_G100_MM 0x1000675#define PCI_DEVICE_ID_MATROX_G100_AGP 0x1001676#define PCI_DEVICE_ID_MATROX_G200_PCI 0x0520677#define PCI_DEVICE_ID_MATROX_G200_AGP 0x0521678#define PCI_DEVICE_ID_MATROX_G400 0x0525679#define PCI_DEVICE_ID_MATROX_G200EV_PCI 0x0530680#define PCI_DEVICE_ID_MATROX_G550 0x2527681#define PCI_DEVICE_ID_MATROX_VIA 0x4536682 683#define PCI_VENDOR_ID_MOBILITY_ELECTRONICS 0x14f2684 685#define PCI_VENDOR_ID_CT 0x102c686#define PCI_DEVICE_ID_CT_69000 0x00c0687#define PCI_DEVICE_ID_CT_65545 0x00d8688#define PCI_DEVICE_ID_CT_65548 0x00dc689#define PCI_DEVICE_ID_CT_65550 0x00e0690#define PCI_DEVICE_ID_CT_65554 0x00e4691#define PCI_DEVICE_ID_CT_65555 0x00e5692 693#define PCI_VENDOR_ID_MIRO 0x1031694#define PCI_DEVICE_ID_MIRO_36050 0x5601695#define PCI_DEVICE_ID_MIRO_DC10PLUS 0x7efe696#define PCI_DEVICE_ID_MIRO_DC30PLUS 0xd801697 698#define PCI_VENDOR_ID_NEC 0x1033699#define PCI_DEVICE_ID_NEC_CBUS_1 0x0001 /* PCI-Cbus Bridge */700#define PCI_DEVICE_ID_NEC_LOCAL 0x0002 /* Local Bridge */701#define PCI_DEVICE_ID_NEC_ATM 0x0003 /* ATM LAN Controller */702#define PCI_DEVICE_ID_NEC_R4000 0x0004 /* R4000 Bridge */703#define PCI_DEVICE_ID_NEC_486 0x0005 /* 486 Like Peripheral Bus Bridge */704#define PCI_DEVICE_ID_NEC_ACCEL_1 0x0006 /* Graphic Accelerator */705#define PCI_DEVICE_ID_NEC_UXBUS 0x0007 /* UX-Bus Bridge */706#define PCI_DEVICE_ID_NEC_ACCEL_2 0x0008 /* Graphic Accelerator */707#define PCI_DEVICE_ID_NEC_GRAPH 0x0009 /* PCI-CoreGraph Bridge */708#define PCI_DEVICE_ID_NEC_VL 0x0016 /* PCI-VL Bridge */709#define PCI_DEVICE_ID_NEC_STARALPHA2 0x002c /* STAR ALPHA2 */710#define PCI_DEVICE_ID_NEC_CBUS_2 0x002d /* PCI-Cbus Bridge */711#define PCI_DEVICE_ID_NEC_USB 0x0035 /* PCI-USB Host */712#define PCI_DEVICE_ID_NEC_CBUS_3 0x003b713#define PCI_DEVICE_ID_NEC_NAPCCARD 0x003e714#define PCI_DEVICE_ID_NEC_PCX2 0x0046 /* PowerVR */715#define PCI_DEVICE_ID_NEC_VRC5476 0x009b716#define PCI_DEVICE_ID_NEC_VRC4173 0x00a5717#define PCI_DEVICE_ID_NEC_VRC5477_AC97 0x00a6718#define PCI_DEVICE_ID_NEC_PC9821CS01 0x800c /* PC-9821-CS01 */719#define PCI_DEVICE_ID_NEC_PC9821NRB06 0x800d /* PC-9821NR-B06 */720 721#define PCI_VENDOR_ID_FD 0x1036722#define PCI_DEVICE_ID_FD_36C70 0x0000723 724#define PCI_VENDOR_ID_SI 0x1039725#define PCI_DEVICE_ID_SI_5591_AGP 0x0001726#define PCI_DEVICE_ID_SI_6202 0x0002727#define PCI_DEVICE_ID_SI_503 0x0008728#define PCI_DEVICE_ID_SI_ACPI 0x0009729#define PCI_DEVICE_ID_SI_SMBUS 0x0016730#define PCI_DEVICE_ID_SI_LPC 0x0018731#define PCI_DEVICE_ID_SI_5597_VGA 0x0200732#define PCI_DEVICE_ID_SI_6205 0x0205733#define PCI_DEVICE_ID_SI_501 0x0406734#define PCI_DEVICE_ID_SI_496 0x0496735#define PCI_DEVICE_ID_SI_300 0x0300736#define PCI_DEVICE_ID_SI_315H 0x0310737#define PCI_DEVICE_ID_SI_315 0x0315738#define PCI_DEVICE_ID_SI_315PRO 0x0325739#define PCI_DEVICE_ID_SI_530 0x0530740#define PCI_DEVICE_ID_SI_540 0x0540741#define PCI_DEVICE_ID_SI_550 0x0550742#define PCI_DEVICE_ID_SI_540_VGA 0x5300743#define PCI_DEVICE_ID_SI_550_VGA 0x5315744#define PCI_DEVICE_ID_SI_620 0x0620745#define PCI_DEVICE_ID_SI_630 0x0630746#define PCI_DEVICE_ID_SI_633 0x0633747#define PCI_DEVICE_ID_SI_635 0x0635748#define PCI_DEVICE_ID_SI_640 0x0640749#define PCI_DEVICE_ID_SI_645 0x0645750#define PCI_DEVICE_ID_SI_646 0x0646751#define PCI_DEVICE_ID_SI_648 0x0648752#define PCI_DEVICE_ID_SI_650 0x0650753#define PCI_DEVICE_ID_SI_651 0x0651754#define PCI_DEVICE_ID_SI_655 0x0655755#define PCI_DEVICE_ID_SI_661 0x0661756#define PCI_DEVICE_ID_SI_730 0x0730757#define PCI_DEVICE_ID_SI_733 0x0733758#define PCI_DEVICE_ID_SI_630_VGA 0x6300759#define PCI_DEVICE_ID_SI_735 0x0735760#define PCI_DEVICE_ID_SI_740 0x0740761#define PCI_DEVICE_ID_SI_741 0x0741762#define PCI_DEVICE_ID_SI_745 0x0745763#define PCI_DEVICE_ID_SI_746 0x0746764#define PCI_DEVICE_ID_SI_755 0x0755765#define PCI_DEVICE_ID_SI_760 0x0760766#define PCI_DEVICE_ID_SI_900 0x0900767#define PCI_DEVICE_ID_SI_961 0x0961768#define PCI_DEVICE_ID_SI_962 0x0962769#define PCI_DEVICE_ID_SI_963 0x0963770#define PCI_DEVICE_ID_SI_965 0x0965771#define PCI_DEVICE_ID_SI_966 0x0966772#define PCI_DEVICE_ID_SI_968 0x0968773#define PCI_DEVICE_ID_SI_1180 0x1180774#define PCI_DEVICE_ID_SI_5511 0x5511775#define PCI_DEVICE_ID_SI_5513 0x5513776#define PCI_DEVICE_ID_SI_5517 0x5517777#define PCI_DEVICE_ID_SI_5518 0x5518778#define PCI_DEVICE_ID_SI_5571 0x5571779#define PCI_DEVICE_ID_SI_5581 0x5581780#define PCI_DEVICE_ID_SI_5582 0x5582781#define PCI_DEVICE_ID_SI_5591 0x5591782#define PCI_DEVICE_ID_SI_5596 0x5596783#define PCI_DEVICE_ID_SI_5597 0x5597784#define PCI_DEVICE_ID_SI_5598 0x5598785#define PCI_DEVICE_ID_SI_5600 0x5600786#define PCI_DEVICE_ID_SI_7012 0x7012787#define PCI_DEVICE_ID_SI_7013 0x7013788#define PCI_DEVICE_ID_SI_7016 0x7016789#define PCI_DEVICE_ID_SI_7018 0x7018790 791#define PCI_VENDOR_ID_HP 0x103c792#define PCI_VENDOR_ID_HP_3PAR 0x1590793#define PCI_DEVICE_ID_HP_VISUALIZE_EG 0x1005794#define PCI_DEVICE_ID_HP_VISUALIZE_FX6 0x1006795#define PCI_DEVICE_ID_HP_VISUALIZE_FX4 0x1008796#define PCI_DEVICE_ID_HP_VISUALIZE_FX2 0x100a797#define PCI_DEVICE_ID_HP_TACHYON 0x1028798#define PCI_DEVICE_ID_HP_TACHLITE 0x1029799#define PCI_DEVICE_ID_HP_J2585A 0x1030800#define PCI_DEVICE_ID_HP_J2585B 0x1031801#define PCI_DEVICE_ID_HP_J2973A 0x1040802#define PCI_DEVICE_ID_HP_J2970A 0x1042803#define PCI_DEVICE_ID_HP_DIVA 0x1048804#define PCI_DEVICE_ID_HP_DIVA_TOSCA1 0x1049805#define PCI_DEVICE_ID_HP_DIVA_TOSCA2 0x104A806#define PCI_DEVICE_ID_HP_DIVA_MAESTRO 0x104B807#define PCI_DEVICE_ID_HP_REO_IOC 0x10f1808#define PCI_DEVICE_ID_HP_VISUALIZE_FXE 0x108b809#define PCI_DEVICE_ID_HP_DIVA_HALFDOME 0x1223810#define PCI_DEVICE_ID_HP_DIVA_KEYSTONE 0x1226811#define PCI_DEVICE_ID_HP_DIVA_POWERBAR 0x1227812#define PCI_DEVICE_ID_HP_ZX1_IOC 0x122a813#define PCI_DEVICE_ID_HP_PCIX_LBA 0x122e814#define PCI_DEVICE_ID_HP_SX1000_IOC 0x127c815#define PCI_DEVICE_ID_HP_DIVA_EVEREST 0x1282816#define PCI_DEVICE_ID_HP_DIVA_AUX 0x1290817#define PCI_DEVICE_ID_HP_DIVA_RMP3 0x1301818#define PCI_DEVICE_ID_HP_DIVA_HURRICANE 0x132a819#define PCI_DEVICE_ID_HP_CISSA 0x3220820#define PCI_DEVICE_ID_HP_CISSC 0x3230821#define PCI_DEVICE_ID_HP_CISSD 0x3238822#define PCI_DEVICE_ID_HP_CISSE 0x323a823#define PCI_DEVICE_ID_HP_CISSF 0x323b824#define PCI_DEVICE_ID_HP_CISSH 0x323c825#define PCI_DEVICE_ID_HP_CISSI 0x3239826#define PCI_DEVICE_ID_HP_ZX2_IOC 0x4031827 828#define PCI_VENDOR_ID_PCTECH 0x1042829#define PCI_DEVICE_ID_PCTECH_RZ1000 0x1000830#define PCI_DEVICE_ID_PCTECH_RZ1001 0x1001831#define PCI_DEVICE_ID_PCTECH_SAMURAI_IDE 0x3020832 833#define PCI_VENDOR_ID_ASUSTEK 0x1043834#define PCI_DEVICE_ID_ASUSTEK_0675 0x0675835 836#define PCI_VENDOR_ID_DPT 0x1044837#define PCI_DEVICE_ID_DPT 0xa400838 839#define PCI_VENDOR_ID_OPTI 0x1045840#define PCI_DEVICE_ID_OPTI_82C558 0xc558841#define PCI_DEVICE_ID_OPTI_82C621 0xc621842#define PCI_DEVICE_ID_OPTI_82C700 0xc700843#define PCI_DEVICE_ID_OPTI_82C825 0xd568844 845#define PCI_VENDOR_ID_ELSA 0x1048846#define PCI_DEVICE_ID_ELSA_MICROLINK 0x1000847#define PCI_DEVICE_ID_ELSA_QS3000 0x3000848 849#define PCI_VENDOR_ID_STMICRO 0x104A850#define PCI_DEVICE_ID_STMICRO_USB_HOST 0xCC00851#define PCI_DEVICE_ID_STMICRO_USB_OHCI 0xCC01852#define PCI_DEVICE_ID_STMICRO_USB_OTG 0xCC02853#define PCI_DEVICE_ID_STMICRO_UART_HWFC 0xCC03854#define PCI_DEVICE_ID_STMICRO_UART_NO_HWFC 0xCC04855#define PCI_DEVICE_ID_STMICRO_SOC_DMA 0xCC05856#define PCI_DEVICE_ID_STMICRO_SATA 0xCC06857#define PCI_DEVICE_ID_STMICRO_I2C 0xCC07858#define PCI_DEVICE_ID_STMICRO_SPI_HS 0xCC08859#define PCI_DEVICE_ID_STMICRO_MAC 0xCC09860#define PCI_DEVICE_ID_STMICRO_SDIO_EMMC 0xCC0A861#define PCI_DEVICE_ID_STMICRO_SDIO 0xCC0B862#define PCI_DEVICE_ID_STMICRO_GPIO 0xCC0C863#define PCI_DEVICE_ID_STMICRO_VIP 0xCC0D864#define PCI_DEVICE_ID_STMICRO_AUDIO_ROUTER_DMA 0xCC0E865#define PCI_DEVICE_ID_STMICRO_AUDIO_ROUTER_SRCS 0xCC0F866#define PCI_DEVICE_ID_STMICRO_AUDIO_ROUTER_MSPS 0xCC10867#define PCI_DEVICE_ID_STMICRO_CAN 0xCC11868#define PCI_DEVICE_ID_STMICRO_MLB 0xCC12869#define PCI_DEVICE_ID_STMICRO_DBP 0xCC13870#define PCI_DEVICE_ID_STMICRO_SATA_PHY 0xCC14871#define PCI_DEVICE_ID_STMICRO_ESRAM 0xCC15872#define PCI_DEVICE_ID_STMICRO_VIC 0xCC16873 874#define PCI_VENDOR_ID_BUSLOGIC 0x104B875#define PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER_NC 0x0140876#define PCI_DEVICE_ID_BUSLOGIC_MULTIMASTER 0x1040877#define PCI_DEVICE_ID_BUSLOGIC_FLASHPOINT 0x8130878 879#define PCI_VENDOR_ID_TI 0x104c880#define PCI_DEVICE_ID_TI_TVP4020 0x3d07881#define PCI_DEVICE_ID_TI_4450 0x8011882#define PCI_DEVICE_ID_TI_XX21_XX11 0x8031883#define PCI_DEVICE_ID_TI_XX21_XX11_FM 0x8033884#define PCI_DEVICE_ID_TI_XX21_XX11_SD 0x8034885#define PCI_DEVICE_ID_TI_X515 0x8036886#define PCI_DEVICE_ID_TI_XX12 0x8039887#define PCI_DEVICE_ID_TI_XX12_FM 0x803b888#define PCI_DEVICE_ID_TI_XIO2000A 0x8231889#define PCI_DEVICE_ID_TI_1130 0xac12890#define PCI_DEVICE_ID_TI_1031 0xac13891#define PCI_DEVICE_ID_TI_1131 0xac15892#define PCI_DEVICE_ID_TI_1250 0xac16893#define PCI_DEVICE_ID_TI_1220 0xac17894#define PCI_DEVICE_ID_TI_1221 0xac19895#define PCI_DEVICE_ID_TI_1210 0xac1a896#define PCI_DEVICE_ID_TI_1450 0xac1b897#define PCI_DEVICE_ID_TI_1225 0xac1c898#define PCI_DEVICE_ID_TI_1251A 0xac1d899#define PCI_DEVICE_ID_TI_1211 0xac1e900#define PCI_DEVICE_ID_TI_1251B 0xac1f901#define PCI_DEVICE_ID_TI_4410 0xac41902#define PCI_DEVICE_ID_TI_4451 0xac42903#define PCI_DEVICE_ID_TI_4510 0xac44904#define PCI_DEVICE_ID_TI_4520 0xac46905#define PCI_DEVICE_ID_TI_7510 0xac47906#define PCI_DEVICE_ID_TI_7610 0xac48907#define PCI_DEVICE_ID_TI_7410 0xac49908#define PCI_DEVICE_ID_TI_1410 0xac50909#define PCI_DEVICE_ID_TI_1420 0xac51910#define PCI_DEVICE_ID_TI_1451A 0xac52911#define PCI_DEVICE_ID_TI_1620 0xac54912#define PCI_DEVICE_ID_TI_1520 0xac55913#define PCI_DEVICE_ID_TI_1510 0xac56914#define PCI_DEVICE_ID_TI_X620 0xac8d915#define PCI_DEVICE_ID_TI_X420 0xac8e916#define PCI_DEVICE_ID_TI_XX20_FM 0xac8f917#define PCI_DEVICE_ID_TI_J721E 0xb00d918#define PCI_DEVICE_ID_TI_DRA74x 0xb500919#define PCI_DEVICE_ID_TI_DRA72x 0xb501920 921#define PCI_VENDOR_ID_SONY 0x104d922 923/* Winbond have two vendor IDs! See 0x10ad as well */924#define PCI_VENDOR_ID_WINBOND2 0x1050925#define PCI_DEVICE_ID_WINBOND2_89C940F 0x5a5a926#define PCI_DEVICE_ID_WINBOND2_6692 0x6692927 928#define PCI_VENDOR_ID_ANIGMA 0x1051929#define PCI_DEVICE_ID_ANIGMA_MC145575 0x0100930 931#define PCI_VENDOR_ID_EFAR 0x1055932#define PCI_DEVICE_ID_EFAR_SLC90E66_1 0x9130933#define PCI_DEVICE_ID_EFAR_SLC90E66_3 0x9463934 935#define PCI_VENDOR_ID_MOTOROLA 0x1057936#define PCI_DEVICE_ID_MOTOROLA_MPC105 0x0001937#define PCI_DEVICE_ID_MOTOROLA_MPC106 0x0002938#define PCI_DEVICE_ID_MOTOROLA_MPC107 0x0004939#define PCI_DEVICE_ID_MOTOROLA_RAVEN 0x4801940#define PCI_DEVICE_ID_MOTOROLA_FALCON 0x4802941#define PCI_DEVICE_ID_MOTOROLA_HAWK 0x4803942#define PCI_DEVICE_ID_MOTOROLA_HARRIER 0x480b943#define PCI_DEVICE_ID_MOTOROLA_MPC5200 0x5803944#define PCI_DEVICE_ID_MOTOROLA_MPC5200B 0x5809945 946#define PCI_VENDOR_ID_PROMISE 0x105a947#define PCI_DEVICE_ID_PROMISE_20265 0x0d30948#define PCI_DEVICE_ID_PROMISE_20267 0x4d30949#define PCI_DEVICE_ID_PROMISE_20246 0x4d33950#define PCI_DEVICE_ID_PROMISE_20262 0x4d38951#define PCI_DEVICE_ID_PROMISE_20263 0x0D38952#define PCI_DEVICE_ID_PROMISE_20268 0x4d68953#define PCI_DEVICE_ID_PROMISE_20269 0x4d69954#define PCI_DEVICE_ID_PROMISE_20270 0x6268955#define PCI_DEVICE_ID_PROMISE_20271 0x6269956#define PCI_DEVICE_ID_PROMISE_20275 0x1275957#define PCI_DEVICE_ID_PROMISE_20276 0x5275958#define PCI_DEVICE_ID_PROMISE_20277 0x7275959 960#define PCI_VENDOR_ID_FOXCONN 0x105b961 962#define PCI_VENDOR_ID_UMC 0x1060963#define PCI_DEVICE_ID_UMC_UM8673F 0x0101964#define PCI_DEVICE_ID_UMC_UM8886BF 0x673a965#define PCI_DEVICE_ID_UMC_UM8886A 0x886a966 967#define PCI_VENDOR_ID_PICOPOWER 0x1066968#define PCI_DEVICE_ID_PICOPOWER_PT86C523 0x0002969#define PCI_DEVICE_ID_PICOPOWER_PT86C523BBP 0x8002970 971#define PCI_VENDOR_ID_MYLEX 0x1069972#define PCI_DEVICE_ID_MYLEX_DAC960_P 0x0001973#define PCI_DEVICE_ID_MYLEX_DAC960_PD 0x0002974#define PCI_DEVICE_ID_MYLEX_DAC960_PG 0x0010975#define PCI_DEVICE_ID_MYLEX_DAC960_LA 0x0020976#define PCI_DEVICE_ID_MYLEX_DAC960_LP 0x0050977#define PCI_DEVICE_ID_MYLEX_DAC960_BA 0xBA56978#define PCI_DEVICE_ID_MYLEX_DAC960_GEM 0xB166979 980#define PCI_VENDOR_ID_APPLE 0x106b981#define PCI_DEVICE_ID_APPLE_BANDIT 0x0001982#define PCI_DEVICE_ID_APPLE_HYDRA 0x000e983#define PCI_DEVICE_ID_APPLE_UNI_N_FW 0x0018984#define PCI_DEVICE_ID_APPLE_UNI_N_AGP 0x0020985#define PCI_DEVICE_ID_APPLE_UNI_N_GMAC 0x0021986#define PCI_DEVICE_ID_APPLE_UNI_N_GMACP 0x0024987#define PCI_DEVICE_ID_APPLE_UNI_N_AGP_P 0x0027988#define PCI_DEVICE_ID_APPLE_UNI_N_AGP15 0x002d989#define PCI_DEVICE_ID_APPLE_UNI_N_PCI15 0x002e990#define PCI_DEVICE_ID_APPLE_UNI_N_GMAC2 0x0032991#define PCI_DEVICE_ID_APPLE_UNI_N_ATA 0x0033992#define PCI_DEVICE_ID_APPLE_UNI_N_AGP2 0x0034993#define PCI_DEVICE_ID_APPLE_IPID_ATA100 0x003b994#define PCI_DEVICE_ID_APPLE_K2_ATA100 0x0043995#define PCI_DEVICE_ID_APPLE_U3_AGP 0x004b996#define PCI_DEVICE_ID_APPLE_K2_GMAC 0x004c997#define PCI_DEVICE_ID_APPLE_SH_ATA 0x0050998#define PCI_DEVICE_ID_APPLE_SH_SUNGEM 0x0051999#define PCI_DEVICE_ID_APPLE_U3L_AGP 0x00581000#define PCI_DEVICE_ID_APPLE_U3H_AGP 0x00591001#define PCI_DEVICE_ID_APPLE_U4_PCIE 0x005b1002#define PCI_DEVICE_ID_APPLE_IPID2_AGP 0x00661003#define PCI_DEVICE_ID_APPLE_IPID2_ATA 0x00691004#define PCI_DEVICE_ID_APPLE_IPID2_FW 0x006a1005#define PCI_DEVICE_ID_APPLE_IPID2_GMAC 0x006b1006#define PCI_DEVICE_ID_APPLE_TIGON3 0x16451007 1008#define PCI_VENDOR_ID_YAMAHA 0x10731009#define PCI_DEVICE_ID_YAMAHA_724 0x00041010#define PCI_DEVICE_ID_YAMAHA_724F 0x000d1011#define PCI_DEVICE_ID_YAMAHA_740 0x000a1012#define PCI_DEVICE_ID_YAMAHA_740C 0x000c1013#define PCI_DEVICE_ID_YAMAHA_744 0x00101014#define PCI_DEVICE_ID_YAMAHA_754 0x00121015 1016#define PCI_VENDOR_ID_QLOGIC 0x10771017#define PCI_DEVICE_ID_QLOGIC_ISP10160 0x10161018#define PCI_DEVICE_ID_QLOGIC_ISP1020 0x10201019#define PCI_DEVICE_ID_QLOGIC_ISP1080 0x10801020#define PCI_DEVICE_ID_QLOGIC_ISP12160 0x12161021#define PCI_DEVICE_ID_QLOGIC_ISP1240 0x12401022#define PCI_DEVICE_ID_QLOGIC_ISP1280 0x12801023#define PCI_DEVICE_ID_QLOGIC_ISP2100 0x21001024#define PCI_DEVICE_ID_QLOGIC_ISP2200 0x22001025#define PCI_DEVICE_ID_QLOGIC_ISP2300 0x23001026#define PCI_DEVICE_ID_QLOGIC_ISP2312 0x23121027#define PCI_DEVICE_ID_QLOGIC_ISP2322 0x23221028#define PCI_DEVICE_ID_QLOGIC_ISP6312 0x63121029#define PCI_DEVICE_ID_QLOGIC_ISP6322 0x63221030#define PCI_DEVICE_ID_QLOGIC_ISP2422 0x24221031#define PCI_DEVICE_ID_QLOGIC_ISP2432 0x24321032#define PCI_DEVICE_ID_QLOGIC_ISP2512 0x25121033#define PCI_DEVICE_ID_QLOGIC_ISP2522 0x25221034#define PCI_DEVICE_ID_QLOGIC_ISP5422 0x54221035#define PCI_DEVICE_ID_QLOGIC_ISP5432 0x54321036 1037#define PCI_VENDOR_ID_CYRIX 0x10781038#define PCI_DEVICE_ID_CYRIX_5510 0x00001039#define PCI_DEVICE_ID_CYRIX_PCI_MASTER 0x00011040#define PCI_DEVICE_ID_CYRIX_5520 0x00021041#define PCI_DEVICE_ID_CYRIX_5530_LEGACY 0x01001042#define PCI_DEVICE_ID_CYRIX_5530_IDE 0x01021043#define PCI_DEVICE_ID_CYRIX_5530_AUDIO 0x01031044#define PCI_DEVICE_ID_CYRIX_5530_VIDEO 0x01041045 1046#define PCI_VENDOR_ID_CONTAQ 0x10801047#define PCI_DEVICE_ID_CONTAQ_82C693 0xc6931048 1049#define PCI_VENDOR_ID_OLICOM 0x108d1050#define PCI_DEVICE_ID_OLICOM_OC2325 0x00121051#define PCI_DEVICE_ID_OLICOM_OC2183 0x00131052#define PCI_DEVICE_ID_OLICOM_OC2326 0x00141053 1054#define PCI_VENDOR_ID_SUN 0x108e1055#define PCI_DEVICE_ID_SUN_EBUS 0x10001056#define PCI_DEVICE_ID_SUN_HAPPYMEAL 0x10011057#define PCI_DEVICE_ID_SUN_RIO_EBUS 0x11001058#define PCI_DEVICE_ID_SUN_RIO_GEM 0x11011059#define PCI_DEVICE_ID_SUN_RIO_1394 0x11021060#define PCI_DEVICE_ID_SUN_RIO_USB 0x11031061#define PCI_DEVICE_ID_SUN_GEM 0x2bad1062#define PCI_DEVICE_ID_SUN_SIMBA 0x50001063#define PCI_DEVICE_ID_SUN_PBM 0x80001064#define PCI_DEVICE_ID_SUN_SCHIZO 0x80011065#define PCI_DEVICE_ID_SUN_SABRE 0xa0001066#define PCI_DEVICE_ID_SUN_HUMMINGBIRD 0xa0011067#define PCI_DEVICE_ID_SUN_TOMATILLO 0xa8011068#define PCI_DEVICE_ID_SUN_CASSINI 0xabba1069 1070#define PCI_VENDOR_ID_NI 0x10931071#define PCI_DEVICE_ID_NI_PCI2322 0xd1301072#define PCI_DEVICE_ID_NI_PCI2324 0xd1401073#define PCI_DEVICE_ID_NI_PCI2328 0xd1501074#define PCI_DEVICE_ID_NI_PXI8422_2322 0xd1901075#define PCI_DEVICE_ID_NI_PXI8422_2324 0xd1a01076#define PCI_DEVICE_ID_NI_PXI8420_2322 0xd1d01077#define PCI_DEVICE_ID_NI_PXI8420_2324 0xd1e01078#define PCI_DEVICE_ID_NI_PXI8420_2328 0xd1f01079#define PCI_DEVICE_ID_NI_PXI8420_23216 0xd1f11080#define PCI_DEVICE_ID_NI_PCI2322I 0xd2501081#define PCI_DEVICE_ID_NI_PCI2324I 0xd2701082#define PCI_DEVICE_ID_NI_PCI23216 0xd2b01083#define PCI_DEVICE_ID_NI_PXI8430_2322 0x70801084#define PCI_DEVICE_ID_NI_PCI8430_2322 0x70db1085#define PCI_DEVICE_ID_NI_PXI8430_2324 0x70dd1086#define PCI_DEVICE_ID_NI_PCI8430_2324 0x70df1087#define PCI_DEVICE_ID_NI_PXI8430_2328 0x70e21088#define PCI_DEVICE_ID_NI_PCI8430_2328 0x70e41089#define PCI_DEVICE_ID_NI_PXI8430_23216 0x70e61090#define PCI_DEVICE_ID_NI_PCI8430_23216 0x70e71091#define PCI_DEVICE_ID_NI_PXI8432_2322 0x70e81092#define PCI_DEVICE_ID_NI_PCI8432_2322 0x70ea1093#define PCI_DEVICE_ID_NI_PXI8432_2324 0x70ec1094#define PCI_DEVICE_ID_NI_PCI8432_2324 0x70ee1095 1096#define PCI_VENDOR_ID_CMD 0x10951097#define PCI_DEVICE_ID_CMD_643 0x06431098#define PCI_DEVICE_ID_CMD_646 0x06461099#define PCI_DEVICE_ID_CMD_648 0x06481100#define PCI_DEVICE_ID_CMD_649 0x06491101 1102#define PCI_DEVICE_ID_SII_680 0x06801103#define PCI_DEVICE_ID_SII_3112 0x31121104#define PCI_DEVICE_ID_SII_1210SA 0x02401105 1106#define PCI_VENDOR_ID_BROOKTREE 0x109e1107#define PCI_DEVICE_ID_BROOKTREE_878 0x08781108#define PCI_DEVICE_ID_BROOKTREE_879 0x08791109 1110#define PCI_VENDOR_ID_SGI 0x10a91111#define PCI_DEVICE_ID_SGI_IOC3 0x00031112#define PCI_DEVICE_ID_SGI_LITHIUM 0x10021113 1114#define PCI_VENDOR_ID_WINBOND 0x10ad1115#define PCI_DEVICE_ID_WINBOND_82C105 0x01051116#define PCI_DEVICE_ID_WINBOND_83C553 0x05651117 1118#define PCI_VENDOR_ID_PLX 0x10b51119#define PCI_DEVICE_ID_PLX_R685 0x10301120#define PCI_DEVICE_ID_PLX_ROMULUS 0x106a1121#define PCI_DEVICE_ID_PLX_SPCOM800 0x10761122#define PCI_DEVICE_ID_PLX_1077 0x10771123#define PCI_DEVICE_ID_PLX_SPCOM200 0x11031124#define PCI_DEVICE_ID_PLX_DJINN_ITOO 0x11511125#define PCI_DEVICE_ID_PLX_R753 0x11521126#define PCI_DEVICE_ID_PLX_OLITEC 0x11871127#define PCI_DEVICE_ID_PLX_PCI200SYN 0x31961128#define PCI_DEVICE_ID_PLX_9030 0x90301129#define PCI_DEVICE_ID_PLX_9050 0x90501130#define PCI_DEVICE_ID_PLX_9056 0x90561131#define PCI_DEVICE_ID_PLX_9080 0x90801132#define PCI_DEVICE_ID_PLX_GTEK_SERIAL2 0xa0011133 1134#define PCI_VENDOR_ID_MADGE 0x10b61135#define PCI_DEVICE_ID_MADGE_MK2 0x00021136 1137#define PCI_VENDOR_ID_3COM 0x10b71138#define PCI_DEVICE_ID_3COM_3C985 0x00011139#define PCI_DEVICE_ID_3COM_3C940 0x17001140#define PCI_DEVICE_ID_3COM_3C339 0x33901141#define PCI_DEVICE_ID_3COM_3C359 0x35901142#define PCI_DEVICE_ID_3COM_3C940B 0x80eb1143#define PCI_DEVICE_ID_3COM_3CR990 0x99001144#define PCI_DEVICE_ID_3COM_3CR990_TX_95 0x99021145#define PCI_DEVICE_ID_3COM_3CR990_TX_97 0x99031146#define PCI_DEVICE_ID_3COM_3CR990B 0x99041147#define PCI_DEVICE_ID_3COM_3CR990_FX 0x99051148#define PCI_DEVICE_ID_3COM_3CR990SVR95 0x99081149#define PCI_DEVICE_ID_3COM_3CR990SVR97 0x99091150#define PCI_DEVICE_ID_3COM_3CR990SVR 0x990a1151 1152#define PCI_VENDOR_ID_AL 0x10b91153#define PCI_DEVICE_ID_AL_M1489 0x14891154#define PCI_DEVICE_ID_AL_M1533 0x15331155#define PCI_DEVICE_ID_AL_M1535 0x15351156#define PCI_DEVICE_ID_AL_M1541 0x15411157#define PCI_DEVICE_ID_AL_M1563 0x15631158#define PCI_DEVICE_ID_AL_M1621 0x16211159#define PCI_DEVICE_ID_AL_M1631 0x16311160#define PCI_DEVICE_ID_AL_M1632 0x16321161#define PCI_DEVICE_ID_AL_M1641 0x16411162#define PCI_DEVICE_ID_AL_M1644 0x16441163#define PCI_DEVICE_ID_AL_M1647 0x16471164#define PCI_DEVICE_ID_AL_M1651 0x16511165#define PCI_DEVICE_ID_AL_M1671 0x16711166#define PCI_DEVICE_ID_AL_M1681 0x16811167#define PCI_DEVICE_ID_AL_M1683 0x16831168#define PCI_DEVICE_ID_AL_M1689 0x16891169#define PCI_DEVICE_ID_AL_M5219 0x52191170#define PCI_DEVICE_ID_AL_M5228 0x52281171#define PCI_DEVICE_ID_AL_M5229 0x52291172#define PCI_DEVICE_ID_AL_M5451 0x54511173#define PCI_DEVICE_ID_AL_M7101 0x71011174 1175#define PCI_VENDOR_ID_NEOMAGIC 0x10c81176#define PCI_DEVICE_ID_NEOMAGIC_NM256AV_AUDIO 0x80051177#define PCI_DEVICE_ID_NEOMAGIC_NM256ZX_AUDIO 0x80061178#define PCI_DEVICE_ID_NEOMAGIC_NM256XL_PLUS_AUDIO 0x80161179 1180#define PCI_VENDOR_ID_TCONRAD 0x10da1181#define PCI_DEVICE_ID_TCONRAD_TOKENRING 0x05081182 1183#define PCI_VENDOR_ID_ROHM 0x10db1184 1185#define PCI_VENDOR_ID_NVIDIA 0x10de1186#define PCI_DEVICE_ID_NVIDIA_TNT 0x00201187#define PCI_DEVICE_ID_NVIDIA_TNT2 0x00281188#define PCI_DEVICE_ID_NVIDIA_UTNT2 0x00291189#define PCI_DEVICE_ID_NVIDIA_TNT_UNKNOWN 0x002a1190#define PCI_DEVICE_ID_NVIDIA_VTNT2 0x002C1191#define PCI_DEVICE_ID_NVIDIA_UVTNT2 0x002D1192#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_SMBUS 0x00341193#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_IDE 0x00351194#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_SATA 0x00361195#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP04_SATA2 0x003e1196#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800_ULTRA 0x00401197#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800 0x00411198#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800_LE 0x00421199#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800_GT 0x00451200#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_4000 0x004E1201#define PCI_DEVICE_ID_NVIDIA_NFORCE4_SMBUS 0x00521202#define PCI_DEVICE_ID_NVIDIA_NFORCE_CK804_IDE 0x00531203#define PCI_DEVICE_ID_NVIDIA_NFORCE_CK804_SATA 0x00541204#define PCI_DEVICE_ID_NVIDIA_NFORCE_CK804_SATA2 0x00551205#define PCI_DEVICE_ID_NVIDIA_CK804_AUDIO 0x00591206#define PCI_DEVICE_ID_NVIDIA_CK804_PCIE 0x005d1207#define PCI_DEVICE_ID_NVIDIA_NFORCE2_SMBUS 0x00641208#define PCI_DEVICE_ID_NVIDIA_NFORCE2_IDE 0x00651209#define PCI_DEVICE_ID_NVIDIA_MCP2_MODEM 0x00691210#define PCI_DEVICE_ID_NVIDIA_MCP2_AUDIO 0x006a1211#define PCI_DEVICE_ID_NVIDIA_NFORCE2S_SMBUS 0x00841212#define PCI_DEVICE_ID_NVIDIA_NFORCE2S_IDE 0x00851213#define PCI_DEVICE_ID_NVIDIA_MCP2S_MODEM 0x00891214#define PCI_DEVICE_ID_NVIDIA_CK8_AUDIO 0x008a1215#define PCI_DEVICE_ID_NVIDIA_NFORCE2S_SATA 0x008e1216#define PCI_DEVICE_ID_NVIDIA_GEFORCE_7800_GT 0x00901217#define PCI_DEVICE_ID_NVIDIA_GEFORCE_7800_GTX 0x00911218#define PCI_DEVICE_ID_NVIDIA_GEFORCE_GO_7800 0x00981219#define PCI_DEVICE_ID_NVIDIA_GEFORCE_GO_7800_GTX 0x00991220#define PCI_DEVICE_ID_NVIDIA_ITNT2 0x00A01221#define PCI_DEVICE_ID_GEFORCE_6800A 0x00c11222#define PCI_DEVICE_ID_GEFORCE_6800A_LE 0x00c21223#define PCI_DEVICE_ID_GEFORCE_GO_6800 0x00c81224#define PCI_DEVICE_ID_GEFORCE_GO_6800_ULTRA 0x00c91225#define PCI_DEVICE_ID_QUADRO_FX_GO1400 0x00cc1226#define PCI_DEVICE_ID_QUADRO_FX_1400 0x00ce1227#define PCI_DEVICE_ID_NVIDIA_NFORCE3 0x00d11228#define PCI_DEVICE_ID_NVIDIA_NFORCE3_SMBUS 0x00d41229#define PCI_DEVICE_ID_NVIDIA_NFORCE3_IDE 0x00d51230#define PCI_DEVICE_ID_NVIDIA_MCP3_MODEM 0x00d91231#define PCI_DEVICE_ID_NVIDIA_MCP3_AUDIO 0x00da1232#define PCI_DEVICE_ID_NVIDIA_NFORCE3S 0x00e11233#define PCI_DEVICE_ID_NVIDIA_NFORCE3S_SATA 0x00e31234#define PCI_DEVICE_ID_NVIDIA_NFORCE3S_SMBUS 0x00e41235#define PCI_DEVICE_ID_NVIDIA_NFORCE3S_IDE 0x00e51236#define PCI_DEVICE_ID_NVIDIA_CK8S_AUDIO 0x00ea1237#define PCI_DEVICE_ID_NVIDIA_NFORCE3S_SATA2 0x00ee1238#define PCIE_DEVICE_ID_NVIDIA_GEFORCE_6800_ALT1 0x00f01239#define PCIE_DEVICE_ID_NVIDIA_GEFORCE_6600_ALT1 0x00f11240#define PCIE_DEVICE_ID_NVIDIA_GEFORCE_6600_ALT2 0x00f21241#define PCIE_DEVICE_ID_NVIDIA_GEFORCE_6200_ALT1 0x00f31242#define PCIE_DEVICE_ID_NVIDIA_GEFORCE_6800_GT 0x00f91243#define PCIE_DEVICE_ID_NVIDIA_QUADRO_NVS280 0x00fd1244#define PCI_DEVICE_ID_NVIDIA_GEFORCE_SDR 0x01001245#define PCI_DEVICE_ID_NVIDIA_GEFORCE_DDR 0x01011246#define PCI_DEVICE_ID_NVIDIA_QUADRO 0x01031247#define PCI_DEVICE_ID_NVIDIA_GEFORCE2_MX 0x01101248#define PCI_DEVICE_ID_NVIDIA_GEFORCE2_MX2 0x01111249#define PCI_DEVICE_ID_NVIDIA_GEFORCE2_GO 0x01121250#define PCI_DEVICE_ID_NVIDIA_QUADRO2_MXR 0x01131251#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6600_GT 0x01401252#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6600 0x01411253#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6610_XL 0x01451254#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_540 0x014E1255#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6200 0x014F1256#define PCI_DEVICE_ID_NVIDIA_GEFORCE2_GTS 0x01501257#define PCI_DEVICE_ID_NVIDIA_GEFORCE2_GTS2 0x01511258#define PCI_DEVICE_ID_NVIDIA_GEFORCE2_ULTRA 0x01521259#define PCI_DEVICE_ID_NVIDIA_QUADRO2_PRO 0x01531260#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6200_TURBOCACHE 0x01611261#define PCI_DEVICE_ID_NVIDIA_GEFORCE_GO_6200 0x01641262#define PCI_DEVICE_ID_NVIDIA_GEFORCE_GO_6250 0x01661263#define PCI_DEVICE_ID_NVIDIA_GEFORCE_GO_6200_1 0x01671264#define PCI_DEVICE_ID_NVIDIA_GEFORCE_GO_6250_1 0x01681265#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_460 0x01701266#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_440 0x01711267#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_420 0x01721268#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_440_SE 0x01731269#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_440_GO 0x01741270#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_420_GO 0x01751271#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_420_GO_M32 0x01761272#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_460_GO 0x01771273#define PCI_DEVICE_ID_NVIDIA_QUADRO4_500XGL 0x01781274#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_440_GO_M64 0x01791275#define PCI_DEVICE_ID_NVIDIA_QUADRO4_200 0x017A1276#define PCI_DEVICE_ID_NVIDIA_QUADRO4_550XGL 0x017B1277#define PCI_DEVICE_ID_NVIDIA_QUADRO4_500_GOGL 0x017C1278#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_410_GO_M16 0x017D1279#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_440_8X 0x01811280#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_440SE_8X 0x01821281#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_420_8X 0x01831282#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_4000 0x01851283#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_448_GO 0x01861284#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_488_GO 0x01871285#define PCI_DEVICE_ID_NVIDIA_QUADRO4_580_XGL 0x01881286#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_MX_MAC 0x01891287#define PCI_DEVICE_ID_NVIDIA_QUADRO4_280_NVS 0x018A1288#define PCI_DEVICE_ID_NVIDIA_QUADRO4_380_XGL 0x018B1289#define PCI_DEVICE_ID_NVIDIA_IGEFORCE2 0x01a01290#define PCI_DEVICE_ID_NVIDIA_NFORCE 0x01a41291#define PCI_DEVICE_ID_NVIDIA_MCP1_AUDIO 0x01b11292#define PCI_DEVICE_ID_NVIDIA_NFORCE_SMBUS 0x01b41293#define PCI_DEVICE_ID_NVIDIA_NFORCE_IDE 0x01bc1294#define PCI_DEVICE_ID_NVIDIA_MCP1_MODEM 0x01c11295#define PCI_DEVICE_ID_NVIDIA_NFORCE2 0x01e01296#define PCI_DEVICE_ID_NVIDIA_GEFORCE3 0x02001297#define PCI_DEVICE_ID_NVIDIA_GEFORCE3_1 0x02011298#define PCI_DEVICE_ID_NVIDIA_GEFORCE3_2 0x02021299#define PCI_DEVICE_ID_NVIDIA_QUADRO_DDC 0x02031300#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800B 0x02111301#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800B_LE 0x02121302#define PCI_DEVICE_ID_NVIDIA_GEFORCE_6800B_GT 0x02151303#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4600 0x02501304#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4400 0x02511305#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4200 0x02531306#define PCI_DEVICE_ID_NVIDIA_QUADRO4_900XGL 0x02581307#define PCI_DEVICE_ID_NVIDIA_QUADRO4_750XGL 0x02591308#define PCI_DEVICE_ID_NVIDIA_QUADRO4_700XGL 0x025B1309#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_SMBUS 0x02641310#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_IDE 0x02651311#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_SATA 0x02661312#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_SATA2 0x02671313#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_SMBUS 0x03681314#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_IDE 0x036E1315#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_SATA 0x037E1316#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_SATA2 0x037F1317#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4800 0x02801318#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4800_8X 0x02811319#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_TI_4800SE 0x02821320#define PCI_DEVICE_ID_NVIDIA_GEFORCE4_4200_GO 0x02861321#define PCI_DEVICE_ID_NVIDIA_QUADRO4_980_XGL 0x02881322#define PCI_DEVICE_ID_NVIDIA_QUADRO4_780_XGL 0x02891323#define PCI_DEVICE_ID_NVIDIA_QUADRO4_700_GOGL 0x028C1324#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5800_ULTRA 0x03011325#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5800 0x03021326#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_2000 0x03081327#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_1000 0x03091328#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5600_ULTRA 0x03111329#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5600 0x03121330#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5600SE 0x03141331#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5600 0x031A1332#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5650 0x031B1333#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_GO700 0x031C1334#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5200 0x03201335#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5200_ULTRA 0x03211336#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5200_1 0x03221337#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5200SE 0x03231338#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5200 0x03241339#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5250 0x03251340#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5500 0x03261341#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5100 0x03271342#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5250_32 0x03281343#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO_5200 0x03291344#define PCI_DEVICE_ID_NVIDIA_QUADRO_NVS_280_PCI 0x032A1345#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_500 0x032B1346#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5300 0x032C1347#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5100 0x032D1348#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5900_ULTRA 0x03301349#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5900 0x03311350#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5900XT 0x03321351#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5950_ULTRA 0x03331352#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5900ZT 0x03341353#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_3000 0x03381354#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_700 0x033F1355#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5700_ULTRA 0x03411356#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5700 0x03421357#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5700LE 0x03431358#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_5700VE 0x03441359#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5700_1 0x03471360#define PCI_DEVICE_ID_NVIDIA_GEFORCE_FX_GO5700_2 0x03481361#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_GO1000 0x034C1362#define PCI_DEVICE_ID_NVIDIA_QUADRO_FX_1100 0x034E1363#define PCI_DEVICE_ID_NVIDIA_MCP55_BRIDGE_V0 0x03601364#define PCI_DEVICE_ID_NVIDIA_MCP55_BRIDGE_V4 0x03641365#define PCI_DEVICE_ID_NVIDIA_NVENET_15 0x03731366#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA 0x03E71367#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SMBUS 0x03EB1368#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_IDE 0x03EC1369#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA2 0x03F61370#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_SATA3 0x03F71371#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_SMBUS 0x04461372#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_IDE 0x04481373#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP67_SMBUS 0x05421374#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP67_IDE 0x05601375#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP73_IDE 0x056C1376#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP78S_SMBUS 0x07521377#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP77_IDE 0x07591378#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP73_SMBUS 0x07D81379#define PCI_DEVICE_ID_NVIDIA_GEFORCE_320M 0x08A01380#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP79_SMBUS 0x0AA21381#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP89_SATA 0x0D851382 1383#define PCI_VENDOR_ID_IMS 0x10e01384#define PCI_DEVICE_ID_IMS_TT128 0x91281385#define PCI_DEVICE_ID_IMS_TT3D 0x91351386 1387#define PCI_VENDOR_ID_AMCC 0x10e81388#define PCI_VENDOR_ID_AMPERE 0x1def1389 1390#define PCI_VENDOR_ID_INTERG 0x10ea1391#define PCI_DEVICE_ID_INTERG_1682 0x16821392#define PCI_DEVICE_ID_INTERG_2000 0x20001393#define PCI_DEVICE_ID_INTERG_2010 0x20101394#define PCI_DEVICE_ID_INTERG_5000 0x50001395#define PCI_DEVICE_ID_INTERG_5050 0x50501396 1397#define PCI_VENDOR_ID_REALTEK 0x10ec1398#define PCI_DEVICE_ID_REALTEK_8139 0x81391399 1400#define PCI_VENDOR_ID_XILINX 0x10ee1401#define PCI_DEVICE_ID_RME_DIGI96 0x3fc01402#define PCI_DEVICE_ID_RME_DIGI96_8 0x3fc11403#define PCI_DEVICE_ID_RME_DIGI96_8_PRO 0x3fc21404#define PCI_DEVICE_ID_RME_DIGI96_8_PAD_OR_PST 0x3fc31405#define PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP 0x3fc51406#define PCI_DEVICE_ID_XILINX_HAMMERFALL_DSP_MADI 0x3fc61407 1408#define PCI_VENDOR_ID_INIT 0x11011409 1410#define PCI_VENDOR_ID_CREATIVE 0x1102 /* duplicate: ECTIVA */1411#define PCI_DEVICE_ID_CREATIVE_EMU10K1 0x00021412#define PCI_DEVICE_ID_CREATIVE_20K1 0x00051413#define PCI_DEVICE_ID_CREATIVE_20K2 0x000b1414#define PCI_SUBDEVICE_ID_CREATIVE_SB0760 0x00241415#define PCI_SUBDEVICE_ID_CREATIVE_SB08801 0x00411416#define PCI_SUBDEVICE_ID_CREATIVE_SB08802 0x00421417#define PCI_SUBDEVICE_ID_CREATIVE_SB08803 0x00431418#define PCI_SUBDEVICE_ID_CREATIVE_SB1270 0x00621419#define PCI_SUBDEVICE_ID_CREATIVE_HENDRIX 0x60001420 1421#define PCI_VENDOR_ID_ECTIVA 0x1102 /* duplicate: CREATIVE */1422#define PCI_DEVICE_ID_ECTIVA_EV1938 0x89381423 1424#define PCI_VENDOR_ID_TTI 0x11031425#define PCI_DEVICE_ID_TTI_HPT343 0x00031426#define PCI_DEVICE_ID_TTI_HPT366 0x00041427#define PCI_DEVICE_ID_TTI_HPT372 0x00051428#define PCI_DEVICE_ID_TTI_HPT302 0x00061429#define PCI_DEVICE_ID_TTI_HPT371 0x00071430#define PCI_DEVICE_ID_TTI_HPT374 0x00081431#define PCI_DEVICE_ID_TTI_HPT372N 0x0009 /* apparently a 372N variant? */1432 1433#define PCI_VENDOR_ID_SIGMA 0x11051434 1435#define PCI_VENDOR_ID_VIA 0x11061436#define PCI_DEVICE_ID_VIA_8763_0 0x01981437#define PCI_DEVICE_ID_VIA_8380_0 0x02041438#define PCI_DEVICE_ID_VIA_3238_0 0x02381439#define PCI_DEVICE_ID_VIA_PT880 0x02581440#define PCI_DEVICE_ID_VIA_PT880ULTRA 0x03081441#define PCI_DEVICE_ID_VIA_PX8X0_0 0x02591442#define PCI_DEVICE_ID_VIA_3269_0 0x02691443#define PCI_DEVICE_ID_VIA_K8T800PRO_0 0x02821444#define PCI_DEVICE_ID_VIA_3296_0 0x02961445#define PCI_DEVICE_ID_VIA_8363_0 0x03051446#define PCI_DEVICE_ID_VIA_P4M800CE 0x03141447#define PCI_DEVICE_ID_VIA_P4M890 0x03271448#define PCI_DEVICE_ID_VIA_VT3324 0x03241449#define PCI_DEVICE_ID_VIA_VT3336 0x03361450#define PCI_DEVICE_ID_VIA_VT3351 0x03511451#define PCI_DEVICE_ID_VIA_VT3364 0x03641452#define PCI_DEVICE_ID_VIA_8371_0 0x03911453#define PCI_DEVICE_ID_VIA_6415 0x04151454#define PCI_DEVICE_ID_VIA_8501_0 0x05011455#define PCI_DEVICE_ID_VIA_82C561 0x05611456#define PCI_DEVICE_ID_VIA_82C586_1 0x05711457#define PCI_DEVICE_ID_VIA_82C576 0x05761458#define PCI_DEVICE_ID_VIA_82C586_0 0x05861459#define PCI_DEVICE_ID_VIA_82C596 0x05961460#define PCI_DEVICE_ID_VIA_82C597_0 0x05971461#define PCI_DEVICE_ID_VIA_82C598_0 0x05981462#define PCI_DEVICE_ID_VIA_8601_0 0x06011463#define PCI_DEVICE_ID_VIA_8605_0 0x06051464#define PCI_DEVICE_ID_VIA_82C686 0x06861465#define PCI_DEVICE_ID_VIA_82C691_0 0x06911466#define PCI_DEVICE_ID_VIA_82C576_1 0x15711467#define PCI_DEVICE_ID_VIA_82C586_2 0x30381468#define PCI_DEVICE_ID_VIA_82C586_3 0x30401469#define PCI_DEVICE_ID_VIA_82C596_3 0x30501470#define PCI_DEVICE_ID_VIA_82C596B_3 0x30511471#define PCI_DEVICE_ID_VIA_82C686_4 0x30571472#define PCI_DEVICE_ID_VIA_82C686_5 0x30581473#define PCI_DEVICE_ID_VIA_8233_5 0x30591474#define PCI_DEVICE_ID_VIA_8233_0 0x30741475#define PCI_DEVICE_ID_VIA_8633_0 0x30911476#define PCI_DEVICE_ID_VIA_8367_0 0x30991477#define PCI_DEVICE_ID_VIA_8653_0 0x31011478#define PCI_DEVICE_ID_VIA_8622 0x31021479#define PCI_DEVICE_ID_VIA_8235_USB_2 0x31041480#define PCI_DEVICE_ID_VIA_8233C_0 0x31091481#define PCI_DEVICE_ID_VIA_8361 0x31121482#define PCI_DEVICE_ID_VIA_XM266 0x31161483#define PCI_DEVICE_ID_VIA_612X 0x31191484#define PCI_DEVICE_ID_VIA_862X_0 0x31231485#define PCI_DEVICE_ID_VIA_8753_0 0x31281486#define PCI_DEVICE_ID_VIA_8233A 0x31471487#define PCI_DEVICE_ID_VIA_8703_51_0 0x31481488#define PCI_DEVICE_ID_VIA_8237_SATA 0x31491489#define PCI_DEVICE_ID_VIA_XN266 0x31561490#define PCI_DEVICE_ID_VIA_6410 0x31641491#define PCI_DEVICE_ID_VIA_8754C_0 0x31681492#define PCI_DEVICE_ID_VIA_8235 0x31771493#define PCI_DEVICE_ID_VIA_8385_0 0x31881494#define PCI_DEVICE_ID_VIA_8377_0 0x31891495#define PCI_DEVICE_ID_VIA_8378_0 0x32051496#define PCI_DEVICE_ID_VIA_8783_0 0x32081497#define PCI_DEVICE_ID_VIA_8237 0x32271498#define PCI_DEVICE_ID_VIA_8251 0x32871499#define PCI_DEVICE_ID_VIA_8261 0x34021500#define PCI_DEVICE_ID_VIA_8237A 0x33371501#define PCI_DEVICE_ID_VIA_8237S 0x33721502#define PCI_DEVICE_ID_VIA_SATA_EIDE 0x53241503#define PCI_DEVICE_ID_VIA_8231 0x82311504#define PCI_DEVICE_ID_VIA_8231_4 0x82351505#define PCI_DEVICE_ID_VIA_8365_1 0x83051506#define PCI_DEVICE_ID_VIA_CX700 0x83241507#define PCI_DEVICE_ID_VIA_CX700_IDE 0x05811508#define PCI_DEVICE_ID_VIA_VX800 0x83531509#define PCI_DEVICE_ID_VIA_VX855 0x84091510#define PCI_DEVICE_ID_VIA_VX900 0x84101511#define PCI_DEVICE_ID_VIA_8371_1 0x83911512#define PCI_DEVICE_ID_VIA_82C598_1 0x85981513#define PCI_DEVICE_ID_VIA_838X_1 0xB1881514#define PCI_DEVICE_ID_VIA_83_87XX_1 0xB1981515#define PCI_DEVICE_ID_VIA_VX855_IDE 0xC4091516#define PCI_DEVICE_ID_VIA_ANON 0xFFFF1517 1518#define PCI_VENDOR_ID_SIEMENS 0x110A1519#define PCI_DEVICE_ID_SIEMENS_DSCC4 0x21021520 1521#define PCI_VENDOR_ID_VORTEX 0x11191522#define PCI_DEVICE_ID_VORTEX_GDT60x0 0x00001523#define PCI_DEVICE_ID_VORTEX_GDT6000B 0x00011524#define PCI_DEVICE_ID_VORTEX_GDT6x10 0x00021525#define PCI_DEVICE_ID_VORTEX_GDT6x20 0x00031526#define PCI_DEVICE_ID_VORTEX_GDT6530 0x00041527#define PCI_DEVICE_ID_VORTEX_GDT6550 0x00051528#define PCI_DEVICE_ID_VORTEX_GDT6x17 0x00061529#define PCI_DEVICE_ID_VORTEX_GDT6x27 0x00071530#define PCI_DEVICE_ID_VORTEX_GDT6537 0x00081531#define PCI_DEVICE_ID_VORTEX_GDT6557 0x00091532#define PCI_DEVICE_ID_VORTEX_GDT6x15 0x000a1533#define PCI_DEVICE_ID_VORTEX_GDT6x25 0x000b1534#define PCI_DEVICE_ID_VORTEX_GDT6535 0x000c1535#define PCI_DEVICE_ID_VORTEX_GDT6555 0x000d1536#define PCI_DEVICE_ID_VORTEX_GDT6x17RP 0x01001537#define PCI_DEVICE_ID_VORTEX_GDT6x27RP 0x01011538#define PCI_DEVICE_ID_VORTEX_GDT6537RP 0x01021539#define PCI_DEVICE_ID_VORTEX_GDT6557RP 0x01031540#define PCI_DEVICE_ID_VORTEX_GDT6x11RP 0x01041541#define PCI_DEVICE_ID_VORTEX_GDT6x21RP 0x01051542 1543#define PCI_VENDOR_ID_EF 0x111a1544#define PCI_DEVICE_ID_EF_ATM_FPGA 0x00001545#define PCI_DEVICE_ID_EF_ATM_ASIC 0x00021546#define PCI_DEVICE_ID_EF_ATM_LANAI2 0x00031547#define PCI_DEVICE_ID_EF_ATM_LANAIHB 0x00051548 1549#define PCI_VENDOR_ID_IDT 0x111d1550#define PCI_DEVICE_ID_IDT_IDT77201 0x00011551 1552#define PCI_VENDOR_ID_FORE 0x11271553#define PCI_DEVICE_ID_FORE_PCA200E 0x03001554 1555#define PCI_VENDOR_ID_PHILIPS 0x11311556#define PCI_DEVICE_ID_PHILIPS_SAA7146 0x71461557#define PCI_DEVICE_ID_PHILIPS_SAA9730 0x97301558 1559#define PCI_VENDOR_ID_EICON 0x11331560#define PCI_DEVICE_ID_EICON_DIVA20 0xe0021561#define PCI_DEVICE_ID_EICON_DIVA20_U 0xe0041562#define PCI_DEVICE_ID_EICON_DIVA201 0xe0051563#define PCI_DEVICE_ID_EICON_DIVA202 0xe00b1564#define PCI_DEVICE_ID_EICON_MAESTRA 0xe0101565#define PCI_DEVICE_ID_EICON_MAESTRAQ 0xe0121566#define PCI_DEVICE_ID_EICON_MAESTRAQ_U 0xe0131567#define PCI_DEVICE_ID_EICON_MAESTRAP 0xe0141568 1569#define PCI_VENDOR_ID_CISCO 0x11371570 1571#define PCI_VENDOR_ID_ZIATECH 0x11381572#define PCI_DEVICE_ID_ZIATECH_5550_HC 0x55501573 1574 1575#define PCI_VENDOR_ID_SYSKONNECT 0x11481576#define PCI_DEVICE_ID_SYSKONNECT_TR 0x42001577#define PCI_DEVICE_ID_SYSKONNECT_GE 0x43001578#define PCI_DEVICE_ID_SYSKONNECT_YU 0x43201579#define PCI_DEVICE_ID_SYSKONNECT_9DXX 0x44001580#define PCI_DEVICE_ID_SYSKONNECT_9MXX 0x45001581 1582#define PCI_VENDOR_ID_DIGI 0x114f1583#define PCI_DEVICE_ID_DIGI_DF_M_IOM2_E 0x00701584#define PCI_DEVICE_ID_DIGI_DF_M_E 0x00711585#define PCI_DEVICE_ID_DIGI_DF_M_IOM2_A 0x00721586#define PCI_DEVICE_ID_DIGI_DF_M_A 0x00731587#define PCI_DEVICE_ID_DIGI_NEO_8 0x00B11588#define PCI_DEVICE_ID_NEO_2DB9 0x00C81589#define PCI_DEVICE_ID_NEO_2DB9PRI 0x00C91590#define PCI_DEVICE_ID_NEO_2RJ45 0x00CA1591#define PCI_DEVICE_ID_NEO_2RJ45PRI 0x00CB1592#define PCIE_DEVICE_ID_NEO_4_IBM 0x00F41593 1594#define PCI_VENDOR_ID_XIRCOM 0x115d1595#define PCI_DEVICE_ID_XIRCOM_RBM56G 0x01011596#define PCI_DEVICE_ID_XIRCOM_X3201_MDM 0x01031597 1598#define PCI_VENDOR_ID_SERVERWORKS 0x11661599#define PCI_DEVICE_ID_SERVERWORKS_HE 0x00081600#define PCI_DEVICE_ID_SERVERWORKS_LE 0x00091601#define PCI_DEVICE_ID_SERVERWORKS_GCNB_LE 0x00171602#define PCI_DEVICE_ID_SERVERWORKS_HT1000_PXB 0x00361603#define PCI_DEVICE_ID_SERVERWORKS_EPB 0x01031604#define PCI_DEVICE_ID_SERVERWORKS_HT2000_PCIE 0x01321605#define PCI_DEVICE_ID_SERVERWORKS_OSB4 0x02001606#define PCI_DEVICE_ID_SERVERWORKS_CSB5 0x02011607#define PCI_DEVICE_ID_SERVERWORKS_CSB6 0x02031608#define PCI_DEVICE_ID_SERVERWORKS_HT1000SB 0x02051609#define PCI_DEVICE_ID_SERVERWORKS_OSB4IDE 0x02111610#define PCI_DEVICE_ID_SERVERWORKS_CSB5IDE 0x02121611#define PCI_DEVICE_ID_SERVERWORKS_CSB6IDE 0x02131612#define PCI_DEVICE_ID_SERVERWORKS_HT1000IDE 0x02141613#define PCI_DEVICE_ID_SERVERWORKS_CSB6IDE2 0x02171614#define PCI_DEVICE_ID_SERVERWORKS_CSB6LPC 0x02271615#define PCI_DEVICE_ID_SERVERWORKS_HT1100LD 0x04081616 1617#define PCI_VENDOR_ID_ALTERA 0x11721618 1619#define PCI_VENDOR_ID_SBE 0x11761620#define PCI_DEVICE_ID_SBE_WANXL100 0x03011621#define PCI_DEVICE_ID_SBE_WANXL200 0x03021622#define PCI_DEVICE_ID_SBE_WANXL400 0x01041623#define PCI_SUBDEVICE_ID_SBE_T3E3 0x00091624#define PCI_SUBDEVICE_ID_SBE_2T3E3_P0 0x09011625#define PCI_SUBDEVICE_ID_SBE_2T3E3_P1 0x09021626 1627#define PCI_VENDOR_ID_TOSHIBA 0x11791628#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_1 0x01011629#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_2 0x01021630#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_3 0x01031631#define PCI_DEVICE_ID_TOSHIBA_PICCOLO_5 0x01051632#define PCI_DEVICE_ID_TOSHIBA_TOPIC95 0x060a1633#define PCI_DEVICE_ID_TOSHIBA_TOPIC97 0x060f1634#define PCI_DEVICE_ID_TOSHIBA_TOPIC100 0x06171635 1636#define PCI_VENDOR_ID_TOSHIBA_2 0x102f1637#define PCI_DEVICE_ID_TOSHIBA_TC35815CF 0x00301638#define PCI_DEVICE_ID_TOSHIBA_TC35815_NWU 0x00311639#define PCI_DEVICE_ID_TOSHIBA_TC35815_TX4939 0x00321640#define PCI_DEVICE_ID_TOSHIBA_TC86C001_IDE 0x01051641#define PCI_DEVICE_ID_TOSHIBA_TC86C001_MISC 0x01081642#define PCI_DEVICE_ID_TOSHIBA_SPIDER_NET 0x01b31643 1644#define PCI_VENDOR_ID_ATTO 0x117c1645 1646#define PCI_VENDOR_ID_RICOH 0x11801647#define PCI_DEVICE_ID_RICOH_RL5C465 0x04651648#define PCI_DEVICE_ID_RICOH_RL5C466 0x04661649#define PCI_DEVICE_ID_RICOH_RL5C475 0x04751650#define PCI_DEVICE_ID_RICOH_RL5C476 0x04761651#define PCI_DEVICE_ID_RICOH_RL5C478 0x04781652#define PCI_DEVICE_ID_RICOH_R5C822 0x08221653#define PCI_DEVICE_ID_RICOH_R5CE822 0xe8221654#define PCI_DEVICE_ID_RICOH_R5CE823 0xe8231655#define PCI_DEVICE_ID_RICOH_R5C832 0x08321656#define PCI_DEVICE_ID_RICOH_R5C843 0x08431657 1658#define PCI_VENDOR_ID_DLINK 0x11861659#define PCI_DEVICE_ID_DLINK_DGE510T 0x4c001660 1661#define PCI_VENDOR_ID_ARTOP 0x11911662#define PCI_DEVICE_ID_ARTOP_ATP850UF 0x00051663#define PCI_DEVICE_ID_ARTOP_ATP860 0x00061664#define PCI_DEVICE_ID_ARTOP_ATP860R 0x00071665#define PCI_DEVICE_ID_ARTOP_ATP865 0x00081666#define PCI_DEVICE_ID_ARTOP_ATP865R 0x00091667#define PCI_DEVICE_ID_ARTOP_ATP867A 0x000A1668#define PCI_DEVICE_ID_ARTOP_ATP867B 0x000B1669#define PCI_DEVICE_ID_ARTOP_AEC7610 0x80021670#define PCI_DEVICE_ID_ARTOP_AEC7612UW 0x80101671#define PCI_DEVICE_ID_ARTOP_AEC7612U 0x80201672#define PCI_DEVICE_ID_ARTOP_AEC7612S 0x80301673#define PCI_DEVICE_ID_ARTOP_AEC7612D 0x80401674#define PCI_DEVICE_ID_ARTOP_AEC7612SUW 0x80501675#define PCI_DEVICE_ID_ARTOP_8060 0x80601676 1677#define PCI_VENDOR_ID_ZEITNET 0x11931678#define PCI_DEVICE_ID_ZEITNET_1221 0x00011679#define PCI_DEVICE_ID_ZEITNET_1225 0x00021680 1681#define PCI_VENDOR_ID_FUJITSU_ME 0x119e1682#define PCI_DEVICE_ID_FUJITSU_FS155 0x00011683#define PCI_DEVICE_ID_FUJITSU_FS50 0x00031684 1685#define PCI_SUBVENDOR_ID_KEYSPAN 0x11a91686#define PCI_SUBDEVICE_ID_KEYSPAN_SX2 0x53341687 1688#define PCI_VENDOR_ID_MARVELL 0x11ab1689#define PCI_VENDOR_ID_MARVELL_EXT 0x1b4b1690#define PCI_DEVICE_ID_MARVELL_GT64111 0x41461691#define PCI_DEVICE_ID_MARVELL_GT64260 0x64301692#define PCI_DEVICE_ID_MARVELL_MV64360 0x64601693#define PCI_DEVICE_ID_MARVELL_MV64460 0x64801694#define PCI_DEVICE_ID_MARVELL_88ALP01_NAND 0x41001695#define PCI_DEVICE_ID_MARVELL_88ALP01_SD 0x41011696#define PCI_DEVICE_ID_MARVELL_88ALP01_CCIC 0x41021697 1698#define PCI_VENDOR_ID_V3 0x11b01699#define PCI_DEVICE_ID_V3_V960 0x00011700#define PCI_DEVICE_ID_V3_V351 0x00021701 1702#define PCI_VENDOR_ID_ATT 0x11c11703#define PCI_DEVICE_ID_ATT_VENUS_MODEM 0x4801704 1705#define PCI_VENDOR_ID_SPECIALIX 0x11cb1706#define PCI_SUBDEVICE_ID_SPECIALIX_SPEED4 0xa0041707 1708#define PCI_VENDOR_ID_ANALOG_DEVICES 0x11d41709#define PCI_DEVICE_ID_AD1889JS 0x18891710 1711#define PCI_DEVICE_ID_SEGA_BBA 0x12341712 1713#define PCI_VENDOR_ID_ZORAN 0x11de1714#define PCI_DEVICE_ID_ZORAN_36057 0x60571715#define PCI_DEVICE_ID_ZORAN_36120 0x61201716 1717#define PCI_VENDOR_ID_COMPEX 0x11f61718#define PCI_DEVICE_ID_COMPEX_ENET100VG4 0x01121719 1720#define PCI_VENDOR_ID_PMC_Sierra 0x11f81721#define PCI_VENDOR_ID_MICROSEMI 0x11f81722 1723#define PCI_VENDOR_ID_RP 0x11fe1724 1725#define PCI_VENDOR_ID_CYCLADES 0x120e1726#define PCI_DEVICE_ID_PC300_RX_2 0x03001727#define PCI_DEVICE_ID_PC300_RX_1 0x03011728#define PCI_DEVICE_ID_PC300_TE_2 0x03101729#define PCI_DEVICE_ID_PC300_TE_1 0x03111730#define PCI_DEVICE_ID_PC300_TE_M_2 0x03201731#define PCI_DEVICE_ID_PC300_TE_M_1 0x03211732 1733#define PCI_VENDOR_ID_ESSENTIAL 0x120f1734#define PCI_DEVICE_ID_ESSENTIAL_ROADRUNNER 0x00011735 1736#define PCI_VENDOR_ID_O2 0x12171737#define PCI_DEVICE_ID_O2_6729 0x67291738#define PCI_DEVICE_ID_O2_6730 0x673a1739#define PCI_DEVICE_ID_O2_6832 0x68321740#define PCI_DEVICE_ID_O2_6836 0x68361741#define PCI_DEVICE_ID_O2_6812 0x68721742#define PCI_DEVICE_ID_O2_6933 0x69331743#define PCI_DEVICE_ID_O2_8120 0x81201744#define PCI_DEVICE_ID_O2_8220 0x82201745#define PCI_DEVICE_ID_O2_8221 0x82211746#define PCI_DEVICE_ID_O2_8320 0x83201747#define PCI_DEVICE_ID_O2_8321 0x83211748 1749#define PCI_VENDOR_ID_3DFX 0x121a1750#define PCI_DEVICE_ID_3DFX_VOODOO 0x00011751#define PCI_DEVICE_ID_3DFX_VOODOO2 0x00021752#define PCI_DEVICE_ID_3DFX_BANSHEE 0x00031753#define PCI_DEVICE_ID_3DFX_VOODOO3 0x00051754#define PCI_DEVICE_ID_3DFX_VOODOO5 0x00091755 1756#define PCI_VENDOR_ID_AVM 0x12441757#define PCI_DEVICE_ID_AVM_B1 0x07001758#define PCI_DEVICE_ID_AVM_C4 0x08001759#define PCI_DEVICE_ID_AVM_A1 0x0a001760#define PCI_DEVICE_ID_AVM_A1_V2 0x0e001761#define PCI_DEVICE_ID_AVM_C2 0x11001762#define PCI_DEVICE_ID_AVM_T1 0x12001763 1764#define PCI_VENDOR_ID_STALLION 0x124d1765 1766/* Allied Telesyn */1767#define PCI_VENDOR_ID_AT 0x12591768#define PCI_SUBDEVICE_ID_AT_2700FX 0x27011769#define PCI_SUBDEVICE_ID_AT_2701FX 0x27031770 1771#define PCI_VENDOR_ID_ASIX 0x125b1772#define PCI_DEVICE_ID_ASIX_AX99100 0x91001773#define PCI_DEVICE_ID_ASIX_AX99100_LB 0x91101774 1775#define PCI_VENDOR_ID_ESS 0x125d1776#define PCI_DEVICE_ID_ESS_ESS1968 0x19681777#define PCI_DEVICE_ID_ESS_ESS1978 0x19781778#define PCI_DEVICE_ID_ESS_ALLEGRO_1 0x19881779#define PCI_DEVICE_ID_ESS_ALLEGRO 0x19891780#define PCI_DEVICE_ID_ESS_CANYON3D_2LE 0x19901781#define PCI_DEVICE_ID_ESS_CANYON3D_2 0x19921782#define PCI_DEVICE_ID_ESS_MAESTRO3 0x19981783#define PCI_DEVICE_ID_ESS_MAESTRO3_1 0x19991784#define PCI_DEVICE_ID_ESS_MAESTRO3_HW 0x199a1785#define PCI_DEVICE_ID_ESS_MAESTRO3_2 0x199b1786 1787#define PCI_VENDOR_ID_SATSAGEM 0x12671788#define PCI_DEVICE_ID_SATSAGEM_NICCY 0x10161789 1790#define PCI_VENDOR_ID_ENSONIQ 0x12741791#define PCI_DEVICE_ID_ENSONIQ_CT5880 0x58801792#define PCI_DEVICE_ID_ENSONIQ_ES1370 0x50001793#define PCI_DEVICE_ID_ENSONIQ_ES1371 0x13711794 1795#define PCI_VENDOR_ID_TRANSMETA 0x12791796#define PCI_DEVICE_ID_EFFICEON 0x00601797 1798#define PCI_VENDOR_ID_ROCKWELL 0x127A1799 1800#define PCI_VENDOR_ID_ITE 0x12831801#define PCI_DEVICE_ID_ITE_8172 0x81721802#define PCI_DEVICE_ID_ITE_8211 0x82111803#define PCI_DEVICE_ID_ITE_8212 0x82121804#define PCI_DEVICE_ID_ITE_8213 0x82131805#define PCI_DEVICE_ID_ITE_8152 0x81521806#define PCI_DEVICE_ID_ITE_8872 0x88721807#define PCI_DEVICE_ID_ITE_IT8330G_0 0xe8861808 1809/* formerly Platform Tech */1810#define PCI_DEVICE_ID_ESS_ESS0100 0x01001811 1812#define PCI_VENDOR_ID_ALTEON 0x12ae1813 1814#define PCI_SUBVENDOR_ID_CONNECT_TECH 0x12c41815#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH8_232 0x00011816#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH4_232 0x00021817#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH2_232 0x00031818#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH8_485 0x00041819#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH8_485_4_4 0x00051820#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH4_485 0x00061821#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH4_485_2_2 0x00071822#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH2_485 0x00081823#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH8_485_2_6 0x00091824#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH081101V1 0x000A1825#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH041101V1 0x000B1826#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH2_20MHZ 0x000C1827#define PCI_SUBDEVICE_ID_CONNECT_TECH_BH2_PTM 0x000D1828#define PCI_SUBDEVICE_ID_CONNECT_TECH_NT960PCI 0x01001829#define PCI_SUBDEVICE_ID_CONNECT_TECH_TITAN_2 0x02011830#define PCI_SUBDEVICE_ID_CONNECT_TECH_TITAN_4 0x02021831#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_2_232 0x03001832#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_4_232 0x03011833#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_8_232 0x03021834#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_1_1 0x03101835#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_2_2 0x03111836#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_4_4 0x03121837#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_2 0x03201838#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_4 0x03211839#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_8 0x03221840#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_2_485 0x03301841#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_4_485 0x03311842#define PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_8_485 0x03321843 1844#define PCI_VENDOR_ID_NVIDIA_SGS 0x12d21845#define PCI_DEVICE_ID_NVIDIA_SGS_RIVA128 0x00181846 1847#define PCI_VENDOR_ID_PERICOM 0x12D81848#define PCI_DEVICE_ID_PERICOM_PI7C9X7951 0x79511849#define PCI_DEVICE_ID_PERICOM_PI7C9X7952 0x79521850#define PCI_DEVICE_ID_PERICOM_PI7C9X7954 0x79541851#define PCI_DEVICE_ID_PERICOM_PI7C9X7958 0x79581852 1853#define PCI_SUBVENDOR_ID_CHASE_PCIFAST 0x12E01854#define PCI_SUBDEVICE_ID_CHASE_PCIFAST4 0x00311855#define PCI_SUBDEVICE_ID_CHASE_PCIFAST8 0x00211856#define PCI_SUBDEVICE_ID_CHASE_PCIFAST16 0x00111857#define PCI_SUBDEVICE_ID_CHASE_PCIFAST16FMC 0x00411858#define PCI_SUBVENDOR_ID_CHASE_PCIRAS 0x124D1859#define PCI_SUBDEVICE_ID_CHASE_PCIRAS4 0xF0011860#define PCI_SUBDEVICE_ID_CHASE_PCIRAS8 0xF0101861 1862#define PCI_VENDOR_ID_AUREAL 0x12eb1863#define PCI_DEVICE_ID_AUREAL_VORTEX_1 0x00011864#define PCI_DEVICE_ID_AUREAL_VORTEX_2 0x00021865#define PCI_DEVICE_ID_AUREAL_ADVANTAGE 0x00031866 1867#define PCI_VENDOR_ID_ELECTRONICDESIGNGMBH 0x12f81868#define PCI_DEVICE_ID_LML_33R10 0x8a021869 1870#define PCI_VENDOR_ID_ESDGMBH 0x12fe1871#define PCI_DEVICE_ID_ESDGMBH_CPCIASIO4 0x01111872 1873#define PCI_VENDOR_ID_CB 0x1307 /* Measurement Computing */1874 1875#define PCI_VENDOR_ID_SIIG 0x131f1876#define PCI_SUBVENDOR_ID_SIIG 0x131f1877#define PCI_DEVICE_ID_SIIG_1S_10x_550 0x10001878#define PCI_DEVICE_ID_SIIG_1S_10x_650 0x10011879#define PCI_DEVICE_ID_SIIG_1S_10x_850 0x10021880#define PCI_DEVICE_ID_SIIG_1S1P_10x_550 0x10101881#define PCI_DEVICE_ID_SIIG_1S1P_10x_650 0x10111882#define PCI_DEVICE_ID_SIIG_1S1P_10x_850 0x10121883#define PCI_DEVICE_ID_SIIG_1P_10x 0x10201884#define PCI_DEVICE_ID_SIIG_2P_10x 0x10211885#define PCI_DEVICE_ID_SIIG_2S_10x_550 0x10301886#define PCI_DEVICE_ID_SIIG_2S_10x_650 0x10311887#define PCI_DEVICE_ID_SIIG_2S_10x_850 0x10321888#define PCI_DEVICE_ID_SIIG_2S1P_10x_550 0x10341889#define PCI_DEVICE_ID_SIIG_2S1P_10x_650 0x10351890#define PCI_DEVICE_ID_SIIG_2S1P_10x_850 0x10361891#define PCI_DEVICE_ID_SIIG_4S_10x_550 0x10501892#define PCI_DEVICE_ID_SIIG_4S_10x_650 0x10511893#define PCI_DEVICE_ID_SIIG_4S_10x_850 0x10521894#define PCI_DEVICE_ID_SIIG_1S_20x_550 0x20001895#define PCI_DEVICE_ID_SIIG_1S_20x_650 0x20011896#define PCI_DEVICE_ID_SIIG_1S_20x_850 0x20021897#define PCI_DEVICE_ID_SIIG_1P_20x 0x20201898#define PCI_DEVICE_ID_SIIG_2P_20x 0x20211899#define PCI_DEVICE_ID_SIIG_2S_20x_550 0x20301900#define PCI_DEVICE_ID_SIIG_2S_20x_650 0x20311901#define PCI_DEVICE_ID_SIIG_2S_20x_850 0x20321902#define PCI_DEVICE_ID_SIIG_2P1S_20x_550 0x20401903#define PCI_DEVICE_ID_SIIG_2P1S_20x_650 0x20411904#define PCI_DEVICE_ID_SIIG_2P1S_20x_850 0x20421905#define PCI_DEVICE_ID_SIIG_1S1P_20x_550 0x20101906#define PCI_DEVICE_ID_SIIG_1S1P_20x_650 0x20111907#define PCI_DEVICE_ID_SIIG_1S1P_20x_850 0x20121908#define PCI_DEVICE_ID_SIIG_4S_20x_550 0x20501909#define PCI_DEVICE_ID_SIIG_4S_20x_650 0x20511910#define PCI_DEVICE_ID_SIIG_4S_20x_850 0x20521911#define PCI_DEVICE_ID_SIIG_2S1P_20x_550 0x20601912#define PCI_DEVICE_ID_SIIG_2S1P_20x_650 0x20611913#define PCI_DEVICE_ID_SIIG_2S1P_20x_850 0x20621914#define PCI_DEVICE_ID_SIIG_8S_20x_550 0x20801915#define PCI_DEVICE_ID_SIIG_8S_20x_650 0x20811916#define PCI_DEVICE_ID_SIIG_8S_20x_850 0x20821917#define PCI_SUBDEVICE_ID_SIIG_QUARTET_SERIAL 0x20501918 1919#define PCI_VENDOR_ID_RADISYS 0x13311920 1921#define PCI_VENDOR_ID_MICRO_MEMORY 0x13321922#define PCI_DEVICE_ID_MICRO_MEMORY_5415CN 0x54151923#define PCI_DEVICE_ID_MICRO_MEMORY_5425CN 0x54251924#define PCI_DEVICE_ID_MICRO_MEMORY_6155 0x61551925 1926#define PCI_VENDOR_ID_DOMEX 0x134a1927#define PCI_DEVICE_ID_DOMEX_DMX3191D 0x00011928 1929#define PCI_VENDOR_ID_INTASHIELD 0x135a1930#define PCI_DEVICE_ID_INTASHIELD_IS200 0x0d801931#define PCI_DEVICE_ID_INTASHIELD_IS400 0x0dc01932 1933#define PCI_VENDOR_ID_QUATECH 0x135C1934#define PCI_DEVICE_ID_QUATECH_QSC100 0x00101935#define PCI_DEVICE_ID_QUATECH_DSC100 0x00201936#define PCI_DEVICE_ID_QUATECH_DSC200 0x00301937#define PCI_DEVICE_ID_QUATECH_QSC200 0x00401938#define PCI_DEVICE_ID_QUATECH_ESC100D 0x00501939#define PCI_DEVICE_ID_QUATECH_ESC100M 0x00601940#define PCI_DEVICE_ID_QUATECH_QSCP100 0x01201941#define PCI_DEVICE_ID_QUATECH_DSCP100 0x01301942#define PCI_DEVICE_ID_QUATECH_QSCP200 0x01401943#define PCI_DEVICE_ID_QUATECH_DSCP200 0x01501944#define PCI_DEVICE_ID_QUATECH_QSCLP100 0x01701945#define PCI_DEVICE_ID_QUATECH_DSCLP100 0x01801946#define PCI_DEVICE_ID_QUATECH_DSC100E 0x01811947#define PCI_DEVICE_ID_QUATECH_SSCLP100 0x01901948#define PCI_DEVICE_ID_QUATECH_QSCLP200 0x01A01949#define PCI_DEVICE_ID_QUATECH_DSCLP200 0x01B01950#define PCI_DEVICE_ID_QUATECH_DSC200E 0x01B11951#define PCI_DEVICE_ID_QUATECH_SSCLP200 0x01C01952#define PCI_DEVICE_ID_QUATECH_ESCLP100 0x01E01953#define PCI_DEVICE_ID_QUATECH_SPPXP_100 0x02781954 1955#define PCI_VENDOR_ID_SEALEVEL 0x135e1956#define PCI_DEVICE_ID_SEALEVEL_U530 0x71011957#define PCI_DEVICE_ID_SEALEVEL_UCOMM2 0x72011958#define PCI_DEVICE_ID_SEALEVEL_UCOMM422 0x74021959#define PCI_DEVICE_ID_SEALEVEL_UCOMM232 0x72021960#define PCI_DEVICE_ID_SEALEVEL_COMM4 0x74011961#define PCI_DEVICE_ID_SEALEVEL_COMM8 0x78011962#define PCI_DEVICE_ID_SEALEVEL_7803 0x78031963#define PCI_DEVICE_ID_SEALEVEL_UCOMM8 0x78041964 1965#define PCI_VENDOR_ID_HYPERCOPE 0x13651966#define PCI_DEVICE_ID_HYPERCOPE_PLX 0x90501967#define PCI_SUBDEVICE_ID_HYPERCOPE_OLD_ERGO 0x01041968#define PCI_SUBDEVICE_ID_HYPERCOPE_ERGO 0x01061969#define PCI_SUBDEVICE_ID_HYPERCOPE_METRO 0x01071970#define PCI_SUBDEVICE_ID_HYPERCOPE_CHAMP2 0x01081971 1972#define PCI_VENDOR_ID_DIGIGRAM 0x13691973#define PCI_SUBDEVICE_ID_DIGIGRAM_LX6464ES_SERIAL_SUBSYSTEM 0xc0011974#define PCI_SUBDEVICE_ID_DIGIGRAM_LX6464ES_CAE_SERIAL_SUBSYSTEM 0xc0021975#define PCI_SUBDEVICE_ID_DIGIGRAM_LX6464ESE_SERIAL_SUBSYSTEM 0xc0211976#define PCI_SUBDEVICE_ID_DIGIGRAM_LX6464ESE_CAE_SERIAL_SUBSYSTEM 0xc0221977 1978#define PCI_VENDOR_ID_KAWASAKI 0x136b1979#define PCI_DEVICE_ID_MCHIP_KL5A72002 0xff011980 1981#define PCI_VENDOR_ID_CNET 0x13711982#define PCI_DEVICE_ID_CNET_GIGACARD 0x434e1983 1984#define PCI_VENDOR_ID_LMC 0x13761985#define PCI_DEVICE_ID_LMC_HSSI 0x00031986#define PCI_DEVICE_ID_LMC_DS3 0x00041987#define PCI_DEVICE_ID_LMC_SSI 0x00051988#define PCI_DEVICE_ID_LMC_T1 0x00061989 1990#define PCI_VENDOR_ID_NETGEAR 0x13851991#define PCI_DEVICE_ID_NETGEAR_GA620 0x620a1992 1993#define PCI_VENDOR_ID_APPLICOM 0x13891994#define PCI_DEVICE_ID_APPLICOM_PCIGENERIC 0x00011995#define PCI_DEVICE_ID_APPLICOM_PCI2000IBS_CAN 0x00021996#define PCI_DEVICE_ID_APPLICOM_PCI2000PFB 0x00031997 1998#define PCI_VENDOR_ID_MOXA 0x13931999#define PCI_DEVICE_ID_MOXA_CP204J 0x20402000#define PCI_DEVICE_ID_MOXA_C218 0x21802001#define PCI_DEVICE_ID_MOXA_C320 0x32002002 2003#define PCI_VENDOR_ID_CCD 0x13972004#define PCI_DEVICE_ID_CCD_HFC4S 0x08B42005#define PCI_SUBDEVICE_ID_CCD_PMX2S 0x12342006#define PCI_DEVICE_ID_CCD_HFC8S 0x16B82007#define PCI_DEVICE_ID_CCD_2BD0 0x2bd02008#define PCI_DEVICE_ID_CCD_HFCE1 0x30B12009#define PCI_SUBDEVICE_ID_CCD_SPD4S 0x31362010#define PCI_SUBDEVICE_ID_CCD_SPDE1 0x31372011#define PCI_DEVICE_ID_CCD_B000 0xb0002012#define PCI_DEVICE_ID_CCD_B006 0xb0062013#define PCI_DEVICE_ID_CCD_B007 0xb0072014#define PCI_DEVICE_ID_CCD_B008 0xb0082015#define PCI_DEVICE_ID_CCD_B009 0xb0092016#define PCI_DEVICE_ID_CCD_B00A 0xb00a2017#define PCI_DEVICE_ID_CCD_B00B 0xb00b2018#define PCI_DEVICE_ID_CCD_B00C 0xb00c2019#define PCI_DEVICE_ID_CCD_B100 0xb1002020#define PCI_SUBDEVICE_ID_CCD_IOB4ST 0xB5202021#define PCI_SUBDEVICE_ID_CCD_IOB8STR 0xB5212022#define PCI_SUBDEVICE_ID_CCD_IOB8ST 0xB5222023#define PCI_SUBDEVICE_ID_CCD_IOB1E1 0xB5232024#define PCI_SUBDEVICE_ID_CCD_SWYX4S 0xB5402025#define PCI_SUBDEVICE_ID_CCD_JH4S20 0xB5502026#define PCI_SUBDEVICE_ID_CCD_IOB8ST_1 0xB5522027#define PCI_SUBDEVICE_ID_CCD_JHSE1 0xB5532028#define PCI_SUBDEVICE_ID_CCD_JH8S 0xB55B2029#define PCI_SUBDEVICE_ID_CCD_BN4S 0xB5602030#define PCI_SUBDEVICE_ID_CCD_BN8S 0xB5622031#define PCI_SUBDEVICE_ID_CCD_BNE1 0xB5632032#define PCI_SUBDEVICE_ID_CCD_BNE1D 0xB5642033#define PCI_SUBDEVICE_ID_CCD_BNE1DP 0xB5652034#define PCI_SUBDEVICE_ID_CCD_BN2S 0xB5662035#define PCI_SUBDEVICE_ID_CCD_BN1SM 0xB5672036#define PCI_SUBDEVICE_ID_CCD_BN4SM 0xB5682037#define PCI_SUBDEVICE_ID_CCD_BN2SM 0xB5692038#define PCI_SUBDEVICE_ID_CCD_BNE1M 0xB56A2039#define PCI_SUBDEVICE_ID_CCD_BN8SP 0xB56B2040#define PCI_SUBDEVICE_ID_CCD_HFC4S 0xB6202041#define PCI_SUBDEVICE_ID_CCD_HFC8S 0xB6222042#define PCI_DEVICE_ID_CCD_B700 0xb7002043#define PCI_DEVICE_ID_CCD_B701 0xb7012044#define PCI_SUBDEVICE_ID_CCD_HFCE1 0xC5232045#define PCI_SUBDEVICE_ID_CCD_OV2S 0xE8842046#define PCI_SUBDEVICE_ID_CCD_OV4S 0xE8882047#define PCI_SUBDEVICE_ID_CCD_OV8S 0xE9982048 2049#define PCI_VENDOR_ID_EXAR 0x13a82050#define PCI_DEVICE_ID_EXAR_XR17C152 0x01522051#define PCI_DEVICE_ID_EXAR_XR17C154 0x01542052#define PCI_DEVICE_ID_EXAR_XR17C158 0x01582053#define PCI_DEVICE_ID_EXAR_XR17V352 0x03522054#define PCI_DEVICE_ID_EXAR_XR17V354 0x03542055#define PCI_DEVICE_ID_EXAR_XR17V358 0x03582056 2057#define PCI_VENDOR_ID_MICROGATE 0x13c02058 2059#define PCI_VENDOR_ID_3WARE 0x13C12060#define PCI_DEVICE_ID_3WARE_1000 0x10002061#define PCI_DEVICE_ID_3WARE_7000 0x10012062#define PCI_DEVICE_ID_3WARE_9000 0x10022063 2064#define PCI_VENDOR_ID_IOMEGA 0x13ca2065#define PCI_DEVICE_ID_IOMEGA_BUZ 0x42312066 2067#define PCI_VENDOR_ID_ABOCOM 0x13D12068#define PCI_DEVICE_ID_ABOCOM_2BD1 0x2BD12069 2070#define PCI_VENDOR_ID_SUNDANCE 0x13f02071 2072#define PCI_VENDOR_ID_CMEDIA 0x13f62073#define PCI_DEVICE_ID_CMEDIA_CM8338A 0x01002074#define PCI_DEVICE_ID_CMEDIA_CM8338B 0x01012075#define PCI_DEVICE_ID_CMEDIA_CM8738 0x01112076#define PCI_DEVICE_ID_CMEDIA_CM8738B 0x01122077 2078#define PCI_VENDOR_ID_ADVANTECH 0x13fe2079 2080#define PCI_VENDOR_ID_MEILHAUS 0x14022081 2082#define PCI_VENDOR_ID_LAVA 0x14072083#define PCI_DEVICE_ID_LAVA_DSERIAL 0x0100 /* 2x 16550 */2084#define PCI_DEVICE_ID_LAVA_QUATRO_A 0x0101 /* 2x 16550, half of 4 port */2085#define PCI_DEVICE_ID_LAVA_QUATRO_B 0x0102 /* 2x 16550, half of 4 port */2086#define PCI_DEVICE_ID_LAVA_QUATTRO_A 0x0120 /* 2x 16550A, half of 4 port */2087#define PCI_DEVICE_ID_LAVA_QUATTRO_B 0x0121 /* 2x 16550A, half of 4 port */2088#define PCI_DEVICE_ID_LAVA_OCTO_A 0x0180 /* 4x 16550A, half of 8 port */2089#define PCI_DEVICE_ID_LAVA_OCTO_B 0x0181 /* 4x 16550A, half of 8 port */2090#define PCI_DEVICE_ID_LAVA_PORT_PLUS 0x0200 /* 2x 16650 */2091#define PCI_DEVICE_ID_LAVA_QUAD_A 0x0201 /* 2x 16650, half of 4 port */2092#define PCI_DEVICE_ID_LAVA_QUAD_B 0x0202 /* 2x 16650, half of 4 port */2093#define PCI_DEVICE_ID_LAVA_SSERIAL 0x0500 /* 1x 16550 */2094#define PCI_DEVICE_ID_LAVA_PORT_650 0x0600 /* 1x 16650 */2095#define PCI_DEVICE_ID_LAVA_PARALLEL 0x80002096#define PCI_DEVICE_ID_LAVA_DUAL_PAR_A 0x8002 /* The Lava Dual Parallel is */2097#define PCI_DEVICE_ID_LAVA_DUAL_PAR_B 0x8003 /* two PCI devices on a card */2098#define PCI_DEVICE_ID_LAVA_BOCA_IOPPAR 0x88002099 2100#define PCI_VENDOR_ID_TIMEDIA 0x14092101#define PCI_DEVICE_ID_TIMEDIA_1889 0x71682102 2103#define PCI_VENDOR_ID_ICE 0x14122104#define PCI_DEVICE_ID_ICE_1712 0x17122105#define PCI_DEVICE_ID_VT1724 0x17242106 2107#define PCI_VENDOR_ID_MICROSOFT 0x14142108#define PCI_DEVICE_ID_HYPERV_VIDEO 0x53532109 2110#define PCI_VENDOR_ID_OXSEMI 0x14152111#define PCI_DEVICE_ID_OXSEMI_12PCI840 0x84032112#define PCI_DEVICE_ID_OXSEMI_PCIe840 0xC0002113#define PCI_DEVICE_ID_OXSEMI_PCIe840_G 0xC0042114#define PCI_DEVICE_ID_OXSEMI_PCIe952_0 0xC1002115#define PCI_DEVICE_ID_OXSEMI_PCIe952_0_G 0xC1042116#define PCI_DEVICE_ID_OXSEMI_PCIe952_1 0xC1102117#define PCI_DEVICE_ID_OXSEMI_PCIe952_1_G 0xC1142118#define PCI_DEVICE_ID_OXSEMI_PCIe952_1_U 0xC1182119#define PCI_DEVICE_ID_OXSEMI_PCIe952_1_GU 0xC11C2120#define PCI_DEVICE_ID_OXSEMI_16PCI954 0x95012121#define PCI_DEVICE_ID_OXSEMI_C950 0x950B2122#define PCI_DEVICE_ID_OXSEMI_16PCI95N 0x95112123#define PCI_DEVICE_ID_OXSEMI_16PCI954PP 0x95132124#define PCI_DEVICE_ID_OXSEMI_16PCI952 0x95212125#define PCI_DEVICE_ID_OXSEMI_16PCI952PP 0x95232126#define PCI_SUBDEVICE_ID_OXSEMI_C950 0x00012127 2128#define PCI_VENDOR_ID_CHELSIO 0x14252129 2130#define PCI_VENDOR_ID_EDIMAX 0x14322131 2132#define PCI_VENDOR_ID_ADLINK 0x144a2133 2134#define PCI_VENDOR_ID_SAMSUNG 0x144d2135 2136#define PCI_VENDOR_ID_GIGABYTE 0x14582137 2138#define PCI_VENDOR_ID_AMBIT 0x14682139 2140#define PCI_VENDOR_ID_MYRICOM 0x14c12141 2142#define PCI_VENDOR_ID_MEDIATEK 0x14c32143#define PCI_DEVICE_ID_MEDIATEK_7629 0x76292144 2145#define PCI_VENDOR_ID_TITAN 0x14D22146#define PCI_DEVICE_ID_TITAN_010L 0x80012147#define PCI_DEVICE_ID_TITAN_100L 0x80102148#define PCI_DEVICE_ID_TITAN_110L 0x80112149#define PCI_DEVICE_ID_TITAN_200L 0x80202150#define PCI_DEVICE_ID_TITAN_210L 0x80212151#define PCI_DEVICE_ID_TITAN_400L 0x80402152#define PCI_DEVICE_ID_TITAN_800L 0x80802153#define PCI_DEVICE_ID_TITAN_100 0xA0012154#define PCI_DEVICE_ID_TITAN_200 0xA0052155#define PCI_DEVICE_ID_TITAN_400 0xA0032156#define PCI_DEVICE_ID_TITAN_800B 0xA0042157 2158#define PCI_VENDOR_ID_PANACOM 0x14d42159#define PCI_DEVICE_ID_PANACOM_QUADMODEM 0x04002160#define PCI_DEVICE_ID_PANACOM_DUALMODEM 0x04022161 2162#define PCI_VENDOR_ID_SIPACKETS 0x14d92163#define PCI_DEVICE_ID_SP1011 0x00102164 2165#define PCI_VENDOR_ID_AFAVLAB 0x14db2166#define PCI_DEVICE_ID_AFAVLAB_P028 0x21802167#define PCI_DEVICE_ID_AFAVLAB_P030 0x21822168#define PCI_SUBDEVICE_ID_AFAVLAB_P061 0x21502169 2170#define PCI_VENDOR_ID_AMPLICON 0x14dc2171 2172#define PCI_VENDOR_ID_BCM_GVC 0x14a42173#define PCI_VENDOR_ID_BROADCOM 0x14e42174#define PCI_DEVICE_ID_TIGON3_5752 0x16002175#define PCI_DEVICE_ID_TIGON3_5752M 0x16012176#define PCI_DEVICE_ID_NX2_5709 0x16392177#define PCI_DEVICE_ID_NX2_5709S 0x163a2178#define PCI_DEVICE_ID_TIGON3_5700 0x16442179#define PCI_DEVICE_ID_TIGON3_5701 0x16452180#define PCI_DEVICE_ID_TIGON3_5702 0x16462181#define PCI_DEVICE_ID_TIGON3_5703 0x16472182#define PCI_DEVICE_ID_TIGON3_5704 0x16482183#define PCI_DEVICE_ID_TIGON3_5704S_2 0x16492184#define PCI_DEVICE_ID_NX2_5706 0x164a2185#define PCI_DEVICE_ID_NX2_5708 0x164c2186#define PCI_DEVICE_ID_TIGON3_5702FE 0x164d2187#define PCI_DEVICE_ID_NX2_57710 0x164e2188#define PCI_DEVICE_ID_NX2_57711 0x164f2189#define PCI_DEVICE_ID_NX2_57711E 0x16502190#define PCI_DEVICE_ID_TIGON3_5705 0x16532191#define PCI_DEVICE_ID_TIGON3_5705_2 0x16542192#define PCI_DEVICE_ID_TIGON3_5719 0x16572193#define PCI_DEVICE_ID_TIGON3_5721 0x16592194#define PCI_DEVICE_ID_TIGON3_5722 0x165a2195#define PCI_DEVICE_ID_TIGON3_5723 0x165b2196#define PCI_DEVICE_ID_TIGON3_5705M 0x165d2197#define PCI_DEVICE_ID_TIGON3_5705M_2 0x165e2198#define PCI_DEVICE_ID_NX2_57712 0x16622199#define PCI_DEVICE_ID_NX2_57712E 0x16632200#define PCI_DEVICE_ID_NX2_57712_MF 0x16632201#define PCI_DEVICE_ID_TIGON3_5714 0x16682202#define PCI_DEVICE_ID_TIGON3_5714S 0x16692203#define PCI_DEVICE_ID_TIGON3_5780 0x166a2204#define PCI_DEVICE_ID_TIGON3_5780S 0x166b2205#define PCI_DEVICE_ID_TIGON3_5705F 0x166e2206#define PCI_DEVICE_ID_NX2_57712_VF 0x166f2207#define PCI_DEVICE_ID_TIGON3_5754M 0x16722208#define PCI_DEVICE_ID_TIGON3_5755M 0x16732209#define PCI_DEVICE_ID_TIGON3_5756 0x16742210#define PCI_DEVICE_ID_TIGON3_5750 0x16762211#define PCI_DEVICE_ID_TIGON3_5751 0x16772212#define PCI_DEVICE_ID_TIGON3_5715 0x16782213#define PCI_DEVICE_ID_TIGON3_5715S 0x16792214#define PCI_DEVICE_ID_TIGON3_5754 0x167a2215#define PCI_DEVICE_ID_TIGON3_5755 0x167b2216#define PCI_DEVICE_ID_TIGON3_5751M 0x167d2217#define PCI_DEVICE_ID_TIGON3_5751F 0x167e2218#define PCI_DEVICE_ID_TIGON3_5787F 0x167f2219#define PCI_DEVICE_ID_TIGON3_5761E 0x16802220#define PCI_DEVICE_ID_TIGON3_5761 0x16812221#define PCI_DEVICE_ID_TIGON3_5764 0x16842222#define PCI_DEVICE_ID_NX2_57800 0x168a2223#define PCI_DEVICE_ID_NX2_57840 0x168d2224#define PCI_DEVICE_ID_NX2_57810 0x168e2225#define PCI_DEVICE_ID_TIGON3_5787M 0x16932226#define PCI_DEVICE_ID_TIGON3_5782 0x16962227#define PCI_DEVICE_ID_TIGON3_5784 0x16982228#define PCI_DEVICE_ID_TIGON3_5786 0x169a2229#define PCI_DEVICE_ID_TIGON3_5787 0x169b2230#define PCI_DEVICE_ID_TIGON3_5788 0x169c2231#define PCI_DEVICE_ID_TIGON3_5789 0x169d2232#define PCI_DEVICE_ID_NX2_57840_4_10 0x16a12233#define PCI_DEVICE_ID_NX2_57840_2_20 0x16a22234#define PCI_DEVICE_ID_NX2_57840_MF 0x16a42235#define PCI_DEVICE_ID_NX2_57800_MF 0x16a52236#define PCI_DEVICE_ID_TIGON3_5702X 0x16a62237#define PCI_DEVICE_ID_TIGON3_5703X 0x16a72238#define PCI_DEVICE_ID_TIGON3_5704S 0x16a82239#define PCI_DEVICE_ID_NX2_57800_VF 0x16a92240#define PCI_DEVICE_ID_NX2_5706S 0x16aa2241#define PCI_DEVICE_ID_NX2_5708S 0x16ac2242#define PCI_DEVICE_ID_NX2_57840_VF 0x16ad2243#define PCI_DEVICE_ID_NX2_57810_MF 0x16ae2244#define PCI_DEVICE_ID_NX2_57810_VF 0x16af2245#define PCI_DEVICE_ID_TIGON3_5702A3 0x16c62246#define PCI_DEVICE_ID_TIGON3_5703A3 0x16c72247#define PCI_DEVICE_ID_TIGON3_5781 0x16dd2248#define PCI_DEVICE_ID_TIGON3_5753 0x16f72249#define PCI_DEVICE_ID_TIGON3_5753M 0x16fd2250#define PCI_DEVICE_ID_TIGON3_5753F 0x16fe2251#define PCI_DEVICE_ID_TIGON3_5901 0x170d2252#define PCI_DEVICE_ID_BCM4401B1 0x170c2253#define PCI_DEVICE_ID_TIGON3_5901_2 0x170e2254#define PCI_DEVICE_ID_TIGON3_5906 0x17122255#define PCI_DEVICE_ID_TIGON3_5906M 0x17132256#define PCI_DEVICE_ID_BCM4401 0x44012257#define PCI_DEVICE_ID_BCM4401B0 0x44022258 2259#define PCI_VENDOR_ID_TOPIC 0x151f2260#define PCI_DEVICE_ID_TOPIC_TP560 0x00002261 2262#define PCI_VENDOR_ID_MAINPINE 0x15222263#define PCI_DEVICE_ID_MAINPINE_PBRIDGE 0x01002264#define PCI_VENDOR_ID_ENE 0x15242265#define PCI_DEVICE_ID_ENE_CB710_FLASH 0x05102266#define PCI_DEVICE_ID_ENE_CB712_SD 0x05502267#define PCI_DEVICE_ID_ENE_CB712_SD_2 0x05512268#define PCI_DEVICE_ID_ENE_CB714_SD 0x07502269#define PCI_DEVICE_ID_ENE_CB714_SD_2 0x07512270#define PCI_DEVICE_ID_ENE_1211 0x12112271#define PCI_DEVICE_ID_ENE_1225 0x12252272#define PCI_DEVICE_ID_ENE_1410 0x14102273#define PCI_DEVICE_ID_ENE_710 0x14112274#define PCI_DEVICE_ID_ENE_712 0x14122275#define PCI_DEVICE_ID_ENE_1420 0x14202276#define PCI_DEVICE_ID_ENE_720 0x14212277#define PCI_DEVICE_ID_ENE_722 0x14222278 2279#define PCI_SUBVENDOR_ID_PERLE 0x155f2280#define PCI_SUBDEVICE_ID_PCI_RAS4 0xf0012281#define PCI_SUBDEVICE_ID_PCI_RAS8 0xf0102282 2283#define PCI_VENDOR_ID_SYBA 0x15922284#define PCI_DEVICE_ID_SYBA_2P_EPP 0x07822285#define PCI_DEVICE_ID_SYBA_1P_ECP 0x07832286 2287#define PCI_VENDOR_ID_MORETON 0x15aa2288#define PCI_DEVICE_ID_RASTEL_2PORT 0x20002289 2290#define PCI_VENDOR_ID_VMWARE 0x15ad2291#define PCI_DEVICE_ID_VMWARE_VMXNET3 0x07b02292 2293#define PCI_VENDOR_ID_ZOLTRIX 0x15b02294#define PCI_DEVICE_ID_ZOLTRIX_2BD0 0x2bd02295 2296#define PCI_VENDOR_ID_MELLANOX 0x15b32297#define PCI_DEVICE_ID_MELLANOX_CONNECTX3 0x10032298#define PCI_DEVICE_ID_MELLANOX_CONNECTX3_PRO 0x10072299#define PCI_DEVICE_ID_MELLANOX_CONNECTIB 0x10112300#define PCI_DEVICE_ID_MELLANOX_CONNECTX4 0x10132301#define PCI_DEVICE_ID_MELLANOX_CONNECTX4_LX 0x10152302#define PCI_DEVICE_ID_MELLANOX_TAVOR 0x5a442303#define PCI_DEVICE_ID_MELLANOX_TAVOR_BRIDGE 0x5a462304#define PCI_DEVICE_ID_MELLANOX_SINAI_OLD 0x5e8c2305#define PCI_DEVICE_ID_MELLANOX_SINAI 0x62742306#define PCI_DEVICE_ID_MELLANOX_ARBEL_COMPAT 0x62782307#define PCI_DEVICE_ID_MELLANOX_ARBEL 0x62822308#define PCI_DEVICE_ID_MELLANOX_HERMON_SDR 0x63402309#define PCI_DEVICE_ID_MELLANOX_HERMON_DDR 0x634a2310#define PCI_DEVICE_ID_MELLANOX_HERMON_QDR 0x63542311#define PCI_DEVICE_ID_MELLANOX_HERMON_EN 0x63682312#define PCI_DEVICE_ID_MELLANOX_CONNECTX_EN 0x63722313#define PCI_DEVICE_ID_MELLANOX_HERMON_DDR_GEN2 0x67322314#define PCI_DEVICE_ID_MELLANOX_HERMON_QDR_GEN2 0x673c2315#define PCI_DEVICE_ID_MELLANOX_CONNECTX_EN_5_GEN2 0x67462316#define PCI_DEVICE_ID_MELLANOX_HERMON_EN_GEN2 0x67502317#define PCI_DEVICE_ID_MELLANOX_CONNECTX_EN_T_GEN2 0x675a2318#define PCI_DEVICE_ID_MELLANOX_CONNECTX_EN_GEN2 0x67642319#define PCI_DEVICE_ID_MELLANOX_CONNECTX2 0x676e2320 2321#define PCI_VENDOR_ID_DFI 0x15bd2322 2323#define PCI_VENDOR_ID_QUICKNET 0x15e22324#define PCI_DEVICE_ID_QUICKNET_XJ 0x05002325 2326/*2327 * ADDI-DATA GmbH communication cards <info@addi-data.com>2328 */2329#define PCI_VENDOR_ID_ADDIDATA 0x15B82330#define PCI_DEVICE_ID_ADDIDATA_APCI7500 0x70002331#define PCI_DEVICE_ID_ADDIDATA_APCI7420 0x70012332#define PCI_DEVICE_ID_ADDIDATA_APCI7300 0x70022333#define PCI_DEVICE_ID_ADDIDATA_APCI7500_2 0x70092334#define PCI_DEVICE_ID_ADDIDATA_APCI7420_2 0x700A2335#define PCI_DEVICE_ID_ADDIDATA_APCI7300_2 0x700B2336#define PCI_DEVICE_ID_ADDIDATA_APCI7500_3 0x700C2337#define PCI_DEVICE_ID_ADDIDATA_APCI7420_3 0x700D2338#define PCI_DEVICE_ID_ADDIDATA_APCI7300_3 0x700E2339#define PCI_DEVICE_ID_ADDIDATA_APCI7800_3 0x700F2340#define PCI_DEVICE_ID_ADDIDATA_APCIe7300 0x70102341#define PCI_DEVICE_ID_ADDIDATA_APCIe7420 0x70112342#define PCI_DEVICE_ID_ADDIDATA_APCIe7500 0x70122343#define PCI_DEVICE_ID_ADDIDATA_APCIe7800 0x70132344 2345#define PCI_VENDOR_ID_PDC 0x15e92346 2347#define PCI_VENDOR_ID_FARSITE 0x16192348#define PCI_DEVICE_ID_FARSITE_T2P 0x04002349#define PCI_DEVICE_ID_FARSITE_T4P 0x04402350#define PCI_DEVICE_ID_FARSITE_T1U 0x06102351#define PCI_DEVICE_ID_FARSITE_T2U 0x06202352#define PCI_DEVICE_ID_FARSITE_T4U 0x06402353#define PCI_DEVICE_ID_FARSITE_TE1 0x16102354#define PCI_DEVICE_ID_FARSITE_TE1C 0x16122355 2356#define PCI_VENDOR_ID_ARIMA 0x161f2357 2358#define PCI_VENDOR_ID_BROCADE 0x16572359#define PCI_DEVICE_ID_BROCADE_CT 0x00142360#define PCI_DEVICE_ID_BROCADE_FC_8G1P 0x00172361#define PCI_DEVICE_ID_BROCADE_CT_FC 0x00212362 2363#define PCI_VENDOR_ID_SIBYTE 0x166d2364#define PCI_DEVICE_ID_BCM1250_PCI 0x00012365#define PCI_DEVICE_ID_BCM1250_HT 0x00022366 2367#define PCI_VENDOR_ID_ATHEROS 0x168c2368 2369#define PCI_VENDOR_ID_NETCELL 0x169c2370#define PCI_DEVICE_ID_REVOLUTION 0x00442371 2372#define PCI_VENDOR_ID_CENATEK 0x16CA2373#define PCI_DEVICE_ID_CENATEK_IDE 0x00012374 2375#define PCI_VENDOR_ID_SYNOPSYS 0x16c32376#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3 0xabcd2377#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB3_AXI 0xabce2378#define PCI_DEVICE_ID_SYNOPSYS_HAPSUSB31 0xabcf2379#define PCI_DEVICE_ID_SYNOPSYS_EDDA 0xedda2380 2381#define PCI_VENDOR_ID_USR 0x16ec2382 2383#define PCI_VENDOR_ID_VITESSE 0x17252384#define PCI_DEVICE_ID_VITESSE_VSC7174 0x71742385 2386#define PCI_VENDOR_ID_LINKSYS 0x17372387#define PCI_DEVICE_ID_LINKSYS_EG1064 0x10642388 2389#define PCI_VENDOR_ID_ALTIMA 0x173b2390#define PCI_DEVICE_ID_ALTIMA_AC1000 0x03e82391#define PCI_DEVICE_ID_ALTIMA_AC1001 0x03e92392#define PCI_DEVICE_ID_ALTIMA_AC9100 0x03ea2393#define PCI_DEVICE_ID_ALTIMA_AC1003 0x03eb2394 2395#define PCI_VENDOR_ID_CAVIUM 0x177d2396 2397#define PCI_VENDOR_ID_TECHWELL 0x17972398#define PCI_DEVICE_ID_TECHWELL_6800 0x68002399#define PCI_DEVICE_ID_TECHWELL_6801 0x68012400#define PCI_DEVICE_ID_TECHWELL_6804 0x68042401#define PCI_DEVICE_ID_TECHWELL_6816_1 0x68102402#define PCI_DEVICE_ID_TECHWELL_6816_2 0x68112403#define PCI_DEVICE_ID_TECHWELL_6816_3 0x68122404#define PCI_DEVICE_ID_TECHWELL_6816_4 0x68132405 2406#define PCI_VENDOR_ID_BELKIN 0x17992407#define PCI_DEVICE_ID_BELKIN_F5D7010V7 0x701f2408 2409#define PCI_VENDOR_ID_RDC 0x17f32410#define PCI_DEVICE_ID_RDC_R6020 0x60202411#define PCI_DEVICE_ID_RDC_R6030 0x60302412#define PCI_DEVICE_ID_RDC_R6040 0x60402413#define PCI_DEVICE_ID_RDC_R6060 0x60602414#define PCI_DEVICE_ID_RDC_R6061 0x60612415#define PCI_DEVICE_ID_RDC_D1010 0x10102416 2417#define PCI_VENDOR_ID_GLI 0x17a02418 2419#define PCI_VENDOR_ID_LENOVO 0x17aa2420 2421#define PCI_VENDOR_ID_QCOM 0x17cb2422 2423#define PCI_VENDOR_ID_CDNS 0x17cd2424 2425#define PCI_VENDOR_ID_ARECA 0x17d32426#define PCI_DEVICE_ID_ARECA_1110 0x11102427#define PCI_DEVICE_ID_ARECA_1120 0x11202428#define PCI_DEVICE_ID_ARECA_1130 0x11302429#define PCI_DEVICE_ID_ARECA_1160 0x11602430#define PCI_DEVICE_ID_ARECA_1170 0x11702431#define PCI_DEVICE_ID_ARECA_1200 0x12002432#define PCI_DEVICE_ID_ARECA_1201 0x12012433#define PCI_DEVICE_ID_ARECA_1202 0x12022434#define PCI_DEVICE_ID_ARECA_1210 0x12102435#define PCI_DEVICE_ID_ARECA_1220 0x12202436#define PCI_DEVICE_ID_ARECA_1230 0x12302437#define PCI_DEVICE_ID_ARECA_1260 0x12602438#define PCI_DEVICE_ID_ARECA_1270 0x12702439#define PCI_DEVICE_ID_ARECA_1280 0x12802440#define PCI_DEVICE_ID_ARECA_1380 0x13802441#define PCI_DEVICE_ID_ARECA_1381 0x13812442#define PCI_DEVICE_ID_ARECA_1680 0x16802443#define PCI_DEVICE_ID_ARECA_1681 0x16812444 2445#define PCI_VENDOR_ID_S2IO 0x17d52446#define PCI_DEVICE_ID_S2IO_WIN 0x57312447#define PCI_DEVICE_ID_S2IO_UNI 0x58312448#define PCI_DEVICE_ID_HERC_WIN 0x57322449#define PCI_DEVICE_ID_HERC_UNI 0x58322450 2451#define PCI_VENDOR_ID_SITECOM 0x182d2452#define PCI_DEVICE_ID_SITECOM_DC105V2 0x30692453 2454#define PCI_VENDOR_ID_TOPSPIN 0x18672455 2456#define PCI_VENDOR_ID_COMMTECH 0x18f72457 2458#define PCI_VENDOR_ID_SILAN 0x19042459 2460#define PCI_VENDOR_ID_RENESAS 0x19122461#define PCI_DEVICE_ID_RENESAS_SH7781 0x00012462#define PCI_DEVICE_ID_RENESAS_SH7780 0x00022463#define PCI_DEVICE_ID_RENESAS_SH7763 0x00042464#define PCI_DEVICE_ID_RENESAS_SH7785 0x00072465#define PCI_DEVICE_ID_RENESAS_SH7786 0x00102466 2467#define PCI_VENDOR_ID_SOLARFLARE 0x19242468#define PCI_DEVICE_ID_SOLARFLARE_SFC4000A_0 0x07032469#define PCI_DEVICE_ID_SOLARFLARE_SFC4000A_1 0x67032470#define PCI_DEVICE_ID_SOLARFLARE_SFC4000B 0x07102471 2472#define PCI_VENDOR_ID_TDI 0x192E2473#define PCI_DEVICE_ID_TDI_EHCI 0x01012474 2475#define PCI_VENDOR_ID_FREESCALE 0x1957 /* duplicate: NXP */2476#define PCI_VENDOR_ID_NXP 0x1957 /* duplicate: FREESCALE */2477#define PCI_DEVICE_ID_MPC8308 0xc0062478#define PCI_DEVICE_ID_MPC8315E 0x00b42479#define PCI_DEVICE_ID_MPC8315 0x00b52480#define PCI_DEVICE_ID_MPC8314E 0x00b62481#define PCI_DEVICE_ID_MPC8314 0x00b72482#define PCI_DEVICE_ID_MPC8378E 0x00c42483#define PCI_DEVICE_ID_MPC8378 0x00c52484#define PCI_DEVICE_ID_MPC8377E 0x00c62485#define PCI_DEVICE_ID_MPC8377 0x00c72486#define PCI_DEVICE_ID_MPC8548E 0x00122487#define PCI_DEVICE_ID_MPC8548 0x00132488#define PCI_DEVICE_ID_MPC8543E 0x00142489#define PCI_DEVICE_ID_MPC8543 0x00152490#define PCI_DEVICE_ID_MPC8547E 0x00182491#define PCI_DEVICE_ID_MPC8545E 0x00192492#define PCI_DEVICE_ID_MPC8545 0x001a2493#define PCI_DEVICE_ID_MPC8569E 0x00612494#define PCI_DEVICE_ID_MPC8569 0x00602495#define PCI_DEVICE_ID_MPC8568E 0x00202496#define PCI_DEVICE_ID_MPC8568 0x00212497#define PCI_DEVICE_ID_MPC8567E 0x00222498#define PCI_DEVICE_ID_MPC8567 0x00232499#define PCI_DEVICE_ID_MPC8533E 0x00302500#define PCI_DEVICE_ID_MPC8533 0x00312501#define PCI_DEVICE_ID_MPC8544E 0x00322502#define PCI_DEVICE_ID_MPC8544 0x00332503#define PCI_DEVICE_ID_MPC8572E 0x00402504#define PCI_DEVICE_ID_MPC8572 0x00412505#define PCI_DEVICE_ID_MPC8536E 0x00502506#define PCI_DEVICE_ID_MPC8536 0x00512507#define PCI_DEVICE_ID_P2020E 0x00702508#define PCI_DEVICE_ID_P2020 0x00712509#define PCI_DEVICE_ID_P2010E 0x00782510#define PCI_DEVICE_ID_P2010 0x00792511#define PCI_DEVICE_ID_P1020E 0x01002512#define PCI_DEVICE_ID_P1020 0x01012513#define PCI_DEVICE_ID_P1021E 0x01022514#define PCI_DEVICE_ID_P1021 0x01032515#define PCI_DEVICE_ID_P1011E 0x01082516#define PCI_DEVICE_ID_P1011 0x01092517#define PCI_DEVICE_ID_P1022E 0x01102518#define PCI_DEVICE_ID_P1022 0x01112519#define PCI_DEVICE_ID_P1013E 0x01182520#define PCI_DEVICE_ID_P1013 0x01192521#define PCI_DEVICE_ID_P4080E 0x04002522#define PCI_DEVICE_ID_P4080 0x04012523#define PCI_DEVICE_ID_P4040E 0x04082524#define PCI_DEVICE_ID_P4040 0x04092525#define PCI_DEVICE_ID_P2040E 0x04102526#define PCI_DEVICE_ID_P2040 0x04112527#define PCI_DEVICE_ID_P3041E 0x041E2528#define PCI_DEVICE_ID_P3041 0x041F2529#define PCI_DEVICE_ID_P5020E 0x04202530#define PCI_DEVICE_ID_P5020 0x04212531#define PCI_DEVICE_ID_P5010E 0x04282532#define PCI_DEVICE_ID_P5010 0x04292533#define PCI_DEVICE_ID_MPC8641 0x70102534#define PCI_DEVICE_ID_MPC8641D 0x70112535#define PCI_DEVICE_ID_MPC8610 0x70182536 2537#define PCI_VENDOR_ID_PASEMI 0x19592538 2539#define PCI_VENDOR_ID_ATTANSIC 0x19692540#define PCI_DEVICE_ID_ATTANSIC_L1 0x10482541#define PCI_DEVICE_ID_ATTANSIC_L2 0x20482542 2543#define PCI_VENDOR_ID_JMICRON 0x197B2544#define PCI_DEVICE_ID_JMICRON_JMB360 0x23602545#define PCI_DEVICE_ID_JMICRON_JMB361 0x23612546#define PCI_DEVICE_ID_JMICRON_JMB362 0x23622547#define PCI_DEVICE_ID_JMICRON_JMB363 0x23632548#define PCI_DEVICE_ID_JMICRON_JMB364 0x23642549#define PCI_DEVICE_ID_JMICRON_JMB365 0x23652550#define PCI_DEVICE_ID_JMICRON_JMB366 0x23662551#define PCI_DEVICE_ID_JMICRON_JMB368 0x23682552#define PCI_DEVICE_ID_JMICRON_JMB369 0x23692553#define PCI_DEVICE_ID_JMICRON_JMB38X_SD 0x23812554#define PCI_DEVICE_ID_JMICRON_JMB38X_MMC 0x23822555#define PCI_DEVICE_ID_JMICRON_JMB38X_MS 0x23832556#define PCI_DEVICE_ID_JMICRON_JMB385_MS 0x23882557#define PCI_DEVICE_ID_JMICRON_JMB388_SD 0x23912558#define PCI_DEVICE_ID_JMICRON_JMB388_ESD 0x23922559#define PCI_DEVICE_ID_JMICRON_JMB390_MS 0x23932560 2561#define PCI_VENDOR_ID_KORENIX 0x19822562#define PCI_DEVICE_ID_KORENIX_JETCARDF0 0x16002563#define PCI_DEVICE_ID_KORENIX_JETCARDF1 0x16ff2564#define PCI_DEVICE_ID_KORENIX_JETCARDF2 0x17002565#define PCI_DEVICE_ID_KORENIX_JETCARDF3 0x17ff2566 2567#define PCI_VENDOR_ID_HUAWEI 0x19e52568#define PCI_DEVICE_ID_HUAWEI_ZIP_VF 0xa2512569#define PCI_DEVICE_ID_HUAWEI_SEC_VF 0xa2562570#define PCI_DEVICE_ID_HUAWEI_HPRE_VF 0xa2592571 2572#define PCI_VENDOR_ID_NETRONOME 0x19ee2573#define PCI_DEVICE_ID_NETRONOME_NFP3800 0x38002574#define PCI_DEVICE_ID_NETRONOME_NFP4000 0x40002575#define PCI_DEVICE_ID_NETRONOME_NFP5000 0x50002576#define PCI_DEVICE_ID_NETRONOME_NFP6000 0x60002577#define PCI_DEVICE_ID_NETRONOME_NFP3800_VF 0x38032578#define PCI_DEVICE_ID_NETRONOME_NFP6000_VF 0x60032579 2580#define PCI_VENDOR_ID_QMI 0x1a322581 2582#define PCI_VENDOR_ID_AZWAVE 0x1a3b2583 2584#define PCI_VENDOR_ID_REDHAT_QUMRANET 0x1af42585#define PCI_SUBVENDOR_ID_REDHAT_QUMRANET 0x1af42586#define PCI_SUBDEVICE_ID_QEMU 0x11002587 2588#define PCI_VENDOR_ID_ASMEDIA 0x1b212589 2590#define PCI_VENDOR_ID_REDHAT 0x1b362591 2592#define PCI_VENDOR_ID_SILICOM_DENMARK 0x1c2c2593 2594#define PCI_VENDOR_ID_AMAZON_ANNAPURNA_LABS 0x1c362595 2596#define PCI_VENDOR_ID_CIRCUITCO 0x1cc82597#define PCI_SUBSYSTEM_ID_CIRCUITCO_MINNOWBOARD 0x00012598 2599#define PCI_VENDOR_ID_AMAZON 0x1d0f2600 2601#define PCI_VENDOR_ID_ZHAOXIN 0x1d172602 2603#define PCI_VENDOR_ID_HYGON 0x1d942604 2605#define PCI_VENDOR_ID_META 0x1d9b2606 2607#define PCI_VENDOR_ID_FUNGIBLE 0x1dad2608 2609#define PCI_VENDOR_ID_HXT 0x1dbf2610 2611#define PCI_VENDOR_ID_TEKRAM 0x1de12612#define PCI_DEVICE_ID_TEKRAM_DC290 0xdc292613 2614#define PCI_VENDOR_ID_ALIBABA 0x1ded2615 2616#define PCI_VENDOR_ID_CXL 0x1e982617 2618#define PCI_VENDOR_ID_TEHUTI 0x1fc92619#define PCI_DEVICE_ID_TEHUTI_3009 0x30092620#define PCI_DEVICE_ID_TEHUTI_3010 0x30102621#define PCI_DEVICE_ID_TEHUTI_3014 0x30142622 2623#define PCI_VENDOR_ID_SUNIX 0x1fd42624#define PCI_DEVICE_ID_SUNIX_1999 0x19992625 2626#define PCI_VENDOR_ID_HINT 0x33882627#define PCI_DEVICE_ID_HINT_VXPROII_IDE 0x80132628 2629#define PCI_VENDOR_ID_3DLABS 0x3d3d2630#define PCI_DEVICE_ID_3DLABS_PERMEDIA2 0x00072631#define PCI_DEVICE_ID_3DLABS_PERMEDIA2V 0x00092632 2633#define PCI_VENDOR_ID_NETXEN 0x40402634#define PCI_DEVICE_ID_NX2031_10GXSR 0x00012635#define PCI_DEVICE_ID_NX2031_10GCX4 0x00022636#define PCI_DEVICE_ID_NX2031_4GCU 0x00032637#define PCI_DEVICE_ID_NX2031_IMEZ 0x00042638#define PCI_DEVICE_ID_NX2031_HMEZ 0x00052639#define PCI_DEVICE_ID_NX2031_XG_MGMT 0x00242640#define PCI_DEVICE_ID_NX2031_XG_MGMT2 0x00252641#define PCI_DEVICE_ID_NX3031 0x01002642 2643#define PCI_VENDOR_ID_AKS 0x416c2644#define PCI_DEVICE_ID_AKS_ALADDINCARD 0x01002645 2646#define PCI_VENDOR_ID_ACCESSIO 0x494f2647#define PCI_DEVICE_ID_ACCESSIO_WDG_CSM 0x22c02648 2649#define PCI_VENDOR_ID_S3 0x53332650#define PCI_DEVICE_ID_S3_TRIO 0x88112651#define PCI_DEVICE_ID_S3_868 0x88802652#define PCI_DEVICE_ID_S3_968 0x88f02653#define PCI_DEVICE_ID_S3_SAVAGE4 0x8a252654#define PCI_DEVICE_ID_S3_PROSAVAGE8 0x8d042655#define PCI_DEVICE_ID_S3_SONICVIBES 0xca002656 2657#define PCI_VENDOR_ID_DUNORD 0x55442658#define PCI_DEVICE_ID_DUNORD_I3000 0x00012659 2660#define PCI_VENDOR_ID_DCI 0x66662661#define PCI_DEVICE_ID_DCI_PCCOM4 0x00012662#define PCI_DEVICE_ID_DCI_PCCOM8 0x00022663#define PCI_DEVICE_ID_DCI_PCCOM2 0x00042664 2665#define PCI_VENDOR_ID_GLENFLY 0x67662666 2667#define PCI_VENDOR_ID_INTEL 0x80862668#define PCI_DEVICE_ID_INTEL_EESSC 0x00082669#define PCI_DEVICE_ID_INTEL_HDA_CML_LP 0x02c82670#define PCI_DEVICE_ID_INTEL_PXHD_0 0x03202671#define PCI_DEVICE_ID_INTEL_PXHD_1 0x03212672#define PCI_DEVICE_ID_INTEL_PXH_0 0x03292673#define PCI_DEVICE_ID_INTEL_PXH_1 0x032a2674#define PCI_DEVICE_ID_INTEL_PXHV 0x032c2675#define PCI_DEVICE_ID_INTEL_80332_0 0x03302676#define PCI_DEVICE_ID_INTEL_80332_1 0x03322677#define PCI_DEVICE_ID_INTEL_80333_0 0x03702678#define PCI_DEVICE_ID_INTEL_80333_1 0x03722679#define PCI_DEVICE_ID_INTEL_QAT_DH895XCC 0x04352680#define PCI_DEVICE_ID_INTEL_QAT_DH895XCC_VF 0x04432681#define PCI_DEVICE_ID_INTEL_82375 0x04822682#define PCI_DEVICE_ID_INTEL_82424 0x04832683#define PCI_DEVICE_ID_INTEL_82378 0x04842684#define PCI_DEVICE_ID_INTEL_82425 0x04862685#define PCI_DEVICE_ID_INTEL_HDA_CML_H 0x06c82686#define PCI_DEVICE_ID_INTEL_MRST_SD0 0x08072687#define PCI_DEVICE_ID_INTEL_MRST_SD1 0x08082688#define PCI_DEVICE_ID_INTEL_HDA_OAKTRAIL 0x080a2689#define PCI_DEVICE_ID_INTEL_MFD_SD 0x08202690#define PCI_DEVICE_ID_INTEL_MFD_SDIO1 0x08212691#define PCI_DEVICE_ID_INTEL_MFD_SDIO2 0x08222692#define PCI_DEVICE_ID_INTEL_MFD_EMMC0 0x08232693#define PCI_DEVICE_ID_INTEL_MFD_EMMC1 0x08242694#define PCI_DEVICE_ID_INTEL_MRST_SD2 0x084f2695#define PCI_DEVICE_ID_INTEL_QUARK_X1000_ILB 0x095e2696#define PCI_DEVICE_ID_INTEL_I960 0x09602697#define PCI_DEVICE_ID_INTEL_I960RM 0x09622698#define PCI_DEVICE_ID_INTEL_HDA_HSW_0 0x0a0c2699#define PCI_DEVICE_ID_INTEL_DSA_SPR0 0x0b252700#define PCI_DEVICE_ID_INTEL_HDA_HSW_2 0x0c0c2701#define PCI_DEVICE_ID_INTEL_CENTERTON_ILB 0x0c602702#define PCI_DEVICE_ID_INTEL_IAX_SPR0 0x0cfe2703#define PCI_DEVICE_ID_INTEL_HDA_HSW_3 0x0d0c2704#define PCI_DEVICE_ID_INTEL_HDA_BYT 0x0f042705#define PCI_DEVICE_ID_INTEL_SST_BYT 0x0f282706#define PCI_DEVICE_ID_INTEL_8257X_SOL 0x10622707#define PCI_DEVICE_ID_INTEL_82573E_SOL 0x10852708#define PCI_DEVICE_ID_INTEL_82573L_SOL 0x108f2709#define PCI_DEVICE_ID_INTEL_82815_MC 0x11302710#define PCI_DEVICE_ID_INTEL_82815_CGC 0x11322711#define PCI_DEVICE_ID_INTEL_SST_TNG 0x119a2712#define PCI_DEVICE_ID_INTEL_DSA_GNRD 0x11fb2713#define PCI_DEVICE_ID_INTEL_DSA_DMR 0x12122714#define PCI_DEVICE_ID_INTEL_IAA_DMR 0x12162715#define PCI_DEVICE_ID_INTEL_82092AA_0 0x12212716#define PCI_DEVICE_ID_INTEL_82437 0x122d2717#define PCI_DEVICE_ID_INTEL_82371FB_0 0x122e2718#define PCI_DEVICE_ID_INTEL_82371FB_1 0x12302719#define PCI_DEVICE_ID_INTEL_82371MX 0x12342720#define PCI_DEVICE_ID_INTEL_82441 0x12372721#define PCI_DEVICE_ID_INTEL_82380FB 0x124b2722#define PCI_DEVICE_ID_INTEL_82439 0x12502723#define PCI_DEVICE_ID_INTEL_LIGHT_RIDGE 0x1513 /* Tbt 1 Gen 1 */2724#define PCI_DEVICE_ID_INTEL_EAGLE_RIDGE 0x151a2725#define PCI_DEVICE_ID_INTEL_LIGHT_PEAK 0x151b2726#define PCI_DEVICE_ID_INTEL_CACTUS_RIDGE_4C 0x1547 /* Tbt 1 Gen 2 */2727#define PCI_DEVICE_ID_INTEL_CACTUS_RIDGE_2C 0x15482728#define PCI_DEVICE_ID_INTEL_PORT_RIDGE 0x15492729#define PCI_DEVICE_ID_INTEL_REDWOOD_RIDGE_2C_NHI 0x1566 /* Tbt 1 Gen 3 */2730#define PCI_DEVICE_ID_INTEL_REDWOOD_RIDGE_2C_BRIDGE 0x15672731#define PCI_DEVICE_ID_INTEL_REDWOOD_RIDGE_4C_NHI 0x15682732#define PCI_DEVICE_ID_INTEL_REDWOOD_RIDGE_4C_BRIDGE 0x15692733#define PCI_DEVICE_ID_INTEL_FALCON_RIDGE_2C_NHI 0x156a /* Thunderbolt 2 */2734#define PCI_DEVICE_ID_INTEL_FALCON_RIDGE_2C_BRIDGE 0x156b2735#define PCI_DEVICE_ID_INTEL_FALCON_RIDGE_4C_NHI 0x156c2736#define PCI_DEVICE_ID_INTEL_FALCON_RIDGE_4C_BRIDGE 0x156d2737#define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_2C_NHI 0x1575 /* Thunderbolt 3 */2738#define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_2C_BRIDGE 0x15762739#define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_4C_NHI 0x15772740#define PCI_DEVICE_ID_INTEL_ALPINE_RIDGE_4C_BRIDGE 0x15782741#define PCI_DEVICE_ID_INTEL_HDA_BDW 0x160c2742#define PCI_DEVICE_ID_INTEL_80960_RP 0x19602743#define PCI_DEVICE_ID_INTEL_QAT_C3XXX 0x19e22744#define PCI_DEVICE_ID_INTEL_QAT_C3XXX_VF 0x19e32745#define PCI_DEVICE_ID_INTEL_82840_HB 0x1a212746#define PCI_DEVICE_ID_INTEL_82845_HB 0x1a302747#define PCI_DEVICE_ID_INTEL_IOAT 0x1a382748#define PCI_DEVICE_ID_INTEL_HDA_CPT 0x1c202749#define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MIN 0x1c412750#define PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MAX 0x1c5f2751#define PCI_DEVICE_ID_INTEL_HDA_PBG 0x1d202752#define PCI_DEVICE_ID_INTEL_PATSBURG_LPC_0 0x1d402753#define PCI_DEVICE_ID_INTEL_PATSBURG_LPC_1 0x1d412754#define PCI_DEVICE_ID_INTEL_HDA_PPT 0x1e202755#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_XHCI 0x1e312756#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MIN 0x1e402757#define PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MAX 0x1e5f2758#define PCI_DEVICE_ID_INTEL_VMD_201D 0x201d2759#define PCI_DEVICE_ID_INTEL_HDA_BSW 0x22842760#define PCI_DEVICE_ID_INTEL_SST_BSW 0x22a82761#define PCI_DEVICE_ID_INTEL_DH89XXCC_LPC_MIN 0x23102762#define PCI_DEVICE_ID_INTEL_DH89XXCC_LPC_MAX 0x231f2763#define PCI_DEVICE_ID_INTEL_82801AA_0 0x24102764#define PCI_DEVICE_ID_INTEL_82801AA_1 0x24112765#define PCI_DEVICE_ID_INTEL_82801AA_3 0x24132766#define PCI_DEVICE_ID_INTEL_82801AA_5 0x24152767#define PCI_DEVICE_ID_INTEL_82801AA_6 0x24162768#define PCI_DEVICE_ID_INTEL_82801AA_8 0x24182769#define PCI_DEVICE_ID_INTEL_82801AB_0 0x24202770#define PCI_DEVICE_ID_INTEL_82801AB_1 0x24212771#define PCI_DEVICE_ID_INTEL_82801AB_3 0x24232772#define PCI_DEVICE_ID_INTEL_82801AB_5 0x24252773#define PCI_DEVICE_ID_INTEL_82801AB_6 0x24262774#define PCI_DEVICE_ID_INTEL_82801AB_8 0x24282775#define PCI_DEVICE_ID_INTEL_82801BA_0 0x24402776#define PCI_DEVICE_ID_INTEL_82801BA_2 0x24432777#define PCI_DEVICE_ID_INTEL_82801BA_4 0x24452778#define PCI_DEVICE_ID_INTEL_82801BA_6 0x24482779#define PCI_DEVICE_ID_INTEL_82801BA_8 0x244a2780#define PCI_DEVICE_ID_INTEL_82801BA_9 0x244b2781#define PCI_DEVICE_ID_INTEL_82801BA_10 0x244c2782#define PCI_DEVICE_ID_INTEL_82801BA_11 0x244e2783#define PCI_DEVICE_ID_INTEL_82801E_0 0x24502784#define PCI_DEVICE_ID_INTEL_82801E_11 0x245b2785#define PCI_DEVICE_ID_INTEL_82801CA_0 0x24802786#define PCI_DEVICE_ID_INTEL_82801CA_3 0x24832787#define PCI_DEVICE_ID_INTEL_82801CA_5 0x24852788#define PCI_DEVICE_ID_INTEL_82801CA_6 0x24862789#define PCI_DEVICE_ID_INTEL_82801CA_10 0x248a2790#define PCI_DEVICE_ID_INTEL_82801CA_11 0x248b2791#define PCI_DEVICE_ID_INTEL_82801CA_12 0x248c2792#define PCI_DEVICE_ID_INTEL_82801DB_0 0x24c02793#define PCI_DEVICE_ID_INTEL_82801DB_1 0x24c12794#define PCI_DEVICE_ID_INTEL_82801DB_2 0x24c22795#define PCI_DEVICE_ID_INTEL_82801DB_3 0x24c32796#define PCI_DEVICE_ID_INTEL_82801DB_5 0x24c52797#define PCI_DEVICE_ID_INTEL_82801DB_6 0x24c62798#define PCI_DEVICE_ID_INTEL_82801DB_9 0x24c92799#define PCI_DEVICE_ID_INTEL_82801DB_10 0x24ca2800#define PCI_DEVICE_ID_INTEL_82801DB_11 0x24cb2801#define PCI_DEVICE_ID_INTEL_82801DB_12 0x24cc2802#define PCI_DEVICE_ID_INTEL_82801EB_0 0x24d02803#define PCI_DEVICE_ID_INTEL_82801EB_1 0x24d12804#define PCI_DEVICE_ID_INTEL_82801EB_3 0x24d32805#define PCI_DEVICE_ID_INTEL_82801EB_5 0x24d52806#define PCI_DEVICE_ID_INTEL_82801EB_6 0x24d62807#define PCI_DEVICE_ID_INTEL_82801EB_11 0x24db2808#define PCI_DEVICE_ID_INTEL_82801EB_12 0x24dc2809#define PCI_DEVICE_ID_INTEL_82801EB_13 0x24dd2810#define PCI_DEVICE_ID_INTEL_82820_HB 0x25002811#define PCI_DEVICE_ID_INTEL_82820_UP_HB 0x25012812#define PCI_DEVICE_ID_INTEL_82850_HB 0x25302813#define PCI_DEVICE_ID_INTEL_82860_HB 0x25312814#define PCI_DEVICE_ID_INTEL_E7501_MCH 0x254c2815#define PCI_DEVICE_ID_INTEL_7505_0 0x25502816#define PCI_DEVICE_ID_INTEL_7205_0 0x255d2817#define PCI_DEVICE_ID_INTEL_82845G_HB 0x25602818#define PCI_DEVICE_ID_INTEL_82845G_IG 0x25622819#define PCI_DEVICE_ID_INTEL_82865_HB 0x25702820#define PCI_DEVICE_ID_INTEL_82865_IG 0x25722821#define PCI_DEVICE_ID_INTEL_82875_HB 0x25782822#define PCI_DEVICE_ID_INTEL_82915G_HB 0x25802823#define PCI_DEVICE_ID_INTEL_82915G_IG 0x25822824#define PCI_DEVICE_ID_INTEL_82915GM_HB 0x25902825#define PCI_DEVICE_ID_INTEL_82915GM_IG 0x25922826#define PCI_DEVICE_ID_INTEL_ESB_1 0x25a12827#define PCI_DEVICE_ID_INTEL_ESB_2 0x25a22828#define PCI_DEVICE_ID_INTEL_ESB_4 0x25a42829#define PCI_DEVICE_ID_INTEL_ESB_5 0x25a62830#define PCI_DEVICE_ID_INTEL_ESB_9 0x25ab2831#define PCI_DEVICE_ID_INTEL_ESB_10 0x25ac2832#define PCI_DEVICE_ID_INTEL_5000_ERR 0x25f02833#define PCI_DEVICE_ID_INTEL_5000_FBD0 0x25f52834#define PCI_DEVICE_ID_INTEL_5000_FBD1 0x25f62835#define PCI_DEVICE_ID_INTEL_ICH6_0 0x26402836#define PCI_DEVICE_ID_INTEL_ICH6_1 0x26412837#define PCI_DEVICE_ID_INTEL_ICH6_2 0x26422838#define PCI_DEVICE_ID_INTEL_HDA_ICH6 0x26682839#define PCI_DEVICE_ID_INTEL_ICH6_16 0x266a2840#define PCI_DEVICE_ID_INTEL_ICH6_17 0x266d2841#define PCI_DEVICE_ID_INTEL_ICH6_18 0x266e2842#define PCI_DEVICE_ID_INTEL_ICH6_19 0x266f2843#define PCI_DEVICE_ID_INTEL_ESB2_0 0x26702844#define PCI_DEVICE_ID_INTEL_ESB2_14 0x26982845#define PCI_DEVICE_ID_INTEL_HDA_ESB2 0x269a2846#define PCI_DEVICE_ID_INTEL_ESB2_17 0x269b2847#define PCI_DEVICE_ID_INTEL_ESB2_18 0x269e2848#define PCI_DEVICE_ID_INTEL_82945G_HB 0x27702849#define PCI_DEVICE_ID_INTEL_82945G_IG 0x27722850#define PCI_DEVICE_ID_INTEL_3000_HB 0x27782851#define PCI_DEVICE_ID_INTEL_82945GM_HB 0x27a02852#define PCI_DEVICE_ID_INTEL_82945GM_IG 0x27a22853#define PCI_DEVICE_ID_INTEL_ICH7_30 0x27b02854#define PCI_DEVICE_ID_INTEL_ICH7_0 0x27b82855#define PCI_DEVICE_ID_INTEL_ICH7_1 0x27b92856#define PCI_DEVICE_ID_INTEL_TGP_LPC 0x27bc2857#define PCI_DEVICE_ID_INTEL_ICH7_31 0x27bd2858#define PCI_DEVICE_ID_INTEL_HDA_ICH7 0x27d82859#define PCI_DEVICE_ID_INTEL_ICH7_17 0x27da2860#define PCI_DEVICE_ID_INTEL_ICH7_19 0x27dd2861#define PCI_DEVICE_ID_INTEL_ICH7_20 0x27de2862#define PCI_DEVICE_ID_INTEL_ICH7_21 0x27df2863#define PCI_DEVICE_ID_INTEL_ICH8_0 0x28102864#define PCI_DEVICE_ID_INTEL_ICH8_1 0x28112865#define PCI_DEVICE_ID_INTEL_ICH8_2 0x28122866#define PCI_DEVICE_ID_INTEL_ICH8_3 0x28142867#define PCI_DEVICE_ID_INTEL_ICH8_4 0x28152868#define PCI_DEVICE_ID_INTEL_ICH8_5 0x283e2869#define PCI_DEVICE_ID_INTEL_HDA_ICH8 0x284b2870#define PCI_DEVICE_ID_INTEL_ICH8_6 0x28502871#define PCI_DEVICE_ID_INTEL_VMD_28C0 0x28c02872#define PCI_DEVICE_ID_INTEL_ICH9_0 0x29102873#define PCI_DEVICE_ID_INTEL_ICH9_2 0x29122874#define PCI_DEVICE_ID_INTEL_ICH9_3 0x29132875#define PCI_DEVICE_ID_INTEL_ICH9_4 0x29142876#define PCI_DEVICE_ID_INTEL_ICH9_7 0x29162877#define PCI_DEVICE_ID_INTEL_ICH9_1 0x29172878#define PCI_DEVICE_ID_INTEL_ICH9_8 0x29182879#define PCI_DEVICE_ID_INTEL_ICH9_5 0x29192880#define PCI_DEVICE_ID_INTEL_ICH9_6 0x29302881#define PCI_DEVICE_ID_INTEL_HDA_ICH9_0 0x293e2882#define PCI_DEVICE_ID_INTEL_HDA_ICH9_1 0x293f2883#define PCI_DEVICE_ID_INTEL_I7_MCR 0x2c182884#define PCI_DEVICE_ID_INTEL_I7_MC_TAD 0x2c192885#define PCI_DEVICE_ID_INTEL_I7_MC_RAS 0x2c1a2886#define PCI_DEVICE_ID_INTEL_I7_MC_TEST 0x2c1c2887#define PCI_DEVICE_ID_INTEL_I7_MC_CH0_CTRL 0x2c202888#define PCI_DEVICE_ID_INTEL_I7_MC_CH0_ADDR 0x2c212889#define PCI_DEVICE_ID_INTEL_I7_MC_CH0_RANK 0x2c222890#define PCI_DEVICE_ID_INTEL_I7_MC_CH0_TC 0x2c232891#define PCI_DEVICE_ID_INTEL_I7_MC_CH1_CTRL 0x2c282892#define PCI_DEVICE_ID_INTEL_I7_MC_CH1_ADDR 0x2c292893#define PCI_DEVICE_ID_INTEL_I7_MC_CH1_RANK 0x2c2a2894#define PCI_DEVICE_ID_INTEL_I7_MC_CH1_TC 0x2c2b2895#define PCI_DEVICE_ID_INTEL_I7_MC_CH2_CTRL 0x2c302896#define PCI_DEVICE_ID_INTEL_I7_MC_CH2_ADDR 0x2c312897#define PCI_DEVICE_ID_INTEL_I7_MC_CH2_RANK 0x2c322898#define PCI_DEVICE_ID_INTEL_I7_MC_CH2_TC 0x2c332899#define PCI_DEVICE_ID_INTEL_I7_NONCORE_ALT 0x2c402900#define PCI_DEVICE_ID_INTEL_I7_NONCORE 0x2c412901#define PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE 0x2c502902#define PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE_ALT 0x2c512903#define PCI_DEVICE_ID_INTEL_LYNNFIELD_NONCORE_REV2 0x2c702904#define PCI_DEVICE_ID_INTEL_LYNNFIELD_SAD 0x2c812905#define PCI_DEVICE_ID_INTEL_LYNNFIELD_QPI_LINK0 0x2c902906#define PCI_DEVICE_ID_INTEL_LYNNFIELD_QPI_PHY0 0x2c912907#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MCR 0x2c982908#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_TAD 0x2c992909#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_TEST 0x2c9c2910#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_CTRL 0x2ca02911#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_ADDR 0x2ca12912#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_RANK 0x2ca22913#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_TC 0x2ca32914#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_CTRL 0x2ca82915#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_ADDR 0x2ca92916#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_RANK 0x2caa2917#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_TC 0x2cab2918#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MCR_REV2 0x2d982919#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_TAD_REV2 0x2d992920#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_RAS_REV2 0x2d9a2921#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_TEST_REV2 0x2d9c2922#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_CTRL_REV2 0x2da02923#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_ADDR_REV2 0x2da12924#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_RANK_REV2 0x2da22925#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH0_TC_REV2 0x2da32926#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_CTRL_REV2 0x2da82927#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_ADDR_REV2 0x2da92928#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_RANK_REV2 0x2daa2929#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH1_TC_REV2 0x2dab2930#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH2_CTRL_REV2 0x2db02931#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH2_ADDR_REV2 0x2db12932#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH2_RANK_REV2 0x2db22933#define PCI_DEVICE_ID_INTEL_LYNNFIELD_MC_CH2_TC_REV2 0x2db32934#define PCI_DEVICE_ID_INTEL_HDA_GML 0x31982935#define PCI_DEVICE_ID_INTEL_82855PM_HB 0x33402936#define PCI_DEVICE_ID_INTEL_IOAT_TBG4 0x34292937#define PCI_DEVICE_ID_INTEL_IOAT_TBG5 0x342a2938#define PCI_DEVICE_ID_INTEL_IOAT_TBG6 0x342b2939#define PCI_DEVICE_ID_INTEL_IOAT_TBG7 0x342c2940#define PCI_DEVICE_ID_INTEL_X58_HUB_MGMT 0x342e2941#define PCI_DEVICE_ID_INTEL_IOAT_TBG0 0x34302942#define PCI_DEVICE_ID_INTEL_IOAT_TBG1 0x34312943#define PCI_DEVICE_ID_INTEL_IOAT_TBG2 0x34322944#define PCI_DEVICE_ID_INTEL_IOAT_TBG3 0x34332945#define PCI_DEVICE_ID_INTEL_HDA_ICL_LP 0x34c82946#define PCI_DEVICE_ID_INTEL_82830_HB 0x35752947#define PCI_DEVICE_ID_INTEL_82830_CGC 0x35772948#define PCI_DEVICE_ID_INTEL_82855GM_HB 0x35802949#define PCI_DEVICE_ID_INTEL_82855GM_IG 0x35822950#define PCI_DEVICE_ID_INTEL_82854_HB 0x358c2951#define PCI_DEVICE_ID_INTEL_82854_IG 0x358e2952#define PCI_DEVICE_ID_INTEL_E7520_MCH 0x35902953#define PCI_DEVICE_ID_INTEL_E7320_MCH 0x35922954#define PCI_DEVICE_ID_INTEL_MCH_PA 0x35952955#define PCI_DEVICE_ID_INTEL_MCH_PA1 0x35962956#define PCI_DEVICE_ID_INTEL_MCH_PB 0x35972957#define PCI_DEVICE_ID_INTEL_MCH_PB1 0x35982958#define PCI_DEVICE_ID_INTEL_MCH_PC 0x35992959#define PCI_DEVICE_ID_INTEL_MCH_PC1 0x359a2960#define PCI_DEVICE_ID_INTEL_E7525_MCH 0x359e2961#define PCI_DEVICE_ID_INTEL_IOAT_CNB 0x360b2962#define PCI_DEVICE_ID_INTEL_FBD_CNB 0x360c2963#define PCI_DEVICE_ID_INTEL_I7300_MCH_ERR 0x360c2964#define PCI_DEVICE_ID_INTEL_I7300_MCH_FB0 0x360f2965#define PCI_DEVICE_ID_INTEL_I7300_MCH_FB1 0x36102966#define PCI_DEVICE_ID_INTEL_IOAT_JSF0 0x37102967#define PCI_DEVICE_ID_INTEL_IOAT_JSF1 0x37112968#define PCI_DEVICE_ID_INTEL_IOAT_JSF2 0x37122969#define PCI_DEVICE_ID_INTEL_IOAT_JSF3 0x37132970#define PCI_DEVICE_ID_INTEL_IOAT_JSF4 0x37142971#define PCI_DEVICE_ID_INTEL_IOAT_JSF5 0x37152972#define PCI_DEVICE_ID_INTEL_IOAT_JSF6 0x37162973#define PCI_DEVICE_ID_INTEL_IOAT_JSF7 0x37172974#define PCI_DEVICE_ID_INTEL_IOAT_JSF8 0x37182975#define PCI_DEVICE_ID_INTEL_IOAT_JSF9 0x37192976#define PCI_DEVICE_ID_INTEL_QAT_C62X 0x37c82977#define PCI_DEVICE_ID_INTEL_QAT_C62X_VF 0x37c92978#define PCI_DEVICE_ID_INTEL_HDA_ICL_N 0x38c82979#define PCI_DEVICE_ID_INTEL_ICH10_0 0x3a142980#define PCI_DEVICE_ID_INTEL_ICH10_1 0x3a162981#define PCI_DEVICE_ID_INTEL_ICH10_2 0x3a182982#define PCI_DEVICE_ID_INTEL_ICH10_3 0x3a1a2983#define PCI_DEVICE_ID_INTEL_ICH10_4 0x3a302984#define PCI_DEVICE_ID_INTEL_HDA_ICH10_0 0x3a3e2985#define PCI_DEVICE_ID_INTEL_ICH10_5 0x3a602986#define PCI_DEVICE_ID_INTEL_HDA_ICH10_1 0x3a6e2987#define PCI_DEVICE_ID_INTEL_5_3400_SERIES_LPC_MIN 0x3b002988#define PCI_DEVICE_ID_INTEL_5_3400_SERIES_LPC_MAX 0x3b1f2989#define PCI_DEVICE_ID_INTEL_HDA_5_3400_SERIES_0 0x3b562990#define PCI_DEVICE_ID_INTEL_HDA_5_3400_SERIES_1 0x3b572991#define PCI_DEVICE_ID_INTEL_IOAT_SNB0 0x3c202992#define PCI_DEVICE_ID_INTEL_IOAT_SNB1 0x3c212993#define PCI_DEVICE_ID_INTEL_IOAT_SNB2 0x3c222994#define PCI_DEVICE_ID_INTEL_IOAT_SNB3 0x3c232995#define PCI_DEVICE_ID_INTEL_IOAT_SNB4 0x3c242996#define PCI_DEVICE_ID_INTEL_IOAT_SNB5 0x3c252997#define PCI_DEVICE_ID_INTEL_IOAT_SNB6 0x3c262998#define PCI_DEVICE_ID_INTEL_IOAT_SNB7 0x3c272999#define PCI_DEVICE_ID_INTEL_IOAT_SNB8 0x3c2e3000#define PCI_DEVICE_ID_INTEL_IOAT_SNB9 0x3c2f3001#define PCI_DEVICE_ID_INTEL_UNC_QPI0 0x3c413002#define PCI_DEVICE_ID_INTEL_UNC_QPI1 0x3c423003#define PCI_DEVICE_ID_INTEL_UNC_R2PCIE 0x3c433004#define PCI_DEVICE_ID_INTEL_UNC_R3QPI0 0x3c443005#define PCI_DEVICE_ID_INTEL_UNC_R3QPI1 0x3c453006#define PCI_DEVICE_ID_INTEL_UNC_HA 0x3c463007#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_RAS 0x3c71 /* 15.1 */3008#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_ERR0 0x3c72 /* 16.2 */3009#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_ERR1 0x3c73 /* 16.3 */3010#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_ERR2 0x3c76 /* 16.6 */3011#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_ERR3 0x3c77 /* 16.7 */3012#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_HA0 0x3ca0 /* 14.0 */3013#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_TA 0x3ca8 /* 15.0 */3014#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_TAD0 0x3caa /* 15.2 */3015#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_TAD1 0x3cab /* 15.3 */3016#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_TAD2 0x3cac /* 15.4 */3017#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_TAD3 0x3cad /* 15.5 */3018#define PCI_DEVICE_ID_INTEL_UNC_IMC0 0x3cb03019#define PCI_DEVICE_ID_INTEL_UNC_IMC1 0x3cb13020#define PCI_DEVICE_ID_INTEL_UNC_IMC2 0x3cb43021#define PCI_DEVICE_ID_INTEL_UNC_IMC3 0x3cb53022#define PCI_DEVICE_ID_INTEL_SBRIDGE_IMC_DDRIO 0x3cb8 /* 17.0 */3023#define PCI_DEVICE_ID_INTEL_JAKETOWN_UBOX 0x3ce03024#define PCI_DEVICE_ID_INTEL_SBRIDGE_SAD0 0x3cf4 /* 12.6 */3025#define PCI_DEVICE_ID_INTEL_SBRIDGE_BR 0x3cf5 /* 13.6 */3026#define PCI_DEVICE_ID_INTEL_SBRIDGE_SAD1 0x3cf6 /* 12.7 */3027#define PCI_DEVICE_ID_INTEL_HDA_ICL_H 0x3dc83028#define PCI_DEVICE_ID_INTEL_IOAT_SNB 0x402f3029#define PCI_DEVICE_ID_INTEL_5400_ERR 0x40303030#define PCI_DEVICE_ID_INTEL_5400_FBD0 0x40353031#define PCI_DEVICE_ID_INTEL_5400_FBD1 0x40363032#define PCI_DEVICE_ID_INTEL_HDA_TGL_H 0x43c83033#define PCI_DEVICE_ID_INTEL_HDA_DG1 0x490d3034#define PCI_DEVICE_ID_INTEL_HDA_EHL_0 0x4b553035#define PCI_DEVICE_ID_INTEL_HDA_EHL_3 0x4b583036#define PCI_DEVICE_ID_INTEL_HDA_JSL_N 0x4dc83037#define PCI_DEVICE_ID_INTEL_HDA_DG2_0 0x4f903038#define PCI_DEVICE_ID_INTEL_HDA_DG2_1 0x4f913039#define PCI_DEVICE_ID_INTEL_HDA_DG2_2 0x4f923040#define PCI_DEVICE_ID_INTEL_EP80579_0 0x50313041#define PCI_DEVICE_ID_INTEL_EP80579_1 0x50323042#define PCI_DEVICE_ID_INTEL_HDA_ADL_P 0x51c83043#define PCI_DEVICE_ID_INTEL_HDA_ADL_PS 0x51c93044#define PCI_DEVICE_ID_INTEL_HDA_RPL_P_0 0x51ca3045#define PCI_DEVICE_ID_INTEL_HDA_RPL_P_1 0x51cb3046#define PCI_DEVICE_ID_INTEL_HDA_ADL_M 0x51cc3047#define PCI_DEVICE_ID_INTEL_HDA_ADL_PX 0x51cd3048#define PCI_DEVICE_ID_INTEL_HDA_RPL_M 0x51ce3049#define PCI_DEVICE_ID_INTEL_HDA_RPL_PX 0x51cf3050#define PCI_DEVICE_ID_INTEL_HDA_ADL_N 0x54c83051#define PCI_DEVICE_ID_INTEL_HDA_APL 0x5a983052#define PCI_DEVICE_ID_INTEL_5100_16 0x65f03053#define PCI_DEVICE_ID_INTEL_5100_19 0x65f33054#define PCI_DEVICE_ID_INTEL_5100_21 0x65f53055#define PCI_DEVICE_ID_INTEL_5100_22 0x65f63056#define PCI_DEVICE_ID_INTEL_IOAT_SCNB 0x65ff3057#define PCI_DEVICE_ID_INTEL_82371SB_0 0x70003058#define PCI_DEVICE_ID_INTEL_82371SB_1 0x70103059#define PCI_DEVICE_ID_INTEL_82371SB_2 0x70203060#define PCI_DEVICE_ID_INTEL_82437VX 0x70303061#define PCI_DEVICE_ID_INTEL_82439TX 0x71003062#define PCI_DEVICE_ID_INTEL_82371AB_0 0x71103063#define PCI_DEVICE_ID_INTEL_82371AB 0x71113064#define PCI_DEVICE_ID_INTEL_82371AB_2 0x71123065#define PCI_DEVICE_ID_INTEL_82371AB_3 0x71133066#define PCI_DEVICE_ID_INTEL_82810_MC1 0x71203067#define PCI_DEVICE_ID_INTEL_82810_IG1 0x71213068#define PCI_DEVICE_ID_INTEL_82810_MC3 0x71223069#define PCI_DEVICE_ID_INTEL_82810_IG3 0x71233070#define PCI_DEVICE_ID_INTEL_82810E_MC 0x71243071#define PCI_DEVICE_ID_INTEL_82810E_IG 0x71253072#define PCI_DEVICE_ID_INTEL_82443LX_0 0x71803073#define PCI_DEVICE_ID_INTEL_82443LX_1 0x71813074#define PCI_DEVICE_ID_INTEL_82443BX_0 0x71903075#define PCI_DEVICE_ID_INTEL_82443BX_1 0x71913076#define PCI_DEVICE_ID_INTEL_82443BX_2 0x71923077#define PCI_DEVICE_ID_INTEL_440MX 0x71953078#define PCI_DEVICE_ID_INTEL_440MX_6 0x71963079#define PCI_DEVICE_ID_INTEL_82443MX_0 0x71983080#define PCI_DEVICE_ID_INTEL_82443MX_1 0x71993081#define PCI_DEVICE_ID_INTEL_82443MX_3 0x719b3082#define PCI_DEVICE_ID_INTEL_82443GX_0 0x71a03083#define PCI_DEVICE_ID_INTEL_82443GX_2 0x71a23084#define PCI_DEVICE_ID_INTEL_82372FB_1 0x76013085#define PCI_DEVICE_ID_INTEL_HDA_ARL 0x77283086#define PCI_DEVICE_ID_INTEL_HDA_RPL_S 0x7a503087#define PCI_DEVICE_ID_INTEL_HDA_ADL_S 0x7ad03088#define PCI_DEVICE_ID_INTEL_HDA_MTL 0x7e283089#define PCI_DEVICE_ID_INTEL_HDA_ARL_S 0x7f503090#define PCI_DEVICE_ID_INTEL_SCH_LPC 0x81193091#define PCI_DEVICE_ID_INTEL_SCH_IDE 0x811a3092#define PCI_DEVICE_ID_INTEL_HDA_POULSBO 0x811b3093#define PCI_DEVICE_ID_INTEL_E6XX_CU 0x81833094#define PCI_DEVICE_ID_INTEL_ITC_LPC 0x81863095#define PCI_DEVICE_ID_INTEL_82454GX 0x84c43096#define PCI_DEVICE_ID_INTEL_82450GX 0x84c53097#define PCI_DEVICE_ID_INTEL_82451NX 0x84ca3098#define PCI_DEVICE_ID_INTEL_82454NX 0x84cb3099#define PCI_DEVICE_ID_INTEL_84460GX 0x84ea3100#define PCI_DEVICE_ID_INTEL_IXP4XX 0x85003101#define PCI_DEVICE_ID_INTEL_HDA_LPT 0x8c203102#define PCI_DEVICE_ID_INTEL_HDA_9_SERIES 0x8ca03103#define PCI_DEVICE_ID_INTEL_HDA_WBG_0 0x8d203104#define PCI_DEVICE_ID_INTEL_HDA_WBG_1 0x8d213105#define PCI_DEVICE_ID_INTEL_IXP2800 0x90043106#define PCI_DEVICE_ID_INTEL_HDA_LKF 0x98c83107#define PCI_DEVICE_ID_INTEL_VMD_9A0B 0x9a0b3108#define PCI_DEVICE_ID_INTEL_HDA_LPT_LP_0 0x9c203109#define PCI_DEVICE_ID_INTEL_HDA_LPT_LP_1 0x9c213110#define PCI_DEVICE_ID_INTEL_HDA_WPT_LP 0x9ca03111#define PCI_DEVICE_ID_INTEL_HDA_SKL_LP 0x9d703112#define PCI_DEVICE_ID_INTEL_HDA_KBL_LP 0x9d713113#define PCI_DEVICE_ID_INTEL_HDA_CNL_LP 0x9dc83114#define PCI_DEVICE_ID_INTEL_HDA_TGL_LP 0xa0c83115#define PCI_DEVICE_ID_INTEL_HDA_SKL 0xa1703116#define PCI_DEVICE_ID_INTEL_HDA_KBL 0xa1713117#define PCI_DEVICE_ID_INTEL_HDA_LBG_0 0xa1f03118#define PCI_DEVICE_ID_INTEL_HDA_LBG_1 0xa2703119#define PCI_DEVICE_ID_INTEL_HDA_KBL_H 0xa2f03120#define PCI_DEVICE_ID_INTEL_HDA_CNL_H 0xa3483121#define PCI_DEVICE_ID_INTEL_HDA_CML_S 0xa3f03122#define PCI_DEVICE_ID_INTEL_HDA_LNL_P 0xa8283123#define PCI_DEVICE_ID_INTEL_S21152BB 0xb1523124#define PCI_DEVICE_ID_INTEL_HDA_BMG 0xe2f73125#define PCI_DEVICE_ID_INTEL_HDA_PTL 0xe4283126#define PCI_DEVICE_ID_INTEL_HDA_CML_R 0xf0c83127#define PCI_DEVICE_ID_INTEL_HDA_RKL_S 0xf1c83128 3129#define PCI_VENDOR_ID_WANGXUN 0x80883130 3131#define PCI_VENDOR_ID_SCALEMP 0x86863132#define PCI_DEVICE_ID_SCALEMP_VSMP_CTL 0x10103133 3134#define PCI_VENDOR_ID_COMPUTONE 0x8e0e3135#define PCI_DEVICE_ID_COMPUTONE_PG 0x03023136#define PCI_SUBVENDOR_ID_COMPUTONE 0x8e0e3137#define PCI_SUBDEVICE_ID_COMPUTONE_PG4 0x00013138#define PCI_SUBDEVICE_ID_COMPUTONE_PG8 0x00023139#define PCI_SUBDEVICE_ID_COMPUTONE_PG6 0x00033140 3141#define PCI_VENDOR_ID_KTI 0x8e2e3142 3143#define PCI_VENDOR_ID_ADAPTEC 0x90043144#define PCI_DEVICE_ID_ADAPTEC_7810 0x10783145#define PCI_DEVICE_ID_ADAPTEC_7821 0x21783146#define PCI_DEVICE_ID_ADAPTEC_38602 0x38603147#define PCI_DEVICE_ID_ADAPTEC_7850 0x50783148#define PCI_DEVICE_ID_ADAPTEC_7855 0x55783149#define PCI_DEVICE_ID_ADAPTEC_3860 0x60383150#define PCI_DEVICE_ID_ADAPTEC_1480A 0x60753151#define PCI_DEVICE_ID_ADAPTEC_7860 0x60783152#define PCI_DEVICE_ID_ADAPTEC_7861 0x61783153#define PCI_DEVICE_ID_ADAPTEC_7870 0x70783154#define PCI_DEVICE_ID_ADAPTEC_7871 0x71783155#define PCI_DEVICE_ID_ADAPTEC_7872 0x72783156#define PCI_DEVICE_ID_ADAPTEC_7873 0x73783157#define PCI_DEVICE_ID_ADAPTEC_7874 0x74783158#define PCI_DEVICE_ID_ADAPTEC_7895 0x78953159#define PCI_DEVICE_ID_ADAPTEC_7880 0x80783160#define PCI_DEVICE_ID_ADAPTEC_7881 0x81783161#define PCI_DEVICE_ID_ADAPTEC_7882 0x82783162#define PCI_DEVICE_ID_ADAPTEC_7883 0x83783163#define PCI_DEVICE_ID_ADAPTEC_7884 0x84783164#define PCI_DEVICE_ID_ADAPTEC_7885 0x85783165#define PCI_DEVICE_ID_ADAPTEC_7886 0x86783166#define PCI_DEVICE_ID_ADAPTEC_7887 0x87783167#define PCI_DEVICE_ID_ADAPTEC_7888 0x88783168 3169#define PCI_VENDOR_ID_ADAPTEC2 0x90053170#define PCI_DEVICE_ID_ADAPTEC2_2940U2 0x00103171#define PCI_DEVICE_ID_ADAPTEC2_2930U2 0x00113172#define PCI_DEVICE_ID_ADAPTEC2_7890B 0x00133173#define PCI_DEVICE_ID_ADAPTEC2_7890 0x001f3174#define PCI_DEVICE_ID_ADAPTEC2_3940U2 0x00503175#define PCI_DEVICE_ID_ADAPTEC2_3950U2D 0x00513176#define PCI_DEVICE_ID_ADAPTEC2_7896 0x005f3177#define PCI_DEVICE_ID_ADAPTEC2_7892A 0x00803178#define PCI_DEVICE_ID_ADAPTEC2_7892B 0x00813179#define PCI_DEVICE_ID_ADAPTEC2_7892D 0x00833180#define PCI_DEVICE_ID_ADAPTEC2_7892P 0x008f3181#define PCI_DEVICE_ID_ADAPTEC2_7899A 0x00c03182#define PCI_DEVICE_ID_ADAPTEC2_7899B 0x00c13183#define PCI_DEVICE_ID_ADAPTEC2_7899D 0x00c33184#define PCI_DEVICE_ID_ADAPTEC2_7899P 0x00cf3185#define PCI_DEVICE_ID_ADAPTEC2_OBSIDIAN 0x05003186#define PCI_DEVICE_ID_ADAPTEC2_SCAMP 0x05033187 3188#define PCI_VENDOR_ID_HOLTEK 0x94123189#define PCI_DEVICE_ID_HOLTEK_6565 0x65653190 3191#define PCI_VENDOR_ID_NETMOS 0x97103192#define PCI_DEVICE_ID_NETMOS_9705 0x97053193#define PCI_DEVICE_ID_NETMOS_9715 0x97153194#define PCI_DEVICE_ID_NETMOS_9735 0x97353195#define PCI_DEVICE_ID_NETMOS_9745 0x97453196#define PCI_DEVICE_ID_NETMOS_9755 0x97553197#define PCI_DEVICE_ID_NETMOS_9805 0x98053198#define PCI_DEVICE_ID_NETMOS_9815 0x98153199#define PCI_DEVICE_ID_NETMOS_9835 0x98353200#define PCI_DEVICE_ID_NETMOS_9845 0x98453201#define PCI_DEVICE_ID_NETMOS_9855 0x98553202#define PCI_DEVICE_ID_NETMOS_9865 0x98653203#define PCI_DEVICE_ID_NETMOS_9900 0x99003204#define PCI_DEVICE_ID_NETMOS_9901 0x99013205#define PCI_DEVICE_ID_NETMOS_9904 0x99043206#define PCI_DEVICE_ID_NETMOS_9912 0x99123207#define PCI_DEVICE_ID_NETMOS_9922 0x99223208 3209#define PCI_VENDOR_ID_3COM_2 0xa7273210 3211#define PCI_VENDOR_ID_SOLIDRUN 0xd0633212 3213#define PCI_VENDOR_ID_DIGIUM 0xd1613214#define PCI_DEVICE_ID_DIGIUM_HFC4S 0xb4103215 3216#define PCI_SUBVENDOR_ID_EXSYS 0xd84d3217#define PCI_SUBDEVICE_ID_EXSYS_4014 0x40143218#define PCI_SUBDEVICE_ID_EXSYS_4055 0x40553219 3220#define PCI_VENDOR_ID_TIGERJET 0xe1593221#define PCI_DEVICE_ID_TIGERJET_300 0x00013222#define PCI_DEVICE_ID_TIGERJET_100 0x00023223 3224#define PCI_VENDOR_ID_XILINX_RME 0xea603225#define PCI_DEVICE_ID_RME_DIGI32 0x98963226#define PCI_DEVICE_ID_RME_DIGI32_PRO 0x98973227#define PCI_DEVICE_ID_RME_DIGI32_8 0x98983228 3229#define PCI_VENDOR_ID_XEN 0x58533230#define PCI_DEVICE_ID_XEN_PLATFORM 0x00013231 3232#define PCI_VENDOR_ID_OCZ 0x1b853233 3234#define PCI_VENDOR_ID_NCUBE 0x10ff3235 3236#endif /* _LINUX_PCI_IDS_H */3237