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