1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
|
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* OpenBSD: pcidevs,v 1.12 1996/10/14 09:00:53 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.8 1996/05/07 01:59:45 thorpej Exp $ */
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by Christopher G. Demetriou
* for the NetBSD Project.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
* List of known PCI vendors
*/
#define PCI_VENDOR_OLDCOMPAQ 0x0e11 /* Compaq (Old ID. see "COMPAQ" below.) */
#define PCI_VENDOR_OLDNCR 0x1000 /* NCR (Old ID. see "NCR" below.) */
#define PCI_VENDOR_ATI 0x1002 /* ATI Technologies */
#define PCI_VENDOR_ULSI 0x1003 /* ULSI Systems */
#define PCI_VENDOR_VLSI 0x1004 /* VLSI Technology */
#define PCI_VENDOR_AVANCE 0x1005 /* Avance Logic */
#define PCI_VENDOR_REPLY 0x1006 /* Reply Group */
#define PCI_VENDOR_NETFRAME 0x1007 /* NetFrame Systems */
#define PCI_VENDOR_EPSON 0x1008 /* Epson */
#define PCI_VENDOR_PHOENIX 0x100a /* Phoenix Technologies */
#define PCI_VENDOR_NS 0x100b /* National Semiconductor */
#define PCI_VENDOR_TSENG 0x100c /* Tseng Labs */
#define PCI_VENDOR_AST 0x100d /* AST Research */
#define PCI_VENDOR_WEITEK 0x100e /* Weitek */
#define PCI_VENDOR_VIDEOLOGIC 0x1010 /* Video Logic, Ltd. */
#define PCI_VENDOR_DEC 0x1011 /* Digital Equipment */
#define PCI_VENDOR_MICRONICS 0x1012 /* Micronics Computers */
#define PCI_VENDOR_CIRRUS 0x1013 /* Cirrus Logic */
#define PCI_VENDOR_IBM 0x1014 /* IBM */
#define PCI_VENDOR_ICLPERSONAL 0x1016 /* ICL Personal Systems */
#define PCI_VENDOR_SPEA 0x1017 /* SPEA Software */
#define PCI_VENDOR_UNISYS 0x1018 /* Unisys Systems */
#define PCI_VENDOR_ELITEGROUP 0x1019 /* Elitegroup Computer Systems */
#define PCI_VENDOR_NCR 0x101a /* NCR */
#define PCI_VENDOR_VITESSE 0x101b /* Vitesse Semiconductor */
#define PCI_VENDOR_WD 0x101c /* Western Digital */
#define PCI_VENDOR_AMI 0x101e /* American Megatrends */
#define PCI_VENDOR_PICTURETEL 0x101f /* PictureTel */
#define PCI_VENDOR_HITACHICOMP 0x1020 /* Hitachi Computer Products */
#define PCI_VENDOR_OKI 0x1021 /* OKI Electric Industry */
#define PCI_VENDOR_AMD 0x1022 /* AMD */
#define PCI_VENDOR_TRIDENT 0x1023 /* Trident Microsystems */
#define PCI_VENDOR_ZENITH 0x1024 /* Zenith Data Systems */
#define PCI_VENDOR_ACER 0x1025 /* Acer */
#define PCI_VENDOR_DELL 0x1028 /* Dell Computer */
#define PCI_VENDOR_SIEMENS 0x1029 /* Siemens Nixdorf IS */
#define PCI_VENDOR_LSILOGIC 0x102a /* LSI Logic, Headland div. */
#define PCI_VENDOR_MATROX 0x102b /* Matrox */
#define PCI_VENDOR_CHIPS 0x102c /* Chips and Technologies */
#define PCI_VENDOR_WYSE 0x102d /* WYSE Technology */
#define PCI_VENDOR_OLIVETTI 0x102e /* Olivetti Advanced Technology */
#define PCI_VENDOR_TOSHIBA 0x102f /* Toshiba America */
#define PCI_VENDOR_TMCRESEARCH 0x1030 /* TMC Research */
#define PCI_VENDOR_MIRO 0x1031 /* Miro Computer Products */
#define PCI_VENDOR_COMPAQ 0x1032 /* Compaq */
#define PCI_VENDOR_NEC 0x1033 /* NEC */
#define PCI_VENDOR_BURNDY 0x1034 /* Burndy */
#define PCI_VENDOR_COMPCOMM 0x1035 /* Comp. & Comm. Research Lab */
#define PCI_VENDOR_FUTUREDOMAIN 0x1036 /* Future Domain */
#define PCI_VENDOR_HITACHIMICRO 0x1037 /* Hitach Microsystems */
#define PCI_VENDOR_AMP 0x1038 /* AMP */
#define PCI_VENDOR_SIS 0x1039 /* Silicon Integrated System */
#define PCI_VENDOR_SEIKOEPSON 0x103a /* Seiko Epson */
#define PCI_VENDOR_TATUNGAMERICA 0x103b /* Tatung Co. of America */
#define PCI_VENDOR_HP 0x103C /* Hewlett-Packard */
#define PCI_VENDOR_SOLLIDAY 0x103e /* Solliday Engineering */
#define PCI_VENDOR_LOGICMODELLING 0x103f /* Logic Modeling */
#define PCI_VENDOR_KPC 0x1040 /* Kubota Pacific */
#define PCI_VENDOR_COMPUTREND 0x1041 /* Computrend */
#define PCI_VENDOR_PCTECH 0x1042 /* PC Technology */
#define PCI_VENDOR_ASUSTEK 0x1043 /* Asustek Computer */
#define PCI_VENDOR_DPT 0x1044 /* Distributed Processing Technology */
#define PCI_VENDOR_OPTI 0x1045 /* Opti */
#define PCI_VENDOR_IPCCORP 0x1046 /* IPC Corporation */
#define PCI_VENDOR_GENOA 0x1047 /* Genoa Systems */
#define PCI_VENDOR_ELSA 0x1048 /* Elsa */
#define PCI_VENDOR_FOUNTAINTECH 0x1049 /* Fountain Technology */
#define PCI_VENDOR_SGSTHOMSON 0x104a /* SGS Thomson Microelectric */
#define PCI_VENDOR_BUSLOGIC 0x104b /* BusLogic */
#define PCI_VENDOR_TI 0x104C /* Texas Instruments */
#define PCI_VENDOR_SONY 0x104D /* Sony */
#define PCI_VENDOR_OAKTECH 0x104e /* Oak Technology */
#define PCI_VENDOR_COTIME 0x104f /* Co-time Computer */
#define PCI_VENDOR_WINBOND 0x1050 /* Winbond Electronics */
#define PCI_VENDOR_ANIGMA 0x1051 /* Anigma */
#define PCI_VENDOR_YOUNGMICRO 0x1052 /* Young Micro Systems */
#define PCI_VENDOR_HITACHI 0x1054 /* Hitachi */
#define PCI_VENDOR_EFARMICRO 0x1055 /* Efar Microsystems */
#define PCI_VENDOR_ICL 0x1056 /* ICL */
#define PCI_VENDOR_MOT 0x1057 /* Motorola */
#define PCI_VENDOR_ETR 0x1058 /* Electronics & Telec. RSH */
#define PCI_VENDOR_TEKNOR 0x1059 /* Teknor Microsystems */
#define PCI_VENDOR_PROMISE 0x105a /* Promise Technology */
#define PCI_VENDOR_FOXCONN 0x105b /* Foxconn International */
#define PCI_VENDOR_WIPRO 0x105c /* Wipro Infotech */
#define PCI_VENDOR_NUMBER9 0x105d /* Number 9 Computer Company */
#define PCI_VENDOR_VTECH 0x105e /* Vtech Computers */
#define PCI_VENDOR_INFOTRONIC 0x105f /* Infotronic America */
#define PCI_VENDOR_UMC 0x1060 /* United Microelectronics */
#define PCI_VENDOR_ITT 0x1061 /* I. T. T. (or X technology?) */
#define PCI_VENDOR_MASPAR 0x1062 /* Maspar Computer */
#define PCI_VENDOR_OCEANOA 0x1063 /* Ocean Office Automation */
#define PCI_VENDOR_ALCATEL 0x1064 /* Alcatel CIT */
#define PCI_VENDOR_TEXASMICRO 0x1065 /* Texas Microsystems */
#define PCI_VENDOR_PICOPOWER 0x1066 /* Picopower Technology */
#define PCI_VENDOR_MITSUBISHI 0x1067 /* Mitsubishi */
#define PCI_VENDOR_DIVERSIFIED 0x1068 /* Diversified Technology */
#define PCI_VENDOR_MYLEX 0x1069 /* Mylex */
#define PCI_VENDOR_ATEN 0x106a /* Aten Research */
#define PCI_VENDOR_APPLE 0x106B /* Apple */
#define PCI_VENDOR_HYUNDAI 0x106c /* Hyundai Electronics America */
#define PCI_VENDOR_SEQUENT 0x106d /* Sequent */
#define PCI_VENDOR_DFI 0x106e /* DFI */
#define PCI_VENDOR_CITYGATE 0x106f /* City Gate Development */
#define PCI_VENDOR_DAEWOO 0x1070 /* Daewoo Telecom */
#define PCI_VENDOR_MITAC 0x1071 /* Mitac */
#define PCI_VENDOR_GIT 0x1072 /* GIT Co. */
#define PCI_VENDOR_YAMAHA 0x1073 /* Yamaha */
#define PCI_VENDOR_NEXGEN 0x1074 /* NexGen Microsystems */
#define PCI_VENDOR_AIR 0x1075 /* Advanced Integration Research */
#define PCI_VENDOR_CHAINTECH 0x1076 /* Chaintech Computer */
#define PCI_VENDOR_QLOGIC 0x1077 /* Q Logic */
#define PCI_VENDOR_CYRIX 0x1078 /* Cyrix Corporation */
#define PCI_VENDOR_IBUS 0x1079 /* I-Bus */
#define PCI_VENDOR_NETWORTH 0x107a /* NetWorth */
#define PCI_VENDOR_GATEWAY 0x107b /* Gateway 2000 */
#define PCI_VENDOR_GOLDSTART 0x107c /* Goldstar */
#define PCI_VENDOR_LEADTEK 0x107d /* LeadTek Research */
#define PCI_VENDOR_INTERPHASE 0x107e /* Interphase */
#define PCI_VENDOR_DATATECH 0x107f /* Data Technology Corporation */
#define PCI_VENDOR_CONTAQ 0x1080 /* Contaq Microsystems */
#define PCI_VENDOR_SUPERMAC 0x1081 /* Supermac Technology */
#define PCI_VENDOR_EFA 0x1082 /* EFA Corporation of America */
#define PCI_VENDOR_FOREX 0x1083 /* Forex Computer */
#define PCI_VENDOR_PARADOR 0x1084 /* Parador */
#define PCI_VENDOR_TULIP 0x1085 /* Tulip Computers */
#define PCI_VENDOR_JBOND 0x1086 /* J. Bond Computer Systems */
#define PCI_VENDOR_CACHECOMP 0x1087 /* Cache Computer */
#define PCI_VENDOR_MICROCOMP 0x1088 /* Microcomputer Systems */
#define PCI_VENDOR_DG 0x1089 /* Data General Corporation */
#define PCI_VENDOR_BIT3 0x108A /* Bit3 Computer Corp. */
#define PCI_VENDOR_OAKLEIGH 0x108c /* Oakleigh Systems */
#define PCI_VENDOR_OLICOM 0x108d /* Olicom */
#define PCI_VENDOR_SYSTEMSOFT 0x108f /* Systemsoft */
#define PCI_VENDOR_ENCORE 0x1090 /* Encore Computer */
#define PCI_VENDOR_INTERGRAPH 0x1091 /* Intergraph */
#define PCI_VENDOR_DIAMOND 0x1092 /* Diamond Computer Systems */
#define PCI_VENDOR_NATIONALINST 0x1093 /* National Instruments */
#define PCI_VENDOR_FICOMP 0x1094 /* First Int'l Computers */
#define PCI_VENDOR_CMDTECH 0x1095 /* CMD Technology */
#define PCI_VENDOR_ALACRON 0x1096 /* Alacron */
#define PCI_VENDOR_APPIAN 0x1097 /* Appian Technology */
#define PCI_VENDOR_QUANTUMDESIGNS 0x1098 /* Quantum Designs (or Vision?) */
#define PCI_VENDOR_SAMSUNGELEC 0x1099 /* Samsung Electronics */
#define PCI_VENDOR_PACKARDBELL 0x109a /* Packard Bell */
#define PCI_VENDOR_GEMLIGHT 0x109b /* Gemlight Computer */
#define PCI_VENDOR_MEGACHIPS 0x109c /* Megachips */
#define PCI_VENDOR_ZIDA 0x109d /* Zida Technologies */
#define PCI_VENDOR_BROOKTREE 0x109e /* Brooktree */
#define PCI_VENDOR_TRIGEM 0x109f /* Trigem Computer */
#define PCI_VENDOR_MEIDENSHA 0x10a0 /* Meidensha */
#define PCI_VENDOR_JUKO 0x10a1 /* Juko Electronics */
#define PCI_VENDOR_QUANTUM 0x10a2 /* Quantum */
#define PCI_VENDOR_EVEREX 0x10a3 /* Everex Systems */
#define PCI_VENDOR_GLOBE 0x10a4 /* Globe Manufacturing Sales */
#define PCI_VENDOR_RACAL 0x10a5 /* Racal Interlan */
#define PCI_VENDOR_INFORMTECH 0x10a6 /* Informtech Industrial */
#define PCI_VENDOR_BENCHMARQ 0x10a7 /* Benchmarq Microelectronics */
#define PCI_VENDOR_SIERRA 0x10a8 /* Sierra Semiconductor */
#define PCI_VENDOR_SGI 0x10a9 /* Silicon Graphics */
#define PCI_VENDOR_ACC 0x10aa /* ACC Microelectronics */
#define PCI_VENDOR_DIGICOM 0x10ab /* Digicom */
#define PCI_VENDOR_HONEYWELL 0x10ac /* Honeywell IASD */
#define PCI_VENDOR_SYMPHONY 0x10ad /* Symphony Labs (or Winbond?) */
#define PCI_VENDOR_CORNERSTONE 0x10ae /* Cornerstone Technology */
#define PCI_VENDOR_MICROCOMPSON 0x10af /* Micro Computer Sysytems (M) SON */
#define PCI_VENDOR_CARDEXPER 0x10b0 /* CardExpert Technology */
#define PCI_VENDOR_CABLETRON 0x10B1 /* Cabletron Systems */
#define PCI_VENDOR_RAYETHON 0x10b2 /* Raytheon */
#define PCI_VENDOR_DATABOOK 0x10b3 /* Databook */
#define PCI_VENDOR_STB 0x10b4 /* STB Systems */
#define PCI_VENDOR_PLX 0x10b5 /* PLX Technology */
#define PCI_VENDOR_MADGE 0x10b6 /* Madge Networks */
#define PCI_VENDOR_3COM 0x10b7 /* 3Com */
#define PCI_VENDOR_SMC 0x10b8 /* Standard Microsystems */
#define PCI_VENDOR_ALI 0x10b9 /* Acer Labs */
#define PCI_VENDOR_MITSUBISHIELEC 0x10ba /* Mitsubishi Electronics */
#define PCI_VENDOR_DAPHA 0x10bb /* Dapha Electronics */
#define PCI_VENDOR_ALR 0x10bc /* Advanced Logic Research */
#define PCI_VENDOR_SURECOM 0x10bd /* Surecom Technology */
#define PCI_VENDOR_TSENGLABS 0x10be /* Tseng Labs International */
#define PCI_VENDOR_MOST 0x10bf /* Most */
#define PCI_VENDOR_BOCA 0x10c0 /* Boca Research */
#define PCI_VENDOR_ICM 0x10c1 /* ICM */
#define PCI_VENDOR_AUSPEX 0x10c2 /* Auspex Systems */
#define PCI_VENDOR_SAMSUNGSEMI 0x10c3 /* Samsung Semiconductors */
#define PCI_VENDOR_AWARD 0x10c4 /* Award Software Int'l */
#define PCI_VENDOR_XEROX 0x10c5 /* Xerox */
#define PCI_VENDOR_RAMBUS 0x10c6 /* Rambus */
#define PCI_VENDOR_MEDIAVIS 0x10c7 /* Media Vision */
#define PCI_VENDOR_NEOMAGIC 0x10c8 /* Neomagic */
#define PCI_VENDOR_DATAEXPERT 0x10c9 /* Dataexpert */
#define PCI_VENDOR_FUJITSU 0x10ca /* Fujitsu */
#define PCI_VENDOR_OMRON 0x10cb /* Omron */
#define PCI_VENDOR_MENTOR 0x10cc /* Mentor ARC */
#define PCI_VENDOR_ADVSYSPROD 0x10cd /* Advanced System Products */
#define PCI_VENDOR_RADIUS 0x10ce /* Radius */
#define PCI_VENDOR_CITICORP 0x10cf /* Citicorp TTI */
#define PCI_VENDOR_FUJUTSU 0x10d0 /* Fujitsu Limited */
#define PCI_VENDOR_FUTUREPLUS 0x10d1 /* Future+ Systems */
#define PCI_VENDOR_MOLEX 0x10d2 /* Molex */
#define PCI_VENDOR_JABIL 0x10d3 /* Jabil Circuit */
#define PCI_VENDOR_HAULON 0x10d4 /* Hualon Microelectronics */
#define PCI_VENDOR_AUTOLOGIC 0x10d5 /* Autologic */
#define PCI_VENDOR_CETIA 0x10d6 /* Cetia */
#define PCI_VENDOR_BCM 0x10d7 /* BCM Advanced */
#define PCI_VENDOR_APL 0x10d8 /* Advanced Peripherals Labs */
#define PCI_VENDOR_MACRONIX 0x10d9 /* Macronix */
#define PCI_VENDOR_THOMASCONRAD 0x10da /* Thomas-Conrad */
#define PCI_VENDOR_ROHM 0x10db /* Rohm Research */
#define PCI_VENDOR_CERN 0x10dc /* CERN/ECP/EDU */
#define PCI_VENDOR_ES 0x10dd /* Evans & Sutherland */
#define PCI_VENDOR_NVIDIA 0x10de /* Nvidia Corporation */
#define PCI_VENDOR_EMULEX 0x10df /* Emulex */
#define PCI_VENDOR_IMS 0x10e0 /* Integrated Micro Solutions */
#define PCI_VENDOR_TEKRAM 0x10e1 /* Tekram Technology */
#define PCI_VENDOR_APTIX 0x10e2 /* Aptix Corporation */
#define PCI_VENDOR_NEWBRIDGE 0x10e3 /* Newbridge Microsystems */
#define PCI_VENDOR_TANDEM 0x10e4 /* Tandem Computers */
#define PCI_VENDOR_MICROINDUSTRIES 0x10e5 /* Micro Industries */
#define PCI_VENDOR_GAINBERY 0x10e6 /* Gainbery Computer Products */
#define PCI_VENDOR_VADEM 0x10e7 /* Vadem */
#define PCI_VENDOR_AMCIRCUITS 0x10e8 /* Applied Micro Circuits */
#define PCI_VENDOR_ALPSELECTIC 0x10e9 /* Alps Electric */
#define PCI_VENDOR_INTERGRAPHICS 0x10ea /* Integraphics Systems */
#define PCI_VENDOR_ARTISTSGRAPHICS 0x10eb /* Artists Graphics */
#define PCI_VENDOR_REALTEK 0x10ec /* Realtek Semiconductor */
#define PCI_VENDOR_ASCIICORP 0x10ed /* ASCII Corporation */
#define PCI_VENDOR_XILINX 0x10ee /* Xilinx */
#define PCI_VENDOR_RACORE 0x10ef /* Racore Computer Products */
#define PCI_VENDOR_PERITEK 0x10f0 /* Peritek */
#define PCI_VENDOR_TYAN 0x10f1 /* Tyan Computer */
#define PCI_VENDOR_ACHME 0x10f2 /* Achme Computer */
#define PCI_VENDOR_ALARIS 0x10f3 /* Alaris */
#define PCI_VENDOR_SMOS 0x10f4 /* S-MOS Systems */
#define PCI_VENDOR_MKK 0x10f5 /* NKK Corporation */
#define PCI_VENDOR_CREATIVE 0x10f6 /* Creative Electronic Systems */
#define PCI_VENDOR_MATSUSHITA 0x10f7 /* Matsushita */
#define PCI_VENDOR_ALTOS 0x10f8 /* Altos India */
#define PCI_VENDOR_PCDIRECT 0x10f9 /* PC Direct */
#define PCI_VENDOR_TRUEVISIO 0x10fa /* Truevision */
#define PCI_VENDOR_THESYS 0x10fb /* Thesys Ges. F. Mikroelektronik */
#define PCI_VENDOR_IODATA 0x10fc /* I-O Data Device */
#define PCI_VENDOR_SOYO 0x10fd /* Soyo Technology */
#define PCI_VENDOR_FAST 0x10fe /* Fast Electronic */
#define PCI_VENDOR_NCUBE 0x10ff /* NCube */
#define PCI_VENDOR_JAZZ 0x1100 /* Jazz Multimedia */
#define PCI_VENDOR_INITIO 0x1101 /* Initio */
#define PCI_VENDOR_CREATIVELABS 0x1102 /* Creative Labs */
#define PCI_VENDOR_TRIONES 0x1103 /* Triones Technologies */
#define PCI_VENDOR_RASTEROPS 0x1104 /* RasterOps */
#define PCI_VENDOR_SIGMA 0x1105 /* Sigma Designs */
#define PCI_VENDOR_VIATECH 0x1106 /* Via Technologies */
#define PCI_VENDOR_STRATIS 0x1107 /* Stratus Computer */
#define PCI_VENDOR_PROTEON 0x1108 /* Proteon */
#define PCI_VENDOR_COGENT 0x1109 /* Cogent Data Technologies */
#define PCI_VENDOR_XENON 0x110b /* Xenon Microsystems */
#define PCI_VENDOR_MINIMAX 0x110c /* Mini-Max Technology */
#define PCI_VENDOR_ZNYX 0x110d /* Znyx Advanced Systems */
#define PCI_VENDOR_CPUTECH 0x110e /* CPU Technology */
#define PCI_VENDOR_ROSS 0x110f /* Ross Technology */
#define PCI_VENDOR_POWERHOUSE 0x1110 /* Powerhouse Systems */
#define PCI_VENDOR_SCO 0x1111 /* Santa Cruz Operation */
#define PCI_VENDOR_ROCKWELL 0x1112 /* Rockwell Network Systems */
#define PCI_VENDOR_ACCTON 0x1113 /* Accton Technology */
#define PCI_VENDOR_ATMEL 0x1114 /* Atmel */
#define PCI_VENDOR_3DLABS 0x1115 /* 3D Labs */
#define PCI_VENDOR_DATATRANSLATION 0x1116 /* Data Translation */
#define PCI_VENDOR_DATACUBE 0x1117 /* Datacube */
#define PCI_VENDOR_BERG 0x1118 /* Berg Electronics */
#define PCI_VENDOR_VORTEX 0x1119 /* Vortex Computer Systems */
#define PCI_VENDOR_EFFICIENTNETS 0x111a /* Efficent Networks */
#define PCI_VENDOR_TELEDYNE 0x111b /* Teledyne Electronic Systems */
#define PCI_VENDOR_TRICORD 0x111c /* Tricord Systems */
#define PCI_VENDOR_IDT 0x111d /* IDT */
#define PCI_VENDOR_ELDEC 0x111e /* Eldec */
#define PCI_VENDOR_PDI 0x111f /* Prescision Digital Images */
#define PCI_VENDOR_EMC 0x1120 /* Emc */
#define PCI_VENDOR_ZILOG 0x1121 /* Zilog */
#define PCI_VENDOR_MULTITECH 0x1122 /* Multi-tech Systems */
#define PCI_VENDOR_LEUTRON 0x1124 /* Leutron Vision */
#define PCI_VENDOR_EUROCORE 0x1125 /* Eurocore */
#define PCI_VENDOR_VIGRA 0x1125 /* Vigra */
#define PCI_VENDOR_FORE 0x1127 /* FORE Systems */
#define PCI_VENDOR_FIRMWORKS 0x1129 /* Firmworks */
#define PCI_VENDOR_HERMES 0x112a /* Hermes Electronics */
#define PCI_VENDOR_LINOTYPE 0x112b /* Linotype */
#define PCI_VENDOR_RAVICAD 0x112d /* Ravicad */
#define PCI_VENDOR_INFOMEDIA 0x112e /* Infomedia Microelectronics */
#define PCI_VENDOR_IMAGINGTECH 0x112f /* Imaging Technlogy */
#define PCI_VENDOR_COMPUTERVISION 0x1130 /* Computervision */
#define PCI_VENDOR_PHILIPS 0x1131 /* Philips */
#define PCI_VENDOR_MITEL 0x1132 /* Mitel */
#define PCI_VENDOR_EICON 0x1133 /* Eicon Technology */
#define PCI_VENDOR_MCS 0x1134 /* Mercury Computer Systems */
#define PCI_VENDOR_FUJIXEROX 0x1135 /* Fuji Xerox */
#define PCI_VENDOR_MOMENTUM 0x1136 /* Momentum Data Systems */
#define PCI_VENDOR_CISCO 0x1137 /* Cisco Systems */
#define PCI_VENDOR_ZIATECH 0x1138 /* Ziatech */
#define PCI_VENDOR_DYNPIC 0x1139 /* Dynamic Pictures */
#define PCI_VENDOR_FWB 0x113a /* FWB */
#define PCI_VENDOR_CYCLONE 0x113c /* Cyclone Micro */
#define PCI_VENDOR_LEADINGEDGE 0x113d /* Leading Edge */
#define PCI_VENDOR_SANYO 0x113e /* Sanyo Electric */
#define PCI_VENDOR_EQUINOX 0x113f /* Equinox Systems */
#define PCI_VENDOR_INTERVOICE 0x1140 /* Intervoice */
#define PCI_VENDOR_CREST 0x1141 /* Crest Microsystem */
#define PCI_VENDOR_ALLIANCE 0x1142 /* Alliance Semiconductor */
#define PCI_VENDOR_NETPOWER 0x1143 /* NetPower */
#define PCI_VENDOR_CINMILACRON 0x1144 /* Cincinnati Milacron */
#define PCI_VENDOR_WORKBIT 0x1145 /* Workbit */
#define PCI_VENDOR_FORCE 0x1146 /* Force Computers */
#define PCI_VENDOR_INTERFACE 0x1147 /* Interface */
#define PCI_VENDOR_SCHNEIDERKOCH 0x1148 /* Schneider & Koch */
#define PCI_VENDOR_WINSYSTEM 0x1149 /* Win System */
#define PCI_VENDOR_VMIC 0x114a /* VMIC */
#define PCI_VENDOR_CANOPUS 0x114b /* Canopus */
#define PCI_VENDOR_ANNABOOKS 0x114c /* Annabooks */
#define PCI_VENDOR_IC 0x114d /* IC Corporation */
#define PCI_VENDOR_NIKON 0x114e /* Nikon Systems */
#define PCI_VENDOR_DIGIINTERNAT 0x114f /* Digi International */
#define PCI_VENDOR_TMC 0x1150 /* Thinking Machines */
#define PCI_VENDOR_JAE 0x1151 /* JAE Electronics */
#define PCI_VENDOR_MEGATEK 0x1152 /* Megatek */
#define PCI_VENDOR_LANDWIN 0x1153 /* Land Win Electronic */
#define PCI_VENDOR_MELCO 0x1154 /* Melco */
#define PCI_VENDOR_PINETECH 0x1155 /* Pine Technology */
#define PCI_VENDOR_PERISCOPE 0x1156 /* Periscope Engineering */
#define PCI_VENDOR_AVSYS 0x1157 /* Avsys */
#define PCI_VENDOR_VOARX 0x1158 /* Voarx R & D */
#define PCI_VENDOR_MUTECH 0x1159 /* Mutech */
#define PCI_VENDOR_HARLEQUIN 0x115a /* Harlequin */
#define PCI_VENDOR_PARALLAX 0x115b /* Parallax Graphics */
#define PCI_VENDOR_XIRCOM 0x115d /* Xircom */
#define PCI_VENDOR_PEERPROTO 0x115e /* Peer Protocols */
#define PCI_VENDOR_MAXTOR 0x115f /* Maxtor */
#define PCI_VENDOR_MEGASOFT 0x1160 /* Megasoft */
#define PCI_VENDOR_PFU 0x1161 /* PFU Limited */
#define PCI_VENDOR_OALAB 0x1162 /* OA Laboratory */
#define PCI_VENDOR_SYNEMA 0x1163 /* Synema Corporation */
#define PCI_VENDOR_APT 0x1164 /* Advanced Peripherals Technologies */
#define PCI_VENDOR_IMAGRAPH 0x1165 /* Imagraph */
#define PCI_VENDOR_PEQUR 0x1166 /* Pequr Technology */
#define PCI_VENDOR_MUTOH 0x1167 /* Mutoh Industries */
#define PCI_VENDOR_THINE 0x1168 /* Thine Electronics */
#define PCI_VENDOR_CDAC 0x1169 /* Centre for Dev. of Advanced Computing */
#define PCI_VENDOR_POLARIS 0x116a /* Polaris Communications */
#define PCI_VENDOR_CONNECTWARE 0x116b /* Connectware */
#define PCI_VENDOR_MARTINMARIETTA 0x116d /* Martin-Marietta */
#define PCI_VENDOR_WSTECH 0x116f /* Workstation Technology */
#define PCI_VENDOR_INVENTEC 0x1170 /* Inventec */
#define PCI_VENDOR_ZEITNET 0x1193 /* ZeitNet */
#define PCI_VENDOR_SPECIALIX 0x11cb /* Specialix */
#define PCI_VENDOR_CYCLADES 0x120e /* Cyclades */
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony (duplicate? see 0x10ad) */
#define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram (mistyped? see 0x10e1) */
#define PCI_VENDOR_AVANCE2 0x4005 /* Avance Logic (mistyped? see 0x1005) */
#define PCI_VENDOR_S3 0x5333 /* S3 */
#define PCI_VENDOR_INTEL 0x8086 /* Intel */
#define PCI_VENDOR_ADP 0x9004 /* Adaptec */
#define PCI_VENDOR_ATRONICS 0x907f /* Atronics */
#define PCI_VENDOR_NETPOWERNEW 0xdead /* NetPower */
#define PCI_VENDOR_ARK 0xedd8 /* Ark Logic (or Arc? or Hercules?) */
/*
* List of known products. Grouped by vendor.
*/
/* 3COM Products */
#define PCI_PRODUCT_3COM_3C590 0x5900 /* 3c590 10Mbps */
#define PCI_PRODUCT_3COM_3C595 0x5950 /* 3c595 100Base-TX */
#define PCI_PRODUCT_3COM_3C595T 0x5951 /* 3c595 100Base-T4 */
#define PCI_PRODUCT_3COM_3C595TM 0x5952 /* 3c595 100Base-T/MII */
#define PCI_PRODUCT_3COM_3C900 0x9000 /* 3c900 10Base-T */
#define PCI_PRODUCT_3COM_3C900T 0x9001 /* 3c900 10Mbps-Combo */
#define PCI_PRODUCT_3COM_3C905 0x9050 /* 3c905 100Base-TX */
#define PCI_PRODUCT_3COM_3C905T 0x9051 /* 3c905 100Base-T4 */
/* Acer products */
#define PCI_PRODUCT_ACER_M1435 0x1435 /* M1435 */
/* Adaptec products */
#define PCI_PRODUCT_ADP_3940U 0x8278 /* AHA-3940 Ultra */
#define PCI_PRODUCT_ADP_2944U 0x8478 /* AHA-2944 Ultra */
#define PCI_PRODUCT_ADP_2940U 0x8178 /* AHA-2940 Ultra */
#define PCI_PRODUCT_ADP_3940 0x7278 /* AHA-3940 */
#define PCI_PRODUCT_ADP_2944 0x7478 /* AHA-2944 */
#define PCI_PRODUCT_ADP_2940 0x7178 /* AHA-2940 */
#define PCI_PRODUCT_ADP_AIC7880 0x8078 /* AIC-7880 Ultra */
#define PCI_PRODUCT_ADP_AIC7870 0x7078 /* AIC-7870 */
#define PCI_PRODUCT_ADP_AIC7850 0x5078 /* AIC-7850 */
/* AMD products */
#define PCI_PRODUCT_AMD_PCNET_PCI 0x2000 /* PCnet-PCI Ethernet */
/* ATI products */
#define PCI_PRODUCT_ATI_MACH32 0x4158 /* Mach32 */
#define PCI_PRODUCT_ATI_MACH64_CX 0x4358 /* Mach64-CX */
#define PCI_PRODUCT_ATI_MACH64_GX 0x4758 /* Mach64-GX */
/* BusLogic products */
#define PCI_PRODUCT_BUSLOGIC_OLD946C 0x0140 /* 946C */
#define PCI_PRODUCT_BUSLOGIC_946C 0x1040 /* 946C */
/* Cirrus Logic products */
/* product CIRRUS UNK 0x00a4 unknown */
#define PCI_PRODUCT_CIRRUS_5434 0x00a8 /* 5434 */
/* DEC products */
#define PCI_PRODUCT_DEC_21050 0x0001 /* DECchip 21050 PCI-PCI Bridge */
#define PCI_PRODUCT_DEC_21040 0x0002 /* DECchip 21040 (\"Tulip\") */
#define PCI_PRODUCT_DEC_21030 0x0004 /* DECchip 21030 (\"TGA\") */
#define PCI_PRODUCT_DEC_NVRAM 0x0007 /* Zephyr NV-RAM */
#define PCI_PRODUCT_DEC_KZPSA 0x0008 /* KZPSA */
#define PCI_PRODUCT_DEC_21140 0x0009 /* DECchip 21140 (\"FasterNet\") */
#define PCI_PRODUCT_DEC_DEFPA 0x000f /* DEFPA */
/* product DEC ??? 0x0010 ??? VME Interface */
#define PCI_PRODUCT_DEC_21041 0x0014 /* DECchip 21041 (\"Tulip Pass 3\") */
/* Diamond products */
#define PCI_PRODUCT_DIAMOND_vIPER 0x9001 /* Viper/PCI */
/* CMD Technologies Products */
#define PCI_PRODUCT_CMDTECH_PCI0640 0x0640 /* UNSUPP PCI to IDE Controller */
/* FORE products */
#define PCI_PRODUCT_FORE_PCA200 0x0210 /* ATM PCA-200 */
/* ENI products */
#define PCI_PRODUCT_EFFICIENTNETS_ENI155P 0x0002 /* ENI-155P ATM */
/* Intel products */
#define PCI_PRODUCT_INTEL_PCEB 0x0482 /* 82375EB PCI-EISA Bridge */
#define PCI_PRODUCT_INTEL_CDC 0x0483 /* 82424ZX Cache and DRAM controller */
#define PCI_PRODUCT_INTEL_SIO 0x0484 /* 82378IB PCI-ISA Bridge (System I/O) */
#define PCI_PRODUCT_INTEL_PCIB 0x0486 /* 82426EX PCI-ISA Bridge */
#define PCI_PRODUCT_INTEL_PCMC 0x04a3 /* 82434LX PCI, Cache, and Memory Controller */
/* Mylex products */
#define PCI_PRODUCT_MYLEX_960P 0x0001 /* RAID controller */
/* NCR/Symbios Logic products */
#define PCI_PRODUCT_OLDNCR_810 0x0001 /* 53c810 */
#define PCI_PRODUCT_OLDNCR_820 0x0002 /* 53c820 */
#define PCI_PRODUCT_OLDNCR_825 0x0003 /* 53c825 */
#define PCI_PRODUCT_OLDNCR_815 0x0004 /* 53c815 */
#define PCI_PRODUCT_OLDNCR_810AP 0x0005 /* 53c810AP */
#define PCI_PRODUCT_OLDNCR_860 0x0006 /* 53c860 */
#define PCI_PRODUCT_OLDNCR_875 0x000f /* 53c875 */
/* do the NCR chips use the new ID, as well? */
/* Number Nine products */
#define PCI_PRODUCT_NUMBER9_IMAG128 0x2309 /* Imagine-128 */
/* Opti products */
#define PCI_PRODUCT_OPTI_82C822 0xc822 /* 82C822 */
#define PCI_PRODUCT_OPTI_82C621 0xc821 /* 82C621 */
/* QLogic products */
#define PCI_PRODUCT_QLOGIC_ISP1020 0x1020 /* ISP1020 */
/* S3 products */
/* Names??? */
#define PCI_PRODUCT_S3_TRIO64 0x8811 /* Trio32/64/64V+ */
#define PCI_PRODUCT_S3_868 0x8880 /* 868 */
#define PCI_PRODUCT_S3_928 0x88b0 /* 928 */
#define PCI_PRODUCT_S3_864_0 0x88c0 /* Vision 864-0 */
#define PCI_PRODUCT_S3_864_1 0x88c1 /* Vision 864-1 */
#define PCI_PRODUCT_S3_964 0x88d0 /* 964 */
#define PCI_PRODUCT_S3_968 0x88f0 /* 968 */
/* SMC products */
#define PCI_PRODUCT_SMC_37C665 0x1000 /* 37C665 */
/* Tseng Labs products */
#define PCI_PRODUCT_TSENG_W32P_A 0x3202 /* ET4000w32p rev A */
#define PCI_PRODUCT_TSENG_W32P_D 0x3207 /* ET4000w32p rev D */
/* UMC products */
#define PCI_PRODUCT_UMC_UM8673F 0x0101 /* UM8673F */
#define PCI_PRODUCT_UMC_UM8881F 0x8881 /* UM8881F PCI-Host bridge */
#define PCI_PRODUCT_UMC_UM8886F 0x8886 /* UM8886F PCI-ISA bridge */
/* Cyclades products */
#define PCI_PRODUCT_CYCLADES_CYCLOMY_1 0x0100 /* Cyclom-Y below 1M */
#define PCI_PRODUCT_CYCLADES_CYCLOMY_2 0x0101 /* Cyclom-Y above 1M */
|