pcidevs.h revision 1.154 1 1.51 thorpej /* $NetBSD: pcidevs.h,v 1.154 1999/08/24 21:32:25 soren Exp $ */
2 1.51 thorpej
3 1.1 cgd /*
4 1.1 cgd * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
5 1.1 cgd *
6 1.1 cgd * generated from:
7 1.154 soren * NetBSD: pcidevs,v 1.147 1999/08/24 21:32:04 soren Exp
8 1.1 cgd */
9 1.1 cgd
10 1.1 cgd /*
11 1.5 cgd * Copyright (c) 1995, 1996 Christopher G. Demetriou
12 1.1 cgd * All rights reserved.
13 1.1 cgd *
14 1.1 cgd * Redistribution and use in source and binary forms, with or without
15 1.1 cgd * modification, are permitted provided that the following conditions
16 1.1 cgd * are met:
17 1.1 cgd * 1. Redistributions of source code must retain the above copyright
18 1.1 cgd * notice, this list of conditions and the following disclaimer.
19 1.1 cgd * 2. Redistributions in binary form must reproduce the above copyright
20 1.1 cgd * notice, this list of conditions and the following disclaimer in the
21 1.1 cgd * documentation and/or other materials provided with the distribution.
22 1.1 cgd * 3. All advertising materials mentioning features or use of this software
23 1.1 cgd * must display the following acknowledgement:
24 1.1 cgd * This product includes software developed by Christopher G. Demetriou
25 1.1 cgd * for the NetBSD Project.
26 1.1 cgd * 4. The name of the author may not be used to endorse or promote products
27 1.1 cgd * derived from this software without specific prior written permission
28 1.1 cgd *
29 1.1 cgd * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
30 1.1 cgd * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
31 1.1 cgd * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
32 1.1 cgd * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
33 1.1 cgd * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
34 1.1 cgd * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35 1.1 cgd * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
36 1.1 cgd * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 1.1 cgd * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
38 1.1 cgd * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 1.1 cgd */
40 1.1 cgd
41 1.1 cgd /*
42 1.23 thorpej * NOTE: a fairly complete list of PCI codes can be found at:
43 1.140 itojun *
44 1.140 itojun * http://members.hyperlink.net.au/~chart/pci.htm
45 1.140 itojun *
46 1.140 itojun * which replaces the database previously found at
47 1.23 thorpej *
48 1.23 thorpej * http://www.halcyon.com/scripts/jboemler/pci/pcicode
49 1.153 drochner * or http://www.yourvote.com/pci/
50 1.33 cgd *
51 1.33 cgd * (but it doesn't always seem to match vendor documentation)
52 1.23 thorpej */
53 1.23 thorpej
54 1.23 thorpej /*
55 1.1 cgd * List of known PCI vendors
56 1.1 cgd */
57 1.1 cgd
58 1.27 veego #define PCI_VENDOR_MARTINMARIETTA 0x003d /* Martin-Marietta Corporation */
59 1.27 veego #define PCI_VENDOR_COMPAQ 0x0e11 /* Compaq */
60 1.27 veego #define PCI_VENDOR_SYMBIOS 0x1000 /* Symbios Logic */
61 1.5 cgd #define PCI_VENDOR_ATI 0x1002 /* ATI Technologies */
62 1.5 cgd #define PCI_VENDOR_ULSI 0x1003 /* ULSI Systems */
63 1.5 cgd #define PCI_VENDOR_VLSI 0x1004 /* VLSI Technology */
64 1.5 cgd #define PCI_VENDOR_AVANCE 0x1005 /* Avance Logic */
65 1.5 cgd #define PCI_VENDOR_REPLY 0x1006 /* Reply Group */
66 1.5 cgd #define PCI_VENDOR_NETFRAME 0x1007 /* NetFrame Systems */
67 1.5 cgd #define PCI_VENDOR_EPSON 0x1008 /* Epson */
68 1.5 cgd #define PCI_VENDOR_PHOENIX 0x100a /* Phoenix Technologies */
69 1.5 cgd #define PCI_VENDOR_NS 0x100b /* National Semiconductor */
70 1.5 cgd #define PCI_VENDOR_TSENG 0x100c /* Tseng Labs */
71 1.5 cgd #define PCI_VENDOR_AST 0x100d /* AST Research */
72 1.5 cgd #define PCI_VENDOR_WEITEK 0x100e /* Weitek */
73 1.27 veego #define PCI_VENDOR_VIDEOLOGIC 0x1010 /* Video Logic */
74 1.5 cgd #define PCI_VENDOR_DEC 0x1011 /* Digital Equipment */
75 1.5 cgd #define PCI_VENDOR_MICRONICS 0x1012 /* Micronics Computers */
76 1.1 cgd #define PCI_VENDOR_CIRRUS 0x1013 /* Cirrus Logic */
77 1.1 cgd #define PCI_VENDOR_IBM 0x1014 /* IBM */
78 1.27 veego #define PCI_VENDOR_LSIL 0x1015 /* LSI Logic Corp of Canada */
79 1.5 cgd #define PCI_VENDOR_ICLPERSONAL 0x1016 /* ICL Personal Systems */
80 1.5 cgd #define PCI_VENDOR_SPEA 0x1017 /* SPEA Software */
81 1.5 cgd #define PCI_VENDOR_UNISYS 0x1018 /* Unisys Systems */
82 1.5 cgd #define PCI_VENDOR_ELITEGROUP 0x1019 /* Elitegroup Computer Systems */
83 1.27 veego #define PCI_VENDOR_NCR 0x101a /* AT&T Global Information Systems */
84 1.5 cgd #define PCI_VENDOR_VITESSE 0x101b /* Vitesse Semiconductor */
85 1.5 cgd #define PCI_VENDOR_WD 0x101c /* Western Digital */
86 1.5 cgd #define PCI_VENDOR_AMI 0x101e /* American Megatrends */
87 1.5 cgd #define PCI_VENDOR_PICTURETEL 0x101f /* PictureTel */
88 1.5 cgd #define PCI_VENDOR_HITACHICOMP 0x1020 /* Hitachi Computer Products */
89 1.5 cgd #define PCI_VENDOR_OKI 0x1021 /* OKI Electric Industry */
90 1.27 veego #define PCI_VENDOR_AMD 0x1022 /* Advanced Micro Devices */
91 1.5 cgd #define PCI_VENDOR_TRIDENT 0x1023 /* Trident Microsystems */
92 1.5 cgd #define PCI_VENDOR_ZENITH 0x1024 /* Zenith Data Systems */
93 1.2 cgd #define PCI_VENDOR_ACER 0x1025 /* Acer */
94 1.5 cgd #define PCI_VENDOR_DELL 0x1028 /* Dell Computer */
95 1.27 veego #define PCI_VENDOR_SNI 0x1029 /* Siemens Nixdorf AG */
96 1.10 thorpej #define PCI_VENDOR_LSILOGIC 0x102a /* LSI Logic, Headland div. */
97 1.5 cgd #define PCI_VENDOR_MATROX 0x102b /* Matrox */
98 1.5 cgd #define PCI_VENDOR_CHIPS 0x102c /* Chips and Technologies */
99 1.5 cgd #define PCI_VENDOR_WYSE 0x102d /* WYSE Technology */
100 1.5 cgd #define PCI_VENDOR_OLIVETTI 0x102e /* Olivetti Advanced Technology */
101 1.5 cgd #define PCI_VENDOR_TOSHIBA 0x102f /* Toshiba America */
102 1.5 cgd #define PCI_VENDOR_TMCRESEARCH 0x1030 /* TMC Research */
103 1.5 cgd #define PCI_VENDOR_MIRO 0x1031 /* Miro Computer Products */
104 1.27 veego #define PCI_VENDOR_COMPAQ2 0x1032 /* Compaq (2nd PCI Vendor ID) */
105 1.1 cgd #define PCI_VENDOR_NEC 0x1033 /* NEC */
106 1.5 cgd #define PCI_VENDOR_BURNDY 0x1034 /* Burndy */
107 1.5 cgd #define PCI_VENDOR_COMPCOMM 0x1035 /* Comp. & Comm. Research Lab */
108 1.5 cgd #define PCI_VENDOR_FUTUREDOMAIN 0x1036 /* Future Domain */
109 1.5 cgd #define PCI_VENDOR_HITACHIMICRO 0x1037 /* Hitach Microsystems */
110 1.5 cgd #define PCI_VENDOR_AMP 0x1038 /* AMP */
111 1.5 cgd #define PCI_VENDOR_SIS 0x1039 /* Silicon Integrated System */
112 1.5 cgd #define PCI_VENDOR_SEIKOEPSON 0x103a /* Seiko Epson */
113 1.5 cgd #define PCI_VENDOR_TATUNGAMERICA 0x103b /* Tatung Co. of America */
114 1.27 veego #define PCI_VENDOR_HP 0x103c /* Hewlett-Packard */
115 1.5 cgd #define PCI_VENDOR_SOLLIDAY 0x103e /* Solliday Engineering */
116 1.5 cgd #define PCI_VENDOR_LOGICMODELLING 0x103f /* Logic Modeling */
117 1.5 cgd #define PCI_VENDOR_KPC 0x1040 /* Kubota Pacific */
118 1.5 cgd #define PCI_VENDOR_COMPUTREND 0x1041 /* Computrend */
119 1.5 cgd #define PCI_VENDOR_PCTECH 0x1042 /* PC Technology */
120 1.5 cgd #define PCI_VENDOR_ASUSTEK 0x1043 /* Asustek Computer */
121 1.5 cgd #define PCI_VENDOR_DPT 0x1044 /* Distributed Processing Technology */
122 1.5 cgd #define PCI_VENDOR_OPTI 0x1045 /* Opti */
123 1.5 cgd #define PCI_VENDOR_IPCCORP 0x1046 /* IPC Corporation */
124 1.5 cgd #define PCI_VENDOR_GENOA 0x1047 /* Genoa Systems */
125 1.5 cgd #define PCI_VENDOR_ELSA 0x1048 /* Elsa */
126 1.5 cgd #define PCI_VENDOR_FOUNTAINTECH 0x1049 /* Fountain Technology */
127 1.5 cgd #define PCI_VENDOR_SGSTHOMSON 0x104a /* SGS Thomson Microelectric */
128 1.5 cgd #define PCI_VENDOR_BUSLOGIC 0x104b /* BusLogic */
129 1.27 veego #define PCI_VENDOR_TI 0x104c /* Texas Instruments */
130 1.27 veego #define PCI_VENDOR_SONY 0x104d /* Sony */
131 1.5 cgd #define PCI_VENDOR_OAKTECH 0x104e /* Oak Technology */
132 1.5 cgd #define PCI_VENDOR_COTIME 0x104f /* Co-time Computer */
133 1.5 cgd #define PCI_VENDOR_WINBOND 0x1050 /* Winbond Electronics */
134 1.5 cgd #define PCI_VENDOR_ANIGMA 0x1051 /* Anigma */
135 1.5 cgd #define PCI_VENDOR_YOUNGMICRO 0x1052 /* Young Micro Systems */
136 1.5 cgd #define PCI_VENDOR_HITACHI 0x1054 /* Hitachi */
137 1.5 cgd #define PCI_VENDOR_EFARMICRO 0x1055 /* Efar Microsystems */
138 1.5 cgd #define PCI_VENDOR_ICL 0x1056 /* ICL */
139 1.1 cgd #define PCI_VENDOR_MOT 0x1057 /* Motorola */
140 1.5 cgd #define PCI_VENDOR_ETR 0x1058 /* Electronics & Telec. RSH */
141 1.5 cgd #define PCI_VENDOR_TEKNOR 0x1059 /* Teknor Microsystems */
142 1.5 cgd #define PCI_VENDOR_PROMISE 0x105a /* Promise Technology */
143 1.5 cgd #define PCI_VENDOR_FOXCONN 0x105b /* Foxconn International */
144 1.5 cgd #define PCI_VENDOR_WIPRO 0x105c /* Wipro Infotech */
145 1.5 cgd #define PCI_VENDOR_NUMBER9 0x105d /* Number 9 Computer Company */
146 1.5 cgd #define PCI_VENDOR_VTECH 0x105e /* Vtech Computers */
147 1.5 cgd #define PCI_VENDOR_INFOTRONIC 0x105f /* Infotronic America */
148 1.5 cgd #define PCI_VENDOR_UMC 0x1060 /* United Microelectronics */
149 1.5 cgd #define PCI_VENDOR_ITT 0x1061 /* I. T. T. */
150 1.27 veego #define PCI_VENDOR_MASPAR 0x1062 /* MasPar Computer */
151 1.5 cgd #define PCI_VENDOR_OCEANOA 0x1063 /* Ocean Office Automation */
152 1.5 cgd #define PCI_VENDOR_ALCATEL 0x1064 /* Alcatel CIT */
153 1.5 cgd #define PCI_VENDOR_TEXASMICRO 0x1065 /* Texas Microsystems */
154 1.5 cgd #define PCI_VENDOR_PICOPOWER 0x1066 /* Picopower Technology */
155 1.27 veego #define PCI_VENDOR_MITSUBISHI 0x1067 /* Mitsubishi Electronics */
156 1.5 cgd #define PCI_VENDOR_DIVERSIFIED 0x1068 /* Diversified Technology */
157 1.1 cgd #define PCI_VENDOR_MYLEX 0x1069 /* Mylex */
158 1.5 cgd #define PCI_VENDOR_ATEN 0x106a /* Aten Research */
159 1.27 veego #define PCI_VENDOR_APPLE 0x106b /* Apple Computer */
160 1.5 cgd #define PCI_VENDOR_HYUNDAI 0x106c /* Hyundai Electronics America */
161 1.5 cgd #define PCI_VENDOR_SEQUENT 0x106d /* Sequent */
162 1.5 cgd #define PCI_VENDOR_DFI 0x106e /* DFI */
163 1.5 cgd #define PCI_VENDOR_CITYGATE 0x106f /* City Gate Development */
164 1.5 cgd #define PCI_VENDOR_DAEWOO 0x1070 /* Daewoo Telecom */
165 1.5 cgd #define PCI_VENDOR_MITAC 0x1071 /* Mitac */
166 1.5 cgd #define PCI_VENDOR_GIT 0x1072 /* GIT Co. */
167 1.5 cgd #define PCI_VENDOR_YAMAHA 0x1073 /* Yamaha */
168 1.5 cgd #define PCI_VENDOR_NEXGEN 0x1074 /* NexGen Microsystems */
169 1.5 cgd #define PCI_VENDOR_AIR 0x1075 /* Advanced Integration Research */
170 1.5 cgd #define PCI_VENDOR_CHAINTECH 0x1076 /* Chaintech Computer */
171 1.5 cgd #define PCI_VENDOR_QLOGIC 0x1077 /* Q Logic */
172 1.5 cgd #define PCI_VENDOR_CYRIX 0x1078 /* Cyrix Corporation */
173 1.5 cgd #define PCI_VENDOR_IBUS 0x1079 /* I-Bus */
174 1.5 cgd #define PCI_VENDOR_NETWORTH 0x107a /* NetWorth */
175 1.5 cgd #define PCI_VENDOR_GATEWAY 0x107b /* Gateway 2000 */
176 1.5 cgd #define PCI_VENDOR_GOLDSTART 0x107c /* Goldstar */
177 1.5 cgd #define PCI_VENDOR_LEADTEK 0x107d /* LeadTek Research */
178 1.5 cgd #define PCI_VENDOR_INTERPHASE 0x107e /* Interphase */
179 1.5 cgd #define PCI_VENDOR_DATATECH 0x107f /* Data Technology Corporation */
180 1.5 cgd #define PCI_VENDOR_CONTAQ 0x1080 /* Contaq Microsystems */
181 1.5 cgd #define PCI_VENDOR_SUPERMAC 0x1081 /* Supermac Technology */
182 1.5 cgd #define PCI_VENDOR_EFA 0x1082 /* EFA Corporation of America */
183 1.5 cgd #define PCI_VENDOR_FOREX 0x1083 /* Forex Computer */
184 1.5 cgd #define PCI_VENDOR_PARADOR 0x1084 /* Parador */
185 1.5 cgd #define PCI_VENDOR_TULIP 0x1085 /* Tulip Computers */
186 1.5 cgd #define PCI_VENDOR_JBOND 0x1086 /* J. Bond Computer Systems */
187 1.5 cgd #define PCI_VENDOR_CACHECOMP 0x1087 /* Cache Computer */
188 1.5 cgd #define PCI_VENDOR_MICROCOMP 0x1088 /* Microcomputer Systems */
189 1.5 cgd #define PCI_VENDOR_DG 0x1089 /* Data General Corporation */
190 1.27 veego #define PCI_VENDOR_BIT3 0x108a /* Bit3 Computer Corp. */
191 1.27 veego #define PCI_VENDOR_ELONEX 0x108c /* Elonex PLC c/o Oakleigh Systems */
192 1.5 cgd #define PCI_VENDOR_OLICOM 0x108d /* Olicom */
193 1.27 veego #define PCI_VENDOR_SUN 0x108e /* Sun Microsystems */
194 1.5 cgd #define PCI_VENDOR_SYSTEMSOFT 0x108f /* Systemsoft */
195 1.5 cgd #define PCI_VENDOR_ENCORE 0x1090 /* Encore Computer */
196 1.5 cgd #define PCI_VENDOR_INTERGRAPH 0x1091 /* Intergraph */
197 1.5 cgd #define PCI_VENDOR_DIAMOND 0x1092 /* Diamond Computer Systems */
198 1.5 cgd #define PCI_VENDOR_NATIONALINST 0x1093 /* National Instruments */
199 1.5 cgd #define PCI_VENDOR_FICOMP 0x1094 /* First Int'l Computers */
200 1.5 cgd #define PCI_VENDOR_CMDTECH 0x1095 /* CMD Technology */
201 1.5 cgd #define PCI_VENDOR_ALACRON 0x1096 /* Alacron */
202 1.5 cgd #define PCI_VENDOR_APPIAN 0x1097 /* Appian Technology */
203 1.5 cgd #define PCI_VENDOR_QUANTUMDESIGNS 0x1098 /* Quantum Designs */
204 1.5 cgd #define PCI_VENDOR_SAMSUNGELEC 0x1099 /* Samsung Electronics */
205 1.5 cgd #define PCI_VENDOR_PACKARDBELL 0x109a /* Packard Bell */
206 1.5 cgd #define PCI_VENDOR_GEMLIGHT 0x109b /* Gemlight Computer */
207 1.5 cgd #define PCI_VENDOR_MEGACHIPS 0x109c /* Megachips */
208 1.5 cgd #define PCI_VENDOR_ZIDA 0x109d /* Zida Technologies */
209 1.5 cgd #define PCI_VENDOR_BROOKTREE 0x109e /* Brooktree */
210 1.5 cgd #define PCI_VENDOR_TRIGEM 0x109f /* Trigem Computer */
211 1.5 cgd #define PCI_VENDOR_MEIDENSHA 0x10a0 /* Meidensha */
212 1.5 cgd #define PCI_VENDOR_JUKO 0x10a1 /* Juko Electronics */
213 1.5 cgd #define PCI_VENDOR_QUANTUM 0x10a2 /* Quantum */
214 1.5 cgd #define PCI_VENDOR_EVEREX 0x10a3 /* Everex Systems */
215 1.5 cgd #define PCI_VENDOR_GLOBE 0x10a4 /* Globe Manufacturing Sales */
216 1.5 cgd #define PCI_VENDOR_RACAL 0x10a5 /* Racal Interlan */
217 1.5 cgd #define PCI_VENDOR_INFORMTECH 0x10a6 /* Informtech Industrial */
218 1.5 cgd #define PCI_VENDOR_BENCHMARQ 0x10a7 /* Benchmarq Microelectronics */
219 1.5 cgd #define PCI_VENDOR_SIERRA 0x10a8 /* Sierra Semiconductor */
220 1.5 cgd #define PCI_VENDOR_SGI 0x10a9 /* Silicon Graphics */
221 1.5 cgd #define PCI_VENDOR_ACC 0x10aa /* ACC Microelectronics */
222 1.5 cgd #define PCI_VENDOR_DIGICOM 0x10ab /* Digicom */
223 1.5 cgd #define PCI_VENDOR_HONEYWELL 0x10ac /* Honeywell IASD */
224 1.27 veego #define PCI_VENDOR_SYMPHONY 0x10ad /* Symphony Labs */
225 1.5 cgd #define PCI_VENDOR_CORNERSTONE 0x10ae /* Cornerstone Technology */
226 1.5 cgd #define PCI_VENDOR_MICROCOMPSON 0x10af /* Micro Computer Sysytems (M) SON */
227 1.5 cgd #define PCI_VENDOR_CARDEXPER 0x10b0 /* CardExpert Technology */
228 1.5 cgd #define PCI_VENDOR_CABLETRON 0x10B1 /* Cabletron Systems */
229 1.5 cgd #define PCI_VENDOR_RAYETHON 0x10b2 /* Raytheon */
230 1.5 cgd #define PCI_VENDOR_DATABOOK 0x10b3 /* Databook */
231 1.5 cgd #define PCI_VENDOR_STB 0x10b4 /* STB Systems */
232 1.5 cgd #define PCI_VENDOR_PLX 0x10b5 /* PLX Technology */
233 1.5 cgd #define PCI_VENDOR_MADGE 0x10b6 /* Madge Networks */
234 1.1 cgd #define PCI_VENDOR_3COM 0x10B7 /* 3Com */
235 1.5 cgd #define PCI_VENDOR_SMC 0x10b8 /* Standard Microsystems */
236 1.5 cgd #define PCI_VENDOR_ALI 0x10b9 /* Acer Labs */
237 1.5 cgd #define PCI_VENDOR_MITSUBISHIELEC 0x10ba /* Mitsubishi Electronics */
238 1.5 cgd #define PCI_VENDOR_DAPHA 0x10bb /* Dapha Electronics */
239 1.5 cgd #define PCI_VENDOR_ALR 0x10bc /* Advanced Logic Research */
240 1.5 cgd #define PCI_VENDOR_SURECOM 0x10bd /* Surecom Technology */
241 1.5 cgd #define PCI_VENDOR_TSENGLABS 0x10be /* Tseng Labs International */
242 1.5 cgd #define PCI_VENDOR_MOST 0x10bf /* Most */
243 1.5 cgd #define PCI_VENDOR_BOCA 0x10c0 /* Boca Research */
244 1.5 cgd #define PCI_VENDOR_ICM 0x10c1 /* ICM */
245 1.5 cgd #define PCI_VENDOR_AUSPEX 0x10c2 /* Auspex Systems */
246 1.5 cgd #define PCI_VENDOR_SAMSUNGSEMI 0x10c3 /* Samsung Semiconductors */
247 1.5 cgd #define PCI_VENDOR_AWARD 0x10c4 /* Award Software Int'l */
248 1.5 cgd #define PCI_VENDOR_XEROX 0x10c5 /* Xerox */
249 1.5 cgd #define PCI_VENDOR_RAMBUS 0x10c6 /* Rambus */
250 1.5 cgd #define PCI_VENDOR_MEDIAVIS 0x10c7 /* Media Vision */
251 1.5 cgd #define PCI_VENDOR_NEOMAGIC 0x10c8 /* Neomagic */
252 1.5 cgd #define PCI_VENDOR_DATAEXPERT 0x10c9 /* Dataexpert */
253 1.5 cgd #define PCI_VENDOR_FUJITSU 0x10ca /* Fujitsu */
254 1.5 cgd #define PCI_VENDOR_OMRON 0x10cb /* Omron */
255 1.5 cgd #define PCI_VENDOR_MENTOR 0x10cc /* Mentor ARC */
256 1.84 dante #define PCI_VENDOR_ADVSYS 0x10cd /* Advanced System Products */
257 1.5 cgd #define PCI_VENDOR_RADIUS 0x10ce /* Radius */
258 1.5 cgd #define PCI_VENDOR_CITICORP 0x10cf /* Citicorp TTI */
259 1.27 veego #define PCI_VENDOR_FUJITSU2 0x10d0 /* Fujitsu Limited (2nd PCI Vendor ID) */
260 1.5 cgd #define PCI_VENDOR_FUTUREPLUS 0x10d1 /* Future+ Systems */
261 1.5 cgd #define PCI_VENDOR_MOLEX 0x10d2 /* Molex */
262 1.5 cgd #define PCI_VENDOR_JABIL 0x10d3 /* Jabil Circuit */
263 1.5 cgd #define PCI_VENDOR_HAULON 0x10d4 /* Hualon Microelectronics */
264 1.5 cgd #define PCI_VENDOR_AUTOLOGIC 0x10d5 /* Autologic */
265 1.5 cgd #define PCI_VENDOR_CETIA 0x10d6 /* Cetia */
266 1.5 cgd #define PCI_VENDOR_BCM 0x10d7 /* BCM Advanced */
267 1.5 cgd #define PCI_VENDOR_APL 0x10d8 /* Advanced Peripherals Labs */
268 1.5 cgd #define PCI_VENDOR_MACRONIX 0x10d9 /* Macronix */
269 1.5 cgd #define PCI_VENDOR_THOMASCONRAD 0x10da /* Thomas-Conrad */
270 1.5 cgd #define PCI_VENDOR_ROHM 0x10db /* Rohm Research */
271 1.27 veego #define PCI_VENDOR_CERN 0x10dc /* CERN/ECP/EDU */
272 1.5 cgd #define PCI_VENDOR_ES 0x10dd /* Evans & Sutherland */
273 1.5 cgd #define PCI_VENDOR_NVIDIA 0x10de /* Nvidia Corporation */
274 1.5 cgd #define PCI_VENDOR_EMULEX 0x10df /* Emulex */
275 1.5 cgd #define PCI_VENDOR_IMS 0x10e0 /* Integrated Micro Solutions */
276 1.27 veego #define PCI_VENDOR_TEKRAM 0x10e1 /* Tekram Technology (1st PCI Vendor ID) */
277 1.5 cgd #define PCI_VENDOR_APTIX 0x10e2 /* Aptix Corporation */
278 1.88 drochner #define PCI_VENDOR_NEWBRIDGE 0x10e3 /* Newbridge Microsystems / Tundra Semiconductor */
279 1.5 cgd #define PCI_VENDOR_TANDEM 0x10e4 /* Tandem Computers */
280 1.5 cgd #define PCI_VENDOR_MICROINDUSTRIES 0x10e5 /* Micro Industries */
281 1.5 cgd #define PCI_VENDOR_GAINBERY 0x10e6 /* Gainbery Computer Products */
282 1.5 cgd #define PCI_VENDOR_VADEM 0x10e7 /* Vadem */
283 1.5 cgd #define PCI_VENDOR_AMCIRCUITS 0x10e8 /* Applied Micro Circuits */
284 1.5 cgd #define PCI_VENDOR_ALPSELECTIC 0x10e9 /* Alps Electric */
285 1.5 cgd #define PCI_VENDOR_INTERGRAPHICS 0x10ea /* Integraphics Systems */
286 1.5 cgd #define PCI_VENDOR_ARTISTSGRAPHICS 0x10eb /* Artists Graphics */
287 1.5 cgd #define PCI_VENDOR_REALTEK 0x10ec /* Realtek Semiconductor */
288 1.5 cgd #define PCI_VENDOR_ASCIICORP 0x10ed /* ASCII Corporation */
289 1.5 cgd #define PCI_VENDOR_XILINX 0x10ee /* Xilinx */
290 1.5 cgd #define PCI_VENDOR_RACORE 0x10ef /* Racore Computer Products */
291 1.5 cgd #define PCI_VENDOR_PERITEK 0x10f0 /* Peritek */
292 1.5 cgd #define PCI_VENDOR_TYAN 0x10f1 /* Tyan Computer */
293 1.5 cgd #define PCI_VENDOR_ACHME 0x10f2 /* Achme Computer */
294 1.5 cgd #define PCI_VENDOR_ALARIS 0x10f3 /* Alaris */
295 1.5 cgd #define PCI_VENDOR_SMOS 0x10f4 /* S-MOS Systems */
296 1.27 veego #define PCI_VENDOR_NKK 0x10f5 /* NKK Corporation */
297 1.5 cgd #define PCI_VENDOR_CREATIVE 0x10f6 /* Creative Electronic Systems */
298 1.5 cgd #define PCI_VENDOR_MATSUSHITA 0x10f7 /* Matsushita */
299 1.5 cgd #define PCI_VENDOR_ALTOS 0x10f8 /* Altos India */
300 1.5 cgd #define PCI_VENDOR_PCDIRECT 0x10f9 /* PC Direct */
301 1.5 cgd #define PCI_VENDOR_TRUEVISIO 0x10fa /* Truevision */
302 1.5 cgd #define PCI_VENDOR_THESYS 0x10fb /* Thesys Ges. F. Mikroelektronik */
303 1.5 cgd #define PCI_VENDOR_IODATA 0x10fc /* I-O Data Device */
304 1.5 cgd #define PCI_VENDOR_SOYO 0x10fd /* Soyo Technology */
305 1.5 cgd #define PCI_VENDOR_FAST 0x10fe /* Fast Electronic */
306 1.5 cgd #define PCI_VENDOR_NCUBE 0x10ff /* NCube */
307 1.5 cgd #define PCI_VENDOR_JAZZ 0x1100 /* Jazz Multimedia */
308 1.5 cgd #define PCI_VENDOR_INITIO 0x1101 /* Initio */
309 1.5 cgd #define PCI_VENDOR_CREATIVELABS 0x1102 /* Creative Labs */
310 1.5 cgd #define PCI_VENDOR_TRIONES 0x1103 /* Triones Technologies */
311 1.5 cgd #define PCI_VENDOR_RASTEROPS 0x1104 /* RasterOps */
312 1.5 cgd #define PCI_VENDOR_SIGMA 0x1105 /* Sigma Designs */
313 1.14 cgd #define PCI_VENDOR_VIATECH 0x1106 /* VIA Technologies */
314 1.5 cgd #define PCI_VENDOR_STRATIS 0x1107 /* Stratus Computer */
315 1.1 cgd #define PCI_VENDOR_PROTEON 0x1108 /* Proteon */
316 1.5 cgd #define PCI_VENDOR_COGENT 0x1109 /* Cogent Data Technologies */
317 1.27 veego #define PCI_VENDOR_SIEMENS 0x110a /* Siemens AG / Siemens Nixdorf AG */
318 1.5 cgd #define PCI_VENDOR_XENON 0x110b /* Xenon Microsystems */
319 1.5 cgd #define PCI_VENDOR_MINIMAX 0x110c /* Mini-Max Technology */
320 1.5 cgd #define PCI_VENDOR_ZNYX 0x110d /* Znyx Advanced Systems */
321 1.5 cgd #define PCI_VENDOR_CPUTECH 0x110e /* CPU Technology */
322 1.5 cgd #define PCI_VENDOR_ROSS 0x110f /* Ross Technology */
323 1.5 cgd #define PCI_VENDOR_POWERHOUSE 0x1110 /* Powerhouse Systems */
324 1.5 cgd #define PCI_VENDOR_SCO 0x1111 /* Santa Cruz Operation */
325 1.27 veego #define PCI_VENDOR_RNS 0x1112 /* RNS */
326 1.5 cgd #define PCI_VENDOR_ACCTON 0x1113 /* Accton Technology */
327 1.5 cgd #define PCI_VENDOR_ATMEL 0x1114 /* Atmel */
328 1.27 veego #define PCI_VENDOR_DUPONT 0x1115 /* DuPont Pixel Systems */
329 1.5 cgd #define PCI_VENDOR_DATATRANSLATION 0x1116 /* Data Translation */
330 1.5 cgd #define PCI_VENDOR_DATACUBE 0x1117 /* Datacube */
331 1.5 cgd #define PCI_VENDOR_BERG 0x1118 /* Berg Electronics */
332 1.5 cgd #define PCI_VENDOR_VORTEX 0x1119 /* Vortex Computer Systems */
333 1.5 cgd #define PCI_VENDOR_EFFICIENTNETS 0x111a /* Efficent Networks */
334 1.5 cgd #define PCI_VENDOR_TELEDYNE 0x111b /* Teledyne Electronic Systems */
335 1.5 cgd #define PCI_VENDOR_TRICORD 0x111c /* Tricord Systems */
336 1.5 cgd #define PCI_VENDOR_IDT 0x111d /* IDT */
337 1.5 cgd #define PCI_VENDOR_ELDEC 0x111e /* Eldec */
338 1.5 cgd #define PCI_VENDOR_PDI 0x111f /* Prescision Digital Images */
339 1.5 cgd #define PCI_VENDOR_EMC 0x1120 /* Emc */
340 1.5 cgd #define PCI_VENDOR_ZILOG 0x1121 /* Zilog */
341 1.5 cgd #define PCI_VENDOR_MULTITECH 0x1122 /* Multi-tech Systems */
342 1.5 cgd #define PCI_VENDOR_LEUTRON 0x1124 /* Leutron Vision */
343 1.27 veego #define PCI_VENDOR_EUROCORE 0x1125 /* Eurocore/Vigra */
344 1.27 veego #define PCI_VENDOR_VIGRA 0x1126 /* Vigra */
345 1.5 cgd #define PCI_VENDOR_FORE 0x1127 /* FORE Systems */
346 1.5 cgd #define PCI_VENDOR_FIRMWORKS 0x1129 /* Firmworks */
347 1.5 cgd #define PCI_VENDOR_HERMES 0x112a /* Hermes Electronics */
348 1.5 cgd #define PCI_VENDOR_LINOTYPE 0x112b /* Linotype */
349 1.5 cgd #define PCI_VENDOR_RAVICAD 0x112d /* Ravicad */
350 1.5 cgd #define PCI_VENDOR_INFOMEDIA 0x112e /* Infomedia Microelectronics */
351 1.5 cgd #define PCI_VENDOR_IMAGINGTECH 0x112f /* Imaging Technlogy */
352 1.5 cgd #define PCI_VENDOR_COMPUTERVISION 0x1130 /* Computervision */
353 1.5 cgd #define PCI_VENDOR_PHILIPS 0x1131 /* Philips */
354 1.5 cgd #define PCI_VENDOR_MITEL 0x1132 /* Mitel */
355 1.5 cgd #define PCI_VENDOR_EICON 0x1133 /* Eicon Technology */
356 1.5 cgd #define PCI_VENDOR_MCS 0x1134 /* Mercury Computer Systems */
357 1.5 cgd #define PCI_VENDOR_FUJIXEROX 0x1135 /* Fuji Xerox */
358 1.5 cgd #define PCI_VENDOR_MOMENTUM 0x1136 /* Momentum Data Systems */
359 1.5 cgd #define PCI_VENDOR_CISCO 0x1137 /* Cisco Systems */
360 1.5 cgd #define PCI_VENDOR_ZIATECH 0x1138 /* Ziatech */
361 1.5 cgd #define PCI_VENDOR_DYNPIC 0x1139 /* Dynamic Pictures */
362 1.5 cgd #define PCI_VENDOR_FWB 0x113a /* FWB */
363 1.5 cgd #define PCI_VENDOR_CYCLONE 0x113c /* Cyclone Micro */
364 1.5 cgd #define PCI_VENDOR_LEADINGEDGE 0x113d /* Leading Edge */
365 1.5 cgd #define PCI_VENDOR_SANYO 0x113e /* Sanyo Electric */
366 1.5 cgd #define PCI_VENDOR_EQUINOX 0x113f /* Equinox Systems */
367 1.5 cgd #define PCI_VENDOR_INTERVOICE 0x1140 /* Intervoice */
368 1.5 cgd #define PCI_VENDOR_CREST 0x1141 /* Crest Microsystem */
369 1.5 cgd #define PCI_VENDOR_ALLIANCE 0x1142 /* Alliance Semiconductor */
370 1.5 cgd #define PCI_VENDOR_NETPOWER 0x1143 /* NetPower */
371 1.5 cgd #define PCI_VENDOR_CINMILACRON 0x1144 /* Cincinnati Milacron */
372 1.5 cgd #define PCI_VENDOR_WORKBIT 0x1145 /* Workbit */
373 1.5 cgd #define PCI_VENDOR_FORCE 0x1146 /* Force Computers */
374 1.5 cgd #define PCI_VENDOR_INTERFACE 0x1147 /* Interface */
375 1.5 cgd #define PCI_VENDOR_SCHNEIDERKOCH 0x1148 /* Schneider & Koch */
376 1.5 cgd #define PCI_VENDOR_WINSYSTEM 0x1149 /* Win System */
377 1.5 cgd #define PCI_VENDOR_VMIC 0x114a /* VMIC */
378 1.5 cgd #define PCI_VENDOR_CANOPUS 0x114b /* Canopus */
379 1.5 cgd #define PCI_VENDOR_ANNABOOKS 0x114c /* Annabooks */
380 1.5 cgd #define PCI_VENDOR_IC 0x114d /* IC Corporation */
381 1.5 cgd #define PCI_VENDOR_NIKON 0x114e /* Nikon Systems */
382 1.5 cgd #define PCI_VENDOR_DIGIINTERNAT 0x114f /* Digi International */
383 1.5 cgd #define PCI_VENDOR_TMC 0x1150 /* Thinking Machines */
384 1.5 cgd #define PCI_VENDOR_JAE 0x1151 /* JAE Electronics */
385 1.5 cgd #define PCI_VENDOR_MEGATEK 0x1152 /* Megatek */
386 1.5 cgd #define PCI_VENDOR_LANDWIN 0x1153 /* Land Win Electronic */
387 1.5 cgd #define PCI_VENDOR_MELCO 0x1154 /* Melco */
388 1.5 cgd #define PCI_VENDOR_PINETECH 0x1155 /* Pine Technology */
389 1.5 cgd #define PCI_VENDOR_PERISCOPE 0x1156 /* Periscope Engineering */
390 1.5 cgd #define PCI_VENDOR_AVSYS 0x1157 /* Avsys */
391 1.5 cgd #define PCI_VENDOR_VOARX 0x1158 /* Voarx R & D */
392 1.5 cgd #define PCI_VENDOR_MUTECH 0x1159 /* Mutech */
393 1.5 cgd #define PCI_VENDOR_HARLEQUIN 0x115a /* Harlequin */
394 1.5 cgd #define PCI_VENDOR_PARALLAX 0x115b /* Parallax Graphics */
395 1.5 cgd #define PCI_VENDOR_XIRCOM 0x115d /* Xircom */
396 1.5 cgd #define PCI_VENDOR_PEERPROTO 0x115e /* Peer Protocols */
397 1.5 cgd #define PCI_VENDOR_MAXTOR 0x115f /* Maxtor */
398 1.5 cgd #define PCI_VENDOR_MEGASOFT 0x1160 /* Megasoft */
399 1.5 cgd #define PCI_VENDOR_PFU 0x1161 /* PFU Limited */
400 1.5 cgd #define PCI_VENDOR_OALAB 0x1162 /* OA Laboratory */
401 1.5 cgd #define PCI_VENDOR_SYNEMA 0x1163 /* Synema Corporation */
402 1.5 cgd #define PCI_VENDOR_APT 0x1164 /* Advanced Peripherals Technologies */
403 1.5 cgd #define PCI_VENDOR_IMAGRAPH 0x1165 /* Imagraph */
404 1.5 cgd #define PCI_VENDOR_PEQUR 0x1166 /* Pequr Technology */
405 1.5 cgd #define PCI_VENDOR_MUTOH 0x1167 /* Mutoh Industries */
406 1.5 cgd #define PCI_VENDOR_THINE 0x1168 /* Thine Electronics */
407 1.5 cgd #define PCI_VENDOR_CDAC 0x1169 /* Centre for Dev. of Advanced Computing */
408 1.5 cgd #define PCI_VENDOR_POLARIS 0x116a /* Polaris Communications */
409 1.5 cgd #define PCI_VENDOR_CONNECTWARE 0x116b /* Connectware */
410 1.5 cgd #define PCI_VENDOR_WSTECH 0x116f /* Workstation Technology */
411 1.5 cgd #define PCI_VENDOR_INVENTEC 0x1170 /* Inventec */
412 1.27 veego #define PCI_VENDOR_LOUGHSOUND 0x1171 /* Loughborough Sound Images */
413 1.27 veego #define PCI_VENDOR_ALTERA 0x1172 /* Altera Corperation */
414 1.27 veego #define PCI_VENDOR_ADOBE 0x1173 /* Adobe Systems */
415 1.27 veego #define PCI_VENDOR_BRIDGEPORT 0x1174 /* Bridgeport Machines */
416 1.27 veego #define PCI_VENDOR_MIRTRON 0x1175 /* Mitron Computer */
417 1.27 veego #define PCI_VENDOR_SBE 0x1176 /* SBE */
418 1.27 veego #define PCI_VENDOR_SILICONENG 0x1177 /* Silicon Engineering */
419 1.27 veego #define PCI_VENDOR_ALFA 0x1178 /* Alfa */
420 1.148 soren #define PCI_VENDOR_TOSHIBA2 0x1179 /* Toshiba America Info Systems */
421 1.27 veego #define PCI_VENDOR_ATREND 0x117a /* A-Trend Technology */
422 1.27 veego #define PCI_VENDOR_ATTO 0x117c /* Atto Technology */
423 1.27 veego #define PCI_VENDOR_TR 0x117e /* T/R Systems */
424 1.27 veego #define PCI_VENDOR_RICOH 0x1180 /* Ricoh */
425 1.27 veego #define PCI_VENDOR_TELEMATICS 0x1181 /* Telematics International */
426 1.27 veego #define PCI_VENDOR_FUJIKURA 0x1183 /* Fujikura */
427 1.27 veego #define PCI_VENDOR_FORKS 0x1184 /* Forks */
428 1.27 veego #define PCI_VENDOR_DATAWORLD 0x1185 /* Dataworld */
429 1.27 veego #define PCI_VENDOR_DLINK 0x1186 /* D-Link Systems */
430 1.27 veego #define PCI_VENDOR_ATL 0x1187 /* Advanced Techonoloy Labratories */
431 1.27 veego #define PCI_VENDOR_SHIMA 0x1188 /* Shima Seiki Manufacturing */
432 1.27 veego #define PCI_VENDOR_MATSUSHITA2 0x1189 /* Matsushita Electronics (2nd PCI Vendor ID) */
433 1.27 veego #define PCI_VENDOR_HILEVEL 0x118a /* HiLevel Technology */
434 1.27 veego #define PCI_VENDOR_COROLLARY 0x118c /* Corrollary */
435 1.27 veego #define PCI_VENDOR_BITFLOW 0x118d /* BitFlow */
436 1.27 veego #define PCI_VENDOR_HERMSTEDT 0x118e /* Hermstedt */
437 1.148 soren #define PCI_VENDOR_ACARD 0x1191 /* Acard */
438 1.27 veego #define PCI_VENDOR_DENSAN 0x1192 /* Densan */
439 1.14 cgd #define PCI_VENDOR_ZEINET 0x1193 /* Zeinet */
440 1.27 veego #define PCI_VENDOR_TOUCAN 0x1194 /* Toucan Technology */
441 1.27 veego #define PCI_VENDOR_RATOC 0x1195 /* Ratoc System */
442 1.27 veego #define PCI_VENDOR_HYTEC 0x1196 /* Hytec Electronic */
443 1.27 veego #define PCI_VENDOR_GAGE 0x1197 /* Gage Applied Sciences */
444 1.27 veego #define PCI_VENDOR_LAMBDA 0x1198 /* Lambda Systems */
445 1.27 veego #define PCI_VENDOR_DCA 0x1199 /* Digital Communications Associates */
446 1.27 veego #define PCI_VENDOR_MINDSHARE 0x119a /* Mind Share */
447 1.27 veego #define PCI_VENDOR_OMEGA 0x119b /* Omega Micro */
448 1.27 veego #define PCI_VENDOR_ITI 0x119c /* Information Technology Institute */
449 1.27 veego #define PCI_VENDOR_BUG 0x119d /* Bug Sapporo */
450 1.27 veego #define PCI_VENDOR_FUJITSU3 0x119e /* Fujitsu (3th PCI Vendor ID) */
451 1.27 veego #define PCI_VENDOR_BULL 0x119f /* Bull Hn Information Systems */
452 1.27 veego #define PCI_VENDOR_CONVEX 0x11a0 /* Convex Computer */
453 1.27 veego #define PCI_VENDOR_HAMAMATSU 0x11a1 /* Hamamatsu Photonics */
454 1.27 veego #define PCI_VENDOR_SIERRA2 0x11a2 /* Sierra Research & Technology (2nd PCI Vendor ID) */
455 1.27 veego #define PCI_VENDOR_BARCO 0x11a4 /* Barco */
456 1.27 veego #define PCI_VENDOR_MICROUNITY 0x11a5 /* MicroUnity Systems Engineering */
457 1.27 veego #define PCI_VENDOR_PUREDATA 0x11a6 /* Pure Data */
458 1.27 veego #define PCI_VENDOR_POWERCC 0x11a7 /* Power Computing */
459 1.27 veego #define PCI_VENDOR_INNOSYS 0x11a9 /* InnoSys */
460 1.27 veego #define PCI_VENDOR_ACTEL 0x11aa /* Actel */
461 1.27 veego #define PCI_VENDOR_GALILEO 0x11ab /* Galileo Technology */
462 1.27 veego #define PCI_VENDOR_CANNON 0x11ac /* Cannon IS */
463 1.27 veego #define PCI_VENDOR_LITEON 0x11ad /* Lite-On Communications */
464 1.27 veego #define PCI_VENDOR_SCITEX 0x11ae /* Scitex Corporation */
465 1.27 veego #define PCI_VENDOR_PROLOG 0x11af /* Pro-Log Corporation */
466 1.27 veego #define PCI_VENDOR_V3 0x11b0 /* V3 Semiconductor */
467 1.27 veego #define PCI_VENDOR_APRICOT 0x11b1 /* Apricot Computer */
468 1.27 veego #define PCI_VENDOR_KODAK 0x11b2 /* Eastman Kodak */
469 1.27 veego #define PCI_VENDOR_BARR 0x11b3 /* Barr Systems */
470 1.27 veego #define PCI_VENDOR_LEITECH 0x11b4 /* Leitch Technology */
471 1.27 veego #define PCI_VENDOR_RADSTONE 0x11b5 /* Radstone Technology */
472 1.27 veego #define PCI_VENDOR_UNITEDVIDEO 0x11b6 /* United Video */
473 1.27 veego #define PCI_VENDOR_MOT2 0x11b7 /* Motorola (2nd PCI Vendor ID) */
474 1.27 veego #define PCI_VENDOR_XPOINT 0x11b8 /* Xpoint Technologies */
475 1.27 veego #define PCI_VENDOR_PATHLIGHT 0x11b9 /* Pathlight Technology */
476 1.27 veego #define PCI_VENDOR_VIDEOTRON 0x11ba /* VideoTron */
477 1.27 veego #define PCI_VENDOR_PYRAMID 0x11bb /* Pyramid Technologies */
478 1.27 veego #define PCI_VENDOR_NETPERIPH 0x11bc /* Network Peripherals */
479 1.27 veego #define PCI_VENDOR_PINNACLE 0x11bd /* Pinnacle Systems */
480 1.27 veego #define PCI_VENDOR_IMI 0x11be /* International Microcircuts */
481 1.128 augustss #define PCI_VENDOR_LUCENT 0x11c1 /* AT&T Microelectronics */
482 1.27 veego #define PCI_VENDOR_NEC2 0x11c3 /* NEC (2nd PCI Vendor ID) */
483 1.27 veego #define PCI_VENDOR_DOCTECH 0x11c4 /* Document Technologies */
484 1.27 veego #define PCI_VENDOR_SHIVA 0x11c5 /* Shiva */
485 1.27 veego #define PCI_VENDOR_DCMDATA 0x11c7 /* DCM Data Systems */
486 1.27 veego #define PCI_VENDOR_DOLPHIN 0x11c8 /* Dolphin Interconnect Solutions */
487 1.27 veego #define PCI_VENDOR_MRTMAGMA 0x11c9 /* Mesa Ridge Technologies (MAGMA) */
488 1.27 veego #define PCI_VENDOR_LSISYS 0x11ca /* LSI Systems */
489 1.27 veego #define PCI_VENDOR_SPECIALIX 0x11cb /* Specialix Research */
490 1.27 veego #define PCI_VENDOR_MKC 0x11cc /* Michels & Kleberhoff Computer */
491 1.27 veego #define PCI_VENDOR_HAL 0x11cd /* HAL Computer Systems */
492 1.27 veego #define PCI_VENDOR_ZORAN 0x11de /* Zoran Corporation */
493 1.65 thorpej #define PCI_VENDOR_COMPEX 0x11f6 /* Compex */
494 1.27 veego #define PCI_VENDOR_PMCSIERRA 0x11f8 /* PMC-Sierra */
495 1.18 christos #define PCI_VENDOR_CYCLADES 0x120e /* Cyclades */
496 1.31 kml #define PCI_VENDOR_ESSENTIAL 0x120f /* Essential Communications */
497 1.72 augustss #define PCI_VENDOR_2MICRO 0x1217 /* 2 Micro Inc */
498 1.77 explorer #define PCI_VENDOR_3DFX 0x121a /* 3Dfx Interactive */
499 1.27 veego #define PCI_VENDOR_ARIEL 0x1220 /* Ariel */
500 1.27 veego #define PCI_VENDOR_AZTECH 0x122d /* Aztech */
501 1.27 veego #define PCI_VENDOR_3DO 0x1239 /* The 3D0 Company */
502 1.143 augustss #define PCI_VENDOR_CCUBE 0x123f /* C-Cube Microsystems */
503 1.114 drochner #define PCI_VENDOR_AVM 0x1244 /* AVM */
504 1.27 veego #define PCI_VENDOR_STALLION 0x124d /* Stallion Technologies */
505 1.27 veego #define PCI_VENDOR_LINEARSYS 0x1254 /* Linear Systems */
506 1.111 thorpej #define PCI_VENDOR_ASIX 0x125b /* ASIX Electronics */
507 1.27 veego #define PCI_VENDOR_AURORA 0x125c /* Aurora Technologies */
508 1.87 mark #define PCI_VENDOR_ESSTECH 0x125d /* ESS Technology Inc */
509 1.124 drochner #define PCI_VENDOR_SILMOTION 0x126f /* Silicon Motion */
510 1.42 mycroft #define PCI_VENDOR_ENSONIQ 0x1274 /* Ensoniq */
511 1.27 veego #define PCI_VENDOR_NETAPP 0x1275 /* Network Appliance */
512 1.27 veego #define PCI_VENDOR_ROCKWELL 0x127a /* Rockwell Semiconductor Systems */
513 1.68 mark #define PCI_VENDOR_TRITECH 0x1292 /* TriTech Microelectronics */
514 1.27 veego #define PCI_VENDOR_KOFAX 0x1296 /* Kofax Image Products */
515 1.153 drochner #define PCI_VENDOR_ALTEON 0x12ae /* Alteon */
516 1.77 explorer #define PCI_VENDOR_RISCOM 0x12aa /* RISCom */
517 1.27 veego #define PCI_VENDOR_PICTUREEL 0x12c5 /* Picture Elements */
518 1.135 tron #define PCI_VENDOR_NVIDIA_SGS 0x12d2 /* Nvidia Corporation & SGS Thomson Microelectric */
519 1.120 explorer #define PCI_VENDOR_LMC 0x1376 /* LAN Media Corporation */
520 1.139 drochner #define PCI_VENDOR_DELTA 0x1500 /* Delta Electronics */
521 1.152 mcr #define PCI_VENDOR_SOLIDUM 0x1588 /* Solidum Systems Corp. www.solidum.com/pcisig.html */
522 1.147 castor #define PCI_VENDOR_GEOCAST 0x15a1 /* Geocast Network Systems */
523 1.27 veego #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs (2nd PCI Vendor ID) */
524 1.27 veego #define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology (2nd PCI Vendor ID) */
525 1.27 veego #define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */
526 1.27 veego #define PCI_VENDOR_AVANCE2 0x4005 /* Avance Logic (2nd PCI Vendor ID) */
527 1.139 drochner #define PCI_VENDOR_ADDTRON 0x4033 /* Addtron Technology */
528 1.65 thorpej #define PCI_VENDOR_NETVIN 0x4a14 /* NetVin */
529 1.27 veego #define PCI_VENDOR_BUSLOGIC2 0x4b10 /* Buslogic (2nd PCI Vendor ID) */
530 1.1 cgd #define PCI_VENDOR_S3 0x5333 /* S3 */
531 1.27 veego #define PCI_VENDOR_NETPOWER2 0x5700 /* NetPower (2nd PCI Vendor ID) */
532 1.27 veego #define PCI_VENDOR_C4T 0x6374 /* c't Magazin */
533 1.27 veego #define PCI_VENDOR_QUANCM 0x8008 /* Quancm Electronic GmbH */
534 1.1 cgd #define PCI_VENDOR_INTEL 0x8086 /* Intel */
535 1.27 veego #define PCI_VENDOR_TRIGEM2 0x8800 /* Trigem Computer (2nd PCI Vendor ID) */
536 1.65 thorpej #define PCI_VENDOR_PROLAN 0x8c4a /* ProLAN */
537 1.27 veego #define PCI_VENDOR_COMPUTONE 0x8e0e /* Computone Corperation */
538 1.65 thorpej #define PCI_VENDOR_KTI 0x8e2e /* KTI */
539 1.1 cgd #define PCI_VENDOR_ADP 0x9004 /* Adaptec */
540 1.88 drochner #define PCI_VENDOR_ADP2 0x9005 /* Adaptec (2nd PCI Vendor ID) */
541 1.14 cgd #define PCI_VENDOR_ATRONICS 0x907f /* Atronics */
542 1.27 veego #define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */
543 1.60 cgd #define PCI_VENDOR_INVALID 0xffff /* INVALID VENDOR ID */
544 1.1 cgd
545 1.1 cgd /*
546 1.1 cgd * List of known products. Grouped by vendor.
547 1.1 cgd */
548 1.1 cgd
549 1.5 cgd /* 3COM Products */
550 1.112 thorpej #define PCI_PRODUCT_3COM_3C590 0x5900 /* 3c590 Ethernet */
551 1.112 thorpej #define PCI_PRODUCT_3COM_3C595TX 0x5950 /* 3c595-TX 10/100 Ethernet */
552 1.112 thorpej #define PCI_PRODUCT_3COM_3C595T4 0x5951 /* 3c595-T4 10/100 Ethernet */
553 1.112 thorpej #define PCI_PRODUCT_3COM_3C595MII 0x5952 /* 3c595-MII 10/100 Ethernet */
554 1.112 thorpej #define PCI_PRODUCT_3COM_3C900TPO 0x9000 /* 3c900-TPO Ethernet */
555 1.112 thorpej #define PCI_PRODUCT_3COM_3C900COMBO 0x9001 /* 3c900-COMBO Ethernet */
556 1.112 thorpej #define PCI_PRODUCT_3COM_3C905TX 0x9050 /* 3c905-TX 10/100 Ethernet */
557 1.112 thorpej #define PCI_PRODUCT_3COM_3C905T4 0x9051 /* 3c905-T4 10/100 Ethernet */
558 1.112 thorpej #define PCI_PRODUCT_3COM_3C900BTPO 0x9004 /* 3c900B-TPO Ethernet */
559 1.112 thorpej #define PCI_PRODUCT_3COM_3C900BCOMBO 0x9005 /* 3c900B-COMBO Ethernet */
560 1.131 fvdl #define PCI_PRODUCT_3COM_3C900BTPC 0x9006 /* 3c900B-TPC Ethernet */
561 1.112 thorpej #define PCI_PRODUCT_3COM_3C905BTX 0x9055 /* 3c905B-TX 10/100 Ethernet */
562 1.112 thorpej #define PCI_PRODUCT_3COM_3C905BT4 0x9056 /* 3c905B-T4 10/100 Ethernet */
563 1.112 thorpej #define PCI_PRODUCT_3COM_3C905BFX 0x905a /* 3c905B-FX 10/100 Ethernet */
564 1.144 ross #define PCI_PRODUCT_3COM_3C905CTX 0x9200 /* 3c905C-TX 10/100 Ethernet with mngmt */
565 1.112 thorpej #define PCI_PRODUCT_3COM_3C980SRV 0x9800 /* 3c980 Server Adapter 10/100 Ethernet */
566 1.5 cgd
567 1.73 tron /* 3Dfx Interactive producs */
568 1.73 tron #define PCI_PRODUCT_3DFX_VOODOO 0x0001 /* Voodoo */
569 1.110 tron #define PCI_PRODUCT_3DFX_VOODOO2 0x0002 /* Voodoo2 */
570 1.136 tron #define PCI_PRODUCT_3DFX_BANSHEE 0x0003 /* Banshee */
571 1.136 tron #define PCI_PRODUCT_3DFX_VOODOO3 0x0005 /* Voodoo3 */
572 1.73 tron
573 1.27 veego /* 3D Labs products */
574 1.44 lonhyn #define PCI_PRODUCT_3DLABS_300SX 0x0001 /* GLINT 300SX */
575 1.44 lonhyn #define PCI_PRODUCT_3DLABS_500TX 0x0002 /* GLINT 500TX */
576 1.44 lonhyn #define PCI_PRODUCT_3DLABS_DELTA 0x0003 /* GLINT DELTA */
577 1.129 veego #define PCI_PRODUCT_3DLABS_PERMEDIA 0x0004 /* GLINT Permedia */
578 1.44 lonhyn #define PCI_PRODUCT_3DLABS_500MX 0x0006 /* GLINT 500MX */
579 1.129 veego #define PCI_PRODUCT_3DLABS_PERMEDI2 0x0007 /* GLINT Permedia 2 */
580 1.27 veego
581 1.24 jtk /* ACC Products */
582 1.24 jtk #define PCI_PRODUCT_ACC_2188 0x0000 /* ACCM 2188 VL-PCI Bridge */
583 1.76 drochner #define PCI_PRODUCT_ACC_2051_HB 0x2051 /* 2051 PCI Single Chip Solution (host bridge) */
584 1.76 drochner #define PCI_PRODUCT_ACC_2051_ISA 0x5842 /* 2051 PCI Single Chip Solution (ISA bridge) */
585 1.24 jtk
586 1.148 soren /* Acard products */
587 1.93 tron #define PCI_PRODUCT_ACARD_AEC6710 0x8002 /* AEC6710 SCSI */
588 1.93 tron #define PCI_PRODUCT_ACARD_AEC6712UW 0x8010 /* AEC6712UW SCSI */
589 1.93 tron #define PCI_PRODUCT_ACARD_AEC6712U 0x8020 /* AEC6712U SCSI */
590 1.93 tron #define PCI_PRODUCT_ACARD_AEC6712S 0x8030 /* AEC6712S SCSI */
591 1.148 soren #define PCI_PRODUCT_ACARD_AEC6710D 0x8040 /* AEC6710D SCSI */
592 1.148 soren #define PCI_PRODUCT_ACARD_AEC6715UW 0x8050 /* AEC6715UW SCSI */
593 1.93 tron
594 1.139 drochner /* Accton products */
595 1.139 drochner #define PCI_PRODUCT_ACCTON_MPX5030 0x1211 /* MPX 5030/5038 Ethernet */
596 1.139 drochner
597 1.5 cgd /* Acer products */
598 1.27 veego #define PCI_PRODUCT_ACER_M1435 0x1435 /* M1435 VL-PCI Bridge */
599 1.5 cgd
600 1.14 cgd /* Acer Labs products */
601 1.27 veego #define PCI_PRODUCT_ALI_M1445 0x1445 /* M1445 VL-PCI Bridge */
602 1.27 veego #define PCI_PRODUCT_ALI_M1449 0x1449 /* M1449 PCI-ISA Bridge */
603 1.27 veego #define PCI_PRODUCT_ALI_M1451 0x1451 /* M1451 Host-PCI Bridge */
604 1.27 veego #define PCI_PRODUCT_ALI_M1461 0x1461 /* M1461 Host-PCI Bridge */
605 1.89 mark #define PCI_PRODUCT_ALI_M1531 0x1531 /* M1531 Host-PCI Bridge */
606 1.89 mark #define PCI_PRODUCT_ALI_M1541 0x1541 /* M1541 Host-PCI Bridge */
607 1.68 mark #define PCI_PRODUCT_ALI_M1543 0x1533 /* M1543 PCI-ISA Bridge */
608 1.129 veego #define PCI_PRODUCT_ALI_M3309 0x3309 /* M3309 MPEG Decoder */
609 1.14 cgd #define PCI_PRODUCT_ALI_M4803 0x5215 /* M4803 */
610 1.68 mark #define PCI_PRODUCT_ALI_M5229 0x5229 /* M5229 UDMA IDE Controller */
611 1.68 mark #define PCI_PRODUCT_ALI_M5237 0x5237 /* M5237 USB Host Controller */
612 1.68 mark #define PCI_PRODUCT_ALI_M7101 0x7101 /* M7101 Power Management Controller */
613 1.14 cgd
614 1.1 cgd /* Adaptec products */
615 1.14 cgd #define PCI_PRODUCT_ADP_AIC7850 0x5078 /* AIC-7850 */
616 1.19 gibbs #define PCI_PRODUCT_ADP_AIC7855 0x5578 /* AIC-7855 */
617 1.28 chuck #define PCI_PRODUCT_ADP_AIC5900 0x5900 /* AIC-5900 ATM */
618 1.28 chuck #define PCI_PRODUCT_ADP_AIC5905 0x5905 /* AIC-5905 ATM */
619 1.19 gibbs #define PCI_PRODUCT_ADP_AIC7860 0x6078 /* AIC-7860 */
620 1.19 gibbs #define PCI_PRODUCT_ADP_2940AU 0x6178 /* AHA-2940A Ultra */
621 1.14 cgd #define PCI_PRODUCT_ADP_AIC7870 0x7078 /* AIC-7870 */
622 1.14 cgd #define PCI_PRODUCT_ADP_2940 0x7178 /* AHA-2940 */
623 1.6 cgd #define PCI_PRODUCT_ADP_3940 0x7278 /* AHA-3940 */
624 1.27 veego #define PCI_PRODUCT_ADP_3985 0x7378 /* AHA-3985 */
625 1.6 cgd #define PCI_PRODUCT_ADP_2944 0x7478 /* AHA-2944 */
626 1.129 veego #define PCI_PRODUCT_ADP_AIC7895 0x7895 /* AIC-7895 Ultra */
627 1.6 cgd #define PCI_PRODUCT_ADP_AIC7880 0x8078 /* AIC-7880 Ultra */
628 1.14 cgd #define PCI_PRODUCT_ADP_2940U 0x8178 /* AHA-2940 Ultra */
629 1.14 cgd #define PCI_PRODUCT_ADP_3940U 0x8278 /* AHA-3940 Ultra */
630 1.129 veego #define PCI_PRODUCT_ADP_389XU 0x8378 /* AHA-389X Ultra */
631 1.14 cgd #define PCI_PRODUCT_ADP_2944U 0x8478 /* AHA-2944 Ultra */
632 1.84 dante
633 1.88 drochner #define PCI_PRODUCT_ADP2_2940U2 0x0010 /* AHA-2940 Ultra2 */
634 1.142 fvdl #define PCI_PRODUCT_ADP2_2930U2 0x0011 /* AHA-2930 Ultra2 */
635 1.142 fvdl #define PCI_PRODUCT_ADP2_AIC7890 0x001f /* AIC-7890/1 */
636 1.142 fvdl #define PCI_PRODUCT_ADP2_3950U2B 0x0050 /* AHA-3950 Ultra2 */
637 1.142 fvdl #define PCI_PRODUCT_ADP2_3950U2D 0x0051 /* AHA-3950 Ultra2 */
638 1.142 fvdl #define PCI_PRODUCT_ADP2_AIC7896 0x005f /* AIC-7896/7 */
639 1.88 drochner
640 1.139 drochner /* Addtron Products */
641 1.139 drochner #define PCI_PRODUCT_ADDTRON_8139 0x1360 /* 8139 Ethernet */
642 1.139 drochner
643 1.84 dante /* Advanced System Products */
644 1.84 dante #define PCI_PRODUCT_ADVSYS_1200A 0x1100
645 1.84 dante #define PCI_PRODUCT_ADVSYS_1200B 0x1200
646 1.84 dante #define PCI_PRODUCT_ADVSYS_ULTRA 0x1300 /* ABP-930/40UA */
647 1.90 dante #define PCI_PRODUCT_ADVSYS_WIDE 0x2300 /* ABP-940UW */
648 1.40 drochner
649 1.40 drochner /* Alliance products */
650 1.40 drochner #define PCI_PRODUCT_ALLIANCE_AT24 0x6424 /* AT24 */
651 1.153 drochner
652 1.153 drochner /* Alteon products */
653 1.153 drochner #define PCI_PRODUCT_ALTEON_ACENIC 0x0001 /* ACEnic Gigabit Ethernet */
654 1.1 cgd
655 1.9 thorpej /* AMD products */
656 1.14 cgd #define PCI_PRODUCT_AMD_PCNET_PCI 0x2000 /* 79c970 PCnet-PCI LANCE Ethernet */
657 1.14 cgd #define PCI_PRODUCT_AMD_PCSCSI_PCI 0x2020 /* 53c974 PCscsi-PCI SCSI */
658 1.27 veego #define PCI_PRODUCT_AMD_PCNETS_PCI 0x2040 /* 79C974 PCnet-PCI Ethernet & SCSI */
659 1.63 mycroft
660 1.63 mycroft /* Apple products */
661 1.137 tsubai #define PCI_PRODUCT_APPLE_BANDIT 0x0001 /* Bandit Host-PCI Bridge */
662 1.137 tsubai #define PCI_PRODUCT_APPLE_GC 0x0002 /* Grand Central I/O Controller */
663 1.137 tsubai #define PCI_PRODUCT_APPLE_CONTROL 0x0003 /* Control */
664 1.137 tsubai #define PCI_PRODUCT_APPLE_PLANB 0x0004 /* PlanB */
665 1.137 tsubai #define PCI_PRODUCT_APPLE_OHARE 0x0007 /* OHare I/O Controller */
666 1.137 tsubai #define PCI_PRODUCT_APPLE_BANDIT2 0x0008 /* Bandit Host-PCI Bridge */
667 1.137 tsubai #define PCI_PRODUCT_APPLE_HEATHROW 0x0010 /* MAC-IO I/O Controller (Heathrow) */
668 1.137 tsubai #define PCI_PRODUCT_APPLE_PADDINGTON 0x0017 /* MAC-IO I/O Controller (Paddington) */
669 1.14 cgd
670 1.27 veego /* ARC Logic products */
671 1.27 veego #define PCI_PRODUCT_ARC_1000PV 0xa091 /* 1000PV */
672 1.27 veego #define PCI_PRODUCT_ARC_2000PV 0xa099 /* 2000PV */
673 1.27 veego #define PCI_PRODUCT_ARC_2000MT 0xa0a1 /* 2000MT */
674 1.9 thorpej
675 1.111 thorpej /* ASIX Electronics products */
676 1.111 thorpej #define PCI_PRODUCT_ASIX_AX88140A 0x1400 /* AX88140A 10/100 Ethernet */
677 1.111 thorpej
678 1.1 cgd /* ATI products */
679 1.1 cgd #define PCI_PRODUCT_ATI_MACH32 0x4158 /* Mach32 */
680 1.14 cgd #define PCI_PRODUCT_ATI_MACH64_CT 0x4354 /* Mach64 CT */
681 1.14 cgd #define PCI_PRODUCT_ATI_MACH64_CX 0x4358 /* Mach64 CX */
682 1.14 cgd #define PCI_PRODUCT_ATI_MACH64_ET 0x4554 /* Mach64 ET */
683 1.14 cgd #define PCI_PRODUCT_ATI_MACH64_VT 0x4654 /* Mach64 VT */
684 1.122 mrg #define PCI_PRODUCT_ATI_MACH64_B 0x4750 /* Mach64 B */
685 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GB 0x4742 /* Mach64 GB */
686 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GD 0x4744 /* Mach64 GD */
687 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GI 0x4749 /* Mach64 GI */
688 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GP 0x4750 /* Mach64 GP */
689 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GQ 0x4751 /* Mach64 GQ */
690 1.14 cgd #define PCI_PRODUCT_ATI_MACH64_GT 0x4754 /* Mach64 GT */
691 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GU 0x4755 /* Mach64 GU */
692 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GV 0x4756 /* Mach64 GV */
693 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GW 0x4757 /* Mach64 GW */
694 1.14 cgd #define PCI_PRODUCT_ATI_MACH64_GX 0x4758 /* Mach64 GX */
695 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GZ 0x475a /* Mach64 GZ */
696 1.129 veego #define PCI_PRODUCT_ATI_MACH64_LB 0x4c42 /* Mach64 LB */
697 1.129 veego #define PCI_PRODUCT_ATI_MACH64_LD 0x4c44 /* Mach64 LD */
698 1.129 veego #define PCI_PRODUCT_ATI_MACH64_LG 0x4c47 /* Mach64 LG */
699 1.129 veego #define PCI_PRODUCT_ATI_MACH64_LI 0x4c49 /* Mach64 LI */
700 1.129 veego #define PCI_PRODUCT_ATI_MACH64_LP 0x4c50 /* Mach64 LP */
701 1.14 cgd
702 1.27 veego /* Applied Micro Circuts products */
703 1.27 veego #define PCI_PRODUCT_AMCIRCUITS_S5933 0x4750 /* S5933 PCI Matchmaker */
704 1.27 veego #define PCI_PRODUCT_AMCIRCUITS_LANAI 0x8043 /* Myrinet LANai Interface */
705 1.152 mcr #define PCI_PRODUCT_AMCIRCUITS_S5920 0x5920 /* S5920 PCI Target */
706 1.27 veego
707 1.14 cgd /* Atronics products */
708 1.14 cgd #define PCI_PRODUCT_ATRONICS_IDE_2015PL 0x2015 /* IDE-2015PL */
709 1.14 cgd
710 1.14 cgd /* Avance Logic products */
711 1.27 veego #define PCI_PRODUCT_AVANCE_AVL2301 0x2301 /* AVL2301 */
712 1.27 veego #define PCI_PRODUCT_AVANCE_AVG2302 0x2302 /* AVG2302 */
713 1.27 veego #define PCI_PRODUCT_AVANCE2_ALG2301 0x2301 /* ALG2301 */
714 1.27 veego #define PCI_PRODUCT_AVANCE2_ALG2302 0x2302 /* ALG2302 */
715 1.143 augustss
716 1.143 augustss /* CCUBE products */
717 1.143 augustss #define PCI_PRODUCT_CCUBE_CINEMASTER 0x8888 /* Cinemaster C 3.0 DVD Decoder */
718 1.1 cgd
719 1.114 drochner /* AVM products */
720 1.114 drochner #define PCI_PRODUCT_AVM_FRITZ_CARD 0x0a00 /* Fritz! Card ISDN Interface */
721 1.114 drochner
722 1.35 drochner /* Bit3 products */
723 1.35 drochner #define PCI_PRODUCT_BIT3_PCIVME617 0x0001 /* PCI-VME Interface Mod. 617 */
724 1.124 drochner #define PCI_PRODUCT_BIT3_PCIVME618 0x0010 /* PCI-VME Interface Mod. 618 */
725 1.88 drochner #define PCI_PRODUCT_BIT3_PCIVME2706 0x0300 /* PCI-VME Interface Mod. 2706 */
726 1.80 tron
727 1.80 tron /* Brooktree products */
728 1.81 tron #define PCI_PRODUCT_BROOKTREE_BT848 0x0350 /* Bt848 Video Capture */
729 1.86 veego #define PCI_PRODUCT_BROOKTREE_BT849 0x0351 /* Bt849 Video Capture */
730 1.86 veego #define PCI_PRODUCT_BROOKTREE_BT878 0x036e /* Bt878 Video Capture */
731 1.86 veego #define PCI_PRODUCT_BROOKTREE_BT879 0x036f /* Bt879 Video Capture */
732 1.35 drochner
733 1.5 cgd /* BusLogic products */
734 1.27 veego #define PCI_PRODUCT_BUSLOGIC_MULTIMASTER_NC 0x0140 /* MultiMaster NC */
735 1.27 veego #define PCI_PRODUCT_BUSLOGIC_MULTIMASTER 0x1040 /* MultiMaster */
736 1.27 veego #define PCI_PRODUCT_BUSLOGIC_FLASHPOINT 0x8130 /* FlashPoint */
737 1.27 veego
738 1.27 veego /* c't Magazin products */
739 1.27 veego #define PCI_PRODUCT_C4T_GPPCI 0x6773 /* GPPCI */
740 1.14 cgd
741 1.14 cgd /* Chips and Technologies products */
742 1.27 veego #define PCI_PRODUCT_CHIPS_64310 0x00b8 /* 64310 */
743 1.14 cgd #define PCI_PRODUCT_CHIPS_65545 0x00d8 /* 65545 */
744 1.27 veego #define PCI_PRODUCT_CHIPS_65548 0x00dc /* 65548 */
745 1.29 augustss #define PCI_PRODUCT_CHIPS_65550 0x00e0 /* 65550 */
746 1.38 drochner #define PCI_PRODUCT_CHIPS_65554 0x00e4 /* 65554 */
747 1.5 cgd
748 1.5 cgd /* Cirrus Logic products */
749 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD7548 0x0038 /* CL-GD7548 */
750 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD5430 0x00a0 /* CL-GD5430 */
751 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD5434_4 0x00a4 /* CL-GD5434-4 */
752 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD5434_8 0x00a8 /* CL-GD5434-8 */
753 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD5436 0x00ac /* CL-GD5436 */
754 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD5446 0x00b8 /* CL-GD5446 */
755 1.129 veego #define PCI_PRODUCT_CIRRUS_CL_GD5480 0x00bc /* CL-GD5480 */
756 1.100 jtk #define PCI_PRODUCT_CIRRUS_CL_PD6729 0x1100 /* CL-PD6729 */
757 1.134 drochner #define PCI_PRODUCT_CIRRUS_CL_PD6832 0x1110 /* CL-PD6832 PCI-CardBus Bridge */
758 1.129 veego #define PCI_PRODUCT_CIRRUS_CL_PD6833 0x1113 /* CL-PD6833 PCI-CardBus Bridge */
759 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD7542 0x1200 /* CL-GD7542 */
760 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD7543 0x1202 /* CL-GD7543 */
761 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD7541 0x1204 /* CL-GD7541 */
762 1.89 mark #define PCI_PRODUCT_CIRRUS_CL_CD4400 0x4400 /* CL-CD4400 Communications Controller */
763 1.89 mark #define PCI_PRODUCT_CIRRUS_CS4610 0x6001 /* CS4610 SoundFusion Audio Accelerator */
764 1.89 mark #define PCI_PRODUCT_CIRRUS_CS4280 0x6003 /* CS4280 CrystalClear Audio Interface */
765 1.14 cgd
766 1.57 cgd /* CMD Technology products -- info gleaned from their web site */
767 1.57 cgd #define PCI_PRODUCT_CMDTECH_640 0x0640 /* PCI0640 */
768 1.58 cgd /* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */
769 1.58 cgd #define PCI_PRODUCT_CMDTECH_642 0x0642 /* PCI0642 */
770 1.57 cgd #define PCI_PRODUCT_CMDTECH_643 0x0643 /* PCI0643 */
771 1.57 cgd #define PCI_PRODUCT_CMDTECH_646 0x0646 /* PCI0646 */
772 1.57 cgd #define PCI_PRODUCT_CMDTECH_647 0x0647 /* PCI0647 */
773 1.58 cgd /* Inclusion of 'A' in the following entry is probably wrong. */
774 1.58 cgd /* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */
775 1.58 cgd #define PCI_PRODUCT_CMDTECH_650A 0x0650 /* PCI0650A */
776 1.57 cgd #define PCI_PRODUCT_CMDTECH_670 0x0670 /* USB0670 */
777 1.57 cgd #define PCI_PRODUCT_CMDTECH_673 0x0673 /* USB0673 */
778 1.27 veego
779 1.27 veego /* Cogent Data Technologies products */
780 1.27 veego #define PCI_PRODUCT_COGENT_EM110TX 0x1400 /* EX110TX PCI Fast Ethernet Adapter */
781 1.27 veego
782 1.27 veego /* Compaq products */
783 1.27 veego #define PCI_PRODUCT_COMPAQ_PCI_EISA_BRIDGE 0x0001 /* PCI-EISA Bridge */
784 1.27 veego #define PCI_PRODUCT_COMPAQ_PCI_ISA_BRIDGE 0x0002 /* PCI-ISA Bridge */
785 1.27 veego #define PCI_PRODUCT_COMPAQ_TRIFLEX1 0x1000 /* Triflex Host-PCI Bridge */
786 1.27 veego #define PCI_PRODUCT_COMPAQ_TRIFLEX2 0x2000 /* Triflex Host-PCI Bridge */
787 1.27 veego #define PCI_PRODUCT_COMPAQ_QVISION_V0 0x3032 /* QVision */
788 1.27 veego #define PCI_PRODUCT_COMPAQ_QVISION_1280P 0x3033 /* QVision 1280/p */
789 1.27 veego #define PCI_PRODUCT_COMPAQ_QVISION_V2 0x3034 /* QVision */
790 1.27 veego #define PCI_PRODUCT_COMPAQ_TRIFLEX4 0x4000 /* Triflex Host-PCI Bridge */
791 1.67 augustss #define PCI_PRODUCT_COMPAQ_USB 0x7020 /* USB Controller */
792 1.41 bouyer #define PCI_PRODUCT_COMPAQ_N100TX 0xae32 /* Netelligent 10/100 TX */
793 1.41 bouyer #define PCI_PRODUCT_COMPAQ_N10T 0xae34 /* Netelligent 10 T */
794 1.41 bouyer #define PCI_PRODUCT_COMPAQ_IntNF3P 0xae35 /* Integrated NetFlex 3/P */
795 1.41 bouyer #define PCI_PRODUCT_COMPAQ_IntPL100TX 0xae43 /* ProLiant Integrated Netelligent 10/100 TX */
796 1.41 bouyer #define PCI_PRODUCT_COMPAQ_DPNet100TX 0xae40 /* Dual Port Netelligent 10/100 TX */
797 1.41 bouyer #define PCI_PRODUCT_COMPAQ_DP4000 0xb011 /* Deskpro 4000 5233MMX */
798 1.41 bouyer #define PCI_PRODUCT_COMPAQ_NF3P_BNC 0xf150 /* NetFlex 3/P w/ BNC */
799 1.41 bouyer #define PCI_PRODUCT_COMPAQ_NF3P 0xf130 /* NetFlex 3/P */
800 1.14 cgd
801 1.65 thorpej /* Compex products - XXX better descriptions */
802 1.65 thorpej #define PCI_PRODUCT_COMPEX_NE2KETHER 0x1401 /* Ethernet */
803 1.111 thorpej #define PCI_PRODUCT_COMPEX_RL100ATX 0x2011 /* RL100-ATX 10/100 Ethernet */
804 1.65 thorpej
805 1.14 cgd /* Contaq Microsystems products */
806 1.27 veego #define PCI_PRODUCT_CONTAQ_82C599 0x0600 /* 82C599 PCI-VLB Bridge */
807 1.61 thorpej #define PCI_PRODUCT_CONTAQ_82C693 0xc693 /* 82C693 PCI-ISA Bridge */
808 1.27 veego
809 1.27 veego /* Corollary Products */
810 1.27 veego #define PCI_PRODUCT_COROLLARY_CBUSII_PCIB 0x0014 /* \"C-Bus II\"-PCI Bridge */
811 1.27 veego
812 1.27 veego /* Cyclades products */
813 1.27 veego #define PCI_PRODUCT_CYCLADES_CYCLOMY_1 0x0100 /* Cyclom-Y below 1M */
814 1.27 veego #define PCI_PRODUCT_CYCLADES_CYCLOMY_2 0x0101 /* Cyclom-Y above 1M */
815 1.27 veego #define PCI_PRODUCT_CYCLADES_CYCLOMZ_1 0x0200 /* Cyclom-Z below 1M */
816 1.27 veego #define PCI_PRODUCT_CYCLADES_CYCLOMZ_2 0x0201 /* Cyclom-Z above 1M */
817 1.5 cgd
818 1.1 cgd /* DEC products */
819 1.5 cgd #define PCI_PRODUCT_DEC_21050 0x0001 /* DECchip 21050 PCI-PCI Bridge */
820 1.113 thorpej #define PCI_PRODUCT_DEC_21040 0x0002 /* DECchip 21040 (\"Tulip\") Ethernet */
821 1.1 cgd #define PCI_PRODUCT_DEC_21030 0x0004 /* DECchip 21030 (\"TGA\") */
822 1.1 cgd #define PCI_PRODUCT_DEC_NVRAM 0x0007 /* Zephyr NV-RAM */
823 1.1 cgd #define PCI_PRODUCT_DEC_KZPSA 0x0008 /* KZPSA */
824 1.113 thorpej #define PCI_PRODUCT_DEC_21140 0x0009 /* DECchip 21140 (\"FasterNet\") 10/100 Ethernet */
825 1.16 cgd #define PCI_PRODUCT_DEC_PBXGB 0x000d /* TGA2 */
826 1.1 cgd #define PCI_PRODUCT_DEC_DEFPA 0x000f /* DEFPA */
827 1.5 cgd /* product DEC ??? 0x0010 ??? VME Interface */
828 1.113 thorpej #define PCI_PRODUCT_DEC_21041 0x0014 /* DECchip 21041 (\"Tulip Plus\") Ethernet */
829 1.16 cgd #define PCI_PRODUCT_DEC_DGLPB 0x0016 /* DGLPB (\"OPPO\") */
830 1.113 thorpej #define PCI_PRODUCT_DEC_21142 0x0019 /* DECchip 21142/21143 10/100 Ethernet */
831 1.27 veego #define PCI_PRODUCT_DEC_21052 0x0021 /* DECchip 21052 PCI-PCI Bridge */
832 1.27 veego #define PCI_PRODUCT_DEC_21150 0x0022 /* DECchip 21150 PCI-PCI Bridge */
833 1.27 veego #define PCI_PRODUCT_DEC_21152 0x0024 /* DECchip 21152 PCI-PCI Bridge */
834 1.27 veego #define PCI_PRODUCT_DEC_21153 0x0025 /* DECchip 21153 PCI-PCI Bridge */
835 1.27 veego #define PCI_PRODUCT_DEC_21154 0x0026 /* DECchip 21154 PCI-PCI Bridge */
836 1.139 drochner
837 1.139 drochner /* Delta products */
838 1.139 drochner #define PCI_PRODUCT_DELTA_8139 0x1360 /* 8139 Ethernet */
839 1.1 cgd
840 1.5 cgd /* Diamond products */
841 1.27 veego #define PCI_PRODUCT_DIAMOND_VIPER 0x9001 /* Viper/PCI */
842 1.5 cgd
843 1.14 cgd /* Distributed Processing Technology products */
844 1.14 cgd #define PCI_PRODUCT_DPT_SC_RAID 0xa400 /* SmartCache/Raid */
845 1.14 cgd
846 1.35 drochner /* Dolphin products */
847 1.35 drochner #define PCI_PRODUCT_DOLPHIN_PCISCI 0x0658 /* PCI-SCI Bridge */
848 1.114 drochner
849 1.114 drochner /* ELSA products */
850 1.114 drochner #define PCI_PRODUCT_ELSA_QS1PCI 0x1000 /* QuickStep 1000 ISDN card */
851 1.35 drochner
852 1.27 veego /* Emulex products */
853 1.27 veego #define PCI_PRODUCT_EMULEX_LPPFC 0x10df /* \"Light Pulse\" FibreChannel adapter */
854 1.42 mycroft
855 1.42 mycroft /* Ensoniq products */
856 1.42 mycroft #define PCI_PRODUCT_ENSONIQ_AUDIOPCI 0x5000 /* AudioPCI */
857 1.119 mycroft #define PCI_PRODUCT_ENSONIQ_AUDIOPCI97 0x1371 /* AudioPCI 97 */
858 1.31 kml
859 1.31 kml /* Essential Communications products */
860 1.31 kml #define PCI_PRODUCT_ESSENTIAL_RR_HIPPI 0x0001 /* RoadRunner HIPPI Interface */
861 1.31 kml #define PCI_PRODUCT_ESSENTIAL_RR_GIGE 0x0005 /* RoadRunner Gig-E Interface */
862 1.72 augustss
863 1.87 mark /* ESS Technology Inc products */
864 1.141 kleink #define PCI_PRODUCT_ESSTECH_SOLO1 0x1969 /* Solo-1 PCI AudioDrive */
865 1.129 veego #define PCI_PRODUCT_ESSTECH_MAESTRO2E 0x1978 /* Maestro 2E */
866 1.87 mark
867 1.72 augustss /* 2 Micro Inc */
868 1.72 augustss #define PCI_PRODUCT_2MICRO_OZ6832 0x6832 /* OZ6832 CardBus Controller */
869 1.27 veego
870 1.27 veego /* Evans & Sutherland products */
871 1.27 veego #define PCI_PRODUCT_ES_FREEDOM 0x0001 /* Freedom PCI-GBus Interface */
872 1.27 veego
873 1.5 cgd /* FORE products */
874 1.5 cgd #define PCI_PRODUCT_FORE_PCA200 0x0210 /* ATM PCA-200 */
875 1.15 cgd #define PCI_PRODUCT_FORE_PCA200E 0x0300 /* ATM PCA-200e */
876 1.5 cgd
877 1.87 mark /* Fujtsu products */
878 1.128 augustss #define PCI_PRODUCT_LUCENT_LTMODEM 0x0440 /* K56flex DSVD LTMODEM */
879 1.128 augustss #define PCI_PRODUCT_LUCENT_USBHC 0x5801 /* USB Host Controller */
880 1.87 mark
881 1.14 cgd /* Future Domain products */
882 1.14 cgd #define PCI_PRODUCT_FUTUREDOMAIN_TMC_18C30 0x0000 /* TMC-18C30 (36C70) */
883 1.14 cgd
884 1.14 cgd /* Efficient Networks products */
885 1.28 chuck #define PCI_PRODUCT_EFFICIENTNETS_ENI155PF 0x0000 /* 155P-MF1 ATM (FPGA) */
886 1.28 chuck #define PCI_PRODUCT_EFFICIENTNETS_ENI155PA 0x0002 /* 155P-MF1 ATM (ASIC) */
887 1.14 cgd
888 1.14 cgd /* Hewlett-Packard products */
889 1.14 cgd #define PCI_PRODUCT_HP_J2585A 0x1030 /* J2585A */
890 1.17 cgd
891 1.17 cgd /* IBM products */
892 1.148 soren #define PCI_PRODUCT_IBM_MCABRIDGE 0x0002 /* MCA Bridge */
893 1.148 soren #define PCI_PRODUCT_IBM_ALTALITE 0x0005 /* CPU Bridge - Alta Lite */
894 1.148 soren #define PCI_PRODUCT_IBM_ALTAMP 0x0007 /* CPU Bridge - Alta MP */
895 1.148 soren #define PCI_PRODUCT_IBM_ISABRIDGE 0x000a /* ISA Bridge w/PnP */
896 1.148 soren #define PCI_PRODUCT_IBM_CPUBRIDGE 0x0017 /* CPU Bridge */
897 1.148 soren #define PCI_PRODUCT_IBM_LANSTREAMER 0x0018 /* Auto LANStreamer */
898 1.148 soren #define PCI_PRODUCT_IBM_GXT150P 0x001b /* GXT-150P 2D Accelerator */
899 1.148 soren #define PCI_PRODUCT_IBM_MCABRIDGE2 0x0020 /* MCA Bridge */
900 1.17 cgd #define PCI_PRODUCT_IBM_82351 0x0022 /* 82351 PCI-PCI Bridge */
901 1.148 soren #define PCI_PRODUCT_IBM_SERVERAID 0x002e /* ServeRAID */
902 1.148 soren #define PCI_PRODUCT_IBM_OLYMPIC 0x003e /* Token Ring */
903 1.148 soren #define PCI_PRODUCT_IBM_MIAMI 0x0036 /* Miami/PCI */
904 1.148 soren #define PCI_PRODUCT_IBM_TURBOWAYS25 0x0053 /* Turboways 25 ATM */
905 1.14 cgd
906 1.62 drochner /* IDT products */
907 1.62 drochner #define PCI_PRODUCT_IDT_77201 0x0001 /* 77201/77211 ATM (\"NICStAR\") */
908 1.149 thorpej
909 1.149 thorpej /* Initio products */
910 1.149 thorpej #define PCI_PRODUCT_INITIO_I920 0x0002 /* INIC-920 SCSI */
911 1.149 thorpej #define PCI_PRODUCT_INITIO_I940 0x9400 /* INIC-940 SCSI */
912 1.149 thorpej #define PCI_PRODUCT_INITIO_I935 0x9401 /* INIC-935 SCSI */
913 1.149 thorpej #define PCI_PRODUCT_INITIO_I950 0x9500 /* INIC-950 SCSI */
914 1.62 drochner
915 1.14 cgd /* Integrated Micro Solutions products */
916 1.14 cgd #define PCI_PRODUCT_IMS_8849 0x8849 /* 8849 */
917 1.82 thorpej #define PCI_PRODUCT_IMS_TT128M 0x9128 /* TwinTurbo 128M */
918 1.12 chuck
919 1.1 cgd /* Intel products */
920 1.43 drochner #define PCI_PRODUCT_INTEL_PCEB 0x0482 /* 82375EB/SB PCI-EISA Bridge (PCEB) */
921 1.43 drochner #define PCI_PRODUCT_INTEL_CDC 0x0483 /* 82424ZX Cache and DRAM controller (CDC) */
922 1.43 drochner #define PCI_PRODUCT_INTEL_SIO 0x0484 /* 82378ZB System I/O (SIO) */
923 1.43 drochner #define PCI_PRODUCT_INTEL_82426EX 0x0486 /* 82426EX PCI-to-ISA Bridge (PCIB) */
924 1.43 drochner #define PCI_PRODUCT_INTEL_PCMC 0x04a3 /* 82434LX/NX PCI, Cache and Memory Controller (PCMC) */
925 1.23 thorpej #define PCI_PRODUCT_INTEL_82092AA 0x1222 /* 82092AA IDE controller */
926 1.14 cgd #define PCI_PRODUCT_INTEL_SAA7116 0x1223 /* SAA7116 */
927 1.27 veego #define PCI_PRODUCT_INTEL_82596 0x1226 /* 82596 LAN Controller */
928 1.23 thorpej #define PCI_PRODUCT_INTEL_EEPRO100 0x1227 /* EE Pro 100 10/100 Fast Ethernet */
929 1.23 thorpej #define PCI_PRODUCT_INTEL_EEPRO100S 0x1228 /* EE Pro 100 Smart 10/100 Fast Ethernet */
930 1.23 thorpej #define PCI_PRODUCT_INTEL_82557 0x1229 /* 82557 Fast Ethernet LAN Controller */
931 1.43 drochner #define PCI_PRODUCT_INTEL_82437FX 0x122d /* 82437FX System Controller (TSC) */
932 1.60 cgd #define PCI_PRODUCT_INTEL_82371FB_ISA 0x122e /* 82371FB PCI-to-ISA Bridge (PIIX) */
933 1.60 cgd #define PCI_PRODUCT_INTEL_82371FB_IDE 0x1230 /* 82371FB IDE controller (PIIX) */
934 1.43 drochner #define PCI_PRODUCT_INTEL_82371MX 0x1234 /* 82371MX Mobile PCI I/O IDE Xcelerator (MPIIX) */
935 1.43 drochner #define PCI_PRODUCT_INTEL_82437MX 0x1235 /* 82437MX Mobile System Controller (MTSC) */
936 1.43 drochner #define PCI_PRODUCT_INTEL_82441FX 0x1237 /* 82441FX PCI and Memory Controller (PMC) */
937 1.43 drochner #define PCI_PRODUCT_INTEL_82380AB 0x123c /* 82380AB Mobile PCI-to-ISA Bridge (MISA) */
938 1.43 drochner #define PCI_PRODUCT_INTEL_82380FB 0x124b /* 82380FB Mobile PCI-to-PCI Bridge (MPCI2) */
939 1.43 drochner #define PCI_PRODUCT_INTEL_82439HX 0x1250 /* 82439HX System Controller (TXC) */
940 1.43 drochner #define PCI_PRODUCT_INTEL_82371SB_ISA 0x7000 /* 82371SB PCI-to-ISA Bridge (PIIX3) */
941 1.43 drochner #define PCI_PRODUCT_INTEL_82371SB_IDE 0x7010 /* 82371SB IDE Interface (PIIX3) */
942 1.43 drochner #define PCI_PRODUCT_INTEL_82371SB_USB 0x7020 /* 82371SB USB Host Controller (PIIX3) */
943 1.43 drochner #define PCI_PRODUCT_INTEL_82437VX 0x7030 /* 82437VX System Controller (TVX) */
944 1.43 drochner #define PCI_PRODUCT_INTEL_82439TX 0x7100 /* 82439TX System Controller (MTXC) */
945 1.43 drochner #define PCI_PRODUCT_INTEL_82371AB_ISA 0x7110 /* 82371AB PCI-to-ISA Bridge (PIIX4) */
946 1.43 drochner #define PCI_PRODUCT_INTEL_82371AB_IDE 0x7111 /* 82371AB IDE controller (PIIX4) */
947 1.43 drochner #define PCI_PRODUCT_INTEL_82371AB_USB 0x7112 /* 82371AB USB Host Controller (PIIX4) */
948 1.43 drochner #define PCI_PRODUCT_INTEL_82371AB_PMC 0x7113 /* 82371AB Power Management Controller (PIIX4) */
949 1.43 drochner #define PCI_PRODUCT_INTEL_82443LX 0x7180 /* 82443LX PCI AGP Controller (PAC) */
950 1.105 drochner #define PCI_PRODUCT_INTEL_82443LX_AGP 0x7181 /* 82443LX AGP Interface (PAC) */
951 1.105 drochner #define PCI_PRODUCT_INTEL_82443BX 0x7190 /* 82443BX Host Bridge/Controller */
952 1.105 drochner #define PCI_PRODUCT_INTEL_82443BX_AGP 0x7191 /* 82443BX AGP Interface */
953 1.105 drochner #define PCI_PRODUCT_INTEL_82443BX_NOAGP 0x7192 /* 82443BX Host Bridge/Controller (AGP disabled) */
954 1.154 soren #define PCI_PRODUCT_INTEL_I740 0x7800 /* i740 Graphics Accelerator */
955 1.43 drochner #define PCI_PRODUCT_INTEL_PCI450_PB 0x84c4 /* 82454KX/GX PCI Bridge (PB) */
956 1.43 drochner #define PCI_PRODUCT_INTEL_PCI450_MC 0x84c5 /* 82451KX/GX Memory Controller (MC) */
957 1.97 drochner
958 1.97 drochner /* Intergraph products */
959 1.97 drochner #define PCI_PRODUCT_INTERGRAPH_4D50T 0x00e4 /* Powerstorm 4D50T */
960 1.14 cgd
961 1.14 cgd /* I. T. T. products */
962 1.14 cgd #define PCI_PRODUCT_ITT_AGX016 0x0001 /* AGX016 */
963 1.27 veego #define PCI_PRODUCT_ITT_ITT3204 0x0002 /* ITT3204 MPEG Decoder */
964 1.14 cgd
965 1.65 thorpej /* KTI products - XXX better descriptions */
966 1.65 thorpej #define PCI_PRODUCT_KTI_NE2KETHER 0x3000 /* Ethernet */
967 1.120 explorer
968 1.120 explorer /* LAN Media Corporation */
969 1.120 explorer #define PCI_PRODUCT_LMC_HSSI 0x0003 /* HSSI Interface */
970 1.120 explorer #define PCI_PRODUCT_LMC_DS3 0x0004 /* DS3 Interface */
971 1.120 explorer #define PCI_PRODUCT_LMC_SSI 0x0005 /* SSI */
972 1.65 thorpej
973 1.14 cgd /* LeadTek Research */
974 1.14 cgd #define PCI_PRODUCT_LEADTEK_S3_805 0x0000 /* S3 805 */
975 1.56 mycroft
976 1.111 thorpej /* Lite-On products */
977 1.111 thorpej #define PCI_PRODUCT_LITEON_PNIC 0x0002 /* 82C168/82C169 (PNIC) 10/100 Ethernet */
978 1.111 thorpej
979 1.56 mycroft /* Macronix */
980 1.111 thorpej #define PCI_PRODUCT_MACRONIX_MX98713 0x0512 /* MX98713 (PMAC) 10/100 Ethernet */
981 1.111 thorpej #define PCI_PRODUCT_MACRONIX_MX987x5 0x0531 /* MX987x5 (PMAC) 10/100 Ethernet */
982 1.14 cgd
983 1.27 veego /* Madge Networks products */
984 1.27 veego #define PCI_PRODUCT_MADGE_COLLAGE25 0x1000 /* Collage 25 ATM adapter */
985 1.27 veego #define PCI_PRODUCT_MADGE_COLLAGE155 0x1001 /* Collage 155 ATM adapter */
986 1.27 veego
987 1.14 cgd /* Matrox products */
988 1.27 veego #define PCI_PRODUCT_MATROX_ATLAS 0x0518 /* MGA PX2085 (\"Atlas\") */
989 1.45 mycroft #define PCI_PRODUCT_MATROX_MILLENNIUM 0x0519 /* MGA Millennium 2064W (\"Storm\") */
990 1.93 tron #define PCI_PRODUCT_MATROX_MYSTIQUE 0x051a /* MGA Mystique 1064SG */
991 1.93 tron #define PCI_PRODUCT_MATROX_MILLENNIUM2 0x051b /* MGA Millennium II 2164W */
992 1.93 tron #define PCI_PRODUCT_MATROX_MILLENNIUM2_AGP 0x051f /* MGA Millennium II 2164WA-B AG */
993 1.129 veego #define PCI_PRODUCT_MATROX_G200_PCI 0x0520 /* MGA G200 PCI */
994 1.129 veego #define PCI_PRODUCT_MATROX_G200_AGP 0x0521 /* MGA G200 AGP */
995 1.136 tron #define PCI_PRODUCT_MATROX_G400_AGP 0x0525 /* MGA G400 AGP */
996 1.75 tron #define PCI_PRODUCT_MATROX_IMPRESSION 0x0d10 /* MGA Impression */
997 1.129 veego #define PCI_PRODUCT_MATROX_G100_PCI 0x1000 /* MGA G100 PCI */
998 1.93 tron #define PCI_PRODUCT_MATROX_G100_AGP 0x1001 /* MGA G100 AGP */
999 1.137 tsubai
1000 1.137 tsubai /* Motorola products */
1001 1.137 tsubai #define PCI_PRODUCT_MOT_MPC106 0x0002 /* MPC106 Host-PCI Bridge (grackle) */
1002 1.1 cgd
1003 1.1 cgd /* Mylex products */
1004 1.27 veego #define PCI_PRODUCT_MYLEX_960P 0x0001 /* DAC960P RAID controller */
1005 1.1 cgd
1006 1.14 cgd /* Mutech products */
1007 1.14 cgd #define PCI_PRODUCT_MUTECH_MV1000 0x0001 /* MV1000 */
1008 1.14 cgd
1009 1.65 thorpej /* NetVin products - XXX better descriptions */
1010 1.65 thorpej #define PCI_PRODUCT_NETVIN_5000 0x5000 /* 5000 Ethernet */
1011 1.65 thorpej
1012 1.88 drochner /* Newbridge / Tundra products */
1013 1.88 drochner #define PCI_PRODUCT_NEWBRIDGE_CA91CX42 0x0000 /* Universe VME bridge */
1014 1.88 drochner
1015 1.14 cgd /* National Semiconductor products */
1016 1.27 veego #define PCI_PRODUCT_NS_DP83810 0x0001 /* DP83810 10/100 Ethernet */
1017 1.27 veego #define PCI_PRODUCT_NS_NS87410 0xd001 /* NS87410 */
1018 1.109 thorpej
1019 1.109 thorpej /* Olicom products */
1020 1.109 thorpej #define PCI_PRODUCT_OLICOM_OC2183 0x0013 /* Olicom OC-2183/2185 Ethernet */
1021 1.109 thorpej #define PCI_PRODUCT_OLICOM_OC2325 0x0012 /* Olicom OC-2325 Ethernet */
1022 1.109 thorpej #define PCI_PRODUCT_OLICOM_OC2326 0x0014 /* Olicom OC-2326 10/100-TX Ethernet */
1023 1.122 mrg
1024 1.122 mrg /* Sun Microsystems products */
1025 1.122 mrg #define PCI_PRODUCT_SUN_EBUS 0x1000 /* SPARC Ebus */
1026 1.122 mrg #define PCI_PRODUCT_SUN_HMENETWORK 0x1001 /* SUNW,hme compatible Ethernet */
1027 1.132 mrg #define PCI_PRODUCT_SUN_SIMBA 0x5000 /* Simba PCI bridge */
1028 1.133 mrg #define PCI_PRODUCT_SUN_US_IIi 0xa000 /* UltraSPARC IIi PCI */
1029 1.14 cgd
1030 1.1 cgd /* NCR/Symbios Logic products */
1031 1.27 veego #define PCI_PRODUCT_SYMBIOS_810 0x0001 /* 53c810 */
1032 1.27 veego #define PCI_PRODUCT_SYMBIOS_820 0x0002 /* 53c820 */
1033 1.27 veego #define PCI_PRODUCT_SYMBIOS_825 0x0003 /* 53c825 */
1034 1.27 veego #define PCI_PRODUCT_SYMBIOS_815 0x0004 /* 53c815 */
1035 1.27 veego #define PCI_PRODUCT_SYMBIOS_810AP 0x0005 /* 53c810AP */
1036 1.27 veego #define PCI_PRODUCT_SYMBIOS_860 0x0006 /* 53c860 */
1037 1.27 veego #define PCI_PRODUCT_SYMBIOS_875 0x000f /* 53c875 */
1038 1.107 drochner #define PCI_PRODUCT_SYMBIOS_875J 0x008f /* 53c875J */
1039 1.75 tron
1040 1.88 drochner /* Packet Engines products */
1041 1.88 drochner #define PCI_PRODUCT_SYMBIOS_PE_GNIC 0x0702 /* Packet Engines G-NIC Ethernet */
1042 1.88 drochner
1043 1.75 tron /* NEC products */
1044 1.148 soren #define PCI_PRODUCT_NEC_USB 0x0035 /* USB Host Controller */
1045 1.75 tron #define PCI_PRODUCT_NEC_POWERVR2 0x0046 /* PowerVR PCX2 */
1046 1.106 hwr
1047 1.106 hwr /* Neomagic products */
1048 1.106 hwr #define PCI_PRODUCT_NEOMAGIC_NMMG128ZV 0x0003 /* MagicGraph 128ZV */
1049 1.138 augustss #define PCI_PRODUCT_NEOMAGIC_NMMG2160 0x0004 /* MagicGraph 128XD */
1050 1.127 drochner #define PCI_PRODUCT_NEOMAGIC_NMMM256AV_VGA 0x0005 /* MagicMedia 256AV VGA */
1051 1.127 drochner #define PCI_PRODUCT_NEOMAGIC_NMMM256AV_AU 0x8005 /* MagicMedia 256AV Audio */
1052 1.27 veego
1053 1.27 veego /* NexGen products */
1054 1.27 veego #define PCI_PRODUCT_NEXGEN_NX82C501 0x4e78 /* NX82C501 Host-PCI Bridge */
1055 1.27 veego
1056 1.27 veego /* NKK products */
1057 1.27 veego #define PCI_PRODUCT_NKK_NDR4600 0xA001 /* NDR4600 Host-PCI Bridge */
1058 1.5 cgd
1059 1.5 cgd /* Number Nine products */
1060 1.27 veego #define PCI_PRODUCT_NUMBER9_I128 0x2309 /* Imagine-128 */
1061 1.27 veego #define PCI_PRODUCT_NUMBER9_I128_2 0x2339 /* Imagine-128 II */
1062 1.27 veego
1063 1.135 tron /* Nvidia Corporationn products */
1064 1.135 tron #define PCI_PRODUCT_NVIDIA_RIVATNT 0x0020 /* Riva TNT */
1065 1.135 tron
1066 1.135 tron /* Nvidia Corporation & SGS Thomson Microelectric */
1067 1.135 tron #define PCI_PRODUCT_NVIDIA_SGS_RIVA128 0x0018 /* Riva 128 */
1068 1.135 tron
1069 1.27 veego /* Oak Technologies products */
1070 1.27 veego #define PCI_PRODUCT_OAKTECH_OTI1007 0x0107 /* OTI107 */
1071 1.5 cgd
1072 1.5 cgd /* Opti products */
1073 1.14 cgd #define PCI_PRODUCT_OPTI_82C557 0xc557 /* 82C557 */
1074 1.14 cgd #define PCI_PRODUCT_OPTI_82C558 0xc558 /* 82C558 */
1075 1.14 cgd #define PCI_PRODUCT_OPTI_82C621 0xc621 /* 82C621 */
1076 1.5 cgd #define PCI_PRODUCT_OPTI_82C822 0xc822 /* 82C822 */
1077 1.66 augustss #define PCI_PRODUCT_OPTI_RM861HA 0xc861 /* RM861HA */
1078 1.121 jonathan #define PCI_PRODUCT_OPTI_82C700 0xc700 /* 82C700 */
1079 1.121 jonathan #define PCI_PRODUCT_OPTI_82C701 0xc701 /* 82C701 */
1080 1.14 cgd
1081 1.27 veego /* PC Tech products */
1082 1.27 veego #define PCI_PRODUCT_PCTECH_RZ1000 0x1000 /* RZ1000 */
1083 1.27 veego
1084 1.65 thorpej /* ProLAN products - XXX better descriptions */
1085 1.65 thorpej #define PCI_PRODUCT_PROLAN_NE2KETHER 0x1980 /* Ethernet */
1086 1.65 thorpej
1087 1.14 cgd /* Promise products */
1088 1.14 cgd #define PCI_PRODUCT_PROMISE_DC5030 0x5300 /* DC5030 */
1089 1.151 bouyer #define PCI_PRODUCT_PROMISE_ULTRA33 0x4d33 /* Ultra33/ATA Bus Master IDE Accelerator */
1090 1.151 bouyer #define PCI_PRODUCT_PROMISE_ULTRA66 0x4d38 /* Ultra66/ATA Bus Master IDE Accelerator */
1091 1.1 cgd
1092 1.1 cgd /* QLogic products */
1093 1.1 cgd #define PCI_PRODUCT_QLOGIC_ISP1020 0x1020 /* ISP1020 */
1094 1.14 cgd #define PCI_PRODUCT_QLOGIC_ISP1022 0x1022 /* ISP1022 */
1095 1.116 mjacob #define PCI_PRODUCT_QLOGIC_ISP1080 0x1080 /* ISP1080 */
1096 1.116 mjacob #define PCI_PRODUCT_QLOGIC_ISP1240 0x1240 /* ISP1240 */
1097 1.37 mjacob #define PCI_PRODUCT_QLOGIC_ISP2100 0x2100 /* ISP2100 */
1098 1.14 cgd
1099 1.14 cgd /* Quantum Designs products */
1100 1.14 cgd #define PCI_PRODUCT_QUANTUMDESIGNS_8500 0x0001 /* 8500 */
1101 1.14 cgd #define PCI_PRODUCT_QUANTUMDESIGNS_8580 0x0002 /* 8580 */
1102 1.22 jonathan
1103 1.22 jonathan /* Realtek (Creative Labs?) products */
1104 1.95 thorpej #define PCI_PRODUCT_REALTEK_RT8029 0x8029 /* 8029 Ethernet */
1105 1.95 thorpej #define PCI_PRODUCT_REALTEK_RT8129 0x8129 /* 8129 10/100 Ethernet */
1106 1.95 thorpej #define PCI_PRODUCT_REALTEK_RT8139 0x8139 /* 8139 10/100 Ethernet */
1107 1.77 explorer
1108 1.121 jonathan /* RICOH products */
1109 1.121 jonathan #define PCI_PRODUCT_RICOH_RF5C465 0x0465 /* 5C465 PCI-CardBus bridge */
1110 1.121 jonathan #define PCI_PRODUCT_RICOH_RF5C466 0x0466 /* 5C466 PCI-CardBus bridge */
1111 1.121 jonathan #define PCI_PRODUCT_RICOH_RF5C475 0x0475 /* 5C475 PCI-CardBus bridge */
1112 1.121 jonathan #define PCI_PRODUCT_RICOH_RF5C476 0x0476 /* 5C476 PCI-CardBus bridge */
1113 1.121 jonathan #define PCI_PRODUCT_RICOH_RF5C477 0x0477 /* 5C477 PCI-CardBus bridge */
1114 1.121 jonathan #define PCI_PRODUCT_RICOH_RF5C478 0x0478 /* 5C478 PCI-CardBus bridge */
1115 1.121 jonathan
1116 1.77 explorer /* RISCom (SDL Communications, Inc?) products */
1117 1.77 explorer #define PCI_PRODUCT_RISCOM_N2 0x5568 /* N2 */
1118 1.1 cgd
1119 1.5 cgd /* S3 products */
1120 1.27 veego #define PCI_PRODUCT_S3_VIRGE 0x5631 /* ViRGE */
1121 1.27 veego #define PCI_PRODUCT_S3_TRIO32 0x8810 /* Trio32 */
1122 1.14 cgd #define PCI_PRODUCT_S3_TRIO64 0x8811 /* Trio32/64 */
1123 1.27 veego #define PCI_PRODUCT_S3_AURORA64P 0x8812 /* Aurora64V+ */
1124 1.27 veego #define PCI_PRODUCT_S3_TRIO64UVP 0x8814 /* Trio64UV+ */
1125 1.129 veego #define PCI_PRODUCT_S3_VIRGE_VX 0x883d /* ViRGE/VX */
1126 1.10 thorpej #define PCI_PRODUCT_S3_868 0x8880 /* 868 */
1127 1.27 veego #define PCI_PRODUCT_S3_928 0x88b0 /* 86C928 */
1128 1.27 veego #define PCI_PRODUCT_S3_864_0 0x88c0 /* 86C864-0 (\"Vision864\") */
1129 1.27 veego #define PCI_PRODUCT_S3_864_1 0x88c1 /* 86C864-1 (\"Vision864\") */
1130 1.27 veego #define PCI_PRODUCT_S3_864_2 0x88c2 /* 86C864-2 (\"Vision864\") */
1131 1.27 veego #define PCI_PRODUCT_S3_864_3 0x88c3 /* 86C864-3 (\"Vision864\") */
1132 1.27 veego #define PCI_PRODUCT_S3_964_0 0x88d0 /* 86C964-0 (\"Vision964\") */
1133 1.27 veego #define PCI_PRODUCT_S3_964_1 0x88d1 /* 86C964-1 (\"Vision964\") */
1134 1.27 veego #define PCI_PRODUCT_S3_964_2 0x88d2 /* 86C964-2 (\"Vision964\") */
1135 1.43 drochner #define PCI_PRODUCT_S3_964_3 0x88d3 /* 86C964-3 (\"Vision964\") */
1136 1.27 veego #define PCI_PRODUCT_S3_968_0 0x88f0 /* 86C968-0 (\"Vision968\") */
1137 1.27 veego #define PCI_PRODUCT_S3_968_1 0x88f1 /* 86C968-1 (\"Vision968\") */
1138 1.27 veego #define PCI_PRODUCT_S3_968_2 0x88f2 /* 86C968-2 (\"Vision968\") */
1139 1.27 veego #define PCI_PRODUCT_S3_968_3 0x88f3 /* 86C968-3 (\"Vision968\") */
1140 1.43 drochner #define PCI_PRODUCT_S3_TRIO64V2_DX 0x8901 /* Trio64V2/DX */
1141 1.129 veego #define PCI_PRODUCT_S3_PLATO_PX 0x8901 /* Plato/PX */
1142 1.108 augustss #define PCI_PRODUCT_S3_TRIO3D 0x8904 /* 86C365 Trio3D */
1143 1.92 tron #define PCI_PRODUCT_S3_VIRGE_DX 0x8a01 /* ViRGE/DX */
1144 1.129 veego #define PCI_PRODUCT_S3_VIRGE_GX2 0x8a10 /* ViRGE/GX2 */
1145 1.129 veego #define PCI_PRODUCT_S3_VIRGE_MX 0x8c01 /* ViRGE/MX */
1146 1.129 veego #define PCI_PRODUCT_S3_VIRGE_MXP 0x8c03 /* ViRGE/MXP */
1147 1.79 augustss #define PCI_PRODUCT_S3_SONICVIBES 0xca00 /* SonicVibes */
1148 1.27 veego
1149 1.27 veego /* SGS Thomson products */
1150 1.27 veego #define PCI_PRODUCT_SGSTHOMSON_2000 0x0008 /* STG 2000X */
1151 1.27 veego #define PCI_PRODUCT_SGSTHOMSON_1764 0x1746 /* STG 1764X */
1152 1.5 cgd
1153 1.101 matt /* Sigma Designs products */
1154 1.101 matt #define PCI_PRODUCT_SIGMA_HOLLYWOODPLUS 0x8300 /* REALmagic Hollywood-Plus MPEG-2 Decoder */
1155 1.101 matt
1156 1.14 cgd /* Silicon Integrated System products */
1157 1.14 cgd #define PCI_PRODUCT_SIS_86C201 0x0001 /* 86C201 */
1158 1.14 cgd #define PCI_PRODUCT_SIS_86C202 0x0002 /* 86C202 */
1159 1.14 cgd #define PCI_PRODUCT_SIS_86C205 0x0005 /* 86C205 */
1160 1.85 drochner #define PCI_PRODUCT_SIS_85C503 0x0008 /* 85C503 or 5597/5598 ISA bridge */
1161 1.85 drochner #define PCI_PRODUCT_SIS_5597_VGA 0x0200 /* 5597/5598 integrated VGA */
1162 1.14 cgd #define PCI_PRODUCT_SIS_85C501 0x0406 /* 85C501 */
1163 1.14 cgd #define PCI_PRODUCT_SIS_85C496 0x0496 /* 85C496 */
1164 1.14 cgd #define PCI_PRODUCT_SIS_85C601 0x0601 /* 85C601 */
1165 1.118 thorpej #define PCI_PRODUCT_SIS_900 0x0900 /* SiS900 10/100 Ethernet */
1166 1.85 drochner #define PCI_PRODUCT_SIS_5597_IDE 0x5513 /* 5597/5598 IDE controller */
1167 1.85 drochner #define PCI_PRODUCT_SIS_5597_HB 0x5597 /* 5597/5598 host bridge */
1168 1.134 drochner #define PCI_PRODUCT_SIS_6326 0x6326 /* 6326 AGP VGA */
1169 1.85 drochner #define PCI_PRODUCT_SIS_5597_USB 0x7001 /* 5597/5598 USB host controller */
1170 1.124 drochner
1171 1.124 drochner /* Silicon Motion products */
1172 1.124 drochner #define PCI_PRODUCT_SILMOTION_LYNX_E 0x0810 /* Lynx E */
1173 1.14 cgd
1174 1.5 cgd /* SMC products */
1175 1.14 cgd #define PCI_PRODUCT_SMC_37C665 0x1000 /* FDC 37C665 */
1176 1.27 veego #define PCI_PRODUCT_SMC_37C922 0x1001 /* FDC 37C922 */
1177 1.39 thorpej #define PCI_PRODUCT_SMC_83C170 0x0005 /* 83C170 (\"EPIC/100\") Fast Ethernet */
1178 1.146 thorpej #define PCI_PRODUCT_SMC_83C175 0x0006 /* 83C175 (\"EPIC/100\") Fast Ethernet */
1179 1.152 mcr
1180 1.152 mcr /* Solidum Systems Corporation */
1181 1.152 mcr #define PCI_PRODUCT_SOLIDUM_AMD971 0x2000 /* SNP8023: AMD 971 */
1182 1.152 mcr #define PCI_PRODUCT_SOLIDUM_CLASS802 0x8023 /* SNP8023: Classifier Engine */
1183 1.65 thorpej
1184 1.65 thorpej /* Surecom Technology products */
1185 1.65 thorpej #define PCI_PRODUCT_SURECOM_NE34 0x0e34 /* NE-34 Ethernet */
1186 1.14 cgd
1187 1.14 cgd /* Symphony Labs products */
1188 1.14 cgd #define PCI_PRODUCT_SYMPHONY_82C101 0x0001 /* 82C101 */
1189 1.27 veego #define PCI_PRODUCT_SYMPHONY_82C103 0x0103 /* 82C103 */
1190 1.27 veego #define PCI_PRODUCT_SYMPHONY_82C105 0x0105 /* 82C105 */
1191 1.27 veego #define PCI_PRODUCT_SYMPHONY2_82C101 0x0001 /* 82C101 */
1192 1.27 veego
1193 1.27 veego /* Tekram Technology products (1st PCI Vendor ID)*/
1194 1.27 veego #define PCI_PRODUCT_TEKRAM_DC290 0xdc29 /* DC-290(M) */
1195 1.14 cgd
1196 1.27 veego /* Tekram Technology products (2nd PCI Vendor ID) */
1197 1.27 veego #define PCI_PRODUCT_TEKRAM2_DC690C 0x690c /* DC-690C */
1198 1.27 veego
1199 1.29 augustss /* Texas Instruments products */
1200 1.48 christos #define PCI_PRODUCT_TI_TLAN 0x0500 /* TLAN */
1201 1.145 drochner #define PCI_PRODUCT_TI_TVP4020 0x3d07 /* TVP4020 Permedia 2 */
1202 1.123 matt #define PCI_PRODUCT_TI_PCILYNX 0x8000 /* LYNX FireWire Host Controller */
1203 1.121 jonathan #define PCI_PRODUCT_TI_PCI1130 0xac12 /* PCI1130 PCI-CardBus Bridge */
1204 1.121 jonathan #define PCI_PRODUCT_TI_PCI1031 0xac13 /* PCI1031 PCI-pcmcia Bridge */
1205 1.121 jonathan #define PCI_PRODUCT_TI_PCI1131 0xac15 /* PCI1131 PCI-CardBus Bridge */
1206 1.121 jonathan #define PCI_PRODUCT_TI_PCI1250 0xac16 /* PCI1250 PCI-CardBus Bridge */
1207 1.121 jonathan #define PCI_PRODUCT_TI_PCI1220 0xac17 /* PCI1220 PCI-CardBus Bridge */
1208 1.121 jonathan #define PCI_PRODUCT_TI_PCI1221 0xac19 /* PCI1221 PCI-CardBus Bridge */
1209 1.129 veego #define PCI_PRODUCT_TI_PCI1225 0xac1c /* PCI1225 PCI-CardBus Bridge */
1210 1.129 veego #define PCI_PRODUCT_TI_PCI1251 0xac1d /* PCI1251 PCI-CardBus Bridge */
1211 1.150 veego #define PCI_PRODUCT_TI_PCI1211 0xac1e /* PCI1211 PCI-CardBus Bridge */
1212 1.121 jonathan #define PCI_PRODUCT_TI_PCI2030 0xac20 /* PCI2030 PCI-CardBus Bridge */
1213 1.29 augustss
1214 1.138 augustss /* Sony products */
1215 1.138 augustss #define PCI_PRODUCT_SONY_CXD1947A 0x8009 /* CXD1947A FireWire Host Controller */
1216 1.138 augustss
1217 1.148 soren /* Toshiba America products */
1218 1.62 drochner #define PCI_PRODUCT_TOSHIBA_R4X00 0x0009 /* R4x00 Host-PCI Bridge */
1219 1.62 drochner #define PCI_PRODUCT_TOSHIBA_TC35856F 0x0020 /* TC35856F ATM (\"Meteor\") */
1220 1.121 jonathan
1221 1.148 soren /* Toshiba America Info Systems products */
1222 1.148 soren #define PCI_PRODUCT_TOSHIBA2_HOST 0x0601 /* Host Bridge/Controller */
1223 1.121 jonathan #define PCI_PRODUCT_TOSHIBA2_ToPIC95 0x0603 /* ToPIC95 CardBus-PCI Bridge */
1224 1.121 jonathan #define PCI_PRODUCT_TOSHIBA2_ToPIC95B 0x060a /* ToPIC95B CardBus-PCI Bridge */
1225 1.121 jonathan #define PCI_PRODUCT_TOSHIBA2_ToPIC97 0x060f /* ToPIC97 CardBus-PCI Bridge */
1226 1.148 soren #define PCI_PRODUCT_TOSHIBA2_FIRO 0x0701 /* Fast Infrared Type O */
1227 1.14 cgd
1228 1.14 cgd /* Trident products */
1229 1.14 cgd #define PCI_PRODUCT_TRIDENT_TGUI_9320 0x9320 /* TGUI 9320 */
1230 1.27 veego #define PCI_PRODUCT_TRIDENT_TGUI_9350 0x9350 /* TGUI 9350 */
1231 1.27 veego #define PCI_PRODUCT_TRIDENT_TGUI_9360 0x9360 /* TGUI 9360 */
1232 1.87 mark #define PCI_PRODUCT_TRIDENT_CYBER_9397 0x9397 /* CYBER 9397 */
1233 1.14 cgd #define PCI_PRODUCT_TRIDENT_TGUI_9420 0x9420 /* TGUI 9420 */
1234 1.14 cgd #define PCI_PRODUCT_TRIDENT_TGUI_9440 0x9440 /* TGUI 9440 */
1235 1.14 cgd #define PCI_PRODUCT_TRIDENT_TGUI_9660 0x9660 /* TGUI 9660 */
1236 1.14 cgd #define PCI_PRODUCT_TRIDENT_TGUI_9680 0x9680 /* TGUI 9680 */
1237 1.14 cgd #define PCI_PRODUCT_TRIDENT_TGUI_9682 0x9682 /* TGUI 9682 */
1238 1.68 mark
1239 1.68 mark /* TriTech Microelectronics products*/
1240 1.68 mark #define PCI_PRODUCT_TRITECH_TR25202 0xfc02 /* Pyramid3D TR25202 */
1241 1.5 cgd
1242 1.5 cgd /* Tseng Labs products */
1243 1.14 cgd #define PCI_PRODUCT_TSENG_ET4000_W32P_A 0x3202 /* ET4000w32p rev A */
1244 1.14 cgd #define PCI_PRODUCT_TSENG_ET4000_W32P_B 0x3205 /* ET4000w32p rev B */
1245 1.14 cgd #define PCI_PRODUCT_TSENG_ET4000_W32P_C 0x3206 /* ET4000w32p rev C */
1246 1.14 cgd #define PCI_PRODUCT_TSENG_ET4000_W32P_D 0x3207 /* ET4000w32p rev D */
1247 1.14 cgd #define PCI_PRODUCT_TSENG_ET6000 0x3208 /* ET6000 */
1248 1.5 cgd
1249 1.5 cgd /* UMC products */
1250 1.27 veego #define PCI_PRODUCT_UMC_UM82C881 0x0001 /* UM82C881 486 Chipset */
1251 1.27 veego #define PCI_PRODUCT_UMC_UM82C886 0x0002 /* UM82C886 ISA Bridge */
1252 1.27 veego #define PCI_PRODUCT_UMC_UM8673F 0x0101 /* UM8673F EIDE Controller */
1253 1.27 veego #define PCI_PRODUCT_UMC_UM8881 0x0881 /* UM8881 HB4 486 PCI Chipset */
1254 1.27 veego #define PCI_PRODUCT_UMC_UM82C891 0x0891 /* UM82C891 */
1255 1.27 veego #define PCI_PRODUCT_UMC_UM886A 0x1001 /* UM886A */
1256 1.27 veego #define PCI_PRODUCT_UMC_UM8886BF 0x673a /* UM8886BF */
1257 1.27 veego #define PCI_PRODUCT_UMC_UM8710 0x8710 /* UM8710 */
1258 1.27 veego #define PCI_PRODUCT_UMC_UM8886 0x886a /* UM8886 */
1259 1.10 thorpej #define PCI_PRODUCT_UMC_UM8881F 0x8881 /* UM8881F PCI-Host bridge */
1260 1.10 thorpej #define PCI_PRODUCT_UMC_UM8886F 0x8886 /* UM8886F PCI-ISA bridge */
1261 1.14 cgd #define PCI_PRODUCT_UMC_UM8886A 0x888a /* UM8886A */
1262 1.14 cgd #define PCI_PRODUCT_UMC_UM8891A 0x8891 /* UM8891A */
1263 1.27 veego #define PCI_PRODUCT_UMC_UM9017F 0x9017 /* UM9017F */
1264 1.27 veego #define PCI_PRODUCT_UMC_UM8886N 0xe88a /* UM8886N */
1265 1.27 veego #define PCI_PRODUCT_UMC_UM8891N 0xe891 /* UM8891N */
1266 1.27 veego
1267 1.27 veego /* ULSI Systems products */
1268 1.27 veego #define PCI_PRODUCT_ULSI_US201 0x0201 /* US201 */
1269 1.27 veego
1270 1.27 veego /* V3 Semiconductor products */
1271 1.27 veego #define PCI_PRODUCT_V3_V292PBC 0x0292 /* V292PBC AMD290x0 Host-PCI Bridge */
1272 1.27 veego #define PCI_PRODUCT_V3_V960PBC 0x0960 /* V960PBC i960 Host-PCI Bridge */
1273 1.27 veego #define PCI_PRODUCT_V3_V96DPC 0xC960 /* V96DPC i960 (Dual) Host-PCI Bridge */
1274 1.14 cgd
1275 1.69 bouyer /* VIA Technologies products, from http://www.via.com.tw/ */
1276 1.34 fvdl #define PCI_PRODUCT_VIATECH_VT82C505 0x0505 /* VT82C505 (Pluto) */
1277 1.27 veego #define PCI_PRODUCT_VIATECH_VT82C561 0x0561 /* VT82C561 */
1278 1.94 bouyer #define PCI_PRODUCT_VIATECH_VT82C586A_IDE 0x0571 /* VT82C586A IDE Controller */
1279 1.27 veego #define PCI_PRODUCT_VIATECH_VT82C576 0x0576 /* VT82C576 3V */
1280 1.69 bouyer #define PCI_PRODUCT_VIATECH_VT82C580VP 0x0585 /* VT82C580 (Apollo VP) Host-PCI Bridge */
1281 1.69 bouyer #define PCI_PRODUCT_VIATECH_VT82C586_ISA 0x0586 /* VT82C586 (Apollo VP) PCI-ISA Bridge */
1282 1.69 bouyer #define PCI_PRODUCT_VIATECH_VT82C595 0x0595 /* VT82C595 (Apollo VP2) Host-PCI Bridge */
1283 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C596A 0x0596 /* VT82C596A (Apollo Pro) PCI-ISA Bridge */
1284 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C597 0x0597 /* VT82C597 (Apollo VP3) Host-PCI Bridge */
1285 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C598PCI 0x0598 /* VT82C598 (Apollo MVP3) Host-PCI */
1286 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C691 0x0691 /* VT82C691 (Apollo Pro) Host-PCI */
1287 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C693 0x0693 /* VT82C693 (Apollo Pro Plus) Host-PCI */
1288 1.43 drochner #define PCI_PRODUCT_VIATECH_VT86C926 0x0926 /* VT86C926 Amazon PCI-Ethernet Controller */
1289 1.34 fvdl #define PCI_PRODUCT_VIATECH_VT82C570M 0x1000 /* VT82C570M (Apollo) Host-PCI Bridge */
1290 1.34 fvdl #define PCI_PRODUCT_VIATECH_VT82C570MV 0x1006 /* VT82C570M (Apollo) PCI-ISA Bridge */
1291 1.94 bouyer #define PCI_PRODUCT_VIATECH_VT82C586_IDE 0x1571 /* VT82C586 (Apollo VP) IDE Controller */
1292 1.70 bouyer #define PCI_PRODUCT_VIATECH_VT82C595_2 0x1595 /* VT82C595 (Apollo VP2) Host-PCI Bridge */
1293 1.43 drochner #define PCI_PRODUCT_VIATECH_VT83C572 0x3038 /* VT83C572 USB Controller */
1294 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C586_PWR 0x3040 /* VT82C586 (Apollo VP) Power Management Controller */
1295 1.102 thorpej #define PCI_PRODUCT_VIATECH_VT3043 0x3043 /* VT3043 (Rhine) 10/100 Ethernet */
1296 1.98 thorpej #define PCI_PRODUCT_VIATECH_VT86C100A 0x6100 /* VT86C100A (Rhine-II) 10/100 Ethernet */
1297 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C597AGP 0x8597 /* VT82C597 (Apollo VP3) PCI-AGP */
1298 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C598AGP 0x8598 /* VT82C598 (Apollo MVP3) PCI-AGP */
1299 1.14 cgd
1300 1.14 cgd /* Vortex Computer Systems products */
1301 1.14 cgd #define PCI_PRODUCT_VORTEX_GDT_6000B 0x0001 /* GDT 6000b */
1302 1.14 cgd
1303 1.14 cgd /* VLSI products */
1304 1.27 veego #define PCI_PRODUCT_VLSI_82C592 0x0005 /* 82C592 CPU Bridge */
1305 1.27 veego #define PCI_PRODUCT_VLSI_82C593 0x0006 /* 82C593 ISA Bridge */
1306 1.27 veego #define PCI_PRODUCT_VLSI_82C594 0x0007 /* 82C594 Wildcat System Controller */
1307 1.27 veego #define PCI_PRODUCT_VLSI_82C596597 0x0008 /* 82C596/597 Wildcat ISA Bridge */
1308 1.27 veego #define PCI_PRODUCT_VLSI_82C541 0x000c /* 82C541 */
1309 1.27 veego #define PCI_PRODUCT_VLSI_82C543 0x000d /* 82C543 */
1310 1.27 veego #define PCI_PRODUCT_VLSI_82C532 0x0101 /* 82C532 */
1311 1.27 veego #define PCI_PRODUCT_VLSI_82C534 0x0102 /* 82C534 */
1312 1.27 veego #define PCI_PRODUCT_VLSI_82C535 0x0104 /* 82C535 */
1313 1.27 veego #define PCI_PRODUCT_VLSI_82C147 0x0105 /* 82C147 */
1314 1.27 veego #define PCI_PRODUCT_VLSI_82C975 0x0200 /* 82C975 */
1315 1.27 veego #define PCI_PRODUCT_VLSI_82C925 0x0280 /* 82C925 */
1316 1.14 cgd
1317 1.14 cgd /* Weitek products */
1318 1.14 cgd #define PCI_PRODUCT_WEITEK_P9000 0x9001 /* P9000 */
1319 1.14 cgd #define PCI_PRODUCT_WEITEK_P9100 0x9100 /* P9100 */
1320 1.14 cgd
1321 1.27 veego /* Western Digital products */
1322 1.27 veego #define PCI_PRODUCT_WD_WD33C193A 0x0193 /* WD33C193A */
1323 1.27 veego #define PCI_PRODUCT_WD_WD33C196A 0x0196 /* WD33C196A */
1324 1.27 veego #define PCI_PRODUCT_WD_WD33C197A 0x0197 /* WD33C197A */
1325 1.27 veego #define PCI_PRODUCT_WD_WD7193 0x3193 /* WD7193 */
1326 1.27 veego #define PCI_PRODUCT_WD_WD7197 0x3197 /* WD7197 */
1327 1.27 veego #define PCI_PRODUCT_WD_WD33C296A 0x3296 /* WD33C296A */
1328 1.27 veego #define PCI_PRODUCT_WD_WD34C296 0x4296 /* WD34C296 */
1329 1.27 veego #define PCI_PRODUCT_WD_90C 0xC24A /* 90C */
1330 1.27 veego
1331 1.14 cgd /* Winbond Electronics products */
1332 1.14 cgd #define PCI_PRODUCT_WINBOND_W83769F 0x0001 /* W83769F */
1333 1.111 thorpej #define PCI_PRODUCT_WINBOND_W89C840F 0x0840 /* W89C840F 10/100 Ethernet */
1334 1.111 thorpej #define PCI_PRODUCT_WINBOND_W89C940F 0x0940 /* W89C940F Ethernet */
1335 1.103 thorpej
1336 1.103 thorpej /* Yamaha products */
1337 1.103 thorpej #define PCI_PRODUCT_YAMAHA_YMF724E_V 0x0004 /* 724 Audio */
1338 1.14 cgd
1339 1.14 cgd /* Zeinet products */
1340 1.14 cgd #define PCI_PRODUCT_ZEINET_1221 0x0001 /* 1221 */
1341 1.18 christos
1342 1.27 veego /* Ziatech products */
1343 1.27 veego #define PCI_PRODUCT_ZIATECH_ZT8905 0x8905 /* PCI-ST32 Bridge */
1344 1.27 veego
1345 1.104 drochner /* Zoran products */
1346 1.104 drochner #define PCI_PRODUCT_ZORAN_ZR36120 0x6120 /* Video Controller */
1347