]> bbs.cooldavid.org Git - net-next-2.6.git/blame - include/linux/pci_ids.h
[ALSA] Add support for the CS5535 Audio device
[net-next-2.6.git] / include / linux / pci_ids.h
CommitLineData
1da177e4
LT
1/*
2 * PCI Class, Vendor and Device IDs
3 *
4 * Please keep sorted.
5 */
6
7/* Device classes and subclasses */
8
9#define PCI_CLASS_NOT_DEFINED 0x0000
10#define PCI_CLASS_NOT_DEFINED_VGA 0x0001
11
12#define PCI_BASE_CLASS_STORAGE 0x01
13#define PCI_CLASS_STORAGE_SCSI 0x0100
14#define PCI_CLASS_STORAGE_IDE 0x0101
15#define PCI_CLASS_STORAGE_FLOPPY 0x0102
16#define PCI_CLASS_STORAGE_IPI 0x0103
17#define PCI_CLASS_STORAGE_RAID 0x0104
18#define PCI_CLASS_STORAGE_OTHER 0x0180
19
20#define PCI_BASE_CLASS_NETWORK 0x02
21#define PCI_CLASS_NETWORK_ETHERNET 0x0200
22#define PCI_CLASS_NETWORK_TOKEN_RING 0x0201
23#define PCI_CLASS_NETWORK_FDDI 0x0202
24#define PCI_CLASS_NETWORK_ATM 0x0203
25#define PCI_CLASS_NETWORK_OTHER 0x0280
26
27#define PCI_BASE_CLASS_DISPLAY 0x03
28#define PCI_CLASS_DISPLAY_VGA 0x0300
29#define PCI_CLASS_DISPLAY_XGA 0x0301
30#define PCI_CLASS_DISPLAY_3D 0x0302
31#define PCI_CLASS_DISPLAY_OTHER 0x0380
32
33#define PCI_BASE_CLASS_MULTIMEDIA 0x04
34#define PCI_CLASS_MULTIMEDIA_VIDEO 0x0400
35#define PCI_CLASS_MULTIMEDIA_AUDIO 0x0401
36#define PCI_CLASS_MULTIMEDIA_PHONE 0x0402
37#define PCI_CLASS_MULTIMEDIA_OTHER 0x0480
38
39#define PCI_BASE_CLASS_MEMORY 0x05
40#define PCI_CLASS_MEMORY_RAM 0x0500
41#define PCI_CLASS_MEMORY_FLASH 0x0501
42#define PCI_CLASS_MEMORY_OTHER 0x0580
43
44#define PCI_BASE_CLASS_BRIDGE 0x06
45#define PCI_CLASS_BRIDGE_HOST 0x0600
46#define PCI_CLASS_BRIDGE_ISA 0x0601
47#define PCI_CLASS_BRIDGE_EISA 0x0602
48#define PCI_CLASS_BRIDGE_MC 0x0603
49#define PCI_CLASS_BRIDGE_PCI 0x0604
50#define PCI_CLASS_BRIDGE_PCMCIA 0x0605
51#define PCI_CLASS_BRIDGE_NUBUS 0x0606
52#define PCI_CLASS_BRIDGE_CARDBUS 0x0607
53#define PCI_CLASS_BRIDGE_RACEWAY 0x0608
54#define PCI_CLASS_BRIDGE_OTHER 0x0680
55
56#define PCI_BASE_CLASS_COMMUNICATION 0x07
57#define PCI_CLASS_COMMUNICATION_SERIAL 0x0700
58#define PCI_CLASS_COMMUNICATION_PARALLEL 0x0701
59#define PCI_CLASS_COMMUNICATION_MULTISERIAL 0x0702
60#define PCI_CLASS_COMMUNICATION_MODEM 0x0703
61#define PCI_CLASS_COMMUNICATION_OTHER 0x0780
62
63#define PCI_BASE_CLASS_SYSTEM 0x08
64#define PCI_CLASS_SYSTEM_PIC 0x0800
a0d399a8
KK
65#define PCI_CLASS_SYSTEM_PIC_IOAPIC 0x080010
66#define PCI_CLASS_SYSTEM_PIC_IOXAPIC 0x080020
1da177e4
LT
67#define PCI_CLASS_SYSTEM_DMA 0x0801
68#define PCI_CLASS_SYSTEM_TIMER 0x0802
69#define PCI_CLASS_SYSTEM_RTC 0x0803
70#define PCI_CLASS_SYSTEM_PCI_HOTPLUG 0x0804
71#define PCI_CLASS_SYSTEM_OTHER 0x0880
72
73#define PCI_BASE_CLASS_INPUT 0x09
74#define PCI_CLASS_INPUT_KEYBOARD 0x0900
75#define PCI_CLASS_INPUT_PEN 0x0901
76#define PCI_CLASS_INPUT_MOUSE 0x0902
77#define PCI_CLASS_INPUT_SCANNER 0x0903
78#define PCI_CLASS_INPUT_GAMEPORT 0x0904
79#define PCI_CLASS_INPUT_OTHER 0x0980
80
81#define PCI_BASE_CLASS_DOCKING 0x0a
82#define PCI_CLASS_DOCKING_GENERIC 0x0a00
83#define PCI_CLASS_DOCKING_OTHER 0x0a80
84
85#define PCI_BASE_CLASS_PROCESSOR 0x0b
86#define PCI_CLASS_PROCESSOR_386 0x0b00
87#define PCI_CLASS_PROCESSOR_486 0x0b01
88#define PCI_CLASS_PROCESSOR_PENTIUM 0x0b02
89#define PCI_CLASS_PROCESSOR_ALPHA 0x0b10
90#define PCI_CLASS_PROCESSOR_POWERPC 0x0b20
91#define PCI_CLASS_PROCESSOR_MIPS 0x0b30
92#define PCI_CLASS_PROCESSOR_CO 0x0b40
93
94#define PCI_BASE_CLASS_SERIAL 0x0c
95#define PCI_CLASS_SERIAL_FIREWIRE 0x0c00
96#define PCI_CLASS_SERIAL_ACCESS 0x0c01
97#define PCI_CLASS_SERIAL_SSA 0x0c02
98#define PCI_CLASS_SERIAL_USB 0x0c03
478a3bab
AS
99#define PCI_CLASS_SERIAL_USB_UHCI 0x0c0300
100#define PCI_CLASS_SERIAL_USB_OHCI 0x0c0310
101#define PCI_CLASS_SERIAL_USB_EHCI 0x0c0320
1da177e4
LT
102#define PCI_CLASS_SERIAL_FIBER 0x0c04
103#define PCI_CLASS_SERIAL_SMBUS 0x0c05
104
105#define PCI_BASE_CLASS_INTELLIGENT 0x0e
106#define PCI_CLASS_INTELLIGENT_I2O 0x0e00
107
108#define PCI_BASE_CLASS_SATELLITE 0x0f
109#define PCI_CLASS_SATELLITE_TV 0x0f00
110#define PCI_CLASS_SATELLITE_AUDIO 0x0f01
111#define PCI_CLASS_SATELLITE_VOICE 0x0f03
112#define PCI_CLASS_SATELLITE_DATA 0x0f04
113
114#define PCI_BASE_CLASS_CRYPT 0x10
115#define PCI_CLASS_CRYPT_NETWORK 0x1000
116#define PCI_CLASS_CRYPT_ENTERTAINMENT 0x1001
117#define PCI_CLASS_CRYPT_OTHER 0x1080
118
119#define PCI_BASE_CLASS_SIGNAL_PROCESSING 0x11
120#define PCI_CLASS_SP_DPIO 0x1100
121#define PCI_CLASS_SP_OTHER 0x1180
122
123#define PCI_CLASS_OTHERS 0xff
124
125/* Vendors and devices. Sort key: vendor first, device next. */
126
127#define PCI_VENDOR_ID_DYNALINK 0x0675
128#define PCI_DEVICE_ID_DYNALINK_IS64PH 0x1702
129
130#define PCI_VENDOR_ID_BERKOM 0x0871
131#define PCI_DEVICE_ID_BERKOM_A1T 0xffa1
132#define PCI_DEVICE_ID_BERKOM_T_CONCEPT 0xffa2
133#define PCI_DEVICE_ID_BERKOM_A4T 0xffa4
134#define PCI_DEVICE_ID_BERKOM_SCITEL_QUADRO 0xffa8
135
136#define PCI_VENDOR_ID_COMPAQ 0x0e11
137#define PCI_DEVICE_ID_COMPAQ_TOKENRING 0x0508
1da177e4
LT
138#define PCI_DEVICE_ID_COMPAQ_TACHYON 0xa0fc
139#define PCI_DEVICE_ID_COMPAQ_SMART2P 0xae10
140#define PCI_DEVICE_ID_COMPAQ_NETEL100 0xae32
141#define PCI_DEVICE_ID_COMPAQ_NETEL10 0xae34
142#define PCI_DEVICE_ID_COMPAQ_TRIFLEX_IDE 0xae33
143#define PCI_DEVICE_ID_COMPAQ_NETFLEX3I 0xae35
144#define PCI_DEVICE_ID_COMPAQ_NETEL100D 0xae40
145#define PCI_DEVICE_ID_COMPAQ_NETEL100PI 0xae43
146#define PCI_DEVICE_ID_COMPAQ_NETEL100I 0xb011
147#define PCI_DEVICE_ID_COMPAQ_CISS 0xb060
148#define PCI_DEVICE_ID_COMPAQ_CISSB 0xb178
149#define PCI_DEVICE_ID_COMPAQ_CISSC 0x46
150#define PCI_DEVICE_ID_COMPAQ_THUNDER 0xf130
151#define PCI_DEVICE_ID_COMPAQ_NETFLEX3B 0xf150
152
153#define PCI_VENDOR_ID_NCR 0x1000
154#define PCI_VENDOR_ID_LSI_LOGIC 0x1000
155#define PCI_DEVICE_ID_NCR_53C810 0x0001
156#define PCI_DEVICE_ID_NCR_53C820 0x0002
157#define PCI_DEVICE_ID_NCR_53C825 0x0003
158#define PCI_DEVICE_ID_NCR_53C815 0x0004
159#define PCI_DEVICE_ID_LSI_53C810AP 0x0005
160#define PCI_DEVICE_ID_NCR_53C860 0x0006
161#define PCI_DEVICE_ID_LSI_53C1510 0x000a
162#define PCI_DEVICE_ID_NCR_53C896 0x000b
163#define PCI_DEVICE_ID_NCR_53C895 0x000c
164#define PCI_DEVICE_ID_NCR_53C885 0x000d
165#define PCI_DEVICE_ID_NCR_53C875 0x000f
166#define PCI_DEVICE_ID_NCR_53C1510 0x0010
167#define PCI_DEVICE_ID_LSI_53C895A 0x0012
168#define PCI_DEVICE_ID_LSI_53C875A 0x0013
169#define PCI_DEVICE_ID_LSI_53C1010_33 0x0020
170#define PCI_DEVICE_ID_LSI_53C1010_66 0x0021
171#define PCI_DEVICE_ID_LSI_53C1030 0x0030
172#define PCI_DEVICE_ID_LSI_1030_53C1035 0x0032
173#define PCI_DEVICE_ID_LSI_53C1035 0x0040
174#define PCI_DEVICE_ID_NCR_53C875J 0x008f
175#define PCI_DEVICE_ID_LSI_FC909 0x0621
176#define PCI_DEVICE_ID_LSI_FC929 0x0622
177#define PCI_DEVICE_ID_LSI_FC929_LAN 0x0623
178#define PCI_DEVICE_ID_LSI_FC919 0x0624
179#define PCI_DEVICE_ID_LSI_FC919_LAN 0x0625
180#define PCI_DEVICE_ID_LSI_FC929X 0x0626
181#define PCI_DEVICE_ID_LSI_FC939X 0x0642
182#define PCI_DEVICE_ID_LSI_FC949X 0x0640
183#define PCI_DEVICE_ID_LSI_FC919X 0x0628
184#define PCI_DEVICE_ID_NCR_YELLOWFIN 0x0701
185#define PCI_DEVICE_ID_LSI_61C102 0x0901
186#define PCI_DEVICE_ID_LSI_63C815 0x1000
187#define PCI_DEVICE_ID_LSI_SAS1064 0x0050
c4a3e0a5 188#define PCI_DEVICE_ID_LSI_SAS1064R 0x0411
1da177e4
LT
189#define PCI_DEVICE_ID_LSI_SAS1066 0x005E
190#define PCI_DEVICE_ID_LSI_SAS1068 0x0054
191#define PCI_DEVICE_ID_LSI_SAS1064A 0x005C
192#define PCI_DEVICE_ID_LSI_SAS1064E 0x0056
193#define PCI_DEVICE_ID_LSI_SAS1066E 0x005A
194#define PCI_DEVICE_ID_LSI_SAS1068E 0x0058
195#define PCI_DEVICE_ID_LSI_SAS1078 0x0060
196
197#define PCI_VENDOR_ID_ATI 0x1002
198/* Mach64 */
199#define PCI_DEVICE_ID_ATI_68800 0x4158
200#define PCI_DEVICE_ID_ATI_215CT222 0x4354
201#define PCI_DEVICE_ID_ATI_210888CX 0x4358
202#define PCI_DEVICE_ID_ATI_215ET222 0x4554
203/* Mach64 / Rage */
204#define PCI_DEVICE_ID_ATI_215GB 0x4742
205#define PCI_DEVICE_ID_ATI_215GD 0x4744
206#define PCI_DEVICE_ID_ATI_215GI 0x4749
207#define PCI_DEVICE_ID_ATI_215GP 0x4750
208#define PCI_DEVICE_ID_ATI_215GQ 0x4751
209#define PCI_DEVICE_ID_ATI_215XL 0x4752
210#define PCI_DEVICE_ID_ATI_215GT 0x4754
211#define PCI_DEVICE_ID_ATI_215GTB 0x4755
212#define PCI_DEVICE_ID_ATI_215_IV 0x4756
213#define PCI_DEVICE_ID_ATI_215_IW 0x4757
214#define PCI_DEVICE_ID_ATI_215_IZ 0x475A
215#define PCI_DEVICE_ID_ATI_210888GX 0x4758
216#define PCI_DEVICE_ID_ATI_215_LB 0x4c42
217#define PCI_DEVICE_ID_ATI_215_LD 0x4c44
218#define PCI_DEVICE_ID_ATI_215_LG 0x4c47
219#define PCI_DEVICE_ID_ATI_215_LI 0x4c49
220#define PCI_DEVICE_ID_ATI_215_LM 0x4c4D
221#define PCI_DEVICE_ID_ATI_215_LN 0x4c4E
222#define PCI_DEVICE_ID_ATI_215_LR 0x4c52
223#define PCI_DEVICE_ID_ATI_215_LS 0x4c53
224#define PCI_DEVICE_ID_ATI_264_LT 0x4c54
225/* Mach64 VT */
226#define PCI_DEVICE_ID_ATI_264VT 0x5654
227#define PCI_DEVICE_ID_ATI_264VU 0x5655
228#define PCI_DEVICE_ID_ATI_264VV 0x5656
229/* Rage128 GL */
230#define PCI_DEVICE_ID_ATI_RAGE128_RE 0x5245
231#define PCI_DEVICE_ID_ATI_RAGE128_RF 0x5246
232#define PCI_DEVICE_ID_ATI_RAGE128_RG 0x5247
233/* Rage128 VR */
234#define PCI_DEVICE_ID_ATI_RAGE128_RK 0x524b
235#define PCI_DEVICE_ID_ATI_RAGE128_RL 0x524c
236#define PCI_DEVICE_ID_ATI_RAGE128_SE 0x5345
237#define PCI_DEVICE_ID_ATI_RAGE128_SF 0x5346
238#define PCI_DEVICE_ID_ATI_RAGE128_SG 0x5347
239#define PCI_DEVICE_ID_ATI_RAGE128_SH 0x5348
240#define PCI_DEVICE_ID_ATI_RAGE128_SK 0x534b
241#define PCI_DEVICE_ID_ATI_RAGE128_SL 0x534c
242#define PCI_DEVICE_ID_ATI_RAGE128_SM 0x534d
243#define PCI_DEVICE_ID_ATI_RAGE128_SN 0x534e
244/* Rage128 Ultra */
245#define PCI_DEVICE_ID_ATI_RAGE128_TF 0x5446
246#define PCI_DEVICE_ID_ATI_RAGE128_TL 0x544c
247#define PCI_DEVICE_ID_ATI_RAGE128_TR 0x5452
248#define PCI_DEVICE_ID_ATI_RAGE128_TS 0x5453
249#define PCI_DEVICE_ID_ATI_RAGE128_TT 0x5454
250#define PCI_DEVICE_ID_ATI_RAGE128_TU 0x5455
251/* Rage128 M3 */
252#define PCI_DEVICE_ID_ATI_RAGE128_LE 0x4c45
253#define PCI_DEVICE_ID_ATI_RAGE128_LF 0x4c46
254/* Rage128 M4 */
255#define PCI_DEVICE_ID_ATI_RAGE128_MF 0x4d46
256#define PCI_DEVICE_ID_ATI_RAGE128_ML 0x4d4c
257/* Rage128 Pro GL */
258#define PCI_DEVICE_ID_ATI_RAGE128_PA 0x5041
259#define PCI_DEVICE_ID_ATI_RAGE128_PB 0x5042
260#define PCI_DEVICE_ID_ATI_RAGE128_PC 0x5043
261#define PCI_DEVICE_ID_ATI_RAGE128_PD 0x5044
262#define PCI_DEVICE_ID_ATI_RAGE128_PE 0x5045
263#define PCI_DEVICE_ID_ATI_RAGE128_PF 0x5046
264/* Rage128 Pro VR */
265#define PCI_DEVICE_ID_ATI_RAGE128_PG 0x5047
266#define PCI_DEVICE_ID_ATI_RAGE128_PH 0x5048
267#define PCI_DEVICE_ID_ATI_RAGE128_PI 0x5049
268#define PCI_DEVICE_ID_ATI_RAGE128_PJ 0x504A
269#define PCI_DEVICE_ID_ATI_RAGE128_PK 0x504B
270#define PCI_DEVICE_ID_ATI_RAGE128_PL 0x504C
271#define PCI_DEVICE_ID_ATI_RAGE128_PM 0x504D
272#define PCI_DEVICE_ID_ATI_RAGE128_PN 0x504E
273#define PCI_DEVICE_ID_ATI_RAGE128_PO 0x504F
274#define PCI_DEVICE_ID_ATI_RAGE128_PP 0x5050
275#define PCI_DEVICE_ID_ATI_RAGE128_PQ 0x5051
276#define PCI_DEVICE_ID_ATI_RAGE128_PR 0x5052
1da177e4
LT
277#define PCI_DEVICE_ID_ATI_RAGE128_PS 0x5053
278#define PCI_DEVICE_ID_ATI_RAGE128_PT 0x5054
279#define PCI_DEVICE_ID_ATI_RAGE128_PU 0x5055
280#define PCI_DEVICE_ID_ATI_RAGE128_PV 0x5056
281#define PCI_DEVICE_ID_ATI_RAGE128_PW 0x5057
282#define PCI_DEVICE_ID_ATI_RAGE128_PX 0x5058
283/* Rage128 M4 */
1da177e4
LT
284/* Radeon R100 */
285#define PCI_DEVICE_ID_ATI_RADEON_QD 0x5144
286#define PCI_DEVICE_ID_ATI_RADEON_QE 0x5145
287#define PCI_DEVICE_ID_ATI_RADEON_QF 0x5146
288#define PCI_DEVICE_ID_ATI_RADEON_QG 0x5147
289/* Radeon RV100 (VE) */
290#define PCI_DEVICE_ID_ATI_RADEON_QY 0x5159
291#define PCI_DEVICE_ID_ATI_RADEON_QZ 0x515a
292/* Radeon R200 (8500) */
293#define PCI_DEVICE_ID_ATI_RADEON_QL 0x514c
294#define PCI_DEVICE_ID_ATI_RADEON_QN 0x514e
295#define PCI_DEVICE_ID_ATI_RADEON_QO 0x514f
296#define PCI_DEVICE_ID_ATI_RADEON_Ql 0x516c
297#define PCI_DEVICE_ID_ATI_RADEON_BB 0x4242
298/* Radeon R200 (9100) */
299#define PCI_DEVICE_ID_ATI_RADEON_QM 0x514d
300/* Radeon RV200 (7500) */
301#define PCI_DEVICE_ID_ATI_RADEON_QW 0x5157
302#define PCI_DEVICE_ID_ATI_RADEON_QX 0x5158
303/* Radeon NV-100 */
1da177e4
LT
304/* Radeon RV250 (9000) */
305#define PCI_DEVICE_ID_ATI_RADEON_Id 0x4964
306#define PCI_DEVICE_ID_ATI_RADEON_Ie 0x4965
307#define PCI_DEVICE_ID_ATI_RADEON_If 0x4966
308#define PCI_DEVICE_ID_ATI_RADEON_Ig 0x4967
309/* Radeon RV280 (9200) */
1da177e4
LT
310#define PCI_DEVICE_ID_ATI_RADEON_Ya 0x5961
311#define PCI_DEVICE_ID_ATI_RADEON_Yd 0x5964
312/* Radeon R300 (9500) */
1da177e4
LT
313/* Radeon R300 (9700) */
314#define PCI_DEVICE_ID_ATI_RADEON_ND 0x4e44
315#define PCI_DEVICE_ID_ATI_RADEON_NE 0x4e45
316#define PCI_DEVICE_ID_ATI_RADEON_NF 0x4e46
317#define PCI_DEVICE_ID_ATI_RADEON_NG 0x4e47
1da177e4 318/* Radeon R350 (9800) */
1da177e4 319/* Radeon RV350 (9600) */
1da177e4
LT
320/* Radeon M6 */
321#define PCI_DEVICE_ID_ATI_RADEON_LY 0x4c59
322#define PCI_DEVICE_ID_ATI_RADEON_LZ 0x4c5a
323/* Radeon M7 */
324#define PCI_DEVICE_ID_ATI_RADEON_LW 0x4c57
325#define PCI_DEVICE_ID_ATI_RADEON_LX 0x4c58
326/* Radeon M9 */
327#define PCI_DEVICE_ID_ATI_RADEON_Ld 0x4c64
328#define PCI_DEVICE_ID_ATI_RADEON_Le 0x4c65
329#define PCI_DEVICE_ID_ATI_RADEON_Lf 0x4c66
330#define PCI_DEVICE_ID_ATI_RADEON_Lg 0x4c67
331/* Radeon */
1da177e4
LT
332/* RadeonIGP */
333#define PCI_DEVICE_ID_ATI_RS100 0xcab0
334#define PCI_DEVICE_ID_ATI_RS200 0xcab2
335#define PCI_DEVICE_ID_ATI_RS200_B 0xcbb2
336#define PCI_DEVICE_ID_ATI_RS250 0xcab3
337#define PCI_DEVICE_ID_ATI_RS300_100 0x5830
338#define PCI_DEVICE_ID_ATI_RS300_133 0x5831
339#define PCI_DEVICE_ID_ATI_RS300_166 0x5832
340#define PCI_DEVICE_ID_ATI_RS300_200 0x5833
341#define PCI_DEVICE_ID_ATI_RS350_100 0x7830
342#define PCI_DEVICE_ID_ATI_RS350_133 0x7831
343#define PCI_DEVICE_ID_ATI_RS350_166 0x7832
344#define PCI_DEVICE_ID_ATI_RS350_200 0x7833
345#define PCI_DEVICE_ID_ATI_RS400_100 0x5a30
346#define PCI_DEVICE_ID_ATI_RS400_133 0x5a31
347#define PCI_DEVICE_ID_ATI_RS400_166 0x5a32
348#define PCI_DEVICE_ID_ATI_RS400_200 0x5a33
349#define PCI_DEVICE_ID_ATI_RS480 0x5950
350/* ATI IXP Chipset */
351#define PCI_DEVICE_ID_ATI_IXP200_IDE 0x4349
352#define PCI_DEVICE_ID_ATI_IXP300_IDE 0x4369
353#define PCI_DEVICE_ID_ATI_IXP300_SATA 0x436e
354#define PCI_DEVICE_ID_ATI_IXP400_IDE 0x4376
355#define PCI_DEVICE_ID_ATI_IXP400_SATA 0x4379
356
357#define PCI_VENDOR_ID_VLSI 0x1004
358#define PCI_DEVICE_ID_VLSI_82C592 0x0005
359#define PCI_DEVICE_ID_VLSI_82C593 0x0006
360#define PCI_DEVICE_ID_VLSI_82C594 0x0007
361#define PCI_DEVICE_ID_VLSI_82C597 0x0009
362#define PCI_DEVICE_ID_VLSI_82C541 0x000c
363#define PCI_DEVICE_ID_VLSI_82C543 0x000d
364#define PCI_DEVICE_ID_VLSI_82C532 0x0101
365#define PCI_DEVICE_ID_VLSI_82C534 0x0102
366#define PCI_DEVICE_ID_VLSI_82C535 0x0104
367#define PCI_DEVICE_ID_VLSI_82C147 0x0105
368#define PCI_DEVICE_ID_VLSI_VAS96011 0x0702
369
370#define PCI_VENDOR_ID_ADL 0x1005
371#define PCI_DEVICE_ID_ADL_2301 0x2301
372
373#define PCI_VENDOR_ID_NS 0x100b
374#define PCI_DEVICE_ID_NS_87415 0x0002
375#define PCI_DEVICE_ID_NS_87560_LIO 0x000e
376#define PCI_DEVICE_ID_NS_87560_USB 0x0012
377#define PCI_DEVICE_ID_NS_83815 0x0020
378#define PCI_DEVICE_ID_NS_83820 0x0022
9b4ffa48
JK
379#define PCI_DEVICE_ID_NS_CS5535_IDE 0x002d
380#define PCI_DEVICE_ID_NS_CS5535_AUDIO 0x002e
381#define PCI_DEVICE_ID_NS_CS5535_USB 0x002f
382#define PCI_DEVICE_ID_NS_CS5535_VIDEO 0x0030
1f26dac3 383#define PCI_DEVICE_ID_NS_SATURN 0x0035
1da177e4
LT
384#define PCI_DEVICE_ID_NS_SCx200_BRIDGE 0x0500
385#define PCI_DEVICE_ID_NS_SCx200_SMI 0x0501
386#define PCI_DEVICE_ID_NS_SCx200_IDE 0x0502
387#define PCI_DEVICE_ID_NS_SCx200_AUDIO 0x0503
388#define PCI_DEVICE_ID_NS_SCx200_VIDEO 0x0504
389#define PCI_DEVICE_ID_NS_SCx200_XBUS 0x0505
390#define PCI_DEVICE_ID_NS_SC1100_BRIDGE 0x0510
391#define PCI_DEVICE_ID_NS_SC1100_SMI 0x0511
392#define PCI_DEVICE_ID_NS_SC1100_XBUS 0x0515
393#define PCI_DEVICE_ID_NS_87410 0xd001
f5b2d8b4 394#define PCI_DEVICE_ID_NS_CS5535_IDE 0x002d
1da177e4
LT
395
396#define PCI_VENDOR_ID_TSENG 0x100c
397#define PCI_DEVICE_ID_TSENG_W32P_2 0x3202
398#define PCI_DEVICE_ID_TSENG_W32P_b 0x3205
399#define PCI_DEVICE_ID_TSENG_W32P_c 0x3206
400#define PCI_DEVICE_ID_TSENG_W32P_d 0x3207
401#define PCI_DEVICE_ID_TSENG_ET6000 0x3208
402
403#define PCI_VENDOR_ID_WEITEK 0x100e
404#define PCI_DEVICE_ID_WEITEK_P9000 0x9001
405#define PCI_DEVICE_ID_WEITEK_P9100 0x9100
406
407#define PCI_VENDOR_ID_DEC 0x1011
408#define PCI_DEVICE_ID_DEC_BRD 0x0001
409#define PCI_DEVICE_ID_DEC_TULIP 0x0002
410#define PCI_DEVICE_ID_DEC_TGA 0x0004
411#define PCI_DEVICE_ID_DEC_TULIP_FAST 0x0009
412#define PCI_DEVICE_ID_DEC_TGA2 0x000D
413#define PCI_DEVICE_ID_DEC_FDDI 0x000F
414#define PCI_DEVICE_ID_DEC_TULIP_PLUS 0x0014
415#define PCI_DEVICE_ID_DEC_21142 0x0019
416#define PCI_DEVICE_ID_DEC_21052 0x0021
417#define PCI_DEVICE_ID_DEC_21150 0x0022
418#define PCI_DEVICE_ID_DEC_21152 0x0024
419#define PCI_DEVICE_ID_DEC_21153 0x0025
420#define PCI_DEVICE_ID_DEC_21154 0x0026
421#define PCI_DEVICE_ID_DEC_21285 0x1065
422#define PCI_DEVICE_ID_COMPAQ_42XX 0x0046
423
424#define PCI_VENDOR_ID_CIRRUS 0x1013
425#define PCI_DEVICE_ID_CIRRUS_7548 0x0038
426#define PCI_DEVICE_ID_CIRRUS_5430 0x00a0
427#define PCI_DEVICE_ID_CIRRUS_5434_4 0x00a4
428#define PCI_DEVICE_ID_CIRRUS_5434_8 0x00a8
429#define PCI_DEVICE_ID_CIRRUS_5436 0x00ac
430#define PCI_DEVICE_ID_CIRRUS_5446 0x00b8
431#define PCI_DEVICE_ID_CIRRUS_5480 0x00bc
432#define PCI_DEVICE_ID_CIRRUS_5462 0x00d0
433#define PCI_DEVICE_ID_CIRRUS_5464 0x00d4
434#define PCI_DEVICE_ID_CIRRUS_5465 0x00d6
435#define PCI_DEVICE_ID_CIRRUS_6729 0x1100
436#define PCI_DEVICE_ID_CIRRUS_6832 0x1110
1da177e4 437#define PCI_DEVICE_ID_CIRRUS_7543 0x1202
676e1a2c
TI
438#define PCI_DEVICE_ID_CIRRUS_4610 0x6001
439#define PCI_DEVICE_ID_CIRRUS_4612 0x6003
440#define PCI_DEVICE_ID_CIRRUS_4615 0x6004
1da177e4
LT
441
442#define PCI_VENDOR_ID_IBM 0x1014
1da177e4 443#define PCI_DEVICE_ID_IBM_TR 0x0018
1da177e4 444#define PCI_DEVICE_ID_IBM_TR_WAKE 0x003e
1da177e4 445#define PCI_DEVICE_ID_IBM_CPC710_PCI64 0x00fc
1da177e4 446#define PCI_DEVICE_ID_IBM_SNIPE 0x0180
1da177e4
LT
447#define PCI_DEVICE_ID_IBM_CITRINE 0x028C
448#define PCI_DEVICE_ID_IBM_GEMSTONE 0xB166
618ec46b 449#define PCI_DEVICE_ID_IBM_OBSIDIAN 0x02BD
1da177e4
LT
450#define PCI_DEVICE_ID_IBM_ICOM_DEV_ID_1 0x0031
451#define PCI_DEVICE_ID_IBM_ICOM_DEV_ID_2 0x0219
452#define PCI_DEVICE_ID_IBM_ICOM_V2_TWO_PORTS_RVX 0x021A
453#define PCI_DEVICE_ID_IBM_ICOM_V2_ONE_PORT_RVX_ONE_PORT_MDM 0x0251
454#define PCI_DEVICE_ID_IBM_ICOM_FOUR_PORT_MODEL 0x252
455
2f028234 456#define PCI_VENDOR_ID_COMPEX2 0x101a /* pci.ids says "AT&T GIS (NCR)" */
1da177e4
LT
457#define PCI_DEVICE_ID_COMPEX2_100VG 0x0005
458
459#define PCI_VENDOR_ID_WD 0x101c
1da177e4
LT
460#define PCI_DEVICE_ID_WD_90C 0xc24a
461
462#define PCI_VENDOR_ID_AMI 0x101e
463#define PCI_DEVICE_ID_AMI_MEGARAID3 0x1960
464#define PCI_DEVICE_ID_AMI_MEGARAID 0x9010
465#define PCI_DEVICE_ID_AMI_MEGARAID2 0x9060
466
467#define PCI_VENDOR_ID_AMD 0x1022
1cbf0747 468#define PCI_DEVICE_ID_AMD_K8_NB 0x1100
1da177e4
LT
469#define PCI_DEVICE_ID_AMD_LANCE 0x2000
470#define PCI_DEVICE_ID_AMD_LANCE_HOME 0x2001
471#define PCI_DEVICE_ID_AMD_SCSI 0x2020
472#define PCI_DEVICE_ID_AMD_SERENADE 0x36c0
473#define PCI_DEVICE_ID_AMD_FE_GATE_7006 0x7006
474#define PCI_DEVICE_ID_AMD_FE_GATE_7007 0x7007
475#define PCI_DEVICE_ID_AMD_FE_GATE_700C 0x700C
1da177e4 476#define PCI_DEVICE_ID_AMD_FE_GATE_700E 0x700E
1da177e4 477#define PCI_DEVICE_ID_AMD_COBRA_7401 0x7401
1da177e4
LT
478#define PCI_DEVICE_ID_AMD_VIPER_7409 0x7409
479#define PCI_DEVICE_ID_AMD_VIPER_740B 0x740B
1da177e4
LT
480#define PCI_DEVICE_ID_AMD_VIPER_7410 0x7410
481#define PCI_DEVICE_ID_AMD_VIPER_7411 0x7411
482#define PCI_DEVICE_ID_AMD_VIPER_7413 0x7413
b135c481 483#define PCI_DEVICE_ID_AMD_VIPER_7440 0x7440
1da177e4 484#define PCI_DEVICE_ID_AMD_OPUS_7441 0x7441
1da177e4 485#define PCI_DEVICE_ID_AMD_OPUS_7443 0x7443
b135c481 486#define PCI_DEVICE_ID_AMD_VIPER_7443 0x7443
1da177e4 487#define PCI_DEVICE_ID_AMD_OPUS_7445 0x7445
1da177e4
LT
488#define PCI_DEVICE_ID_AMD_8111_LPC 0x7468
489#define PCI_DEVICE_ID_AMD_8111_IDE 0x7469
490#define PCI_DEVICE_ID_AMD_8111_SMBUS2 0x746a
491#define PCI_DEVICE_ID_AMD_8111_SMBUS 0x746b
492#define PCI_DEVICE_ID_AMD_8111_AUDIO 0x746d
493#define PCI_DEVICE_ID_AMD_8151_0 0x7454
494#define PCI_DEVICE_ID_AMD_8131_APIC 0x7450
495
7fab773d
JC
496#define PCI_DEVICE_ID_AMD_CS5536_IDE 0x209A
497
1da177e4
LT
498#define PCI_VENDOR_ID_TRIDENT 0x1023
499#define PCI_DEVICE_ID_TRIDENT_4DWAVE_DX 0x2000
500#define PCI_DEVICE_ID_TRIDENT_4DWAVE_NX 0x2001
501#define PCI_DEVICE_ID_TRIDENT_9320 0x9320
502#define PCI_DEVICE_ID_TRIDENT_9388 0x9388
503#define PCI_DEVICE_ID_TRIDENT_9397 0x9397
504#define PCI_DEVICE_ID_TRIDENT_939A 0x939A
505#define PCI_DEVICE_ID_TRIDENT_9520 0x9520
506#define PCI_DEVICE_ID_TRIDENT_9525 0x9525
507#define PCI_DEVICE_ID_TRIDENT_9420 0x9420
508#define PCI_DEVICE_ID_TRIDENT_9440 0x9440
509#define PCI_DEVICE_ID_TRIDENT_9660 0x9660
510#define PCI_DEVICE_ID_TRIDENT_9750 0x9750
511#define PCI_DEVICE_ID_TRIDENT_9850 0x9850
512#define PCI_DEVICE_ID_TRIDENT_9880 0x9880
513#define PCI_DEVICE_ID_TRIDENT_8400 0x8400
514#define PCI_DEVICE_ID_TRIDENT_8420 0x8420
515#define PCI_DEVICE_ID_TRIDENT_8500 0x8500
516
517#define PCI_VENDOR_ID_AI 0x1025
518#define PCI_DEVICE_ID_AI_M1435 0x1435
519
520#define PCI_VENDOR_ID_DELL 0x1028
521#define PCI_DEVICE_ID_DELL_RACIII 0x0008
522#define PCI_DEVICE_ID_DELL_RAC4 0x0012
c4a3e0a5 523#define PCI_DEVICE_ID_DELL_PERC5 0x0015
1da177e4
LT
524
525#define PCI_VENDOR_ID_MATROX 0x102B
526#define PCI_DEVICE_ID_MATROX_MGA_2 0x0518
527#define PCI_DEVICE_ID_MATROX_MIL 0x0519
528#define PCI_DEVICE_ID_MATROX_MYS 0x051A
529#define PCI_DEVICE_ID_MATROX_MIL_2 0x051b