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