pcidevs.h revision 1.312 1 1.287 eeh /* $NetBSD: pcidevs.h,v 1.312 2001/03/05 01:32:53 matt 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.312 matt * NetBSD: pcidevs,v 1.306 2001/03/05 01:29:26 matt 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.183 soren * which replaces the database found at
47 1.23 thorpej *
48 1.183 soren * http://www.yourvote.com/pci/
49 1.33 cgd *
50 1.33 cgd * (but it doesn't always seem to match vendor documentation)
51 1.23 thorpej */
52 1.23 thorpej
53 1.23 thorpej /*
54 1.1 cgd * List of known PCI vendors
55 1.1 cgd */
56 1.1 cgd
57 1.27 veego #define PCI_VENDOR_MARTINMARIETTA 0x003d /* Martin-Marietta Corporation */
58 1.257 wiz #define PCI_VENDOR_HAUPPAUGE 0x0070 /* Hauppauge Computer Works */
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.257 wiz #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.275 ad #define PCI_VENDOR_SERVERWORKS 0x1166 /* ServerWorks */
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.255 haya #define PCI_VENDOR_TOSHIBA2 0x1179 /* Toshiba */
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.261 soren #define PCI_VENDOR_LUCENT 0x11c1 /* Lucent Technologies */
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.174 rh #define PCI_VENDOR_AURAVISION 0x11d1 /* Auravision */
493 1.302 thorpej #define PCI_VENDOR_SEGA 0x11db /* SEGA Enterprises */
494 1.27 veego #define PCI_VENDOR_ZORAN 0x11de /* Zoran Corporation */
495 1.65 thorpej #define PCI_VENDOR_COMPEX 0x11f6 /* Compex */
496 1.27 veego #define PCI_VENDOR_PMCSIERRA 0x11f8 /* PMC-Sierra */
497 1.18 christos #define PCI_VENDOR_CYCLADES 0x120e /* Cyclades */
498 1.31 kml #define PCI_VENDOR_ESSENTIAL 0x120f /* Essential Communications */
499 1.196 joda #define PCI_VENDOR_O2MICRO 0x1217 /* O2 Micro Inc */
500 1.77 explorer #define PCI_VENDOR_3DFX 0x121a /* 3Dfx Interactive */
501 1.27 veego #define PCI_VENDOR_ARIEL 0x1220 /* Ariel */
502 1.27 veego #define PCI_VENDOR_AZTECH 0x122d /* Aztech */
503 1.27 veego #define PCI_VENDOR_3DO 0x1239 /* The 3D0 Company */
504 1.143 augustss #define PCI_VENDOR_CCUBE 0x123f /* C-Cube Microsystems */
505 1.114 drochner #define PCI_VENDOR_AVM 0x1244 /* AVM */
506 1.27 veego #define PCI_VENDOR_STALLION 0x124d /* Stallion Technologies */
507 1.27 veego #define PCI_VENDOR_LINEARSYS 0x1254 /* Linear Systems */
508 1.111 thorpej #define PCI_VENDOR_ASIX 0x125b /* ASIX Electronics */
509 1.27 veego #define PCI_VENDOR_AURORA 0x125c /* Aurora Technologies */
510 1.87 mark #define PCI_VENDOR_ESSTECH 0x125d /* ESS Technology Inc */
511 1.124 drochner #define PCI_VENDOR_SILMOTION 0x126f /* Silicon Motion */
512 1.42 mycroft #define PCI_VENDOR_ENSONIQ 0x1274 /* Ensoniq */
513 1.27 veego #define PCI_VENDOR_NETAPP 0x1275 /* Network Appliance */
514 1.27 veego #define PCI_VENDOR_ROCKWELL 0x127a /* Rockwell Semiconductor Systems */
515 1.159 thorpej #define PCI_VENDOR_DAVICOM 0x1282 /* Davicom Semiconductor */
516 1.250 ad #define PCI_VENDOR_ESSTECH2 0x1285 /* ESS Technology Inc */
517 1.68 mark #define PCI_VENDOR_TRITECH 0x1292 /* TriTech Microelectronics */
518 1.27 veego #define PCI_VENDOR_KOFAX 0x1296 /* Kofax Image Products */
519 1.153 drochner #define PCI_VENDOR_ALTEON 0x12ae /* Alteon */
520 1.77 explorer #define PCI_VENDOR_RISCOM 0x12aa /* RISCom */
521 1.198 bouyer #define PCI_VENDOR_USR 0x12b9 /* US Robotics (3Com) */
522 1.27 veego #define PCI_VENDOR_PICTUREEL 0x12c5 /* Picture Elements */
523 1.135 tron #define PCI_VENDOR_NVIDIA_SGS 0x12d2 /* Nvidia Corporation & SGS Thomson Microelectric */
524 1.172 tsarna #define PCI_VENDOR_AUREAL 0x12eb /* Aureal Semiconductor */
525 1.160 thorpej #define PCI_VENDOR_ADMTEK 0x1317 /* ADMtek */
526 1.169 augustss #define PCI_VENDOR_FORTEMEDIA 0x1319 /* Forte Media */
527 1.176 is #define PCI_VENDOR_DOMEX 0x134a /* Domex */
528 1.120 explorer #define PCI_VENDOR_LMC 0x1376 /* LAN Media Corporation */
529 1.157 drochner #define PCI_VENDOR_NETGEAR 0x1385 /* Netgear */
530 1.270 itojun #define PCI_VENDOR_HIFN 0x13a3 /* Hi/Fn */
531 1.236 ad #define PCI_VENDOR_3WARE 0x13c1 /* 3ware */
532 1.165 thorpej #define PCI_VENDOR_SUNDANCETI 0x13f0 /* Sundance Technology */
533 1.188 drochner #define PCI_VENDOR_CMEDIA 0x13f6 /* C-Media Electronics Inc */
534 1.257 wiz #define PCI_VENDOR_ASKEY 0x144f /* Askey Computer Corp. */
535 1.257 wiz #define PCI_VENDOR_AVERMEDIA 0x1461 /* Avermedia Technologies */
536 1.282 onoe #define PCI_VENDOR_AIRONET 0x14b9 /* Aironet Wireless Communications */
537 1.294 rh #define PCI_VENDOR_COMPAL 0x14c0 /* COMPAL Electronics, Inc. */
538 1.270 itojun #define PCI_VENDOR_INVERTEX 0x14e1 /* Invertex */
539 1.257 wiz #define PCI_VENDOR_CONEXANT 0x14f1 /* Conexant Systems */
540 1.139 drochner #define PCI_VENDOR_DELTA 0x1500 /* Delta Electronics */
541 1.182 kleink #define PCI_VENDOR_TERRATEC 0x153b /* TerraTec Electronic */
542 1.182 kleink #define PCI_VENDOR_SOLIDUM 0x1588 /* Solidum Systems Corp. */
543 1.147 castor #define PCI_VENDOR_GEOCAST 0x15a1 /* Geocast Network Systems */
544 1.270 itojun #define PCI_VENDOR_NETSEC 0x1660 /* NetSec */
545 1.215 cgd #define PCI_VENDOR_SIBYTE 0x166d /* SiByte, Inc. */
546 1.27 veego #define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs (2nd PCI Vendor ID) */
547 1.27 veego #define PCI_VENDOR_TEKRAM2 0x1de1 /* Tekram Technology (2nd PCI Vendor ID) */
548 1.181 castor #define PCI_VENDOR_LAVA 0x1407 /* Lava Semiconductor Manufacturing, Inc. */
549 1.27 veego #define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */
550 1.27 veego #define PCI_VENDOR_AVANCE2 0x4005 /* Avance Logic (2nd PCI Vendor ID) */
551 1.139 drochner #define PCI_VENDOR_ADDTRON 0x4033 /* Addtron Technology */
552 1.272 thorpej #define PCI_VENDOR_INDCOMPSRC 0x494f /* Industrial Computer Source */
553 1.65 thorpej #define PCI_VENDOR_NETVIN 0x4a14 /* NetVin */
554 1.27 veego #define PCI_VENDOR_BUSLOGIC2 0x4b10 /* Buslogic (2nd PCI Vendor ID) */
555 1.1 cgd #define PCI_VENDOR_S3 0x5333 /* S3 */
556 1.27 veego #define PCI_VENDOR_NETPOWER2 0x5700 /* NetPower (2nd PCI Vendor ID) */
557 1.27 veego #define PCI_VENDOR_C4T 0x6374 /* c't Magazin */
558 1.27 veego #define PCI_VENDOR_QUANCM 0x8008 /* Quancm Electronic GmbH */
559 1.1 cgd #define PCI_VENDOR_INTEL 0x8086 /* Intel */
560 1.27 veego #define PCI_VENDOR_TRIGEM2 0x8800 /* Trigem Computer (2nd PCI Vendor ID) */
561 1.65 thorpej #define PCI_VENDOR_PROLAN 0x8c4a /* ProLAN */
562 1.27 veego #define PCI_VENDOR_COMPUTONE 0x8e0e /* Computone Corperation */
563 1.65 thorpej #define PCI_VENDOR_KTI 0x8e2e /* KTI */
564 1.1 cgd #define PCI_VENDOR_ADP 0x9004 /* Adaptec */
565 1.88 drochner #define PCI_VENDOR_ADP2 0x9005 /* Adaptec (2nd PCI Vendor ID) */
566 1.14 cgd #define PCI_VENDOR_ATRONICS 0x907f /* Atronics */
567 1.311 msaitoh #define PCI_VENDOR_NETMOS 0x9710 /* Netmos */
568 1.289 mycroft #define PCI_VENDOR_CHRYSALIS 0xcafe /* Chrysalis-ITS */
569 1.27 veego #define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */
570 1.60 cgd #define PCI_VENDOR_INVALID 0xffff /* INVALID VENDOR ID */
571 1.1 cgd
572 1.1 cgd /*
573 1.1 cgd * List of known products. Grouped by vendor.
574 1.1 cgd */
575 1.1 cgd
576 1.5 cgd /* 3COM Products */
577 1.157 drochner #define PCI_PRODUCT_3COM_3C985 0x0001 /* 3c985 Gigabit Ethernet */
578 1.253 billc #define PCI_PRODUCT_3COM_3C450TX 0x4500 /* 3c450-TX 10/100 Ethernet */
579 1.112 thorpej #define PCI_PRODUCT_3COM_3C590 0x5900 /* 3c590 Ethernet */
580 1.112 thorpej #define PCI_PRODUCT_3COM_3C595TX 0x5950 /* 3c595-TX 10/100 Ethernet */
581 1.112 thorpej #define PCI_PRODUCT_3COM_3C595T4 0x5951 /* 3c595-T4 10/100 Ethernet */
582 1.112 thorpej #define PCI_PRODUCT_3COM_3C595MII 0x5952 /* 3c595-MII 10/100 Ethernet */
583 1.266 fvdl #define PCI_PRODUCT_3COM_3C555 0x5055 /* 3c555 10/100 MiniPCI Ethernet */
584 1.266 fvdl #define PCI_PRODUCT_3COM_3C556 0x6055 /* 3c556 10/100 MiniPCI Ethernet */
585 1.266 fvdl #define PCI_PRODUCT_3COM_3C556B 0x6056 /* 3c556B 10/100 MiniPCI Ethernet */
586 1.253 billc #define PCI_PRODUCT_3COM_3CSOHO100TX 0x7646 /* 3cSOHO100-TX 10/100 Ethernet */
587 1.112 thorpej #define PCI_PRODUCT_3COM_3C900TPO 0x9000 /* 3c900-TPO Ethernet */
588 1.112 thorpej #define PCI_PRODUCT_3COM_3C900COMBO 0x9001 /* 3c900-COMBO Ethernet */
589 1.112 thorpej #define PCI_PRODUCT_3COM_3C905TX 0x9050 /* 3c905-TX 10/100 Ethernet */
590 1.112 thorpej #define PCI_PRODUCT_3COM_3C905T4 0x9051 /* 3c905-T4 10/100 Ethernet */
591 1.112 thorpej #define PCI_PRODUCT_3COM_3C900BTPO 0x9004 /* 3c900B-TPO Ethernet */
592 1.112 thorpej #define PCI_PRODUCT_3COM_3C900BCOMBO 0x9005 /* 3c900B-COMBO Ethernet */
593 1.131 fvdl #define PCI_PRODUCT_3COM_3C900BTPC 0x9006 /* 3c900B-TPC Ethernet */
594 1.112 thorpej #define PCI_PRODUCT_3COM_3C905BTX 0x9055 /* 3c905B-TX 10/100 Ethernet */
595 1.112 thorpej #define PCI_PRODUCT_3COM_3C905BT4 0x9056 /* 3c905B-T4 10/100 Ethernet */
596 1.178 drochner #define PCI_PRODUCT_3COM_3C905BCOMBO 0x9058 /* 3c905B-COMBO 10/100 Ethernet */
597 1.229 drochner #define PCI_PRODUCT_3COM_3C905BFX 0x905a /* 3c905B-FX 100 Ethernet */
598 1.144 ross #define PCI_PRODUCT_3COM_3C905CTX 0x9200 /* 3c905C-TX 10/100 Ethernet with mngmt */
599 1.112 thorpej #define PCI_PRODUCT_3COM_3C980SRV 0x9800 /* 3c980 Server Adapter 10/100 Ethernet */
600 1.222 thorpej #define PCI_PRODUCT_3COM_3C980CTXM 0x9805 /* 3c980C-TXM 10/100 Ethernet */
601 1.188 drochner #define PCI_PRODUCT_3COM_3CR990TX97 0x9903 /* 3CR990-TX-97 10/100 Ethernet */
602 1.5 cgd
603 1.258 cgd /* 3Dfx Interactive products */
604 1.73 tron #define PCI_PRODUCT_3DFX_VOODOO 0x0001 /* Voodoo */
605 1.110 tron #define PCI_PRODUCT_3DFX_VOODOO2 0x0002 /* Voodoo2 */
606 1.136 tron #define PCI_PRODUCT_3DFX_BANSHEE 0x0003 /* Banshee */
607 1.136 tron #define PCI_PRODUCT_3DFX_VOODOO3 0x0005 /* Voodoo3 */
608 1.73 tron
609 1.27 veego /* 3D Labs products */
610 1.44 lonhyn #define PCI_PRODUCT_3DLABS_300SX 0x0001 /* GLINT 300SX */
611 1.44 lonhyn #define PCI_PRODUCT_3DLABS_500TX 0x0002 /* GLINT 500TX */
612 1.44 lonhyn #define PCI_PRODUCT_3DLABS_DELTA 0x0003 /* GLINT DELTA */
613 1.129 veego #define PCI_PRODUCT_3DLABS_PERMEDIA 0x0004 /* GLINT Permedia */
614 1.44 lonhyn #define PCI_PRODUCT_3DLABS_500MX 0x0006 /* GLINT 500MX */
615 1.258 cgd #define PCI_PRODUCT_3DLABS_PERMEDIA2 0x0007 /* GLINT Permedia 2 */
616 1.279 thorpej #define PCI_PRODUCT_3DLABS_GAMMA 0x0008 /* GLINT GAMMA */
617 1.279 thorpej #define PCI_PRODUCT_3DLABS_PERMEDIA2V 0x0009 /* GLINT Permedia 2V */
618 1.279 thorpej #define PCI_PRODUCT_3DLABS_PERMEDIA3 0x000a /* GLINT Permedia 3 */
619 1.236 ad
620 1.236 ad /* 3ware products */
621 1.236 ad #define PCI_PRODUCT_3WARE_ESCALADE 0x1000 /* Escalade IDE RAID */
622 1.305 ad #define PCI_PRODUCT_3WARE_ESCALADE_ASIC 0x1001 /* Escalade IDE RAID (ASIC) */
623 1.27 veego
624 1.24 jtk /* ACC Products */
625 1.24 jtk #define PCI_PRODUCT_ACC_2188 0x0000 /* ACCM 2188 VL-PCI Bridge */
626 1.76 drochner #define PCI_PRODUCT_ACC_2051_HB 0x2051 /* 2051 PCI Single Chip Solution (host bridge) */
627 1.76 drochner #define PCI_PRODUCT_ACC_2051_ISA 0x5842 /* 2051 PCI Single Chip Solution (ISA bridge) */
628 1.24 jtk
629 1.148 soren /* Acard products */
630 1.285 tsutsui #define PCI_PRODUCT_ACARD_ATP850U 0x0005 /* ATP850U/UF UDMA IDE Controller */
631 1.285 tsutsui #define PCI_PRODUCT_ACARD_ATP860 0x0006 /* ATP860 UDMA IDE Controller */
632 1.285 tsutsui #define PCI_PRODUCT_ACARD_ATP860R 0x0007 /* ATP860R UDMA IDE Controller */
633 1.93 tron #define PCI_PRODUCT_ACARD_AEC6710 0x8002 /* AEC6710 SCSI */
634 1.93 tron #define PCI_PRODUCT_ACARD_AEC6712UW 0x8010 /* AEC6712UW SCSI */
635 1.93 tron #define PCI_PRODUCT_ACARD_AEC6712U 0x8020 /* AEC6712U SCSI */
636 1.93 tron #define PCI_PRODUCT_ACARD_AEC6712S 0x8030 /* AEC6712S SCSI */
637 1.148 soren #define PCI_PRODUCT_ACARD_AEC6710D 0x8040 /* AEC6710D SCSI */
638 1.148 soren #define PCI_PRODUCT_ACARD_AEC6715UW 0x8050 /* AEC6715UW SCSI */
639 1.93 tron
640 1.139 drochner /* Accton products */
641 1.139 drochner #define PCI_PRODUCT_ACCTON_MPX5030 0x1211 /* MPX 5030/5038 Ethernet */
642 1.292 thorpej #define PCI_PRODUCT_ACCTON_EN2242 0x1216 /* EN2242 10/100 Ethernet */
643 1.139 drochner
644 1.5 cgd /* Acer products */
645 1.27 veego #define PCI_PRODUCT_ACER_M1435 0x1435 /* M1435 VL-PCI Bridge */
646 1.5 cgd
647 1.14 cgd /* Acer Labs products */
648 1.27 veego #define PCI_PRODUCT_ALI_M1445 0x1445 /* M1445 VL-PCI Bridge */
649 1.27 veego #define PCI_PRODUCT_ALI_M1449 0x1449 /* M1449 PCI-ISA Bridge */
650 1.27 veego #define PCI_PRODUCT_ALI_M1451 0x1451 /* M1451 Host-PCI Bridge */
651 1.27 veego #define PCI_PRODUCT_ALI_M1461 0x1461 /* M1461 Host-PCI Bridge */
652 1.89 mark #define PCI_PRODUCT_ALI_M1531 0x1531 /* M1531 Host-PCI Bridge */
653 1.89 mark #define PCI_PRODUCT_ALI_M1541 0x1541 /* M1541 Host-PCI Bridge */
654 1.68 mark #define PCI_PRODUCT_ALI_M1543 0x1533 /* M1543 PCI-ISA Bridge */
655 1.129 veego #define PCI_PRODUCT_ALI_M3309 0x3309 /* M3309 MPEG Decoder */
656 1.14 cgd #define PCI_PRODUCT_ALI_M4803 0x5215 /* M4803 */
657 1.68 mark #define PCI_PRODUCT_ALI_M5229 0x5229 /* M5229 UDMA IDE Controller */
658 1.68 mark #define PCI_PRODUCT_ALI_M5237 0x5237 /* M5237 USB Host Controller */
659 1.303 hubertf #define PCI_PRODUCT_ALI_M5243 0x5243 /* M5243 PCI-AGP Bridge */
660 1.68 mark #define PCI_PRODUCT_ALI_M7101 0x7101 /* M7101 Power Management Controller */
661 1.14 cgd
662 1.1 cgd /* Adaptec products */
663 1.14 cgd #define PCI_PRODUCT_ADP_AIC7850 0x5078 /* AIC-7850 */
664 1.19 gibbs #define PCI_PRODUCT_ADP_AIC7855 0x5578 /* AIC-7855 */
665 1.28 chuck #define PCI_PRODUCT_ADP_AIC5900 0x5900 /* AIC-5900 ATM */
666 1.28 chuck #define PCI_PRODUCT_ADP_AIC5905 0x5905 /* AIC-5905 ATM */
667 1.164 thorpej #define PCI_PRODUCT_ADP_AIC6915 0x6915 /* AIC-6915 10/100 Ethernet */
668 1.19 gibbs #define PCI_PRODUCT_ADP_AIC7860 0x6078 /* AIC-7860 */
669 1.168 matt #define PCI_PRODUCT_ADP_APA1480 0x6075 /* APA-1480 Ultra */
670 1.19 gibbs #define PCI_PRODUCT_ADP_2940AU 0x6178 /* AHA-2940A Ultra */
671 1.14 cgd #define PCI_PRODUCT_ADP_AIC7870 0x7078 /* AIC-7870 */
672 1.14 cgd #define PCI_PRODUCT_ADP_2940 0x7178 /* AHA-2940 */
673 1.6 cgd #define PCI_PRODUCT_ADP_3940 0x7278 /* AHA-3940 */
674 1.27 veego #define PCI_PRODUCT_ADP_3985 0x7378 /* AHA-3985 */
675 1.6 cgd #define PCI_PRODUCT_ADP_2944 0x7478 /* AHA-2944 */
676 1.129 veego #define PCI_PRODUCT_ADP_AIC7895 0x7895 /* AIC-7895 Ultra */
677 1.6 cgd #define PCI_PRODUCT_ADP_AIC7880 0x8078 /* AIC-7880 Ultra */
678 1.14 cgd #define PCI_PRODUCT_ADP_2940U 0x8178 /* AHA-2940 Ultra */
679 1.14 cgd #define PCI_PRODUCT_ADP_3940U 0x8278 /* AHA-3940 Ultra */
680 1.129 veego #define PCI_PRODUCT_ADP_389XU 0x8378 /* AHA-389X Ultra */
681 1.14 cgd #define PCI_PRODUCT_ADP_2944U 0x8478 /* AHA-2944 Ultra */
682 1.166 hannken #define PCI_PRODUCT_ADP_2940UP 0x8778 /* AHA-2940 Ultra Pro */
683 1.84 dante
684 1.88 drochner #define PCI_PRODUCT_ADP2_2940U2 0x0010 /* AHA-2940 Ultra2 */
685 1.142 fvdl #define PCI_PRODUCT_ADP2_2930U2 0x0011 /* AHA-2930 Ultra2 */
686 1.142 fvdl #define PCI_PRODUCT_ADP2_AIC7890 0x001f /* AIC-7890/1 */
687 1.142 fvdl #define PCI_PRODUCT_ADP2_3950U2B 0x0050 /* AHA-3950 Ultra2 */
688 1.142 fvdl #define PCI_PRODUCT_ADP2_3950U2D 0x0051 /* AHA-3950 Ultra2 */
689 1.142 fvdl #define PCI_PRODUCT_ADP2_AIC7896 0x005f /* AIC-7896/7 */
690 1.88 drochner
691 1.139 drochner /* Addtron Products */
692 1.139 drochner #define PCI_PRODUCT_ADDTRON_8139 0x1360 /* 8139 Ethernet */
693 1.139 drochner
694 1.160 thorpej /* ADMtek products */
695 1.160 thorpej #define PCI_PRODUCT_ADMTEK_AL981 0x0981 /* ADMtek AL981 10/100 Ethernet */
696 1.269 thorpej #define PCI_PRODUCT_ADMTEK_AN985 0x0985 /* ADMtek AN985 10/100 Ethernet */
697 1.160 thorpej
698 1.84 dante /* Advanced System Products */
699 1.84 dante #define PCI_PRODUCT_ADVSYS_1200A 0x1100
700 1.84 dante #define PCI_PRODUCT_ADVSYS_1200B 0x1200
701 1.84 dante #define PCI_PRODUCT_ADVSYS_ULTRA 0x1300 /* ABP-930/40UA */
702 1.90 dante #define PCI_PRODUCT_ADVSYS_WIDE 0x2300 /* ABP-940UW */
703 1.197 dante #define PCI_PRODUCT_ADVSYS_U2W 0x2500 /* ASB-3940U2W */
704 1.220 dante #define PCI_PRODUCT_ADVSYS_U3W 0x2700 /* ASB-3940U3W */
705 1.282 onoe
706 1.282 onoe /* Aironet Wireless Communicasions products */
707 1.282 onoe #define PCI_PRODUCT_AIRONET_PC4xxx 0x0001 /* Aironet PC4500/PC4800 Wireless LAN Adapter */
708 1.282 onoe #define PCI_PRODUCT_AIRONET_PC4500 0x4500 /* Aironet PC4500 Wireless LAN Adapter */
709 1.282 onoe #define PCI_PRODUCT_AIRONET_PC4800 0x4800 /* Aironet PC4800 Wireless LAN Adapter */
710 1.40 drochner
711 1.40 drochner /* Alliance products */
712 1.40 drochner #define PCI_PRODUCT_ALLIANCE_AT24 0x6424 /* AT24 */
713 1.203 jdolecek #define PCI_PRODUCT_ALLIANCE_AT25 0x643d /* AT25 */
714 1.153 drochner
715 1.153 drochner /* Alteon products */
716 1.278 bouyer #define PCI_PRODUCT_ALTEON_ACENIC 0x0001 /* ACEnic 1000baseSX Gigabit Ethernet */
717 1.278 bouyer #define PCI_PRODUCT_ALTEON_ACENIC_COPPER 0x0002 /* ACEnic 1000baseT Gigabit Ethernet */
718 1.1 cgd
719 1.9 thorpej /* AMD products */
720 1.14 cgd #define PCI_PRODUCT_AMD_PCNET_PCI 0x2000 /* 79c970 PCnet-PCI LANCE Ethernet */
721 1.240 nathanw #define PCI_PRODUCT_AMD_PCNET_HOME 0x2001 /* 79c978 PCnet-PCI Home */
722 1.14 cgd #define PCI_PRODUCT_AMD_PCSCSI_PCI 0x2020 /* 53c974 PCscsi-PCI SCSI */
723 1.27 veego #define PCI_PRODUCT_AMD_PCNETS_PCI 0x2040 /* 79C974 PCnet-PCI Ethernet & SCSI */
724 1.200 tron #define PCI_PRODUCT_AMD_SC751_SC 0x7006 /* AMD751 System Controller */
725 1.200 tron #define PCI_PRODUCT_AMD_SC751_PPB 0x7007 /* AMD751 PCI-to-PCI Bridge */
726 1.200 tron #define PCI_PRODUCT_AMD_PBC756_ISA 0x7408 /* AMD756 PCI-to-ISA Bridge */
727 1.200 tron #define PCI_PRODUCT_AMD_PBC756_IDE 0x7409 /* AMD756 IDE controller */
728 1.200 tron #define PCI_PRODUCT_AMD_PBC756_PMC 0x740B /* AMD756 Power Management Controller */
729 1.200 tron #define PCI_PRODUCT_AMD_PBC756_USB 0x740C /* AMD756 USB Host Controller */
730 1.265 ad
731 1.265 ad /* American Megatrends products */
732 1.265 ad #define PCI_PRODUCT_AMI_MEGARAID 0x9010 /* MegaRAID */
733 1.265 ad #define PCI_PRODUCT_AMI_MEGARAID2 0x9060 /* MegaRAID 2 */
734 1.265 ad #define PCI_PRODUCT_AMI_MEGARAID3 0x1960 /* MegaRAID 3 */
735 1.63 mycroft
736 1.63 mycroft /* Apple products */
737 1.137 tsubai #define PCI_PRODUCT_APPLE_BANDIT 0x0001 /* Bandit Host-PCI Bridge */
738 1.137 tsubai #define PCI_PRODUCT_APPLE_GC 0x0002 /* Grand Central I/O Controller */
739 1.137 tsubai #define PCI_PRODUCT_APPLE_CONTROL 0x0003 /* Control */
740 1.137 tsubai #define PCI_PRODUCT_APPLE_PLANB 0x0004 /* PlanB */
741 1.137 tsubai #define PCI_PRODUCT_APPLE_OHARE 0x0007 /* OHare I/O Controller */
742 1.137 tsubai #define PCI_PRODUCT_APPLE_BANDIT2 0x0008 /* Bandit Host-PCI Bridge */
743 1.137 tsubai #define PCI_PRODUCT_APPLE_HEATHROW 0x0010 /* MAC-IO I/O Controller (Heathrow) */
744 1.137 tsubai #define PCI_PRODUCT_APPLE_PADDINGTON 0x0017 /* MAC-IO I/O Controller (Paddington) */
745 1.192 tsubai #define PCI_PRODUCT_APPLE_KEYLARGO_USB 0x0019 /* KeyLargo USB Controller */
746 1.192 tsubai #define PCI_PRODUCT_APPLE_UNINORTH1 0x001e /* UniNorth Host-PCI Bridge */
747 1.192 tsubai #define PCI_PRODUCT_APPLE_UNINORTH2 0x001f /* UniNorth Host-PCI Bridge */
748 1.192 tsubai #define PCI_PRODUCT_APPLE_UNINORTH_AGP 0x0020 /* UniNorth AGP Interface */
749 1.192 tsubai #define PCI_PRODUCT_APPLE_GMAC 0x0021 /* GMAC Ethernet */
750 1.192 tsubai #define PCI_PRODUCT_APPLE_KEYLARGO 0x0022 /* MAC-IO I/O Controller (KeyLargo) */
751 1.14 cgd
752 1.27 veego /* ARC Logic products */
753 1.27 veego #define PCI_PRODUCT_ARC_1000PV 0xa091 /* 1000PV */
754 1.27 veego #define PCI_PRODUCT_ARC_2000PV 0xa099 /* 2000PV */
755 1.27 veego #define PCI_PRODUCT_ARC_2000MT 0xa0a1 /* 2000MT */
756 1.9 thorpej
757 1.111 thorpej /* ASIX Electronics products */
758 1.111 thorpej #define PCI_PRODUCT_ASIX_AX88140A 0x1400 /* AX88140A 10/100 Ethernet */
759 1.111 thorpej
760 1.1 cgd /* ATI products */
761 1.1 cgd #define PCI_PRODUCT_ATI_MACH32 0x4158 /* Mach32 */
762 1.14 cgd #define PCI_PRODUCT_ATI_MACH64_CT 0x4354 /* Mach64 CT */
763 1.14 cgd #define PCI_PRODUCT_ATI_MACH64_CX 0x4358 /* Mach64 CX */
764 1.14 cgd #define PCI_PRODUCT_ATI_MACH64_ET 0x4554 /* Mach64 ET */
765 1.14 cgd #define PCI_PRODUCT_ATI_MACH64_VT 0x4654 /* Mach64 VT */
766 1.122 mrg #define PCI_PRODUCT_ATI_MACH64_B 0x4750 /* Mach64 B */
767 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GB 0x4742 /* Mach64 GB */
768 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GD 0x4744 /* Mach64 GD */
769 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GI 0x4749 /* Mach64 GI */
770 1.281 drochner #define PCI_PRODUCT_ATI_RAGEXLAGP2X 0x474d /* Rage XL AGP 2x */
771 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GP 0x4750 /* Mach64 GP */
772 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GQ 0x4751 /* Mach64 GQ */
773 1.14 cgd #define PCI_PRODUCT_ATI_MACH64_GT 0x4754 /* Mach64 GT */
774 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GU 0x4755 /* Mach64 GU */
775 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GV 0x4756 /* Mach64 GV */
776 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GW 0x4757 /* Mach64 GW */
777 1.14 cgd #define PCI_PRODUCT_ATI_MACH64_GX 0x4758 /* Mach64 GX */
778 1.129 veego #define PCI_PRODUCT_ATI_MACH64_GZ 0x475a /* Mach64 GZ */
779 1.129 veego #define PCI_PRODUCT_ATI_MACH64_LB 0x4c42 /* Mach64 LB */
780 1.129 veego #define PCI_PRODUCT_ATI_MACH64_LD 0x4c44 /* Mach64 LD */
781 1.271 simonb #define PCI_PRODUCT_ATI_MOBILITY_M3_PCI 0x4c45 /* Mobility M3 (PCI) */
782 1.271 simonb #define PCI_PRODUCT_ATI_MOBILITY_M3_AGP 0x4c46 /* Mobility M3 (AGP) */
783 1.129 veego #define PCI_PRODUCT_ATI_MACH64_LG 0x4c47 /* Mach64 LG */
784 1.129 veego #define PCI_PRODUCT_ATI_MACH64_LI 0x4c49 /* Mach64 LI */
785 1.244 joda #define PCI_PRODUCT_ATI_MACH64_LM 0x4c4d /* Mach64 LM */
786 1.129 veego #define PCI_PRODUCT_ATI_MACH64_LP 0x4c50 /* Mach64 LP */
787 1.245 gmcgarry #define PCI_PRODUCT_ATI_MACH64_LR 0x4c52 /* Mach64 LR */
788 1.268 augustss #define PCI_PRODUCT_ATI_RAGE1PCI 0x5041 /* Rage 128 Pro PCI */
789 1.268 augustss #define PCI_PRODUCT_ATI_RAGE1AGP2X 0x5042 /* Rage 128 Pro AGP 2x */
790 1.268 augustss #define PCI_PRODUCT_ATI_RAGE1AGP4X 0x5043 /* Rage 128 Pro AGP 4x */
791 1.268 augustss #define PCI_PRODUCT_ATI_RAGE1PCIT 0x5044 /* Rage 128 Pro PCI (TMDS) */
792 1.268 augustss #define PCI_PRODUCT_ATI_RAGE1AGP2XT 0x5045 /* Rage 128 Pro AGP 2x (TMDS) */
793 1.268 augustss #define PCI_PRODUCT_ATI_RAGE1AGP4XT 0x5046 /* Rage Fury MAXX AGP 4x (TMDS) */
794 1.268 augustss #define PCI_PRODUCT_ATI_RAGE2PCI 0x5047 /* Rage 128 Pro PCI */
795 1.268 augustss #define PCI_PRODUCT_ATI_RAGE2AGP2X 0x5048 /* Rage 128 Pro AGP 2x */
796 1.268 augustss #define PCI_PRODUCT_ATI_RAGE2AGP4X 0x5049 /* Rage 128 Pro AGP 4x */
797 1.268 augustss #define PCI_PRODUCT_ATI_RAGE2PCIT 0x504a /* Rage 128 Pro PCI (TMDS) */
798 1.268 augustss #define PCI_PRODUCT_ATI_RAGE2AGP2XT 0x504b /* Rage 128 Pro AGP 2x (TMDS) */
799 1.268 augustss #define PCI_PRODUCT_ATI_RAGE2AGP4XT 0x504c /* Rage 128 Pro AGP 4x (TMDS) */
800 1.268 augustss #define PCI_PRODUCT_ATI_RAGE3PCI 0x504d /* Rage 128 Pro PCI */
801 1.268 augustss #define PCI_PRODUCT_ATI_RAGE3AGP2X 0x504e /* Rage 128 Pro AGP 2x */
802 1.268 augustss #define PCI_PRODUCT_ATI_RAGE3AGP4X 0x504f /* Rage 128 Pro AGP 4x */
803 1.268 augustss #define PCI_PRODUCT_ATI_RAGE3PCIT 0x5050 /* Rage 128 Pro PCI (TMDS) */
804 1.268 augustss #define PCI_PRODUCT_ATI_RAGE3AGP2XT 0x5051 /* Rage 128 Pro AGP 2x (TMDS) */
805 1.268 augustss #define PCI_PRODUCT_ATI_RAGE3AGP4XT 0x5052 /* Rage 128 Pro AGP 4x (TMDS) */
806 1.268 augustss #define PCI_PRODUCT_ATI_RAGE4PCI 0x5053 /* Rage 128 Pro PCI */
807 1.268 augustss #define PCI_PRODUCT_ATI_RAGE4AGP2X 0x5054 /* Rage 128 Pro AGP 2x */
808 1.268 augustss #define PCI_PRODUCT_ATI_RAGE4AGP4X 0x5055 /* Rage 128 Pro AGP 4x */
809 1.268 augustss #define PCI_PRODUCT_ATI_RAGE4PCIT 0x5056 /* Rage 128 Pro PCI (TMDS) */
810 1.268 augustss #define PCI_PRODUCT_ATI_RAGE4AGP2XT 0x5057 /* Rage 128 Pro AGP 2x (TMDS) */
811 1.268 augustss #define PCI_PRODUCT_ATI_RAGE4AGP4XT 0x5058 /* Rage 128 Pro AGP 4x (TMDS) */
812 1.268 augustss #define PCI_PRODUCT_ATI_RAGEGLPCI 0x5245 /* Rage 128 GL PCI */
813 1.268 augustss #define PCI_PRODUCT_ATI_RAGEGLAGP 0x5246 /* Rage 128 GL AGP 2x */
814 1.268 augustss #define PCI_PRODUCT_ATI_RAGEVRPCI 0x524b /* Rage 128 VR PCI */
815 1.268 augustss #define PCI_PRODUCT_ATI_RAGEVRAGP 0x524c /* Rage 128 VR AGP 2x */
816 1.268 augustss #define PCI_PRODUCT_ATI_RAGE4XPCI 0x5345 /* Rage 128 4x PCI */
817 1.268 augustss #define PCI_PRODUCT_ATI_RAGE4XA2X 0x5346 /* Rage 128 4x AGP 2x */
818 1.268 augustss #define PCI_PRODUCT_ATI_RAGE4XA4X 0x5347 /* Rage 128 4x AGP 4x */
819 1.268 augustss #define PCI_PRODUCT_ATI_RAGE4X 0x5348 /* Rage 128 4x */
820 1.268 augustss #define PCI_PRODUCT_ATI_RAGE24XPCI 0x534b /* Rage 128 4x PCI */
821 1.268 augustss #define PCI_PRODUCT_ATI_RAGE24XA2X 0x534c /* Rage 128 4x AGP 2x */
822 1.268 augustss #define PCI_PRODUCT_ATI_RAGE24XA4X 0x534d /* Rage 128 4x AGP 4x */
823 1.268 augustss #define PCI_PRODUCT_ATI_RAGE24X 0x534e /* Rage 128 4x */
824 1.174 rh
825 1.174 rh /* Auravision products */
826 1.174 rh #define PCI_PRODUCT_AURAVISION_VXP524 0x01f7 /* VxP524 PCI Video Processor */
827 1.172 tsarna
828 1.172 tsarna /* Aureal Semiconductor */
829 1.172 tsarna #define PCI_PRODUCT_AUREAL_AU8820 0x0001 /* AU8820 Vortex Digital Audio Processor */
830 1.14 cgd
831 1.27 veego /* Applied Micro Circuts products */
832 1.27 veego #define PCI_PRODUCT_AMCIRCUITS_S5933 0x4750 /* S5933 PCI Matchmaker */
833 1.27 veego #define PCI_PRODUCT_AMCIRCUITS_LANAI 0x8043 /* Myrinet LANai Interface */
834 1.152 mcr #define PCI_PRODUCT_AMCIRCUITS_S5920 0x5920 /* S5920 PCI Target */
835 1.27 veego
836 1.14 cgd /* Atronics products */
837 1.14 cgd #define PCI_PRODUCT_ATRONICS_IDE_2015PL 0x2015 /* IDE-2015PL */
838 1.14 cgd
839 1.14 cgd /* Avance Logic products */
840 1.27 veego #define PCI_PRODUCT_AVANCE_AVL2301 0x2301 /* AVL2301 */
841 1.27 veego #define PCI_PRODUCT_AVANCE_AVG2302 0x2302 /* AVG2302 */
842 1.27 veego #define PCI_PRODUCT_AVANCE2_ALG2301 0x2301 /* ALG2301 */
843 1.27 veego #define PCI_PRODUCT_AVANCE2_ALG2302 0x2302 /* ALG2302 */
844 1.143 augustss
845 1.143 augustss /* CCUBE products */
846 1.143 augustss #define PCI_PRODUCT_CCUBE_CINEMASTER 0x8888 /* Cinemaster C 3.0 DVD Decoder */
847 1.1 cgd
848 1.114 drochner /* AVM products */
849 1.114 drochner #define PCI_PRODUCT_AVM_FRITZ_CARD 0x0a00 /* Fritz! Card ISDN Interface */
850 1.298 mjl
851 1.298 mjl /* Stallion products */
852 1.298 mjl #define PCI_PRODUCT_STALLION_EC8_32 0x0000 /* EC8/32 */
853 1.298 mjl #define PCI_PRODUCT_STALLION_EC8_64 0x0002 /* EC8/64 */
854 1.298 mjl #define PCI_PRODUCT_STALLION_EASYIO 0x0003 /* EasyIO */
855 1.114 drochner
856 1.35 drochner /* Bit3 products */
857 1.35 drochner #define PCI_PRODUCT_BIT3_PCIVME617 0x0001 /* PCI-VME Interface Mod. 617 */
858 1.124 drochner #define PCI_PRODUCT_BIT3_PCIVME618 0x0010 /* PCI-VME Interface Mod. 618 */
859 1.88 drochner #define PCI_PRODUCT_BIT3_PCIVME2706 0x0300 /* PCI-VME Interface Mod. 2706 */
860 1.80 tron
861 1.80 tron /* Brooktree products */
862 1.81 tron #define PCI_PRODUCT_BROOKTREE_BT848 0x0350 /* Bt848 Video Capture */
863 1.86 veego #define PCI_PRODUCT_BROOKTREE_BT849 0x0351 /* Bt849 Video Capture */
864 1.86 veego #define PCI_PRODUCT_BROOKTREE_BT878 0x036e /* Bt878 Video Capture */
865 1.86 veego #define PCI_PRODUCT_BROOKTREE_BT879 0x036f /* Bt879 Video Capture */
866 1.259 itojun #define PCI_PRODUCT_BROOKTREE_BT8474 0x8474 /* Bt8474 Multichannel HDLC Controller */
867 1.35 drochner
868 1.5 cgd /* BusLogic products */
869 1.27 veego #define PCI_PRODUCT_BUSLOGIC_MULTIMASTER_NC 0x0140 /* MultiMaster NC */
870 1.27 veego #define PCI_PRODUCT_BUSLOGIC_MULTIMASTER 0x1040 /* MultiMaster */
871 1.27 veego #define PCI_PRODUCT_BUSLOGIC_FLASHPOINT 0x8130 /* FlashPoint */
872 1.27 veego
873 1.27 veego /* c't Magazin products */
874 1.27 veego #define PCI_PRODUCT_C4T_GPPCI 0x6773 /* GPPCI */
875 1.14 cgd
876 1.14 cgd /* Chips and Technologies products */
877 1.27 veego #define PCI_PRODUCT_CHIPS_64310 0x00b8 /* 64310 */
878 1.281 drochner #define PCI_PRODUCT_CHIPS_69000 0x00c0 /* 69000 */
879 1.14 cgd #define PCI_PRODUCT_CHIPS_65545 0x00d8 /* 65545 */
880 1.27 veego #define PCI_PRODUCT_CHIPS_65548 0x00dc /* 65548 */
881 1.29 augustss #define PCI_PRODUCT_CHIPS_65550 0x00e0 /* 65550 */
882 1.38 drochner #define PCI_PRODUCT_CHIPS_65554 0x00e4 /* 65554 */
883 1.289 mycroft
884 1.289 mycroft /* Chrysalis products */
885 1.289 mycroft #define PCI_PRODUCT_CHRYSALIS_LUNAVPN 0x0001 /* LunaVPN */
886 1.5 cgd
887 1.5 cgd /* Cirrus Logic products */
888 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD7548 0x0038 /* CL-GD7548 */
889 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD5430 0x00a0 /* CL-GD5430 */
890 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD5434_4 0x00a4 /* CL-GD5434-4 */
891 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD5434_8 0x00a8 /* CL-GD5434-8 */
892 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD5436 0x00ac /* CL-GD5436 */
893 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD5446 0x00b8 /* CL-GD5446 */
894 1.129 veego #define PCI_PRODUCT_CIRRUS_CL_GD5480 0x00bc /* CL-GD5480 */
895 1.100 jtk #define PCI_PRODUCT_CIRRUS_CL_PD6729 0x1100 /* CL-PD6729 */
896 1.134 drochner #define PCI_PRODUCT_CIRRUS_CL_PD6832 0x1110 /* CL-PD6832 PCI-CardBus Bridge */
897 1.129 veego #define PCI_PRODUCT_CIRRUS_CL_PD6833 0x1113 /* CL-PD6833 PCI-CardBus Bridge */
898 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD7542 0x1200 /* CL-GD7542 */
899 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD7543 0x1202 /* CL-GD7543 */
900 1.27 veego #define PCI_PRODUCT_CIRRUS_CL_GD7541 0x1204 /* CL-GD7541 */
901 1.89 mark #define PCI_PRODUCT_CIRRUS_CL_CD4400 0x4400 /* CL-CD4400 Communications Controller */
902 1.89 mark #define PCI_PRODUCT_CIRRUS_CS4610 0x6001 /* CS4610 SoundFusion Audio Accelerator */
903 1.89 mark #define PCI_PRODUCT_CIRRUS_CS4280 0x6003 /* CS4280 CrystalClear Audio Interface */
904 1.281 drochner #define PCI_PRODUCT_CIRRUS_CS4281 0x6005 /* CS4281 CrystalClear Audio Interface */
905 1.14 cgd
906 1.57 cgd /* CMD Technology products -- info gleaned from their web site */
907 1.57 cgd #define PCI_PRODUCT_CMDTECH_640 0x0640 /* PCI0640 */
908 1.58 cgd /* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */
909 1.58 cgd #define PCI_PRODUCT_CMDTECH_642 0x0642 /* PCI0642 */
910 1.243 tron /* datasheets available from www.cmd.com for the followings */
911 1.57 cgd #define PCI_PRODUCT_CMDTECH_643 0x0643 /* PCI0643 */
912 1.57 cgd #define PCI_PRODUCT_CMDTECH_646 0x0646 /* PCI0646 */
913 1.57 cgd #define PCI_PRODUCT_CMDTECH_647 0x0647 /* PCI0647 */
914 1.241 tron #define PCI_PRODUCT_CMDTECH_648 0x0648 /* PCI0648 */
915 1.243 tron #define PCI_PRODUCT_CMDTECH_649 0x0649 /* PCI0649 */
916 1.243 tron
917 1.58 cgd /* Inclusion of 'A' in the following entry is probably wrong. */
918 1.58 cgd /* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */
919 1.58 cgd #define PCI_PRODUCT_CMDTECH_650A 0x0650 /* PCI0650A */
920 1.57 cgd #define PCI_PRODUCT_CMDTECH_670 0x0670 /* USB0670 */
921 1.57 cgd #define PCI_PRODUCT_CMDTECH_673 0x0673 /* USB0673 */
922 1.188 drochner
923 1.188 drochner /* C-Media products */
924 1.217 augustss #define PCI_PRODUCT_CMEDIA_CMI8338A 0x0100 /* CMI8338A PCI Audio Device */
925 1.217 augustss #define PCI_PRODUCT_CMEDIA_CMI8338B 0x0101 /* CMI8338B PCI Audio Device */
926 1.188 drochner #define PCI_PRODUCT_CMEDIA_CMI8738 0x0111 /* CMI8738/C3DX PCI Audio Device */
927 1.306 tshiozak #define PCI_PRODUCT_CMEDIA_CMI8738B 0x0112 /* CMI8738B PCI Audio Device */
928 1.188 drochner #define PCI_PRODUCT_CMEDIA_HSP56 0x0211 /* HSP56 Audiomodem Riser */
929 1.188 drochner
930 1.27 veego /* Cogent Data Technologies products */
931 1.27 veego #define PCI_PRODUCT_COGENT_EM110TX 0x1400 /* EX110TX PCI Fast Ethernet Adapter */
932 1.294 rh
933 1.294 rh /* COMPAL products */
934 1.294 rh #define PCI_PRODUCT_COMPAL_38W2 0x0011 /* COMPAL 38W2 OEM Notebook */
935 1.27 veego
936 1.27 veego /* Compaq products */
937 1.27 veego #define PCI_PRODUCT_COMPAQ_PCI_EISA_BRIDGE 0x0001 /* PCI-EISA Bridge */
938 1.27 veego #define PCI_PRODUCT_COMPAQ_PCI_ISA_BRIDGE 0x0002 /* PCI-ISA Bridge */
939 1.27 veego #define PCI_PRODUCT_COMPAQ_TRIFLEX1 0x1000 /* Triflex Host-PCI Bridge */
940 1.27 veego #define PCI_PRODUCT_COMPAQ_TRIFLEX2 0x2000 /* Triflex Host-PCI Bridge */
941 1.27 veego #define PCI_PRODUCT_COMPAQ_QVISION_V0 0x3032 /* QVision */
942 1.27 veego #define PCI_PRODUCT_COMPAQ_QVISION_1280P 0x3033 /* QVision 1280/p */
943 1.27 veego #define PCI_PRODUCT_COMPAQ_QVISION_V2 0x3034 /* QVision */
944 1.27 veego #define PCI_PRODUCT_COMPAQ_TRIFLEX4 0x4000 /* Triflex Host-PCI Bridge */
945 1.67 augustss #define PCI_PRODUCT_COMPAQ_USB 0x7020 /* USB Controller */
946 1.208 ad #define PCI_PRODUCT_COMPAQ_SMART2P 0xae10 /* SMART2P RAID */
947 1.41 bouyer #define PCI_PRODUCT_COMPAQ_N100TX 0xae32 /* Netelligent 10/100 TX */
948 1.41 bouyer #define PCI_PRODUCT_COMPAQ_N10T 0xae34 /* Netelligent 10 T */
949 1.41 bouyer #define PCI_PRODUCT_COMPAQ_IntNF3P 0xae35 /* Integrated NetFlex 3/P */
950 1.180 thorpej #define PCI_PRODUCT_COMPAQ_DPNet100TX 0xae40 /* Dual Port Netelligent 10/100 TX */
951 1.41 bouyer #define PCI_PRODUCT_COMPAQ_IntPL100TX 0xae43 /* ProLiant Integrated Netelligent 10/100 TX */
952 1.41 bouyer #define PCI_PRODUCT_COMPAQ_DP4000 0xb011 /* Deskpro 4000 5233MMX */
953 1.300 rh #define PCI_PRODUCT_COMPAQ_M700 0xb112 /* Armada M700 */
954 1.41 bouyer #define PCI_PRODUCT_COMPAQ_NF3P_BNC 0xf150 /* NetFlex 3/P w/ BNC */
955 1.41 bouyer #define PCI_PRODUCT_COMPAQ_NF3P 0xf130 /* NetFlex 3/P */
956 1.14 cgd
957 1.65 thorpej /* Compex products - XXX better descriptions */
958 1.65 thorpej #define PCI_PRODUCT_COMPEX_NE2KETHER 0x1401 /* Ethernet */
959 1.111 thorpej #define PCI_PRODUCT_COMPEX_RL100ATX 0x2011 /* RL100-ATX 10/100 Ethernet */
960 1.160 thorpej #define PCI_PRODUCT_COMPEX_RL100TX 0x9881 /* RL100-TX 10/100 Ethernet */
961 1.65 thorpej
962 1.202 jdolecek /* Conexant Systems products */
963 1.202 jdolecek #define PCI_PRODUCT_CONEXANT_SOFTK56 0x2443 /* SoftK56 PCI Software Modem */
964 1.202 jdolecek
965 1.14 cgd /* Contaq Microsystems products */
966 1.27 veego #define PCI_PRODUCT_CONTAQ_82C599 0x0600 /* 82C599 PCI-VLB Bridge */
967 1.61 thorpej #define PCI_PRODUCT_CONTAQ_82C693 0xc693 /* 82C693 PCI-ISA Bridge */
968 1.27 veego
969 1.27 veego /* Corollary Products */
970 1.27 veego #define PCI_PRODUCT_COROLLARY_CBUSII_PCIB 0x0014 /* \"C-Bus II\"-PCI Bridge */
971 1.171 augustss
972 1.171 augustss /* Creative Labs products */
973 1.171 augustss #define PCI_PRODUCT_CREATIVELABS_SBLIVE 0x0002 /* SBLive! EMU 10000 */
974 1.177 augustss #define PCI_PRODUCT_CREATIVELABS_SBJOY 0x7002 /* PCI Gameport Joystick */
975 1.219 augustss #define PCI_PRODUCT_CREATIVELABS_EV1938 0x8938 /* Ectiva 1938 */
976 1.27 veego
977 1.27 veego /* Cyclades products */
978 1.27 veego #define PCI_PRODUCT_CYCLADES_CYCLOMY_1 0x0100 /* Cyclom-Y below 1M */
979 1.27 veego #define PCI_PRODUCT_CYCLADES_CYCLOMY_2 0x0101 /* Cyclom-Y above 1M */
980 1.179 drochner #define PCI_PRODUCT_CYCLADES_CYCLOM4Y_1 0x0102 /* Cyclom-4Y below 1M */
981 1.179 drochner #define PCI_PRODUCT_CYCLADES_CYCLOM4Y_2 0x0103 /* Cyclom-4Y above 1M */
982 1.179 drochner #define PCI_PRODUCT_CYCLADES_CYCLOM8Y_1 0x0104 /* Cyclom-8Y below 1M */
983 1.179 drochner #define PCI_PRODUCT_CYCLADES_CYCLOM8Y_2 0x0105 /* Cyclom-8Y above 1M */
984 1.27 veego #define PCI_PRODUCT_CYCLADES_CYCLOMZ_1 0x0200 /* Cyclom-Z below 1M */
985 1.27 veego #define PCI_PRODUCT_CYCLADES_CYCLOMZ_2 0x0201 /* Cyclom-Z above 1M */
986 1.159 thorpej
987 1.159 thorpej /* Davicom Semiconductor products */
988 1.159 thorpej #define PCI_PRODUCT_DAVICOM_DM9102 0x9102 /* Davicom DM9102 10/100 Ethernet */
989 1.5 cgd
990 1.1 cgd /* DEC products */
991 1.5 cgd #define PCI_PRODUCT_DEC_21050 0x0001 /* DECchip 21050 PCI-PCI Bridge */
992 1.113 thorpej #define PCI_PRODUCT_DEC_21040 0x0002 /* DECchip 21040 (\"Tulip\") Ethernet */
993 1.1 cgd #define PCI_PRODUCT_DEC_21030 0x0004 /* DECchip 21030 (\"TGA\") */
994 1.1 cgd #define PCI_PRODUCT_DEC_NVRAM 0x0007 /* Zephyr NV-RAM */
995 1.1 cgd #define PCI_PRODUCT_DEC_KZPSA 0x0008 /* KZPSA */
996 1.113 thorpej #define PCI_PRODUCT_DEC_21140 0x0009 /* DECchip 21140 (\"FasterNet\") 10/100 Ethernet */
997 1.16 cgd #define PCI_PRODUCT_DEC_PBXGB 0x000d /* TGA2 */
998 1.1 cgd #define PCI_PRODUCT_DEC_DEFPA 0x000f /* DEFPA */
999 1.5 cgd /* product DEC ??? 0x0010 ??? VME Interface */
1000 1.113 thorpej #define PCI_PRODUCT_DEC_21041 0x0014 /* DECchip 21041 (\"Tulip Plus\") Ethernet */
1001 1.16 cgd #define PCI_PRODUCT_DEC_DGLPB 0x0016 /* DGLPB (\"OPPO\") */
1002 1.113 thorpej #define PCI_PRODUCT_DEC_21142 0x0019 /* DECchip 21142/21143 10/100 Ethernet */
1003 1.27 veego #define PCI_PRODUCT_DEC_21052 0x0021 /* DECchip 21052 PCI-PCI Bridge */
1004 1.27 veego #define PCI_PRODUCT_DEC_21150 0x0022 /* DECchip 21150 PCI-PCI Bridge */
1005 1.27 veego #define PCI_PRODUCT_DEC_21152 0x0024 /* DECchip 21152 PCI-PCI Bridge */
1006 1.27 veego #define PCI_PRODUCT_DEC_21153 0x0025 /* DECchip 21153 PCI-PCI Bridge */
1007 1.27 veego #define PCI_PRODUCT_DEC_21154 0x0026 /* DECchip 21154 PCI-PCI Bridge */
1008 1.180 thorpej #define PCI_PRODUCT_DEC_CPQ42XX 0x0046 /* Compaq SMART RAID 42xx */
1009 1.291 thorpej #define PCI_PRODUCT_DEC_SWXCR 0x1065 /* SWXCR RAID */
1010 1.139 drochner
1011 1.139 drochner /* Delta products */
1012 1.139 drochner #define PCI_PRODUCT_DELTA_8139 0x1360 /* 8139 Ethernet */
1013 1.1 cgd
1014 1.5 cgd /* Diamond products */
1015 1.27 veego #define PCI_PRODUCT_DIAMOND_VIPER 0x9001 /* Viper/PCI */
1016 1.5 cgd
1017 1.165 thorpej /* D-Link Systems products */
1018 1.165 thorpej #define PCI_PRODUCT_DLINK_DFE550TX 0x1002 /* DFE-550TX 10/100 Ethernet */
1019 1.165 thorpej
1020 1.14 cgd /* Distributed Processing Technology products */
1021 1.163 ad #define PCI_PRODUCT_DPT_SC_RAID 0xa400 /* SmartCache/SmartRAID */
1022 1.210 ad #define PCI_PRODUCT_DPT_RAID_I2O 0xa501 /* SmartRAID (I2O) */
1023 1.210 ad #define PCI_PRODUCT_DPT_MEMCTLR 0x1012 /* Memory Controller */
1024 1.14 cgd
1025 1.35 drochner /* Dolphin products */
1026 1.35 drochner #define PCI_PRODUCT_DOLPHIN_PCISCI 0x0658 /* PCI-SCI Bridge */
1027 1.176 is
1028 1.176 is /* Domex products */
1029 1.176 is #define PCI_PRODUCT_DOMEX_PCISCSI 0x0001 /* DMX-3191D */
1030 1.114 drochner
1031 1.114 drochner /* ELSA products */
1032 1.114 drochner #define PCI_PRODUCT_ELSA_QS1PCI 0x1000 /* QuickStep 1000 ISDN card */
1033 1.35 drochner
1034 1.27 veego /* Emulex products */
1035 1.27 veego #define PCI_PRODUCT_EMULEX_LPPFC 0x10df /* \"Light Pulse\" FibreChannel adapter */
1036 1.42 mycroft
1037 1.42 mycroft /* Ensoniq products */
1038 1.42 mycroft #define PCI_PRODUCT_ENSONIQ_AUDIOPCI 0x5000 /* AudioPCI */
1039 1.119 mycroft #define PCI_PRODUCT_ENSONIQ_AUDIOPCI97 0x1371 /* AudioPCI 97 */
1040 1.219 augustss #define PCI_PRODUCT_ENSONIQ_CT5880 0x5880 /* CT5880 */
1041 1.31 kml
1042 1.31 kml /* Essential Communications products */
1043 1.31 kml #define PCI_PRODUCT_ESSENTIAL_RR_HIPPI 0x0001 /* RoadRunner HIPPI Interface */
1044 1.31 kml #define PCI_PRODUCT_ESSENTIAL_RR_GIGE 0x0005 /* RoadRunner Gig-E Interface */
1045 1.72 augustss
1046 1.87 mark /* ESS Technology Inc products */
1047 1.231 kleink #define PCI_PRODUCT_ESSTECH_MAESTRO1 0x0100 /* Maestro 1 PCI Audio Accelerator */
1048 1.231 kleink #define PCI_PRODUCT_ESSTECH_MAESTRO2 0x1968 /* Maestro 2 PCI Audio Accelerator */
1049 1.141 kleink #define PCI_PRODUCT_ESSTECH_SOLO1 0x1969 /* Solo-1 PCI AudioDrive */
1050 1.231 kleink #define PCI_PRODUCT_ESSTECH_MAESTRO2E 0x1978 /* Maestro 2E PCI Audio Accelerator */
1051 1.232 kleink #define PCI_PRODUCT_ESSTECH_MAESTRO3 0x1998 /* Maestro 3 PCI Audio Accelerator */
1052 1.233 kleink #define PCI_PRODUCT_ESSTECH_MAESTRO3MODEM 0x1999 /* Maestro 3 Modem */
1053 1.250 ad
1054 1.250 ad /* ESS Technology Inc products */
1055 1.250 ad #define PCI_PRODUCT_ESSTECH2_MAESTRO1 0x0100 /* Maestro 1 PCI Audio Accelerator */
1056 1.87 mark
1057 1.196 joda /* O2 Micro Inc */
1058 1.196 joda #define PCI_PRODUCT_O2MICRO_OZ6832 0x6832 /* OZ6832 CardBus Controller */
1059 1.27 veego
1060 1.27 veego /* Evans & Sutherland products */
1061 1.27 veego #define PCI_PRODUCT_ES_FREEDOM 0x0001 /* Freedom PCI-GBus Interface */
1062 1.27 veego
1063 1.5 cgd /* FORE products */
1064 1.5 cgd #define PCI_PRODUCT_FORE_PCA200 0x0210 /* ATM PCA-200 */
1065 1.15 cgd #define PCI_PRODUCT_FORE_PCA200E 0x0300 /* ATM PCA-200e */
1066 1.169 augustss
1067 1.169 augustss /* Forte Media products */
1068 1.169 augustss #define PCI_PRODUCT_FORTEMEDIA_FM801 0x0801 /* Forte Media 801 Sound */
1069 1.5 cgd
1070 1.14 cgd /* Future Domain products */
1071 1.14 cgd #define PCI_PRODUCT_FUTUREDOMAIN_TMC_18C30 0x0000 /* TMC-18C30 (36C70) */
1072 1.14 cgd
1073 1.14 cgd /* Efficient Networks products */
1074 1.28 chuck #define PCI_PRODUCT_EFFICIENTNETS_ENI155PF 0x0000 /* 155P-MF1 ATM (FPGA) */
1075 1.28 chuck #define PCI_PRODUCT_EFFICIENTNETS_ENI155PA 0x0002 /* 155P-MF1 ATM (ASIC) */
1076 1.162 soren #define PCI_PRODUCT_EFFICIENTNETS_ENI25P 0x0003 /* SpeedStream ENI-25p */
1077 1.162 soren #define PCI_PRODUCT_EFFICIENTNETS_SS3000 0x0005 /* SpeedStream 3000 */
1078 1.183 soren
1079 1.184 soren /* Galileo Technology products */
1080 1.185 augustss #define PCI_PRODUCT_GALILEO_GT64010A 0x0146 /* GT-64010A System Controller */
1081 1.185 augustss #define PCI_PRODUCT_GALILEO_GT64115 0x4111 /* GT-64115 System Controller */
1082 1.227 soren #define PCI_PRODUCT_GALILEO_GT64011 0x4146 /* GT-64011 System Controller */
1083 1.185 augustss #define PCI_PRODUCT_GALILEO_GT64120 0x4620 /* GT-64120 System Controller */
1084 1.185 augustss #define PCI_PRODUCT_GALILEO_GT64130 0x6320 /* GT-64130 System Controller */
1085 1.14 cgd
1086 1.14 cgd /* Hewlett-Packard products */
1087 1.14 cgd #define PCI_PRODUCT_HP_J2585A 0x1030 /* J2585A */
1088 1.17 cgd
1089 1.270 itojun /* Hi/Fn products */
1090 1.270 itojun #define PCI_PRODUCT_HIFN_7751 0x0005 /* 7751 */
1091 1.270 itojun #define PCI_PRODUCT_HIFN_6500 0x0006 /* 6500 */
1092 1.270 itojun
1093 1.17 cgd /* IBM products */
1094 1.148 soren #define PCI_PRODUCT_IBM_MCABRIDGE 0x0002 /* MCA Bridge */
1095 1.148 soren #define PCI_PRODUCT_IBM_ALTALITE 0x0005 /* CPU Bridge - Alta Lite */
1096 1.148 soren #define PCI_PRODUCT_IBM_ALTAMP 0x0007 /* CPU Bridge - Alta MP */
1097 1.148 soren #define PCI_PRODUCT_IBM_ISABRIDGE 0x000a /* ISA Bridge w/PnP */
1098 1.148 soren #define PCI_PRODUCT_IBM_CPUBRIDGE 0x0017 /* CPU Bridge */
1099 1.148 soren #define PCI_PRODUCT_IBM_LANSTREAMER 0x0018 /* Auto LANStreamer */
1100 1.148 soren #define PCI_PRODUCT_IBM_GXT150P 0x001b /* GXT-150P 2D Accelerator */
1101 1.148 soren #define PCI_PRODUCT_IBM_MCABRIDGE2 0x0020 /* MCA Bridge */
1102 1.17 cgd #define PCI_PRODUCT_IBM_82351 0x0022 /* 82351 PCI-PCI Bridge */
1103 1.148 soren #define PCI_PRODUCT_IBM_SERVERAID 0x002e /* ServeRAID */
1104 1.148 soren #define PCI_PRODUCT_IBM_OLYMPIC 0x003e /* Token Ring */
1105 1.148 soren #define PCI_PRODUCT_IBM_MIAMI 0x0036 /* Miami/PCI */
1106 1.148 soren #define PCI_PRODUCT_IBM_TURBOWAYS25 0x0053 /* Turboways 25 ATM */
1107 1.225 drochner #define PCI_PRODUCT_IBM_MPIC2 0xffff /* MPIC-II */
1108 1.14 cgd
1109 1.62 drochner /* IDT products */
1110 1.62 drochner #define PCI_PRODUCT_IDT_77201 0x0001 /* 77201/77211 ATM (\"NICStAR\") */
1111 1.272 thorpej
1112 1.272 thorpej /* Industrial Computer Source */
1113 1.272 thorpej #define PCI_PRODUCT_INDCOMPSRC_WDT50x 0x22c0 /* PCI-WDT50x Watchdog Timer */
1114 1.149 thorpej
1115 1.149 thorpej /* Initio products */
1116 1.149 thorpej #define PCI_PRODUCT_INITIO_I920 0x0002 /* INIC-920 SCSI */
1117 1.149 thorpej #define PCI_PRODUCT_INITIO_I940 0x9400 /* INIC-940 SCSI */
1118 1.149 thorpej #define PCI_PRODUCT_INITIO_I935 0x9401 /* INIC-935 SCSI */
1119 1.149 thorpej #define PCI_PRODUCT_INITIO_I950 0x9500 /* INIC-950 SCSI */
1120 1.62 drochner
1121 1.14 cgd /* Integrated Micro Solutions products */
1122 1.14 cgd #define PCI_PRODUCT_IMS_8849 0x8849 /* 8849 */
1123 1.82 thorpej #define PCI_PRODUCT_IMS_TT128M 0x9128 /* TwinTurbo 128M */
1124 1.12 chuck
1125 1.1 cgd /* Intel products */
1126 1.43 drochner #define PCI_PRODUCT_INTEL_PCEB 0x0482 /* 82375EB/SB PCI-EISA Bridge (PCEB) */
1127 1.43 drochner #define PCI_PRODUCT_INTEL_CDC 0x0483 /* 82424ZX Cache and DRAM controller (CDC) */
1128 1.43 drochner #define PCI_PRODUCT_INTEL_SIO 0x0484 /* 82378ZB System I/O (SIO) */
1129 1.43 drochner #define PCI_PRODUCT_INTEL_82426EX 0x0486 /* 82426EX PCI-to-ISA Bridge (PCIB) */
1130 1.43 drochner #define PCI_PRODUCT_INTEL_PCMC 0x04a3 /* 82434LX/NX PCI, Cache and Memory Controller (PCMC) */
1131 1.274 thorpej #define PCI_PRODUCT_INTEL_80960RM 0x0962 /* i960 RM PCI-PCI */
1132 1.274 thorpej #define PCI_PRODUCT_INTEL_80960RN 0x0964 /* i960 RN PCI-PCI */
1133 1.297 thorpej #define PCI_PRODUCT_INTEL_82452 0x1000 /* PRO/1000 Gigabit Ethernet (i82452) */
1134 1.297 thorpej #define PCI_PRODUCT_INTEL_LIVENGOOD 0x1001 /* PRO/1000 Gigabit Ethernet (LIVENGOOD) */
1135 1.297 thorpej #define PCI_PRODUCT_INTEL_82452_SC 0x1003 /* PRO/1000 Gigabit Ethernet (i82452-SC) */
1136 1.274 thorpej #define PCI_PRODUCT_INTEL_82815_DC100_HUB 0x1100 /* 82815 Hub */
1137 1.274 thorpej #define PCI_PRODUCT_INTEL_82815_DC100_AGP 0x1101 /* 82815 AGP */
1138 1.274 thorpej #define PCI_PRODUCT_INTEL_82815_DC100_GRAPH 0x1102 /* 82815 Graphics */
1139 1.274 thorpej #define PCI_PRODUCT_INTEL_82815_NOAGP_HUB 0x1110 /* 82815 Hub */
1140 1.274 thorpej #define PCI_PRODUCT_INTEL_82815_NOAGP_GRAPH 0x1112 /* 82815 Graphics */
1141 1.274 thorpej #define PCI_PRODUCT_INTEL_82815_NOGRAPH_HUB 0x1120 /* 82815 Hub */
1142 1.274 thorpej #define PCI_PRODUCT_INTEL_82815_NOGRAPH_AGP 0x1121 /* 82815 AGP */
1143 1.274 thorpej #define PCI_PRODUCT_INTEL_82815_FULL_HUB 0x1130 /* 82815 Hub */
1144 1.274 thorpej #define PCI_PRODUCT_INTEL_82815_FULL_AGP 0x1131 /* 82815 AGP */
1145 1.274 thorpej #define PCI_PRODUCT_INTEL_82815_FULL_GRAPH 0x1132 /* 82815 Graphics */
1146 1.206 thorpej #define PCI_PRODUCT_INTEL_IN_BUSINESS 0x1030 /* InBusiness Fast Ethernet LAN Controller */
1147 1.268 augustss #define PCI_PRODUCT_INTEL_82815_01 0x1101 /* 82815 (Solano) PCI to AGP Bridge */
1148 1.268 augustss #define PCI_PRODUCT_INTEL_82815_02 0x1102 /* 82815 (Solano) Internal GUI Accelerator */
1149 1.268 augustss #define PCI_PRODUCT_INTEL_82815_10 0x1110 /* 82815 (Solano) Host to Hub Bridge, AGP Not Implemented */
1150 1.268 augustss #define PCI_PRODUCT_INTEL_82815_12 0x1112 /* 82815 (Solano) Internal GUI Accelerator */
1151 1.268 augustss #define PCI_PRODUCT_INTEL_82815_20 0x1120 /* 82815 (Solano) Host to Hub Bridge, AGP Implemented */
1152 1.268 augustss #define PCI_PRODUCT_INTEL_82815_21 0x1121 /* 82815 (Solano) PCI to AGP Bridge */
1153 1.268 augustss #define PCI_PRODUCT_INTEL_82815_30 0x1130 /* 82815 (Solano) Host to Hub Bridge (Fully featured chipset) */
1154 1.268 augustss #define PCI_PRODUCT_INTEL_82815_31 0x1131 /* 82815 (Solano) PCI to AGP Bridge */
1155 1.268 augustss #define PCI_PRODUCT_INTEL_82815_32 0x1132 /* 82815 (Solano) Interal GUI Accelerator */
1156 1.268 augustss #define PCI_PRODUCT_INTEL_82806AA 0x1161 /* 82806AA PCI64 Hub Advanced Programmable Interrupt Controller */
1157 1.248 mycroft #define PCI_PRODUCT_INTEL_82559ER 0x1209 /* 82559ER Fast Ethernet LAN Controller */
1158 1.23 thorpej #define PCI_PRODUCT_INTEL_82092AA 0x1222 /* 82092AA IDE controller */
1159 1.14 cgd #define PCI_PRODUCT_INTEL_SAA7116 0x1223 /* SAA7116 */
1160 1.27 veego #define PCI_PRODUCT_INTEL_82596 0x1226 /* 82596 LAN Controller */
1161 1.23 thorpej #define PCI_PRODUCT_INTEL_EEPRO100 0x1227 /* EE Pro 100 10/100 Fast Ethernet */
1162 1.23 thorpej #define PCI_PRODUCT_INTEL_EEPRO100S 0x1228 /* EE Pro 100 Smart 10/100 Fast Ethernet */
1163 1.23 thorpej #define PCI_PRODUCT_INTEL_82557 0x1229 /* 82557 Fast Ethernet LAN Controller */
1164 1.43 drochner #define PCI_PRODUCT_INTEL_82437FX 0x122d /* 82437FX System Controller (TSC) */
1165 1.60 cgd #define PCI_PRODUCT_INTEL_82371FB_ISA 0x122e /* 82371FB PCI-to-ISA Bridge (PIIX) */
1166 1.60 cgd #define PCI_PRODUCT_INTEL_82371FB_IDE 0x1230 /* 82371FB IDE controller (PIIX) */
1167 1.43 drochner #define PCI_PRODUCT_INTEL_82371MX 0x1234 /* 82371MX Mobile PCI I/O IDE Xcelerator (MPIIX) */
1168 1.43 drochner #define PCI_PRODUCT_INTEL_82437MX 0x1235 /* 82437MX Mobile System Controller (MTSC) */
1169 1.43 drochner #define PCI_PRODUCT_INTEL_82441FX 0x1237 /* 82441FX PCI and Memory Controller (PMC) */
1170 1.43 drochner #define PCI_PRODUCT_INTEL_82380AB 0x123c /* 82380AB Mobile PCI-to-ISA Bridge (MISA) */
1171 1.43 drochner #define PCI_PRODUCT_INTEL_82380FB 0x124b /* 82380FB Mobile PCI-to-PCI Bridge (MPCI2) */
1172 1.43 drochner #define PCI_PRODUCT_INTEL_82439HX 0x1250 /* 82439HX System Controller (TXC) */
1173 1.274 thorpej #define PCI_PRODUCT_INTEL_82840_HB 0x1a21 /* 82840 Host */
1174 1.274 thorpej #define PCI_PRODUCT_INTEL_82840_AGP 0x1a23 /* 82840 AGP */
1175 1.274 thorpej #define PCI_PRODUCT_INTEL_82840_PCI 0x1a24 /* 82840 PCI */
1176 1.156 augustss #define PCI_PRODUCT_INTEL_82801AA_LPC 0x2410 /* 82801AA LPC Interface Bridge */
1177 1.156 augustss #define PCI_PRODUCT_INTEL_82801AA_IDE 0x2411 /* 82801AA IDE Controller */
1178 1.156 augustss #define PCI_PRODUCT_INTEL_82801AA_USB 0x2412 /* 82801AA USB Controller */
1179 1.156 augustss #define PCI_PRODUCT_INTEL_82801AA_SMB 0x2413 /* 82801AA SMBus Controller */
1180 1.156 augustss #define PCI_PRODUCT_INTEL_82801AA_ACA 0x2415 /* 82801AA AC-97 Audio Controller */
1181 1.156 augustss #define PCI_PRODUCT_INTEL_82801AA_ACM 0x2416 /* 82801AA AC-97 PCI Modem */
1182 1.156 augustss #define PCI_PRODUCT_INTEL_82801AA_HPB 0x2418 /* 82801AA Hub-to-PCI Bridge */
1183 1.156 augustss #define PCI_PRODUCT_INTEL_82801AB_LPC 0x2420 /* 82801AB LPC Interface Bridge */
1184 1.156 augustss #define PCI_PRODUCT_INTEL_82801AB_IDE 0x2421 /* 82801AB IDE Controller */
1185 1.156 augustss #define PCI_PRODUCT_INTEL_82801AB_USB 0x2422 /* 82801AB USB Controller */
1186 1.156 augustss #define PCI_PRODUCT_INTEL_82801AB_SMB 0x2423 /* 82801AB SMBus Controller */
1187 1.156 augustss #define PCI_PRODUCT_INTEL_82801AB_ACA 0x2425 /* 82801AB AC-97 Audio Controller */
1188 1.156 augustss #define PCI_PRODUCT_INTEL_82801AB_ACM 0x2426 /* 82801AB AC-97 PCI Modem */
1189 1.156 augustss #define PCI_PRODUCT_INTEL_82801AB_HPB 0x2428 /* 82801AB Hub-to-PCI Bridge */
1190 1.244 joda #define PCI_PRODUCT_INTEL_82801BA_LPC 0x2440 /* 82801BA LPC Interface Bridge */
1191 1.244 joda #define PCI_PRODUCT_INTEL_82801BA_USB1 0x2442 /* 82801BA USB Controller */
1192 1.244 joda #define PCI_PRODUCT_INTEL_82801BA_SMB 0x2443 /* 82801BA SMBus Controller */
1193 1.244 joda #define PCI_PRODUCT_INTEL_82801BA_USB2 0x2444 /* 82801BA USB Controller */
1194 1.244 joda #define PCI_PRODUCT_INTEL_82801BA_ACA 0x2445 /* 82801BA AC-97 Audio Controller */
1195 1.244 joda #define PCI_PRODUCT_INTEL_82801BA_ACM 0x2446 /* 82801BA AC-97 PCI Modem */
1196 1.244 joda #define PCI_PRODUCT_INTEL_82801BA_LAN 0x2449 /* 82801BA LAN Controller */
1197 1.308 bouyer #define PCI_PRODUCT_INTEL_82801BAM_IDE 0x244a /* 82801BAM IDE Controller */
1198 1.244 joda #define PCI_PRODUCT_INTEL_82801BA_IDE 0x244B /* 82801BA IDE Controller */
1199 1.244 joda #define PCI_PRODUCT_INTEL_82801BA_HPB 0x244E /* 82801BA Hub-to-PCI Bridge */
1200 1.274 thorpej #define PCI_PRODUCT_INTEL_82820_MCH 0x2501 /* 82820 MCH (Camino) */
1201 1.274 thorpej #define PCI_PRODUCT_INTEL_82820_AGP 0x250f /* 82820 AGP */
1202 1.43 drochner #define PCI_PRODUCT_INTEL_82371SB_ISA 0x7000 /* 82371SB PCI-to-ISA Bridge (PIIX3) */
1203 1.43 drochner #define PCI_PRODUCT_INTEL_82371SB_IDE 0x7010 /* 82371SB IDE Interface (PIIX3) */
1204 1.43 drochner #define PCI_PRODUCT_INTEL_82371SB_USB 0x7020 /* 82371SB USB Host Controller (PIIX3) */
1205 1.43 drochner #define PCI_PRODUCT_INTEL_82437VX 0x7030 /* 82437VX System Controller (TVX) */
1206 1.43 drochner #define PCI_PRODUCT_INTEL_82439TX 0x7100 /* 82439TX System Controller (MTXC) */
1207 1.43 drochner #define PCI_PRODUCT_INTEL_82371AB_ISA 0x7110 /* 82371AB PCI-to-ISA Bridge (PIIX4) */
1208 1.43 drochner #define PCI_PRODUCT_INTEL_82371AB_IDE 0x7111 /* 82371AB IDE controller (PIIX4) */
1209 1.43 drochner #define PCI_PRODUCT_INTEL_82371AB_USB 0x7112 /* 82371AB USB Host Controller (PIIX4) */
1210 1.43 drochner #define PCI_PRODUCT_INTEL_82371AB_PMC 0x7113 /* 82371AB Power Management Controller (PIIX4) */
1211 1.156 augustss #define PCI_PRODUCT_INTEL_82810_MCH 0x7120 /* 82810 Memory Controller Hub */
1212 1.156 augustss #define PCI_PRODUCT_INTEL_82810_GC 0x7121 /* 82810 Graphics Controller */
1213 1.156 augustss #define PCI_PRODUCT_INTEL_82810_DC100_MCH 0x7122 /* 82810-DC100 Memory Controller Hub */
1214 1.156 augustss #define PCI_PRODUCT_INTEL_82810_DC100_GC 0x7123 /* 82810-DC100 Graphics Controller */
1215 1.209 joda #define PCI_PRODUCT_INTEL_82810E_MCH 0x7124 /* 82810E Memory Controller Hub */
1216 1.209 joda #define PCI_PRODUCT_INTEL_82810E_GC 0x7125 /* 82810E Graphics Controller */
1217 1.43 drochner #define PCI_PRODUCT_INTEL_82443LX 0x7180 /* 82443LX PCI AGP Controller (PAC) */
1218 1.105 drochner #define PCI_PRODUCT_INTEL_82443LX_AGP 0x7181 /* 82443LX AGP Interface (PAC) */
1219 1.105 drochner #define PCI_PRODUCT_INTEL_82443BX 0x7190 /* 82443BX Host Bridge/Controller */
1220 1.105 drochner #define PCI_PRODUCT_INTEL_82443BX_AGP 0x7191 /* 82443BX AGP Interface */
1221 1.105 drochner #define PCI_PRODUCT_INTEL_82443BX_NOAGP 0x7192 /* 82443BX Host Bridge/Controller (AGP disabled) */
1222 1.260 soren #define PCI_PRODUCT_INTEL_82440MX 0x7194 /* 82443MX Host Bridge/Controller */
1223 1.260 soren #define PCI_PRODUCT_INTEL_82440MX_ACA 0x7195 /* 82443MX AC-97 Audio Controller */
1224 1.260 soren #define PCI_PRODUCT_INTEL_82440MX_ISA 0x7198 /* 82443MX PCI-to-ISA Bridge */
1225 1.260 soren #define PCI_PRODUCT_INTEL_82440MX_IDE 0x7199 /* 82443MX IDE Controller */
1226 1.260 soren #define PCI_PRODUCT_INTEL_82440MX_USB 0x719a /* 82443MX USB Host Controller */
1227 1.260 soren #define PCI_PRODUCT_INTEL_82440MX_PMC 0x719b /* 82443MX Power Management Controller */
1228 1.260 soren #define PCI_PRODUCT_INTEL_82443GX 0x71a0 /* 82443GX Host Bridge/Controller */
1229 1.260 soren #define PCI_PRODUCT_INTEL_82443GX_AGP 0x71a1 /* 82443GX AGP Interface */
1230 1.260 soren #define PCI_PRODUCT_INTEL_82443GX_NOAGP 0x71a2 /* 82443GX Host Bridge/Controller (AGP disabled) */
1231 1.154 soren #define PCI_PRODUCT_INTEL_I740 0x7800 /* i740 Graphics Accelerator */
1232 1.43 drochner #define PCI_PRODUCT_INTEL_PCI450_PB 0x84c4 /* 82454KX/GX PCI Bridge (PB) */
1233 1.43 drochner #define PCI_PRODUCT_INTEL_PCI450_MC 0x84c5 /* 82451KX/GX Memory Controller (MC) */
1234 1.186 drochner #define PCI_PRODUCT_INTEL_82451NX_MIOC 0x84ca /* 82451NX Memory & I/O Controller (MIOC) */
1235 1.186 drochner #define PCI_PRODUCT_INTEL_82451NX_PXB 0x84cb /* 82451NX PCI Expander Bridge (PXB) */
1236 1.97 drochner
1237 1.97 drochner /* Intergraph products */
1238 1.97 drochner #define PCI_PRODUCT_INTERGRAPH_4D50T 0x00e4 /* Powerstorm 4D50T */
1239 1.14 cgd
1240 1.270 itojun /* Invertex */
1241 1.270 itojun #define PCI_PRODUCT_INVERTEX_AEON 0x0005 /* AEON */
1242 1.270 itojun
1243 1.14 cgd /* I. T. T. products */
1244 1.14 cgd #define PCI_PRODUCT_ITT_AGX016 0x0001 /* AGX016 */
1245 1.27 veego #define PCI_PRODUCT_ITT_ITT3204 0x0002 /* ITT3204 MPEG Decoder */
1246 1.14 cgd
1247 1.65 thorpej /* KTI products - XXX better descriptions */
1248 1.65 thorpej #define PCI_PRODUCT_KTI_NE2KETHER 0x3000 /* Ethernet */
1249 1.120 explorer
1250 1.120 explorer /* LAN Media Corporation */
1251 1.120 explorer #define PCI_PRODUCT_LMC_HSSI 0x0003 /* HSSI Interface */
1252 1.120 explorer #define PCI_PRODUCT_LMC_DS3 0x0004 /* DS3 Interface */
1253 1.120 explorer #define PCI_PRODUCT_LMC_SSI 0x0005 /* SSI */
1254 1.295 itojun #define PCI_PRODUCT_LMC_T1 0x0006 /* T1 Interface */
1255 1.65 thorpej
1256 1.14 cgd /* LeadTek Research */
1257 1.14 cgd #define PCI_PRODUCT_LEADTEK_S3_805 0x0000 /* S3 805 */
1258 1.190 matt
1259 1.190 matt /* Linear Systems / CompuModules */
1260 1.190 matt #define PCI_PRODUCT_LINEARSYS_DVB_TX 0x7629 /* DVB Transmitter */
1261 1.190 matt #define PCI_PRODUCT_LINEARSYS_DVB_RX 0x7630 /* DVB Receiver */
1262 1.56 mycroft
1263 1.111 thorpej /* Lite-On products */
1264 1.158 thorpej #define PCI_PRODUCT_LITEON_82C168 0x0002 /* 82C168/82C169 (PNIC) 10/100 Ethernet */
1265 1.160 thorpej #define PCI_PRODUCT_LITEON_82C115 0xc115 /* 82C115 (PNIC II) 10/100 Ethernet */
1266 1.111 thorpej
1267 1.261 soren /* Lucent Technologies products */
1268 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0440 0x0440 /* K56flex DSVD LTMODEM */
1269 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0441 0x0441 /* LTMODEM */
1270 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0442 0x0442 /* LTMODEM */
1271 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0443 0x0443 /* LTMODEM */
1272 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0444 0x0444 /* LTMODEM */
1273 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0445 0x0445 /* LTMODEM */
1274 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0446 0x0446 /* LTMODEM */
1275 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0447 0x0447 /* LTMODEM */
1276 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0448 0x0448 /* LTMODEM */
1277 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0449 0x0449 /* LTMODEM */
1278 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_044A 0x044A /* LTMODEM */
1279 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_044B 0x044B /* LTMODEM */
1280 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_044C 0x044C /* LTMODEM */
1281 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_044D 0x044D /* LTMODEM */
1282 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_044E 0x044E /* LTMODEM */
1283 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0450 0x0450 /* LTMODEM */
1284 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0451 0x0451 /* LTMODEM */
1285 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0452 0x0452 /* LTMODEM */
1286 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0453 0x0453 /* LTMODEM */
1287 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0454 0x0454 /* LTMODEM */
1288 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0455 0x0455 /* LTMODEM */
1289 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0456 0x0456 /* LTMODEM */
1290 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0457 0x0457 /* LTMODEM */
1291 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0458 0x0458 /* LTMODEM */
1292 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_0459 0x0459 /* LTMODEM */
1293 1.244 joda #define PCI_PRODUCT_LUCENT_LTMODEM_045A 0x045A /* LTMODEM */
1294 1.244 joda #define PCI_PRODUCT_LUCENT_USBHC 0x5801 /* USB Host Controller */
1295 1.244 joda
1296 1.56 mycroft /* Macronix */
1297 1.111 thorpej #define PCI_PRODUCT_MACRONIX_MX98713 0x0512 /* MX98713 (PMAC) 10/100 Ethernet */
1298 1.111 thorpej #define PCI_PRODUCT_MACRONIX_MX987x5 0x0531 /* MX987x5 (PMAC) 10/100 Ethernet */
1299 1.14 cgd
1300 1.27 veego /* Madge Networks products */
1301 1.27 veego #define PCI_PRODUCT_MADGE_COLLAGE25 0x1000 /* Collage 25 ATM adapter */
1302 1.27 veego #define PCI_PRODUCT_MADGE_COLLAGE155 0x1001 /* Collage 155 ATM adapter */
1303 1.27 veego
1304 1.14 cgd /* Matrox products */
1305 1.27 veego #define PCI_PRODUCT_MATROX_ATLAS 0x0518 /* MGA PX2085 (\"Atlas\") */
1306 1.45 mycroft #define PCI_PRODUCT_MATROX_MILLENNIUM 0x0519 /* MGA Millennium 2064W (\"Storm\") */
1307 1.93 tron #define PCI_PRODUCT_MATROX_MYSTIQUE 0x051a /* MGA Mystique 1064SG */
1308 1.93 tron #define PCI_PRODUCT_MATROX_MILLENNIUM2 0x051b /* MGA Millennium II 2164W */
1309 1.93 tron #define PCI_PRODUCT_MATROX_MILLENNIUM2_AGP 0x051f /* MGA Millennium II 2164WA-B AG */
1310 1.129 veego #define PCI_PRODUCT_MATROX_G200_PCI 0x0520 /* MGA G200 PCI */
1311 1.129 veego #define PCI_PRODUCT_MATROX_G200_AGP 0x0521 /* MGA G200 AGP */
1312 1.136 tron #define PCI_PRODUCT_MATROX_G400_AGP 0x0525 /* MGA G400 AGP */
1313 1.75 tron #define PCI_PRODUCT_MATROX_IMPRESSION 0x0d10 /* MGA Impression */
1314 1.129 veego #define PCI_PRODUCT_MATROX_G100_PCI 0x1000 /* MGA G100 PCI */
1315 1.93 tron #define PCI_PRODUCT_MATROX_G100_AGP 0x1001 /* MGA G100 AGP */
1316 1.137 tsubai
1317 1.137 tsubai /* Motorola products */
1318 1.189 soren #define PCI_PRODUCT_MOT_MPC105 0x0001 /* MPC105 \"Eagle\" Host Bridge */
1319 1.189 soren #define PCI_PRODUCT_MOT_MPC106 0x0002 /* MPC106 \"Grackle\" Host Bridge */
1320 1.304 briggs #define PCI_PRODUCT_MOT_MPC8240 0x0003 /* MPC8240 \"Kahlua\" Host Bridge */
1321 1.1 cgd
1322 1.1 cgd /* Mylex products */
1323 1.288 ad #define PCI_PRODUCT_MYLEX_RAID_V2 0x0001 /* DAC960 RAID (v2 interface) */
1324 1.288 ad #define PCI_PRODUCT_MYLEX_RAID_V3 0x0002 /* DAC960 RAID (v3 interface) */
1325 1.288 ad #define PCI_PRODUCT_MYLEX_RAID_V4 0x0010 /* DAC960 RAID (v4 interface) */
1326 1.288 ad #define PCI_PRODUCT_MYLEX_RAID_V5 0x0020 /* DAC960 RAID (v5 interface) */
1327 1.310 thorpej #define PCI_PRODUCT_MYLEX_ACCELERAID 0x0050 /* AcceleRAID (i960) */
1328 1.310 thorpej #define PCI_PRODUCT_MYLEX_EXTREMERAID 0xba56 /* eXtremeRAID (StrongARM) */
1329 1.310 thorpej
1330 1.310 thorpej /* Mylex subsystem IDs */
1331 1.310 thorpej #define PCI_PRODUCT_MYLEX_ACCELERAID_352 0x0050 /* AcceleRAID 352 */
1332 1.310 thorpej #define PCI_PRODUCT_MYLEX_ACCELERAID_170 0x0052 /* AcceleRAID 170 */
1333 1.310 thorpej #define PCI_PRODUCT_MYLEX_ACCELERAID_160 0x0054 /* AcceleRAID 160 */
1334 1.310 thorpej #define PCI_PRODUCT_MYLEX_EXTREMERAID_2000 0x0040 /* eXtremeRAID 2000 */
1335 1.310 thorpej #define PCI_PRODUCT_MYLEX_EXTREMERAID_3000 0x0030 /* eXtremeRAID 3000 */
1336 1.1 cgd
1337 1.14 cgd /* Mutech products */
1338 1.14 cgd #define PCI_PRODUCT_MUTECH_MV1000 0x0001 /* MV1000 */
1339 1.14 cgd
1340 1.65 thorpej /* NetVin products - XXX better descriptions */
1341 1.65 thorpej #define PCI_PRODUCT_NETVIN_5000 0x5000 /* 5000 Ethernet */
1342 1.65 thorpej
1343 1.88 drochner /* Newbridge / Tundra products */
1344 1.88 drochner #define PCI_PRODUCT_NEWBRIDGE_CA91CX42 0x0000 /* Universe VME bridge */
1345 1.88 drochner
1346 1.14 cgd /* National Semiconductor products */
1347 1.27 veego #define PCI_PRODUCT_NS_DP83810 0x0001 /* DP83810 10/100 Ethernet */
1348 1.267 thorpej #define PCI_PRODUCT_NS_DP83815 0x0020 /* DP83815 10/100 Ethernet */
1349 1.27 veego #define PCI_PRODUCT_NS_NS87410 0xd001 /* NS87410 */
1350 1.109 thorpej
1351 1.1 cgd /* NCR/Symbios Logic products */
1352 1.27 veego #define PCI_PRODUCT_SYMBIOS_810 0x0001 /* 53c810 */
1353 1.27 veego #define PCI_PRODUCT_SYMBIOS_820 0x0002 /* 53c820 */
1354 1.27 veego #define PCI_PRODUCT_SYMBIOS_825 0x0003 /* 53c825 */
1355 1.27 veego #define PCI_PRODUCT_SYMBIOS_815 0x0004 /* 53c815 */
1356 1.27 veego #define PCI_PRODUCT_SYMBIOS_810AP 0x0005 /* 53c810AP */
1357 1.27 veego #define PCI_PRODUCT_SYMBIOS_860 0x0006 /* 53c860 */
1358 1.293 thorpej #define PCI_PRODUCT_SYMBIOS_1510D 0x000a /* 53c1510D */
1359 1.216 bouyer #define PCI_PRODUCT_SYMBIOS_896 0x000b /* 53c896 */
1360 1.216 bouyer #define PCI_PRODUCT_SYMBIOS_895 0x000c /* 53c895 */
1361 1.216 bouyer #define PCI_PRODUCT_SYMBIOS_885 0x000d /* 53c885 */
1362 1.281 drochner #define PCI_PRODUCT_SYMBIOS_875 0x000f /* 53c875/876 */
1363 1.180 thorpej #define PCI_PRODUCT_SYMBIOS_1510 0x0010 /* 53c1510 */
1364 1.281 drochner #define PCI_PRODUCT_SYMBIOS_895A 0x0012 /* 53c895A */
1365 1.281 drochner #define PCI_PRODUCT_SYMBIOS_1010 0x0020 /* 53c1010 */
1366 1.296 thorpej #define PCI_PRODUCT_SYMBIOS_1010_2 0x0021 /* 53c1010 (66MHz) */
1367 1.107 drochner #define PCI_PRODUCT_SYMBIOS_875J 0x008f /* 53c875J */
1368 1.307 matt #define PCI_PRODUCT_SYMBIOS_FC909 0x0621 /* FC909 */
1369 1.75 tron
1370 1.88 drochner /* Packet Engines products */
1371 1.88 drochner #define PCI_PRODUCT_SYMBIOS_PE_GNIC 0x0702 /* Packet Engines G-NIC Ethernet */
1372 1.88 drochner
1373 1.75 tron /* NEC products */
1374 1.148 soren #define PCI_PRODUCT_NEC_USB 0x0035 /* USB Host Controller */
1375 1.75 tron #define PCI_PRODUCT_NEC_POWERVR2 0x0046 /* PowerVR PCX2 */
1376 1.230 matt #define PCI_PRODUCT_NEC_PD72872 0x0063 /* uPD72872 IEEE 1394 OHCI Host Controller */
1377 1.230 matt #define PCI_PRODUCT_NEC_PD72870 0x00cd /* uPD72870 IEEE 1394 OHCI Host Controller */
1378 1.230 matt #define PCI_PRODUCT_NEC_PD72871 0x00ce /* uPD72871 IEEE 1394 OHCI Host Controller */
1379 1.290 rh #define PCI_PRODUCT_NEC_VA26D 0x803c /* NEC Versa Pro LX VA26D */
1380 1.290 rh #define PCI_PRODUCT_NEC_VERSALX 0x8058 /* NEC Versa LX */
1381 1.106 hwr
1382 1.106 hwr /* Neomagic products */
1383 1.277 thorpej #define PCI_PRODUCT_NEOMAGIC_NMMG2070 0x0001 /* MagicGraph NM2070 */
1384 1.277 thorpej #define PCI_PRODUCT_NEOMAGIC_NMMG128V 0x0002 /* MagicGraph 128V */
1385 1.106 hwr #define PCI_PRODUCT_NEOMAGIC_NMMG128ZV 0x0003 /* MagicGraph 128ZV */
1386 1.138 augustss #define PCI_PRODUCT_NEOMAGIC_NMMG2160 0x0004 /* MagicGraph 128XD */
1387 1.127 drochner #define PCI_PRODUCT_NEOMAGIC_NMMM256AV_VGA 0x0005 /* MagicMedia 256AV VGA */
1388 1.229 drochner #define PCI_PRODUCT_NEOMAGIC_NMMM256ZX_VGA 0x0006 /* MagicMedia 256ZX VGA */
1389 1.277 thorpej #define PCI_PRODUCT_NEOMAGIC_NMMM256XLP_AU 0x0016 /* MagicMedia 256XL+ Audio */
1390 1.127 drochner #define PCI_PRODUCT_NEOMAGIC_NMMM256AV_AU 0x8005 /* MagicMedia 256AV Audio */
1391 1.229 drochner #define PCI_PRODUCT_NEOMAGIC_NMMM256ZX_AU 0x8006 /* MagicMedia 256ZX Audio */
1392 1.27 veego
1393 1.157 drochner /* Netgear products */
1394 1.278 bouyer #define PCI_PRODUCT_NETGEAR_GA620 0x620a /* GA620 1000baseSX Gigabit Ethernet */
1395 1.278 bouyer #define PCI_PRODUCT_NETGEAR_GA620T 0x630a /* GA620 1000baseT Gigabit Ethernet */
1396 1.311 msaitoh
1397 1.311 msaitoh /* Netmos products */
1398 1.311 msaitoh #define PCI_PRODUCT_NETMOS_NM9835 0x9835 /* Dual UART and 1284 Printer port */
1399 1.270 itojun
1400 1.270 itojun /* Network Security Technologies, Inc. */
1401 1.270 itojun #define PCI_PRODUCT_NETSEC_7751 0x7751 /* 7751 */
1402 1.157 drochner
1403 1.27 veego /* NexGen products */
1404 1.27 veego #define PCI_PRODUCT_NEXGEN_NX82C501 0x4e78 /* NX82C501 Host-PCI Bridge */
1405 1.27 veego
1406 1.27 veego /* NKK products */
1407 1.27 veego #define PCI_PRODUCT_NKK_NDR4600 0xA001 /* NDR4600 Host-PCI Bridge */
1408 1.5 cgd
1409 1.5 cgd /* Number Nine products */
1410 1.27 veego #define PCI_PRODUCT_NUMBER9_I128 0x2309 /* Imagine-128 */
1411 1.27 veego #define PCI_PRODUCT_NUMBER9_I128_2 0x2339 /* Imagine-128 II */
1412 1.27 veego
1413 1.135 tron /* Nvidia Corporationn products */
1414 1.213 joda #define PCI_PRODUCT_NVIDIA_RIVATNT 0x0020 /* RIVA TNT */
1415 1.213 joda #define PCI_PRODUCT_NVIDIA_RIVATNT2 0x0028 /* RIVA TNT2 */
1416 1.213 joda #define PCI_PRODUCT_NVIDIA_RIVATNT2U 0x0029 /* RIVA TNT2 Ultra */
1417 1.213 joda #define PCI_PRODUCT_NVIDIA_VANTA 0x002C /* Vanta */
1418 1.213 joda #define PCI_PRODUCT_NVIDIA_RIVATNT2M64 0x002D /* RIVA TNT2 Model 64 */
1419 1.213 joda #define PCI_PRODUCT_NVIDIA_ALADDINTNT2 0x00A0 /* Aladdin TNT2 */
1420 1.213 joda #define PCI_PRODUCT_NVIDIA_GEFORCE256 0x0100 /* GeForce 256 */
1421 1.213 joda #define PCI_PRODUCT_NVIDIA_GEFORCEDDR 0x0101 /* GeForce DDR */
1422 1.213 joda #define PCI_PRODUCT_NVIDIA_QUADRO 0x0103 /* Quadro */
1423 1.284 augustss #define PCI_PRODUCT_NVIDIA_GEFORCE2MX 0x0110 /* GeForce2 MX [NV11] */
1424 1.213 joda #define PCI_PRODUCT_NVIDIA_GEFORCE2 0x0150 /* GeForce2 GTS */
1425 1.213 joda #define PCI_PRODUCT_NVIDIA_GEFORCE2DDR 0x0151 /* GeForce2 GTS (DDR) */
1426 1.213 joda #define PCI_PRODUCT_NVIDIA_GEFORCE2BR 0x0152 /* GeForce2 GTS */
1427 1.213 joda #define PCI_PRODUCT_NVIDIA_QUADRO2 0x0153 /* Quadro2 */
1428 1.135 tron
1429 1.135 tron /* Nvidia Corporation & SGS Thomson Microelectric */
1430 1.135 tron #define PCI_PRODUCT_NVIDIA_SGS_RIVA128 0x0018 /* Riva 128 */
1431 1.135 tron
1432 1.27 veego /* Oak Technologies products */
1433 1.27 veego #define PCI_PRODUCT_OAKTECH_OTI1007 0x0107 /* OTI107 */
1434 1.5 cgd
1435 1.157 drochner /* Olicom products */
1436 1.157 drochner #define PCI_PRODUCT_OLICOM_OC2183 0x0013 /* Olicom OC-2183/2185 Ethernet */
1437 1.157 drochner #define PCI_PRODUCT_OLICOM_OC2325 0x0012 /* Olicom OC-2325 Ethernet */
1438 1.157 drochner #define PCI_PRODUCT_OLICOM_OC2326 0x0014 /* Olicom OC-2326 10/100-TX Ethernet */
1439 1.157 drochner
1440 1.5 cgd /* Opti products */
1441 1.14 cgd #define PCI_PRODUCT_OPTI_82C557 0xc557 /* 82C557 */
1442 1.14 cgd #define PCI_PRODUCT_OPTI_82C558 0xc558 /* 82C558 */
1443 1.228 scw #define PCI_PRODUCT_OPTI_82C568 0xc568 /* 82C568 */
1444 1.228 scw #define PCI_PRODUCT_OPTI_82D568 0xd568 /* 82D568 */
1445 1.14 cgd #define PCI_PRODUCT_OPTI_82C621 0xc621 /* 82C621 */
1446 1.5 cgd #define PCI_PRODUCT_OPTI_82C822 0xc822 /* 82C822 */
1447 1.66 augustss #define PCI_PRODUCT_OPTI_RM861HA 0xc861 /* RM861HA */
1448 1.121 jonathan #define PCI_PRODUCT_OPTI_82C700 0xc700 /* 82C700 */
1449 1.121 jonathan #define PCI_PRODUCT_OPTI_82C701 0xc701 /* 82C701 */
1450 1.14 cgd
1451 1.27 veego /* PC Tech products */
1452 1.27 veego #define PCI_PRODUCT_PCTECH_RZ1000 0x1000 /* RZ1000 */
1453 1.273 thorpej
1454 1.218 thorpej /* PLX Technology products */
1455 1.218 thorpej #define PCI_PRODUCT_PLX_9060ES 0x906e /* 9060ES PCI bus controller */
1456 1.27 veego
1457 1.65 thorpej /* ProLAN products - XXX better descriptions */
1458 1.65 thorpej #define PCI_PRODUCT_PROLAN_NE2KETHER 0x1980 /* Ethernet */
1459 1.65 thorpej
1460 1.14 cgd /* Promise products */
1461 1.14 cgd #define PCI_PRODUCT_PROMISE_DC5030 0x5300 /* DC5030 */
1462 1.151 bouyer #define PCI_PRODUCT_PROMISE_ULTRA33 0x4d33 /* Ultra33/ATA Bus Master IDE Accelerator */
1463 1.151 bouyer #define PCI_PRODUCT_PROMISE_ULTRA66 0x4d38 /* Ultra66/ATA Bus Master IDE Accelerator */
1464 1.246 enami #define PCI_PRODUCT_PROMISE_ULTRA100 0x4d30 /* Ultra100/ATA Bus Master IDE Accelerator */
1465 1.256 enami #define PCI_PRODUCT_PROMISE_ULTRA100X 0x0d30 /* Ultra100/ATA Bus Master IDE Accelerator */
1466 1.1 cgd
1467 1.1 cgd /* QLogic products */
1468 1.1 cgd #define PCI_PRODUCT_QLOGIC_ISP1020 0x1020 /* ISP1020 */
1469 1.14 cgd #define PCI_PRODUCT_QLOGIC_ISP1022 0x1022 /* ISP1022 */
1470 1.116 mjacob #define PCI_PRODUCT_QLOGIC_ISP1080 0x1080 /* ISP1080 */
1471 1.116 mjacob #define PCI_PRODUCT_QLOGIC_ISP1240 0x1240 /* ISP1240 */
1472 1.37 mjacob #define PCI_PRODUCT_QLOGIC_ISP2100 0x2100 /* ISP2100 */
1473 1.14 cgd
1474 1.14 cgd /* Quantum Designs products */
1475 1.14 cgd #define PCI_PRODUCT_QUANTUMDESIGNS_8500 0x0001 /* 8500 */
1476 1.14 cgd #define PCI_PRODUCT_QUANTUMDESIGNS_8580 0x0002 /* 8580 */
1477 1.22 jonathan
1478 1.22 jonathan /* Realtek (Creative Labs?) products */
1479 1.95 thorpej #define PCI_PRODUCT_REALTEK_RT8029 0x8029 /* 8029 Ethernet */
1480 1.95 thorpej #define PCI_PRODUCT_REALTEK_RT8129 0x8129 /* 8129 10/100 Ethernet */
1481 1.95 thorpej #define PCI_PRODUCT_REALTEK_RT8139 0x8139 /* 8139 10/100 Ethernet */
1482 1.77 explorer
1483 1.121 jonathan /* RICOH products */
1484 1.167 haya #define PCI_PRODUCT_RICOH_Rx5C465 0x0465 /* 5C465 PCI-CardBus bridge */
1485 1.167 haya #define PCI_PRODUCT_RICOH_Rx5C466 0x0466 /* 5C466 PCI-CardBus bridge */
1486 1.167 haya #define PCI_PRODUCT_RICOH_Rx5C475 0x0475 /* 5C475 PCI-CardBus bridge */
1487 1.167 haya #define PCI_PRODUCT_RICOH_RL5C476 0x0476 /* 5C476 PCI-CardBus bridge */
1488 1.167 haya #define PCI_PRODUCT_RICOH_Rx5C477 0x0477 /* 5C477 PCI-CardBus bridge */
1489 1.167 haya #define PCI_PRODUCT_RICOH_Rx5C478 0x0478 /* 5C478 PCI-CardBus bridge */
1490 1.121 jonathan
1491 1.77 explorer /* RISCom (SDL Communications, Inc?) products */
1492 1.77 explorer #define PCI_PRODUCT_RISCOM_N2 0x5568 /* N2 */
1493 1.1 cgd
1494 1.227 soren /* RNS products */
1495 1.227 soren #define PCI_PRODUCT_RNS_FDDI 0x2200 /* 2200 FDDI */
1496 1.227 soren
1497 1.5 cgd /* S3 products */
1498 1.27 veego #define PCI_PRODUCT_S3_VIRGE 0x5631 /* ViRGE */
1499 1.27 veego #define PCI_PRODUCT_S3_TRIO32 0x8810 /* Trio32 */
1500 1.14 cgd #define PCI_PRODUCT_S3_TRIO64 0x8811 /* Trio32/64 */
1501 1.27 veego #define PCI_PRODUCT_S3_AURORA64P 0x8812 /* Aurora64V+ */
1502 1.27 veego #define PCI_PRODUCT_S3_TRIO64UVP 0x8814 /* Trio64UV+ */
1503 1.129 veego #define PCI_PRODUCT_S3_VIRGE_VX 0x883d /* ViRGE/VX */
1504 1.10 thorpej #define PCI_PRODUCT_S3_868 0x8880 /* 868 */
1505 1.27 veego #define PCI_PRODUCT_S3_928 0x88b0 /* 86C928 */
1506 1.27 veego #define PCI_PRODUCT_S3_864_0 0x88c0 /* 86C864-0 (\"Vision864\") */
1507 1.27 veego #define PCI_PRODUCT_S3_864_1 0x88c1 /* 86C864-1 (\"Vision864\") */
1508 1.27 veego #define PCI_PRODUCT_S3_864_2 0x88c2 /* 86C864-2 (\"Vision864\") */
1509 1.27 veego #define PCI_PRODUCT_S3_864_3 0x88c3 /* 86C864-3 (\"Vision864\") */
1510 1.27 veego #define PCI_PRODUCT_S3_964_0 0x88d0 /* 86C964-0 (\"Vision964\") */
1511 1.27 veego #define PCI_PRODUCT_S3_964_1 0x88d1 /* 86C964-1 (\"Vision964\") */
1512 1.27 veego #define PCI_PRODUCT_S3_964_2 0x88d2 /* 86C964-2 (\"Vision964\") */
1513 1.43 drochner #define PCI_PRODUCT_S3_964_3 0x88d3 /* 86C964-3 (\"Vision964\") */
1514 1.27 veego #define PCI_PRODUCT_S3_968_0 0x88f0 /* 86C968-0 (\"Vision968\") */
1515 1.27 veego #define PCI_PRODUCT_S3_968_1 0x88f1 /* 86C968-1 (\"Vision968\") */
1516 1.27 veego #define PCI_PRODUCT_S3_968_2 0x88f2 /* 86C968-2 (\"Vision968\") */
1517 1.27 veego #define PCI_PRODUCT_S3_968_3 0x88f3 /* 86C968-3 (\"Vision968\") */
1518 1.43 drochner #define PCI_PRODUCT_S3_TRIO64V2_DX 0x8901 /* Trio64V2/DX */
1519 1.129 veego #define PCI_PRODUCT_S3_PLATO_PX 0x8901 /* Plato/PX */
1520 1.108 augustss #define PCI_PRODUCT_S3_TRIO3D 0x8904 /* 86C365 Trio3D */
1521 1.92 tron #define PCI_PRODUCT_S3_VIRGE_DX 0x8a01 /* ViRGE/DX */
1522 1.129 veego #define PCI_PRODUCT_S3_VIRGE_GX2 0x8a10 /* ViRGE/GX2 */
1523 1.214 thorpej #define PCI_PRODUCT_S3_TRIO3D2X 0x8a13 /* Trio3D/2X */
1524 1.242 soren #define PCI_PRODUCT_S3_SAVAGE3D 0x8a20 /* Savage3D */
1525 1.242 soren #define PCI_PRODUCT_S3_SAVAGE3D_MV 0x8a21 /* Savage3D+MV */
1526 1.242 soren #define PCI_PRODUCT_S3_SAVAGE4 0x8a22 /* Savage4 */
1527 1.129 veego #define PCI_PRODUCT_S3_VIRGE_MX 0x8c01 /* ViRGE/MX */
1528 1.129 veego #define PCI_PRODUCT_S3_VIRGE_MXP 0x8c03 /* ViRGE/MXP */
1529 1.242 soren #define PCI_PRODUCT_S3_SAVAGE_MX_MV 0x8c10 /* Savage/MX+MV */
1530 1.242 soren #define PCI_PRODUCT_S3_SAVAGE_MX 0x8c11 /* Savage/MX */
1531 1.242 soren #define PCI_PRODUCT_S3_SAVAGE_IX_MV 0x8c12 /* Savage/IX+MV */
1532 1.242 soren #define PCI_PRODUCT_S3_SAVAGE_IX 0x8c13 /* Savage/IX */
1533 1.242 soren #define PCI_PRODUCT_S3_SAVAGE2000 0x9102 /* Savage2000 */
1534 1.79 augustss #define PCI_PRODUCT_S3_SONICVIBES 0xca00 /* SonicVibes */
1535 1.155 thorpej
1536 1.157 drochner /* Samsung Semiconductor products */
1537 1.155 thorpej #define PCI_PRODUCT_SAMSUNGSEMI_KS8920 0x8920 /* KS8920 10/100 Ethernet */
1538 1.302 thorpej
1539 1.302 thorpej /* SEGA Enterprises products */
1540 1.302 thorpej #define PCI_PRODUCT_SEGA_BROADBAND 0x1234 /* Broadband Adapter */
1541 1.276 ad
1542 1.276 ad /* ServerWorks products */
1543 1.276 ad #define PCI_PRODUCT_SERVERWORKS_ROSB4 0x0200 /* ROSB4 SouthBridge */
1544 1.276 ad #define PCI_PRODUCT_SERVERWORKS_XX5 0x0005 /* PCIHB5 */
1545 1.276 ad #define PCI_PRODUCT_SERVERWORKS_CIOB20 0x0006 /* I/O Bridge */
1546 1.276 ad #define PCI_PRODUCT_SERVERWORKS_XX7 0x0007 /* PCIHB7 */
1547 1.276 ad #define PCI_PRODUCT_SERVERWORKS_CNB20HE 0x0008 /* CNB20HE Host */
1548 1.276 ad #define PCI_PRODUCT_SERVERWORKS_CNB20LE 0x0009 /* CNB20LE Host */
1549 1.276 ad #define PCI_PRODUCT_SERVERWORKS_CIOB30 0x0010 /* CIOB30 */
1550 1.276 ad #define PCI_PRODUCT_SERVERWORKS_CMIC_HE 0x0011 /* CMIC_HE Host */
1551 1.276 ad #define PCI_PRODUCT_SERVERWORKS_IDE 0x0211 /* IDE */
1552 1.276 ad #define PCI_PRODUCT_SERVERWORKS_USB 0x0220 /* USB */
1553 1.27 veego
1554 1.157 drochner /* SGI products */
1555 1.223 soren #define PCI_PRODUCT_SGI_IOC3 0x0003 /* IOC3 */
1556 1.227 soren #define PCI_PRODUCT_SGI_RAD1 0x0005 /* PsiTech RAD1 */
1557 1.157 drochner #define PCI_PRODUCT_SGI_TIGON 0x0009 /* Tigon Gigabit Ethernet */
1558 1.157 drochner
1559 1.27 veego /* SGS Thomson products */
1560 1.27 veego #define PCI_PRODUCT_SGSTHOMSON_2000 0x0008 /* STG 2000X */
1561 1.27 veego #define PCI_PRODUCT_SGSTHOMSON_1764 0x1746 /* STG 1764X */
1562 1.5 cgd
1563 1.101 matt /* Sigma Designs products */
1564 1.101 matt #define PCI_PRODUCT_SIGMA_HOLLYWOODPLUS 0x8300 /* REALmagic Hollywood-Plus MPEG-2 Decoder */
1565 1.101 matt
1566 1.14 cgd /* Silicon Integrated System products */
1567 1.14 cgd #define PCI_PRODUCT_SIS_86C201 0x0001 /* 86C201 */
1568 1.14 cgd #define PCI_PRODUCT_SIS_86C202 0x0002 /* 86C202 */
1569 1.14 cgd #define PCI_PRODUCT_SIS_86C205 0x0005 /* 86C205 */
1570 1.85 drochner #define PCI_PRODUCT_SIS_85C503 0x0008 /* 85C503 or 5597/5598 ISA bridge */
1571 1.188 drochner #define PCI_PRODUCT_SIS_600PMC 0x0009 /* 600 Power Mngmt Controller */
1572 1.85 drochner #define PCI_PRODUCT_SIS_5597_VGA 0x0200 /* 5597/5598 integrated VGA */
1573 1.14 cgd #define PCI_PRODUCT_SIS_85C501 0x0406 /* 85C501 */
1574 1.14 cgd #define PCI_PRODUCT_SIS_85C496 0x0496 /* 85C496 */
1575 1.188 drochner #define PCI_PRODUCT_SIS_530HB 0x0530 /* 530 Host to PCI Bridge */
1576 1.14 cgd #define PCI_PRODUCT_SIS_85C601 0x0601 /* 85C601 */
1577 1.195 thorpej #define PCI_PRODUCT_SIS_900 0x0900 /* SiS 900 10/100 Ethernet */
1578 1.85 drochner #define PCI_PRODUCT_SIS_5597_IDE 0x5513 /* 5597/5598 IDE controller */
1579 1.85 drochner #define PCI_PRODUCT_SIS_5597_HB 0x5597 /* 5597/5598 host bridge */
1580 1.188 drochner #define PCI_PRODUCT_SIS_530VGA 0x6306 /* 530 GUI Accelerator+3D */
1581 1.134 drochner #define PCI_PRODUCT_SIS_6326 0x6326 /* 6326 AGP VGA */
1582 1.85 drochner #define PCI_PRODUCT_SIS_5597_USB 0x7001 /* 5597/5598 USB host controller */
1583 1.195 thorpej #define PCI_PRODUCT_SIS_7016 0x7016 /* SiS 7016 10/100 Ethernet */
1584 1.124 drochner
1585 1.124 drochner /* Silicon Motion products */
1586 1.281 drochner #define PCI_PRODUCT_SILMOTION_LYNX_EMP 0x0712 /* Lynx EM+ */
1587 1.124 drochner #define PCI_PRODUCT_SILMOTION_LYNX_E 0x0810 /* Lynx E */
1588 1.14 cgd
1589 1.5 cgd /* SMC products */
1590 1.14 cgd #define PCI_PRODUCT_SMC_37C665 0x1000 /* FDC 37C665 */
1591 1.27 veego #define PCI_PRODUCT_SMC_37C922 0x1001 /* FDC 37C922 */
1592 1.39 thorpej #define PCI_PRODUCT_SMC_83C170 0x0005 /* 83C170 (\"EPIC/100\") Fast Ethernet */
1593 1.146 thorpej #define PCI_PRODUCT_SMC_83C175 0x0006 /* 83C175 (\"EPIC/100\") Fast Ethernet */
1594 1.152 mcr
1595 1.152 mcr /* Solidum Systems Corporation */
1596 1.152 mcr #define PCI_PRODUCT_SOLIDUM_AMD971 0x2000 /* SNP8023: AMD 971 */
1597 1.152 mcr #define PCI_PRODUCT_SOLIDUM_CLASS802 0x8023 /* SNP8023: Classifier Engine */
1598 1.228 scw
1599 1.157 drochner /* Sony products */
1600 1.230 matt #define PCI_PRODUCT_SONY_CXD1947A 0x8009 /* CXD1947A IEEE 1394 Host Controller */
1601 1.280 onoe #define PCI_PRODUCT_SONY_CXD3222 0x8039 /* CXD3222 OHCI IEEE 1394 Host Controller */
1602 1.202 jdolecek #define PCI_PRODUCT_SONY_MEMSTICK 0x808a /* Memory Stick I/F Controller */
1603 1.157 drochner
1604 1.157 drochner /* Sun Microsystems products */
1605 1.235 mrg #define PCI_PRODUCT_SUN_EBUS 0x1000 /* PCIO Ebus2 */
1606 1.235 mrg #define PCI_PRODUCT_SUN_HMENETWORK 0x1001 /* PCIO Happy Meal Ethernet */
1607 1.157 drochner #define PCI_PRODUCT_SUN_SIMBA 0x5000 /* Simba PCI bridge */
1608 1.287 eeh #define PCI_PRODUCT_SUN_PSYCHO 0x8000 /* psycho PCI controller */
1609 1.247 mrg #define PCI_PRODUCT_SUN_MS_IIep 0x9000 /* microSPARC IIep PCI */
1610 1.287 eeh #define PCI_PRODUCT_SUN_US_IIi 0xa000 /* UltraSPARC IIi PCI */
1611 1.165 thorpej
1612 1.165 thorpej /* Sundance Technology products */
1613 1.165 thorpej #define PCI_PRODUCT_SUNDANCETI_ST201 0x0201 /* ST201 10/100 Ethernet */
1614 1.65 thorpej
1615 1.65 thorpej /* Surecom Technology products */
1616 1.65 thorpej #define PCI_PRODUCT_SURECOM_NE34 0x0e34 /* NE-34 Ethernet */
1617 1.14 cgd
1618 1.14 cgd /* Symphony Labs products */
1619 1.14 cgd #define PCI_PRODUCT_SYMPHONY_82C101 0x0001 /* 82C101 */
1620 1.27 veego #define PCI_PRODUCT_SYMPHONY_82C103 0x0103 /* 82C103 */
1621 1.27 veego #define PCI_PRODUCT_SYMPHONY_82C105 0x0105 /* 82C105 */
1622 1.27 veego #define PCI_PRODUCT_SYMPHONY2_82C101 0x0001 /* 82C101 */
1623 1.201 mark #define PCI_PRODUCT_SYMPHONY_83C553 0x0565 /* 83C553 PCI-ISA Bridge */
1624 1.244 joda
1625 1.244 joda /* Schneider & Koch (really SysKonnect) products */
1626 1.244 joda #define PCI_PRODUCT_SCHNEIDERKOCH_SKNET_FDDI 0x4000 /* SK-NET FDDI-xP */
1627 1.27 veego
1628 1.27 veego /* Tekram Technology products (1st PCI Vendor ID)*/
1629 1.27 veego #define PCI_PRODUCT_TEKRAM_DC290 0xdc29 /* DC-290(M) */
1630 1.14 cgd
1631 1.27 veego /* Tekram Technology products (2nd PCI Vendor ID) */
1632 1.27 veego #define PCI_PRODUCT_TEKRAM2_DC690C 0x690c /* DC-690C */
1633 1.27 veego
1634 1.29 augustss /* Texas Instruments products */
1635 1.48 christos #define PCI_PRODUCT_TI_TLAN 0x0500 /* TLAN */
1636 1.145 drochner #define PCI_PRODUCT_TI_TVP4020 0x3d07 /* TVP4020 Permedia 2 */
1637 1.230 matt #define PCI_PRODUCT_TI_TSB12LV21 0x8000 /* TSB12LV21 IEEE 1394 Host Controller */
1638 1.230 matt #define PCI_PRODUCT_TI_TSB12LV22 0x8009 /* TSB12LV22 OHCI IEEE 1394 Host Controller */
1639 1.255 haya #define PCI_PRODUCT_TI_PCI4450LYNX 0x8011 /* PCI4450 OCHI IEEE 1394 HOST Controller w/ PCI-CardBus Bridge */
1640 1.255 haya #define PCI_PRODUCT_TI_PCI4410LYNX 0x8017 /* PCI4410 OCHI IEEE 1394 HOST Controller w/ PCI-CardBus Bridge */
1641 1.230 matt #define PCI_PRODUCT_TI_TSB12LV23 0x8019 /* TSB12LV23 OHCI IEEE 1394 Host Controller */
1642 1.230 matt #define PCI_PRODUCT_TI_TSB12LV26 0x8020 /* TSB12LV26 OHCI IEEE 1394 Host Controller */
1643 1.255 haya #define PCI_PRODUCT_TI_PCI4451LYNX 0x8027 /* PCI4451 OCHI IEEE 1394 HOST Controller w/ PCI-CardBus Bridge */
1644 1.121 jonathan #define PCI_PRODUCT_TI_PCI1130 0xac12 /* PCI1130 PCI-CardBus Bridge */
1645 1.193 joda #define PCI_PRODUCT_TI_PCI1031 0xac13 /* PCI1031 PCI-PCMCIA Bridge */
1646 1.121 jonathan #define PCI_PRODUCT_TI_PCI1131 0xac15 /* PCI1131 PCI-CardBus Bridge */
1647 1.121 jonathan #define PCI_PRODUCT_TI_PCI1250 0xac16 /* PCI1250 PCI-CardBus Bridge */
1648 1.121 jonathan #define PCI_PRODUCT_TI_PCI1220 0xac17 /* PCI1220 PCI-CardBus Bridge */
1649 1.121 jonathan #define PCI_PRODUCT_TI_PCI1221 0xac19 /* PCI1221 PCI-CardBus Bridge */
1650 1.255 haya #define PCI_PRODUCT_TI_PCI1210 0xac1a /* PCI1210 PCI-CardBus Bridge */
1651 1.161 augustss #define PCI_PRODUCT_TI_PCI1450 0xac1b /* PCI1450 PCI-CardBus Bridge */
1652 1.129 veego #define PCI_PRODUCT_TI_PCI1225 0xac1c /* PCI1225 PCI-CardBus Bridge */
1653 1.129 veego #define PCI_PRODUCT_TI_PCI1251 0xac1d /* PCI1251 PCI-CardBus Bridge */
1654 1.150 veego #define PCI_PRODUCT_TI_PCI1211 0xac1e /* PCI1211 PCI-CardBus Bridge */
1655 1.161 augustss #define PCI_PRODUCT_TI_PCI1251B 0xac1f /* PCI1251B PCI-CardBus Bridge */
1656 1.193 joda #define PCI_PRODUCT_TI_PCI2030 0xac20 /* PCI2030 PCI-PCI Bridge */
1657 1.255 haya #define PCI_PRODUCT_TI_PCI4450YENTA 0xac40 /* PCI4450 PCI-CardBus Bridge w/ OCHI IEEE 1394 Controller */
1658 1.255 haya #define PCI_PRODUCT_TI_PCI4410YENTA 0xac41 /* PCI4410 PCI-CardBus Bridge w/ OCHI IEEE 1394 Controller */
1659 1.255 haya #define PCI_PRODUCT_TI_PCI4451YENTA 0xac42 /* PCI4451 PCI-CardBus Bridge w/ OCHI IEEE 1394 Controller */
1660 1.255 haya #define PCI_PRODUCT_TI_PCI1410 0xac50 /* PCI1410 PCI-CardBus Bridge */
1661 1.161 augustss #define PCI_PRODUCT_TI_PCI1420 0xac51 /* PCI1420 PCI-CardBus Bridge */
1662 1.194 haya #define PCI_PRODUCT_TI_PCI1451 0xac52 /* PCI1451 PCI-CardBus Bridge */
1663 1.138 augustss
1664 1.148 soren /* Toshiba America products */
1665 1.62 drochner #define PCI_PRODUCT_TOSHIBA_R4X00 0x0009 /* R4x00 Host-PCI Bridge */
1666 1.62 drochner #define PCI_PRODUCT_TOSHIBA_TC35856F 0x0020 /* TC35856F ATM (\"Meteor\") */
1667 1.121 jonathan
1668 1.255 haya /* Toshiba products */
1669 1.301 rh #define PCI_PRODUCT_TOSHIBA2_PROTEGE 0x0001 /* Protege Notebook */
1670 1.148 soren #define PCI_PRODUCT_TOSHIBA2_HOST 0x0601 /* Host Bridge/Controller */
1671 1.199 soren #define PCI_PRODUCT_TOSHIBA2_ISA 0x0602 /* ISA Bridge */
1672 1.121 jonathan #define PCI_PRODUCT_TOSHIBA2_ToPIC95 0x0603 /* ToPIC95 CardBus-PCI Bridge */
1673 1.121 jonathan #define PCI_PRODUCT_TOSHIBA2_ToPIC95B 0x060a /* ToPIC95B CardBus-PCI Bridge */
1674 1.121 jonathan #define PCI_PRODUCT_TOSHIBA2_ToPIC97 0x060f /* ToPIC97 CardBus-PCI Bridge */
1675 1.191 haya #define PCI_PRODUCT_TOSHIBA2_ToPIC100 0x0617 /* ToPIC100 CardBus-PCI Bridge */
1676 1.255 haya #define PCI_PRODUCT_TOSHIBA2_OBOE 0x0701 /* Fast Infrared Type O */
1677 1.255 haya #define PCI_PRODUCT_TOSHIBA2_DONAUOBOE 0x0d01 /* Fast Infrared Type DO */
1678 1.14 cgd
1679 1.14 cgd /* Trident products */
1680 1.237 augustss #define PCI_PRODUCT_TRIDENT_CYBERBLADE_I7 0x8420 /* CyberBlade i7 */
1681 1.14 cgd #define PCI_PRODUCT_TRIDENT_TGUI_9320 0x9320 /* TGUI 9320 */
1682 1.27 veego #define PCI_PRODUCT_TRIDENT_TGUI_9350 0x9350 /* TGUI 9350 */
1683 1.27 veego #define PCI_PRODUCT_TRIDENT_TGUI_9360 0x9360 /* TGUI 9360 */
1684 1.87 mark #define PCI_PRODUCT_TRIDENT_CYBER_9397 0x9397 /* CYBER 9397 */
1685 1.234 soren #define PCI_PRODUCT_TRIDENT_CYBER_9397DVD 0x939a /* CYBER 9397DVD */
1686 1.187 hubertf #define PCI_PRODUCT_TRIDENT_CYBER_9525 0x9525 /* CYBER 9525 */
1687 1.14 cgd #define PCI_PRODUCT_TRIDENT_TGUI_9420 0x9420 /* TGUI 9420 */
1688 1.14 cgd #define PCI_PRODUCT_TRIDENT_TGUI_9440 0x9440 /* TGUI 9440 */
1689 1.14 cgd #define PCI_PRODUCT_TRIDENT_TGUI_9660 0x9660 /* TGUI 9660 */
1690 1.14 cgd #define PCI_PRODUCT_TRIDENT_TGUI_9680 0x9680 /* TGUI 9680 */
1691 1.14 cgd #define PCI_PRODUCT_TRIDENT_TGUI_9682 0x9682 /* TGUI 9682 */
1692 1.238 bouyer
1693 1.238 bouyer /* Triones Technologies products */
1694 1.238 bouyer /* The 366 and 370 controllers have the same product ID */
1695 1.239 bouyer #define PCI_PRODUCT_TRIONES_HPT366 0x0004 /* HPT366/370 IDE Controller */
1696 1.68 mark
1697 1.68 mark /* TriTech Microelectronics products*/
1698 1.68 mark #define PCI_PRODUCT_TRITECH_TR25202 0xfc02 /* Pyramid3D TR25202 */
1699 1.5 cgd
1700 1.5 cgd /* Tseng Labs products */
1701 1.14 cgd #define PCI_PRODUCT_TSENG_ET4000_W32P_A 0x3202 /* ET4000w32p rev A */
1702 1.14 cgd #define PCI_PRODUCT_TSENG_ET4000_W32P_B 0x3205 /* ET4000w32p rev B */
1703 1.14 cgd #define PCI_PRODUCT_TSENG_ET4000_W32P_C 0x3206 /* ET4000w32p rev C */
1704 1.14 cgd #define PCI_PRODUCT_TSENG_ET4000_W32P_D 0x3207 /* ET4000w32p rev D */
1705 1.14 cgd #define PCI_PRODUCT_TSENG_ET6000 0x3208 /* ET6000 */
1706 1.5 cgd
1707 1.5 cgd /* UMC products */
1708 1.27 veego #define PCI_PRODUCT_UMC_UM82C881 0x0001 /* UM82C881 486 Chipset */
1709 1.27 veego #define PCI_PRODUCT_UMC_UM82C886 0x0002 /* UM82C886 ISA Bridge */
1710 1.27 veego #define PCI_PRODUCT_UMC_UM8673F 0x0101 /* UM8673F EIDE Controller */
1711 1.27 veego #define PCI_PRODUCT_UMC_UM8881 0x0881 /* UM8881 HB4 486 PCI Chipset */
1712 1.27 veego #define PCI_PRODUCT_UMC_UM82C891 0x0891 /* UM82C891 */
1713 1.27 veego #define PCI_PRODUCT_UMC_UM886A 0x1001 /* UM886A */
1714 1.27 veego #define PCI_PRODUCT_UMC_UM8886BF 0x673a /* UM8886BF */
1715 1.27 veego #define PCI_PRODUCT_UMC_UM8710 0x8710 /* UM8710 */
1716 1.27 veego #define PCI_PRODUCT_UMC_UM8886 0x886a /* UM8886 */
1717 1.10 thorpej #define PCI_PRODUCT_UMC_UM8881F 0x8881 /* UM8881F PCI-Host bridge */
1718 1.10 thorpej #define PCI_PRODUCT_UMC_UM8886F 0x8886 /* UM8886F PCI-ISA bridge */
1719 1.14 cgd #define PCI_PRODUCT_UMC_UM8886A 0x888a /* UM8886A */
1720 1.14 cgd #define PCI_PRODUCT_UMC_UM8891A 0x8891 /* UM8891A */
1721 1.27 veego #define PCI_PRODUCT_UMC_UM9017F 0x9017 /* UM9017F */
1722 1.27 veego #define PCI_PRODUCT_UMC_UM8886N 0xe88a /* UM8886N */
1723 1.27 veego #define PCI_PRODUCT_UMC_UM8891N 0xe891 /* UM8891N */
1724 1.27 veego
1725 1.27 veego /* ULSI Systems products */
1726 1.27 veego #define PCI_PRODUCT_ULSI_US201 0x0201 /* US201 */
1727 1.198 bouyer
1728 1.198 bouyer /* US Robotics products */
1729 1.299 jdolecek #define PCI_PRODUCT_USR_3C2884A 0x1007 /* 56K Voice Internal PCI Modem (WinModem) */
1730 1.198 bouyer #define PCI_PRODUCT_USR_3CP5609 0x1008 /* 3CP5609 PCI 16550 Modem */
1731 1.27 veego
1732 1.27 veego /* V3 Semiconductor products */
1733 1.27 veego #define PCI_PRODUCT_V3_V292PBC 0x0292 /* V292PBC AMD290x0 Host-PCI Bridge */
1734 1.27 veego #define PCI_PRODUCT_V3_V960PBC 0x0960 /* V960PBC i960 Host-PCI Bridge */
1735 1.27 veego #define PCI_PRODUCT_V3_V96DPC 0xC960 /* V96DPC i960 (Dual) Host-PCI Bridge */
1736 1.14 cgd
1737 1.69 bouyer /* VIA Technologies products, from http://www.via.com.tw/ */
1738 1.284 augustss #define PCI_PRODUCT_VIATECH_VT8363_HB 0x0305 /* VT8363 KT133 System Controller */
1739 1.207 joda #define PCI_PRODUCT_VIATECH_VT8371_HB 0x0391 /* VT8371 (Apollo KX133) Host Bridge */
1740 1.237 augustss #define PCI_PRODUCT_VIATECH_VT8501_MVP4 0x0501 /* VT8501 MVP4 System Controller */
1741 1.34 fvdl #define PCI_PRODUCT_VIATECH_VT82C505 0x0505 /* VT82C505 (Pluto) */
1742 1.27 veego #define PCI_PRODUCT_VIATECH_VT82C561 0x0561 /* VT82C561 */
1743 1.94 bouyer #define PCI_PRODUCT_VIATECH_VT82C586A_IDE 0x0571 /* VT82C586A IDE Controller */
1744 1.27 veego #define PCI_PRODUCT_VIATECH_VT82C576 0x0576 /* VT82C576 3V */
1745 1.69 bouyer #define PCI_PRODUCT_VIATECH_VT82C580VP 0x0585 /* VT82C580 (Apollo VP) Host-PCI Bridge */
1746 1.69 bouyer #define PCI_PRODUCT_VIATECH_VT82C586_ISA 0x0586 /* VT82C586 (Apollo VP) PCI-ISA Bridge */
1747 1.69 bouyer #define PCI_PRODUCT_VIATECH_VT82C595 0x0595 /* VT82C595 (Apollo VP2) Host-PCI Bridge */
1748 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C596A 0x0596 /* VT82C596A (Apollo Pro) PCI-ISA Bridge */
1749 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C597 0x0597 /* VT82C597 (Apollo VP3) Host-PCI Bridge */
1750 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C598PCI 0x0598 /* VT82C598 (Apollo MVP3) Host-PCI */
1751 1.205 tsarna #define PCI_PRODUCT_VIATECH_VT82C686A_ISA 0x0686 /* VT82C686A (Apollo KX133) PCI-ISA Bridge */
1752 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C691 0x0691 /* VT82C691 (Apollo Pro) Host-PCI */
1753 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C693 0x0693 /* VT82C693 (Apollo Pro Plus) Host-PCI */
1754 1.43 drochner #define PCI_PRODUCT_VIATECH_VT86C926 0x0926 /* VT86C926 Amazon PCI-Ethernet Controller */
1755 1.34 fvdl #define PCI_PRODUCT_VIATECH_VT82C570M 0x1000 /* VT82C570M (Apollo) Host-PCI Bridge */
1756 1.34 fvdl #define PCI_PRODUCT_VIATECH_VT82C570MV 0x1006 /* VT82C570M (Apollo) PCI-ISA Bridge */
1757 1.94 bouyer #define PCI_PRODUCT_VIATECH_VT82C586_IDE 0x1571 /* VT82C586 (Apollo VP) IDE Controller */
1758 1.70 bouyer #define PCI_PRODUCT_VIATECH_VT82C595_2 0x1595 /* VT82C595 (Apollo VP2) Host-PCI Bridge */
1759 1.43 drochner #define PCI_PRODUCT_VIATECH_VT83C572 0x3038 /* VT83C572 USB Controller */
1760 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C586_PWR 0x3040 /* VT82C586 (Apollo VP) Power Management Controller */
1761 1.102 thorpej #define PCI_PRODUCT_VIATECH_VT3043 0x3043 /* VT3043 (Rhine) 10/100 Ethernet */
1762 1.212 tsarna #define PCI_PRODUCT_VIATECH_VT82C686A_SMB 0x3057 /* VT82C686A SMBus Controller */
1763 1.212 tsarna #define PCI_PRODUCT_VIATECH_VT82C686A_AC97 0x3058 /* VT82C686A AC-97 Audio Controller */
1764 1.263 tron #define PCI_PRODUCT_VIATECH_VT6102 0x3065 /* VT6102 (Rhine II) 10/100 Ethernet */
1765 1.212 tsarna #define PCI_PRODUCT_VIATECH_VT82C686A_MC97 0x3068 /* VT82C686A MC-97 Modem Controller */
1766 1.98 thorpej #define PCI_PRODUCT_VIATECH_VT86C100A 0x6100 /* VT86C100A (Rhine-II) 10/100 Ethernet */
1767 1.284 augustss #define PCI_PRODUCT_VIATECH_VT8363_PPB 0x8305 /* VT8363 KT133 PCI to AGP Bridge */
1768 1.207 joda #define PCI_PRODUCT_VIATECH_VT8371_PPB 0x8391 /* VT8371 (Apollo KX133) PCI-PCI Bridge */
1769 1.237 augustss #define PCI_PRODUCT_VIATECH_VT8501AGP 0x8501 /* VT8501 PCI-AGP */
1770 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C597AGP 0x8597 /* VT82C597 (Apollo VP3) PCI-AGP */
1771 1.115 sakamoto #define PCI_PRODUCT_VIATECH_VT82C598AGP 0x8598 /* VT82C598 (Apollo MVP3) PCI-AGP */
1772 1.14 cgd
1773 1.14 cgd /* Vortex Computer Systems products */
1774 1.249 ad /* GDT_PCI */
1775 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_60x0 0x0000 /* GDT6000/6020/6050 */
1776 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6000B 0x0001 /* GDT6000B/6010 */
1777 1.249 ad /* GDT_PCINEW */
1778 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x10 0x0002 /* GDT6110/6510 */
1779 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x20 0x0003 /* GDT6120/6520 */
1780 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6530 0x0004 /* GDT6530 */
1781 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6550 0x0005 /* GDT6550 */
1782 1.249 ad /* GDT_PCINEW, wide/ultra SCSI controllers */
1783 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x17 0x0006 /* GDT6117/6517 */
1784 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x27 0x0007 /* GDT6127/6527 */
1785 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6537 0x0008 /* GDT6537 */
1786 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6557 0x0009 /* GDT6557/6557-ECC */
1787 1.249 ad /* GDT_PCINEW, wide SCSI controllers */
1788 1.252 ad #define PCI_PRODUCT_VORTEX_GDT_6x15 0x000a /* GDT6115/6515 */
1789 1.252 ad #define PCI_PRODUCT_VORTEX_GDT_6x25 0x000b /* GDT6125/6525 */
1790 1.252 ad #define PCI_PRODUCT_VORTEX_GDT_6535 0x000c /* GDT6535 */
1791 1.252 ad #define PCI_PRODUCT_VORTEX_GDT_6555 0x000d /* GDT6555/6555-ECC */
1792 1.249 ad /* GDT_MPR, RP series, wide/ultra SCSI */
1793 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x17RP 0x0100 /* GDT6117RP/GDT6517RP */
1794 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x27RP 0x0101 /* GDT6127RP/GDT6527RP */
1795 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6537RP 0x0102 /* GDT6537RP */
1796 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6557RP 0x0103 /* GDT6557RP */
1797 1.249 ad /* GDT_MPR, RP series, narrow/ultra SCSI */
1798 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x11RP 0x0104 /* GDT6111RP/GDT6511RP */
1799 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x21RP 0x0105 /* GDT6121RP/GDT6521RP */
1800 1.249 ad /* GDT_MPR, RD series, wide/ultra SCSI */
1801 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x17RD 0x0110 /* GDT6117RD/GDT6517RD */
1802 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x27RD 0x0111 /* GDT6127RD/GDT6527RD */
1803 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6537RD 0x0112 /* GDT6537RD */
1804 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6557RD 0x0113 /* GDT6557RD */
1805 1.249 ad /* GDT_MPR, RD series, narrow/ultra SCSI */
1806 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x11RD 0x0114 /* GDT6111RD/GDT6511RD */
1807 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x21RD 0x0115 /* GDT6121RD/GDT6521RD */
1808 1.249 ad /* GDT_MPR, RD series, wide/ultra2 SCSI */
1809 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x18RD 0x0118 /* GDT6118RD/GDT6518RD/GDT6618RD */
1810 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x28RD 0x0119 /* GDT6128RD/GDT6528RD/GDT6628RD */
1811 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x38RD 0x011A /* GDT6538RD/GDT6638RD */
1812 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x58RD 0x011B /* GDT6558RD/GDT6658RD */
1813 1.252 ad /* GDT_MPR, RS series, wide/ultra2 SCSI */
1814 1.252 ad #define PCI_PRODUCT_VORTEX_GDT_6518RS 0x0138 /* GDT6518RS */
1815 1.249 ad /* GDT_MPR, RN series (64-bit PCI), wide/ultra2 SCSI */
1816 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_7x18RN 0x0168 /* GDT7118RN/GDT7518RN/GDT7618RN */
1817 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_7x28RN 0x0169 /* GDT7128RN/GDT7528RN/GDT7628RN */
1818 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_7x38RN 0x016A /* GDT7538RN/GDT7638RN */
1819 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_7x58RN 0x016B /* GDT7558RN/GDT7658RN */
1820 1.249 ad /* GDT_MPR, RD series, Fibre Channel */
1821 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x19RD 0x0210 /* GDT6519RD/GDT6619RD */
1822 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_6x29RD 0x0211 /* GDT6529RD/GDT6629RD */
1823 1.249 ad /* GDT_MPR, RN series (64-bit PCI), Fibre Channel */
1824 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_7x19RN 0x0260 /* GDT7519RN/GDT7619RN */
1825 1.249 ad #define PCI_PRODUCT_VORTEX_GDT_7x29RN 0x0261 /* GDT7529RN/GDT7629RN */
1826 1.14 cgd
1827 1.14 cgd /* VLSI products */
1828 1.27 veego #define PCI_PRODUCT_VLSI_82C592 0x0005 /* 82C592 CPU Bridge */
1829 1.27 veego #define PCI_PRODUCT_VLSI_82C593 0x0006 /* 82C593 ISA Bridge */
1830 1.27 veego #define PCI_PRODUCT_VLSI_82C594 0x0007 /* 82C594 Wildcat System Controller */
1831 1.27 veego #define PCI_PRODUCT_VLSI_82C596597 0x0008 /* 82C596/597 Wildcat ISA Bridge */
1832 1.27 veego #define PCI_PRODUCT_VLSI_82C541 0x000c /* 82C541 */
1833 1.27 veego #define PCI_PRODUCT_VLSI_82C543 0x000d /* 82C543 */
1834 1.27 veego #define PCI_PRODUCT_VLSI_82C532 0x0101 /* 82C532 */
1835 1.27 veego #define PCI_PRODUCT_VLSI_82C534 0x0102 /* 82C534 */
1836 1.27 veego #define PCI_PRODUCT_VLSI_82C535 0x0104 /* 82C535 */
1837 1.27 veego #define PCI_PRODUCT_VLSI_82C147 0x0105 /* 82C147 */
1838 1.27 veego #define PCI_PRODUCT_VLSI_82C975 0x0200 /* 82C975 */
1839 1.27 veego #define PCI_PRODUCT_VLSI_82C925 0x0280 /* 82C925 */
1840 1.14 cgd
1841 1.14 cgd /* Weitek products */
1842 1.14 cgd #define PCI_PRODUCT_WEITEK_P9000 0x9001 /* P9000 */
1843 1.14 cgd #define PCI_PRODUCT_WEITEK_P9100 0x9100 /* P9100 */
1844 1.14 cgd
1845 1.27 veego /* Western Digital products */
1846 1.27 veego #define PCI_PRODUCT_WD_WD33C193A 0x0193 /* WD33C193A */
1847 1.27 veego #define PCI_PRODUCT_WD_WD33C196A 0x0196 /* WD33C196A */
1848 1.27 veego #define PCI_PRODUCT_WD_WD33C197A 0x0197 /* WD33C197A */
1849 1.27 veego #define PCI_PRODUCT_WD_WD7193 0x3193 /* WD7193 */
1850 1.27 veego #define PCI_PRODUCT_WD_WD7197 0x3197 /* WD7197 */
1851 1.27 veego #define PCI_PRODUCT_WD_WD33C296A 0x3296 /* WD33C296A */
1852 1.27 veego #define PCI_PRODUCT_WD_WD34C296 0x4296 /* WD34C296 */
1853 1.27 veego #define PCI_PRODUCT_WD_90C 0xC24A /* 90C */
1854 1.27 veego
1855 1.14 cgd /* Winbond Electronics products */
1856 1.14 cgd #define PCI_PRODUCT_WINBOND_W83769F 0x0001 /* W83769F */
1857 1.312 matt #define PCI_PRODUCT_WINBOND_W83C553F_0 0x0565 /* W83C553F PCI-ISA Bridge */
1858 1.312 matt #define PCI_PRODUCT_WINBOND_W83C553F_1 0x0105 /* W83C553F IDE Controller */
1859 1.111 thorpej #define PCI_PRODUCT_WINBOND_W89C840F 0x0840 /* W89C840F 10/100 Ethernet */
1860 1.111 thorpej #define PCI_PRODUCT_WINBOND_W89C940F 0x0940 /* W89C940F Ethernet */
1861 1.201 mark #define PCI_PRODUCT_WINBOND_W89C940F_1 0x5a5a /* W89C940F Ethernet */
1862 1.170 joda
1863 1.170 joda /* Xircom products */
1864 1.170 joda /* is the `-3' here just indicating revision 3, or is it really part
1865 1.170 joda of the device name? */
1866 1.170 joda #define PCI_PRODUCT_XIRCOM_X3201_3 0x0002 /* X3201-3 Fast Ethernet Controller */
1867 1.170 joda /* this is the device id `indicating 21143 driver compatibility' */
1868 1.170 joda #define PCI_PRODUCT_XIRCOM_X3201_3_21143 0x0003 /* X3201-3 Fast Ethernet Controller (21143) */
1869 1.309 thorpej #define PCI_PRODUCT_XIRCOM_WINGLOBAL 0x000c /* WinGlobal Modem */
1870 1.103 thorpej
1871 1.103 thorpej /* Yamaha products */
1872 1.251 jonathan #define PCI_PRODUCT_YAMAHA_YMF724 0x0004 /* 724 Audio */
1873 1.251 jonathan #define PCI_PRODUCT_YAMAHA_YMF740 0x000A /* 740 Audio */
1874 1.251 jonathan #define PCI_PRODUCT_YAMAHA_YMF740C 0x000C /* 740C (DS-1) Audio */
1875 1.251 jonathan #define PCI_PRODUCT_YAMAHA_YMF724F 0x000D /* 724F (DS-1) Audio */
1876 1.221 jonathan #define PCI_PRODUCT_YAMAHA_YMF744B 0x0010 /* 744 (DS-1S) Audio */
1877 1.221 jonathan #define PCI_PRODUCT_YAMAHA_YMF754 0x0012 /* 754 (DS-1E) Audio */
1878 1.14 cgd
1879 1.14 cgd /* Zeinet products */
1880 1.14 cgd #define PCI_PRODUCT_ZEINET_1221 0x0001 /* 1221 */
1881 1.18 christos
1882 1.27 veego /* Ziatech products */
1883 1.27 veego #define PCI_PRODUCT_ZIATECH_ZT8905 0x8905 /* PCI-ST32 Bridge */
1884 1.27 veego
1885 1.104 drochner /* Zoran products */
1886 1.104 drochner #define PCI_PRODUCT_ZORAN_ZR36120 0x6120 /* Video Controller */
1887