pci_ids.h

Go to the documentation of this file.
00001 #ifndef _GPXE_PCI_IDS_H
00002 #define _GPXE_PCI_IDS_H
00003 
00004 /*
00005  *      PCI Class, Vendor and Device IDs
00006  *
00007  *      Please keep sorted.
00008  */
00009 
00010 FILE_LICENCE ( GPL2_ONLY );
00011 
00012 /* Device classes and subclasses */
00013 
00014 #define PCI_CLASS_NOT_DEFINED           0x0000
00015 #define PCI_CLASS_NOT_DEFINED_VGA       0x0001
00016 
00017 #define PCI_BASE_CLASS_STORAGE          0x01
00018 #define PCI_CLASS_STORAGE_SCSI          0x0100
00019 #define PCI_CLASS_STORAGE_IDE           0x0101
00020 #define PCI_CLASS_STORAGE_FLOPPY        0x0102
00021 #define PCI_CLASS_STORAGE_IPI           0x0103
00022 #define PCI_CLASS_STORAGE_RAID          0x0104
00023 #define PCI_CLASS_STORAGE_OTHER         0x0180
00024 
00025 #define PCI_BASE_CLASS_NETWORK          0x02
00026 #define PCI_CLASS_NETWORK_ETHERNET      0x0200
00027 #define PCI_CLASS_NETWORK_TOKEN_RING    0x0201
00028 #define PCI_CLASS_NETWORK_FDDI          0x0202
00029 #define PCI_CLASS_NETWORK_ATM           0x0203
00030 #define PCI_CLASS_NETWORK_OTHER         0x0280
00031 
00032 #define PCI_BASE_CLASS_DISPLAY          0x03
00033 #define PCI_CLASS_DISPLAY_VGA           0x0300
00034 #define PCI_CLASS_DISPLAY_XGA           0x0301
00035 #define PCI_CLASS_DISPLAY_3D            0x0302
00036 #define PCI_CLASS_DISPLAY_OTHER         0x0380
00037 
00038 #define PCI_BASE_CLASS_MULTIMEDIA       0x04
00039 #define PCI_CLASS_MULTIMEDIA_VIDEO      0x0400
00040 #define PCI_CLASS_MULTIMEDIA_AUDIO      0x0401
00041 #define PCI_CLASS_MULTIMEDIA_PHONE      0x0402
00042 #define PCI_CLASS_MULTIMEDIA_OTHER      0x0480
00043 
00044 #define PCI_BASE_CLASS_MEMORY           0x05
00045 #define PCI_CLASS_MEMORY_RAM            0x0500
00046 #define PCI_CLASS_MEMORY_FLASH          0x0501
00047 #define PCI_CLASS_MEMORY_OTHER          0x0580
00048 
00049 #define PCI_BASE_CLASS_BRIDGE           0x06
00050 #define PCI_CLASS_BRIDGE_HOST           0x0600
00051 #define PCI_CLASS_BRIDGE_ISA            0x0601
00052 #define PCI_CLASS_BRIDGE_EISA           0x0602
00053 #define PCI_CLASS_BRIDGE_MC             0x0603
00054 #define PCI_CLASS_BRIDGE_PCI            0x0604
00055 #define PCI_CLASS_BRIDGE_PCMCIA         0x0605
00056 #define PCI_CLASS_BRIDGE_NUBUS          0x0606
00057 #define PCI_CLASS_BRIDGE_CARDBUS        0x0607
00058 #define PCI_CLASS_BRIDGE_RACEWAY        0x0608
00059 #define PCI_CLASS_BRIDGE_OTHER          0x0680
00060 
00061 #define PCI_BASE_CLASS_COMMUNICATION    0x07
00062 #define PCI_CLASS_COMMUNICATION_SERIAL  0x0700
00063 #define PCI_CLASS_COMMUNICATION_PARALLEL 0x0701
00064 #define PCI_CLASS_COMMUNICATION_MULTISERIAL 0x0702
00065 #define PCI_CLASS_COMMUNICATION_MODEM   0x0703
00066 #define PCI_CLASS_COMMUNICATION_OTHER   0x0780
00067 
00068 #define PCI_BASE_CLASS_SYSTEM           0x08
00069 #define PCI_CLASS_SYSTEM_PIC            0x0800
00070 #define PCI_CLASS_SYSTEM_DMA            0x0801
00071 #define PCI_CLASS_SYSTEM_TIMER          0x0802
00072 #define PCI_CLASS_SYSTEM_RTC            0x0803
00073 #define PCI_CLASS_SYSTEM_PCI_HOTPLUG    0x0804
00074 #define PCI_CLASS_SYSTEM_OTHER          0x0880
00075 
00076 #define PCI_BASE_CLASS_INPUT            0x09
00077 #define PCI_CLASS_INPUT_KEYBOARD        0x0900
00078 #define PCI_CLASS_INPUT_PEN             0x0901
00079 #define PCI_CLASS_INPUT_MOUSE           0x0902
00080 #define PCI_CLASS_INPUT_SCANNER         0x0903
00081 #define PCI_CLASS_INPUT_GAMEPORT        0x0904
00082 #define PCI_CLASS_INPUT_OTHER           0x0980
00083 
00084 #define PCI_BASE_CLASS_DOCKING          0x0a
00085 #define PCI_CLASS_DOCKING_GENERIC       0x0a00
00086 #define PCI_CLASS_DOCKING_OTHER         0x0a80
00087 
00088 #define PCI_BASE_CLASS_PROCESSOR        0x0b
00089 #define PCI_CLASS_PROCESSOR_386         0x0b00
00090 #define PCI_CLASS_PROCESSOR_486         0x0b01
00091 #define PCI_CLASS_PROCESSOR_PENTIUM     0x0b02
00092 #define PCI_CLASS_PROCESSOR_ALPHA       0x0b10
00093 #define PCI_CLASS_PROCESSOR_POWERPC     0x0b20
00094 #define PCI_CLASS_PROCESSOR_MIPS        0x0b30
00095 #define PCI_CLASS_PROCESSOR_CO          0x0b40
00096 
00097 #define PCI_BASE_CLASS_SERIAL           0x0c
00098 #define PCI_CLASS_SERIAL_FIREWIRE       0x0c00
00099 #define PCI_CLASS_SERIAL_ACCESS         0x0c01
00100 #define PCI_CLASS_SERIAL_SSA            0x0c02
00101 #define PCI_CLASS_SERIAL_USB            0x0c03
00102 #define PCI_CLASS_SERIAL_FIBER          0x0c04
00103 #define PCI_CLASS_SERIAL_SMBUS          0x0c05
00104 
00105 #define PCI_BASE_CLASS_INTELLIGENT      0x0e
00106 #define PCI_CLASS_INTELLIGENT_I2O       0x0e00
00107 
00108 #define PCI_BASE_CLASS_SATELLITE        0x0f
00109 #define PCI_CLASS_SATELLITE_TV          0x0f00
00110 #define PCI_CLASS_SATELLITE_AUDIO       0x0f01
00111 #define PCI_CLASS_SATELLITE_VOICE       0x0f03
00112 #define PCI_CLASS_SATELLITE_DATA        0x0f04
00113 
00114 #define PCI_BASE_CLASS_CRYPT            0x10
00115 #define PCI_CLASS_CRYPT_NETWORK         0x1000
00116 #define PCI_CLASS_CRYPT_ENTERTAINMENT   0x1001
00117 #define PCI_CLASS_CRYPT_OTHER           0x1080
00118 
00119 #define PCI_BASE_CLASS_SIGNAL_PROCESSING 0x11
00120 #define PCI_CLASS_SP_DPIO               0x1100
00121 #define PCI_CLASS_SP_OTHER              0x1180
00122 
00123 #define PCI_CLASS_OTHERS                0xff
00124 
00125 /* Vendors */
00126 
00127 #define PCI_VENDOR_ID_DYNALINK          0x0675
00128 #define PCI_VENDOR_ID_BERKOM                    0x0871
00129 #define PCI_VENDOR_ID_COMPAQ            0x0e11
00130 #define PCI_VENDOR_ID_NCR               0x1000
00131 #define PCI_VENDOR_ID_LSI_LOGIC         0x1000
00132 #define PCI_VENDOR_ID_ATI               0x1002
00133 #define PCI_VENDOR_ID_VLSI              0x1004
00134 #define PCI_VENDOR_ID_ADL               0x1005
00135 #define PCI_VENDOR_ID_NS                0x100b
00136 #define PCI_VENDOR_ID_TSENG             0x100c
00137 #define PCI_VENDOR_ID_WEITEK            0x100e
00138 #define PCI_VENDOR_ID_DEC               0x1011
00139 #define PCI_VENDOR_ID_CIRRUS            0x1013
00140 #define PCI_VENDOR_ID_IBM               0x1014
00141 #define PCI_VENDOR_ID_COMPEX2           0x101a
00142 /* pci.ids says "AT&T GIS (NCR)" */
00143 #define PCI_VENDOR_ID_WD                0x101c
00144 #define PCI_VENDOR_ID_AMI               0x101e
00145 #define PCI_VENDOR_ID_AMD               0x1022
00146 #define PCI_VENDOR_ID_TRIDENT           0x1023
00147 #define PCI_VENDOR_ID_AI                0x1025
00148 #define PCI_VENDOR_ID_DELL              0x1028
00149 #define PCI_VENDOR_ID_MATROX            0x102B
00150 #define PCI_VENDOR_ID_CT                0x102c
00151 #define PCI_VENDOR_ID_MIRO              0x1031
00152 #define PCI_VENDOR_ID_NEC               0x1033
00153 #define PCI_VENDOR_ID_FD                0x1036
00154 #define PCI_VENDOR_ID_SIS               0x1039
00155 #define PCI_VENDOR_ID_SI                0x1039
00156 #define PCI_VENDOR_ID_HP                0x103c
00157 #define PCI_VENDOR_ID_PCTECH            0x1042
00158 #define PCI_VENDOR_ID_ASUSTEK           0x1043
00159 #define PCI_VENDOR_ID_DPT               0x1044
00160 #define PCI_VENDOR_ID_OPTI              0x1045
00161 #define PCI_VENDOR_ID_ELSA              0x1048
00162 #define PCI_VENDOR_ID_ELSA              0x1048
00163 #define PCI_VENDOR_ID_SGS               0x104a
00164 #define PCI_VENDOR_ID_BUSLOGIC                0x104B
00165 #define PCI_VENDOR_ID_TI                0x104c
00166 #define PCI_VENDOR_ID_SONY              0x104d
00167 #define PCI_VENDOR_ID_OAK               0x104e
00168 /* Winbond have two vendor IDs! See 0x10ad as well */
00169 #define PCI_VENDOR_ID_WINBOND2          0x1050
00170 #define PCI_VENDOR_ID_ANIGMA            0x1051
00171 #define PCI_VENDOR_ID_EFAR              0x1055
00172 #define PCI_VENDOR_ID_MOTOROLA          0x1057
00173 #define PCI_VENDOR_ID_MOTOROLA_OOPS     0x1507
00174 #define PCI_VENDOR_ID_PROMISE           0x105a
00175 #define PCI_VENDOR_ID_N9                0x105d
00176 #define PCI_VENDOR_ID_UMC               0x1060
00177 #define PCI_VENDOR_ID_X                 0x1061
00178 #define PCI_VENDOR_ID_MYLEX             0x1069
00179 #define PCI_VENDOR_ID_PICOP             0x1066
00180 #define PCI_VENDOR_ID_APPLE             0x106b
00181 #define PCI_VENDOR_ID_YAMAHA            0x1073
00182 #define PCI_VENDOR_ID_NEXGEN            0x1074
00183 #define PCI_VENDOR_ID_QLOGIC            0x1077
00184 #define PCI_VENDOR_ID_CYRIX             0x1078
00185 #define PCI_VENDOR_ID_LEADTEK           0x107d
00186 #define PCI_VENDOR_ID_INTERPHASE        0x107e
00187 #define PCI_VENDOR_ID_CONTAQ            0x1080
00188 #define PCI_VENDOR_ID_FOREX             0x1083
00189 #define PCI_VENDOR_ID_OLICOM            0x108d
00190 #define PCI_VENDOR_ID_SUN               0x108e
00191 #define PCI_VENDOR_ID_CMD               0x1095
00192 #define PCI_VENDOR_ID_VISION            0x1098
00193 #define PCI_VENDOR_ID_BROOKTREE         0x109e
00194 #define PCI_VENDOR_ID_SIERRA            0x10a8
00195 #define PCI_VENDOR_ID_SGI               0x10a9
00196 #define PCI_VENDOR_ID_ACC               0x10aa
00197 #define PCI_VENDOR_ID_WINBOND           0x10ad
00198 #define PCI_VENDOR_ID_DATABOOK          0x10b3
00199 #define PCI_VENDOR_ID_PLX               0x10b5
00200 #define PCI_VENDOR_ID_MADGE             0x10b6
00201 #define PCI_VENDOR_ID_3COM              0x10b7
00202 #define PCI_VENDOR_ID_SMC               0x10b8
00203 #define PCI_VENDOR_ID_SUNDANCE          0x13F0
00204 #define PCI_VENDOR_ID_AL                0x10b9
00205 #define PCI_VENDOR_ID_MITSUBISHI        0x10ba
00206 #define PCI_VENDOR_ID_SURECOM           0x10bd
00207 #define PCI_VENDOR_ID_NEOMAGIC          0x10c8
00208 #define PCI_VENDOR_ID_ASP               0x10cd
00209 #define PCI_VENDOR_ID_MACRONIX          0x10d9
00210 #define PCI_VENDOR_ID_TCONRAD           0x10da
00211 #define PCI_VENDOR_ID_CERN              0x10dc
00212 #define PCI_VENDOR_ID_NVIDIA                    0x10de
00213 #define PCI_VENDOR_ID_IMS               0x10e0
00214 #define PCI_VENDOR_ID_TEKRAM2           0x10e1
00215 #define PCI_VENDOR_ID_TUNDRA            0x10e3
00216 #define PCI_VENDOR_ID_AMCC              0x10e8
00217 #define PCI_VENDOR_ID_INTERG            0x10ea
00218 #define PCI_VENDOR_ID_REALTEK           0x10ec
00219 #define PCI_VENDOR_ID_XILINX            0x10ee
00220 #define PCI_VENDOR_ID_TRUEVISION        0x10fa
00221 #define PCI_VENDOR_ID_INIT              0x1101
00222 #define PCI_VENDOR_ID_CREATIVE          0x1102
00223 /* duplicate: ECTIVA */
00224 #define PCI_VENDOR_ID_ECTIVA            0x1102
00225 /* duplicate: CREATIVE */
00226 #define PCI_VENDOR_ID_TTI               0x1103
00227 #define PCI_VENDOR_ID_VIA               0x1106
00228 #define PCI_VENDOR_ID_VIATEC            0x1106
00229 #define PCI_VENDOR_ID_SIEMENS           0x110A
00230 #define PCI_VENDOR_ID_SMC2              0x1113
00231 #define PCI_VENDOR_ID_VORTEX            0x1119
00232 #define PCI_VENDOR_ID_EF                0x111a
00233 #define PCI_VENDOR_ID_IDT               0x111d
00234 #define PCI_VENDOR_ID_FORE              0x1127
00235 #define PCI_VENDOR_ID_IMAGINGTECH       0x112f
00236 #define PCI_VENDOR_ID_PHILIPS           0x1131
00237 #define PCI_VENDOR_ID_EICON             0x1133
00238 #define PCI_VENDOR_ID_CYCLONE           0x113c
00239 #define PCI_VENDOR_ID_ALLIANCE          0x1142
00240 #define PCI_VENDOR_ID_SYSKONNECT        0x1148
00241 #define PCI_VENDOR_ID_VMIC              0x114a
00242 #define PCI_VENDOR_ID_DIGI              0x114f
00243 #define PCI_VENDOR_ID_MUTECH            0x1159
00244 #define PCI_VENDOR_ID_XIRCOM            0x115d
00245 #define PCI_VENDOR_ID_RENDITION         0x1163
00246 #define PCI_VENDOR_ID_SERVERWORKS         0x1166
00247 #define PCI_VENDOR_ID_SBE               0x1176
00248 #define PCI_VENDOR_ID_TOSHIBA           0x1179
00249 #define PCI_VENDOR_ID_RICOH             0x1180
00250 #define PCI_VENDOR_ID_DLINK             0x1186
00251 #define PCI_VENDOR_ID_ARTOP             0x1191
00252 #define PCI_VENDOR_ID_ZEITNET           0x1193
00253 #define PCI_VENDOR_ID_OMEGA             0x119b
00254 #define PCI_VENDOR_ID_FUJITSU_ME        0x119e
00255 #define PCI_SUBVENDOR_ID_KEYSPAN        0x11a9
00256 #define PCI_VENDOR_ID_GALILEO           0x11ab
00257 #define PCI_VENDOR_ID_LINKSYS           0x11ad
00258 #define PCI_VENDOR_ID_LITEON            0x11ad
00259 #define PCI_VENDOR_ID_V3                0x11b0
00260 #define PCI_VENDOR_ID_NP                0x11bc
00261 #define PCI_VENDOR_ID_ATT               0x11c1
00262 #define PCI_VENDOR_ID_SPECIALIX         0x11cb
00263 #define PCI_VENDOR_ID_AURAVISION        0x11d1
00264 #define PCI_VENDOR_ID_ANALOG_DEVICES    0x11d4
00265 #define PCI_VENDOR_ID_IKON              0x11d5
00266 #define PCI_VENDOR_ID_ZORAN             0x11de
00267 #define PCI_VENDOR_ID_KINETIC           0x11f4
00268 #define PCI_VENDOR_ID_COMPEX            0x11f6
00269 #define PCI_VENDOR_ID_RP                0x11fe
00270 #define PCI_VENDOR_ID_CYCLADES          0x120e
00271 #define PCI_VENDOR_ID_ESSENTIAL         0x120f
00272 #define PCI_VENDOR_ID_O2                0x1217
00273 #define PCI_VENDOR_ID_3DFX              0x121a
00274 #define PCI_VENDOR_ID_SIGMADES          0x1236
00275 #define PCI_VENDOR_ID_CCUBE             0x123f
00276 #define PCI_VENDOR_ID_AVM               0x1244
00277 #define PCI_VENDOR_ID_DIPIX             0x1246
00278 #define PCI_VENDOR_ID_STALLION          0x124d
00279 #define PCI_VENDOR_ID_OPTIBASE          0x1255
00280 #define PCI_VENDOR_ID_ESS               0x125d
00281 #define PCI_VENDOR_ID_HARRIS            0x1260
00282 #define PCI_VENDOR_ID_SATSAGEM          0x1267
00283 #define PCI_VENDOR_ID_HUGHES            0x1273
00284 #define PCI_VENDOR_ID_ENSONIQ           0x1274
00285 #define PCI_VENDOR_ID_ROCKWELL          0x127A
00286 #define PCI_VENDOR_ID_DAVICOM           0x1282
00287 #define PCI_VENDOR_ID_ITE               0x1283
00288 /* formerly Platform Tech */
00289 #define PCI_VENDOR_ID_ESS_OLD           0x1285
00290 #define PCI_VENDOR_ID_ALTEON            0x12ae
00291 #define PCI_VENDOR_ID_USR               0x12B9
00292 #define PCI_VENDOR_ID_HOLTEK            0x12c3
00293 #define PCI_SUBVENDOR_ID_CONNECT_TECH                   0x12c4
00294 #define PCI_VENDOR_ID_PICTUREL          0x12c5
00295 #define PCI_VENDOR_ID_NVIDIA_SGS        0x12d2
00296 #define PCI_SUBVENDOR_ID_CHASE_PCIFAST          0x12E0
00297 #define PCI_SUBVENDOR_ID_CHASE_PCIRAS           0x124D
00298 #define PCI_VENDOR_ID_AUREAL            0x12eb
00299 #define PCI_VENDOR_ID_CBOARDS           0x1307
00300 #define PCI_VENDOR_ID_SIIG              0x131f
00301 #define PCI_VENDOR_ID_ADMTEK            0x1317
00302 #define PCI_VENDOR_ID_DOMEX             0x134a
00303 #define PCI_VENDOR_ID_QUATECH           0x135C
00304 #define PCI_VENDOR_ID_SEALEVEL          0x135e
00305 #define PCI_VENDOR_ID_HYPERCOPE         0x1365
00306 #define PCI_VENDOR_ID_KAWASAKI          0x136b
00307 #define PCI_VENDOR_ID_LMC               0x1376
00308 #define PCI_VENDOR_ID_NETGEAR           0x1385
00309 #define PCI_VENDOR_ID_APPLICOM          0x1389
00310 #define PCI_VENDOR_ID_MOXA              0x1393
00311 #define PCI_VENDOR_ID_CCD               0x1397
00312 #define PCI_VENDOR_ID_MICROGATE         0x13c0
00313 #define PCI_VENDOR_ID_3WARE             0x13C1
00314 #define PCI_VENDOR_ID_ABOCOM            0x13D1
00315 #define PCI_VENDOR_ID_CMEDIA            0x13f6
00316 #define PCI_VENDOR_ID_LAVA              0x1407
00317 #define PCI_VENDOR_ID_TIMEDIA           0x1409
00318 #define PCI_VENDOR_ID_OXSEMI            0x1415
00319 #define PCI_VENDOR_ID_AIRONET           0x14b9
00320 #define PCI_VENDOR_ID_MYRICOM           0x14c1
00321 #define PCI_VENDOR_ID_TITAN             0x14D2
00322 #define PCI_VENDOR_ID_PANACOM           0x14d4
00323 #define PCI_VENDOR_ID_BROADCOM          0x14e4
00324 #define PCI_VENDOR_ID_SYBA              0x1592
00325 #define PCI_VENDOR_ID_MORETON           0x15aa
00326 #define PCI_VENDOR_ID_ZOLTRIX           0x15b0
00327 #define PCI_VENDOR_ID_PDC               0x15e9
00328 #define PCI_VENDOR_ID_FSC               0x1734
00329 #define PCI_VENDOR_ID_SYMPHONY          0x1c1c
00330 #define PCI_VENDOR_ID_TEKRAM            0x1de1
00331 #define PCI_VENDOR_ID_3DLABS            0x3d3d
00332 #define PCI_VENDOR_ID_AVANCE            0x4005
00333 #define PCI_VENDOR_ID_AKS               0x416c
00334 #define PCI_VENDOR_ID_NETVIN            0x4a14
00335 #define PCI_VENDOR_ID_S3                0x5333
00336 #define PCI_VENDOR_ID_DCI               0x6666
00337 #define PCI_VENDOR_ID_GENROCO           0x5555
00338 #define PCI_VENDOR_ID_INTEL             0x8086
00339 #define PCI_VENDOR_ID_COMPUTONE         0x8e0e
00340 #define PCI_SUBVENDOR_ID_COMPUTONE      0x8e0e
00341 #define PCI_VENDOR_ID_KTI               0x8e2e
00342 #define PCI_VENDOR_ID_ADAPTEC           0x9004
00343 #define PCI_VENDOR_ID_ADAPTEC2          0x9005
00344 #define PCI_VENDOR_ID_ATRONICS          0x907f
00345 #define PCI_VENDOR_ID_HOLTEK2           0x9412
00346 #define PCI_VENDOR_ID_NETMOS            0x9710
00347 #define PCI_SUBVENDOR_ID_EXSYS          0xd84d
00348 #define PCI_VENDOR_ID_TIGERJET          0xe159
00349 #define PCI_VENDOR_ID_ARK               0xedd8
00350 
00351 #endif /* _GPXE_PCI_IDS_H */

Generated on Tue Apr 6 20:01:08 2010 for gPXE by  doxygen 1.5.7.1