105b261ecSmrg
205b261ecSmrg/*
305b261ecSmrg * Copyright (c) 1995-2003 by The XFree86 Project, Inc.
405b261ecSmrg *
505b261ecSmrg * Permission is hereby granted, free of charge, to any person obtaining a
605b261ecSmrg * copy of this software and associated documentation files (the "Software"),
705b261ecSmrg * to deal in the Software without restriction, including without limitation
805b261ecSmrg * the rights to use, copy, modify, merge, publish, distribute, sublicense,
905b261ecSmrg * and/or sell copies of the Software, and to permit persons to whom the
1005b261ecSmrg * Software is furnished to do so, subject to the following conditions:
1105b261ecSmrg *
1205b261ecSmrg * The above copyright notice and this permission notice shall be included in
1305b261ecSmrg * all copies or substantial portions of the Software.
1405b261ecSmrg *
1505b261ecSmrg * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1605b261ecSmrg * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1705b261ecSmrg * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1805b261ecSmrg * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
1905b261ecSmrg * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2005b261ecSmrg * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2105b261ecSmrg * OTHER DEALINGS IN THE SOFTWARE.
2205b261ecSmrg *
2305b261ecSmrg * Except as contained in this notice, the name of the copyright holder(s)
2405b261ecSmrg * and author(s) shall not be used in advertising or otherwise to promote
2505b261ecSmrg * the sale, use or other dealings in this Software without prior written
2605b261ecSmrg * authorization from the copyright holder(s) and author(s).
2705b261ecSmrg */
2805b261ecSmrg
2905b261ecSmrg/*
3005b261ecSmrg * This file contains macros for the PCI Vendor and Device IDs for video
3105b261ecSmrg * cards plus a few other things that are needed in drivers or elsewhere.
3205b261ecSmrg * This information is used in several ways:
3305b261ecSmrg *   1. It is used by drivers and/or other code.
3405b261ecSmrg *   2. It is used by the pciid2c.pl script to determine what vendor data to
3505b261ecSmrg *      include in the pcidata module that the X server loads.
3605b261ecSmrg *   3. A side-effect of 2. affects how config-generation works for
3705b261ecSmrg *      otherwise "unknown" cards.
3805b261ecSmrg *
3905b261ecSmrg * Don't add entries here for vendors that don't make video cards,
4005b261ecSmrg * or for non-video devices unless they're needed by a driver or elsewhere.
4105b261ecSmrg * A comprehensive set of PCI vendor, device and subsystem data is
4205b261ecSmrg * auto-generated from the ../etc/pci.ids file using the pciids2c.pl script,
4335c4bbdfSmrg * and is used in scanpci utility.  Don't modify the pci.ids file.  If
444642e01fSmrg * new/corrected entries are required, add them to ../etc/extrapci.ids.
4505b261ecSmrg */
4605b261ecSmrg
4705b261ecSmrg#ifndef _XF86_PCIINFO_H
4805b261ecSmrg#define _XF86_PCIINFO_H
4905b261ecSmrg
5035c4bbdfSmrg#warning "xf86PciInfo.h is deprecated.  For greater compatibility, drivers should include necessary PCI IDs locally rather than relying on this file from xorg-server."
5135c4bbdfSmrg
5205b261ecSmrg/* PCI Pseudo Vendor */
5305b261ecSmrg#define PCI_VENDOR_GENERIC		0x00FF
5405b261ecSmrg
5505b261ecSmrg#define PCI_VENDOR_REAL3D		0x003D
5605b261ecSmrg#define PCI_VENDOR_COMPAQ		0x0E11
5705b261ecSmrg#define PCI_VENDOR_ATI			0x1002
5805b261ecSmrg#define PCI_VENDOR_AVANCE		0x1005
5905b261ecSmrg#define PCI_VENDOR_TSENG		0x100C
6005b261ecSmrg#define PCI_VENDOR_NS			0x100B
6105b261ecSmrg#define PCI_VENDOR_WEITEK		0x100E
6205b261ecSmrg#define PCI_VENDOR_VIDEOLOGIC		0x1010
6305b261ecSmrg#define PCI_VENDOR_DIGITAL		0x1011
6405b261ecSmrg#define PCI_VENDOR_CIRRUS		0x1013
6505b261ecSmrg#define PCI_VENDOR_AMD			0x1022
6605b261ecSmrg#define PCI_VENDOR_TRIDENT		0x1023
6705b261ecSmrg#define PCI_VENDOR_ALI			0x1025
6805b261ecSmrg#define PCI_VENDOR_DELL			0x1028
6905b261ecSmrg#define PCI_VENDOR_MATROX		0x102B
7005b261ecSmrg#define PCI_VENDOR_CHIPSTECH		0x102C
7105b261ecSmrg#define PCI_VENDOR_MIRO			0x1031
7205b261ecSmrg#define PCI_VENDOR_NEC			0x1033
7305b261ecSmrg#define PCI_VENDOR_SIS			0x1039
7405b261ecSmrg#define PCI_VENDOR_HP			0x103C
7505b261ecSmrg#define PCI_VENDOR_SGS			0x104A
7605b261ecSmrg#define PCI_VENDOR_TI			0x104C
7705b261ecSmrg#define PCI_VENDOR_SONY			0x104D
7805b261ecSmrg#define PCI_VENDOR_OAK			0x104E
7905b261ecSmrg#define PCI_VENDOR_MOTOROLA		0x1057
8005b261ecSmrg#define PCI_VENDOR_NUMNINE		0x105D
8105b261ecSmrg#define PCI_VENDOR_CYRIX		0x1078
8205b261ecSmrg#define PCI_VENDOR_SUN			0x108E
8305b261ecSmrg#define PCI_VENDOR_DIAMOND		0x1092
8405b261ecSmrg#define PCI_VENDOR_BROOKTREE		0x109E
8505b261ecSmrg#define PCI_VENDOR_NEOMAGIC		0x10C8
8605b261ecSmrg#define PCI_VENDOR_NVIDIA		0x10DE
8705b261ecSmrg#define PCI_VENDOR_IMS			0x10E0
8805b261ecSmrg#define PCI_VENDOR_INTEGRAPHICS 	0x10EA
8905b261ecSmrg#define PCI_VENDOR_ALLIANCE		0x1142
9005b261ecSmrg#define PCI_VENDOR_RENDITION		0x1163
9105b261ecSmrg#define PCI_VENDOR_3DFX			0x121A
9205b261ecSmrg#define PCI_VENDOR_SMI			0x126F
9305b261ecSmrg#define PCI_VENDOR_TRITECH		0x1292
9405b261ecSmrg#define PCI_VENDOR_NVIDIA_SGS		0x12D2
9505b261ecSmrg#define PCI_VENDOR_VMWARE		0x15AD
9605b261ecSmrg#define PCI_VENDOR_AST			0x1A03
9705b261ecSmrg#define PCI_VENDOR_3DLABS		0x3D3D
9805b261ecSmrg#define PCI_VENDOR_AVANCE_2		0x4005
9905b261ecSmrg#define PCI_VENDOR_HERCULES		0x4843
10005b261ecSmrg#define PCI_VENDOR_S3			0x5333
10105b261ecSmrg#define PCI_VENDOR_INTEL		0x8086
10205b261ecSmrg#define PCI_VENDOR_ARK			0xEDD8
10305b261ecSmrg
10405b261ecSmrg/* Generic */
10505b261ecSmrg#define PCI_CHIP_VGA			0x0000
10605b261ecSmrg#define PCI_CHIP_8514			0x0001
10705b261ecSmrg
10805b261ecSmrg/* Real 3D */
10905b261ecSmrg#define PCI_CHIP_I740_PCI		0x00D1
11005b261ecSmrg
11105b261ecSmrg/* Compaq */
11205b261ecSmrg#define PCI_CHIP_QV1280			0x3033
11305b261ecSmrg
11405b261ecSmrg/* ATI */
11505b261ecSmrg#define PCI_CHIP_RV380_3150             0x3150
11605b261ecSmrg#define PCI_CHIP_RV380_3151             0x3151
11705b261ecSmrg#define PCI_CHIP_RV380_3152             0x3152
11805b261ecSmrg#define PCI_CHIP_RV380_3153             0x3153
11905b261ecSmrg#define PCI_CHIP_RV380_3154             0x3154
12005b261ecSmrg#define PCI_CHIP_RV380_3156             0x3156
12105b261ecSmrg#define PCI_CHIP_RV380_3E50             0x3E50
12205b261ecSmrg#define PCI_CHIP_RV380_3E51             0x3E51
12305b261ecSmrg#define PCI_CHIP_RV380_3E52             0x3E52
12405b261ecSmrg#define PCI_CHIP_RV380_3E53             0x3E53
12505b261ecSmrg#define PCI_CHIP_RV380_3E54             0x3E54
12605b261ecSmrg#define PCI_CHIP_RV380_3E56             0x3E56
12705b261ecSmrg#define PCI_CHIP_RS100_4136		0x4136
12805b261ecSmrg#define PCI_CHIP_RS200_4137		0x4137
12905b261ecSmrg#define PCI_CHIP_R300_AD		0x4144
13005b261ecSmrg#define PCI_CHIP_R300_AE		0x4145
13105b261ecSmrg#define PCI_CHIP_R300_AF		0x4146
13205b261ecSmrg#define PCI_CHIP_R300_AG		0x4147
13305b261ecSmrg#define PCI_CHIP_R350_AH                0x4148
13405b261ecSmrg#define PCI_CHIP_R350_AI                0x4149
13505b261ecSmrg#define PCI_CHIP_R350_AJ                0x414A
13605b261ecSmrg#define PCI_CHIP_R350_AK                0x414B
13705b261ecSmrg#define PCI_CHIP_RV350_AP               0x4150
13805b261ecSmrg#define PCI_CHIP_RV350_AQ               0x4151
13905b261ecSmrg#define PCI_CHIP_RV360_AR               0x4152
14005b261ecSmrg#define PCI_CHIP_RV350_AS               0x4153
14105b261ecSmrg#define PCI_CHIP_RV350_AT               0x4154
14205b261ecSmrg#define PCI_CHIP_RV350_4155             0x4155
14305b261ecSmrg#define PCI_CHIP_RV350_AV               0x4156
14405b261ecSmrg#define PCI_CHIP_MACH32			0x4158
14505b261ecSmrg#define PCI_CHIP_RS250_4237		0x4237
14605b261ecSmrg#define PCI_CHIP_R200_BB		0x4242
14705b261ecSmrg#define PCI_CHIP_R200_BC		0x4243
14805b261ecSmrg#define PCI_CHIP_RS100_4336		0x4336
14905b261ecSmrg#define PCI_CHIP_RS200_4337		0x4337
15005b261ecSmrg#define PCI_CHIP_MACH64CT		0x4354
15105b261ecSmrg#define PCI_CHIP_MACH64CX		0x4358
15205b261ecSmrg#define PCI_CHIP_RS250_4437		0x4437
15305b261ecSmrg#define PCI_CHIP_MACH64ET		0x4554
15405b261ecSmrg#define PCI_CHIP_MACH64GB		0x4742
15505b261ecSmrg#define PCI_CHIP_MACH64GD		0x4744
15605b261ecSmrg#define PCI_CHIP_MACH64GI		0x4749
15705b261ecSmrg#define PCI_CHIP_MACH64GL		0x474C
15805b261ecSmrg#define PCI_CHIP_MACH64GM		0x474D
15905b261ecSmrg#define PCI_CHIP_MACH64GN		0x474E
16005b261ecSmrg#define PCI_CHIP_MACH64GO		0x474F
16105b261ecSmrg#define PCI_CHIP_MACH64GP		0x4750
16205b261ecSmrg#define PCI_CHIP_MACH64GQ		0x4751
16305b261ecSmrg#define PCI_CHIP_MACH64GR		0x4752
16405b261ecSmrg#define PCI_CHIP_MACH64GS		0x4753
16505b261ecSmrg#define PCI_CHIP_MACH64GT		0x4754
16605b261ecSmrg#define PCI_CHIP_MACH64GU		0x4755
16705b261ecSmrg#define PCI_CHIP_MACH64GV		0x4756
16805b261ecSmrg#define PCI_CHIP_MACH64GW		0x4757
16905b261ecSmrg#define PCI_CHIP_MACH64GX		0x4758
17005b261ecSmrg#define PCI_CHIP_MACH64GY		0x4759
17105b261ecSmrg#define PCI_CHIP_MACH64GZ		0x475A
17205b261ecSmrg#define PCI_CHIP_RV250_Id		0x4964
17305b261ecSmrg#define PCI_CHIP_RV250_Ie		0x4965
17405b261ecSmrg#define PCI_CHIP_RV250_If		0x4966
17505b261ecSmrg#define PCI_CHIP_RV250_Ig		0x4967
17605b261ecSmrg#define PCI_CHIP_R420_JH                0x4A48
17705b261ecSmrg#define PCI_CHIP_R420_JI                0x4A49
17805b261ecSmrg#define PCI_CHIP_R420_JJ                0x4A4A
17905b261ecSmrg#define PCI_CHIP_R420_JK                0x4A4B
18005b261ecSmrg#define PCI_CHIP_R420_JL                0x4A4C
18105b261ecSmrg#define PCI_CHIP_R420_JM                0x4A4D
18205b261ecSmrg#define PCI_CHIP_R420_JN                0x4A4E
18305b261ecSmrg#define PCI_CHIP_R420_4A4F              0x4A4F
18405b261ecSmrg#define PCI_CHIP_R420_JP                0x4A50
18505b261ecSmrg#define PCI_CHIP_R420_4A54              0x4A54
18605b261ecSmrg#define PCI_CHIP_R481_4B49              0x4B49
18705b261ecSmrg#define PCI_CHIP_R481_4B4A              0x4B4A
18805b261ecSmrg#define PCI_CHIP_R481_4B4B              0x4B4B
18905b261ecSmrg#define PCI_CHIP_R481_4B4C              0x4B4C
19005b261ecSmrg#define PCI_CHIP_MACH64LB		0x4C42
19105b261ecSmrg#define PCI_CHIP_MACH64LD		0x4C44
19205b261ecSmrg#define PCI_CHIP_RAGE128LE		0x4C45
19305b261ecSmrg#define PCI_CHIP_RAGE128LF		0x4C46
19405b261ecSmrg#define PCI_CHIP_MACH64LG		0x4C47
19505b261ecSmrg#define PCI_CHIP_MACH64LI		0x4C49
19605b261ecSmrg#define PCI_CHIP_MACH64LM		0x4C4D
19705b261ecSmrg#define PCI_CHIP_MACH64LN		0x4C4E
19805b261ecSmrg#define PCI_CHIP_MACH64LP		0x4C50
19905b261ecSmrg#define PCI_CHIP_MACH64LQ		0x4C51
20005b261ecSmrg#define PCI_CHIP_MACH64LR		0x4C52
20105b261ecSmrg#define PCI_CHIP_MACH64LS		0x4C53
20205b261ecSmrg#define PCI_CHIP_RADEON_LW		0x4C57
20305b261ecSmrg#define PCI_CHIP_RADEON_LX		0x4C58
20405b261ecSmrg#define PCI_CHIP_RADEON_LY		0x4C59
20505b261ecSmrg#define PCI_CHIP_RADEON_LZ		0x4C5A
20605b261ecSmrg#define PCI_CHIP_RV250_Ld		0x4C64
20705b261ecSmrg#define PCI_CHIP_RV250_Le		0x4C65
20805b261ecSmrg#define PCI_CHIP_RV250_Lf		0x4C66
20905b261ecSmrg#define PCI_CHIP_RV250_Lg		0x4C67
21005b261ecSmrg#define PCI_CHIP_RV250_Ln		0x4C6E
21105b261ecSmrg#define PCI_CHIP_RAGE128MF		0x4D46
21205b261ecSmrg#define PCI_CHIP_RAGE128ML		0x4D4C
21305b261ecSmrg#define PCI_CHIP_R300_ND		0x4E44
21405b261ecSmrg#define PCI_CHIP_R300_NE		0x4E45
21505b261ecSmrg#define PCI_CHIP_R300_NF		0x4E46
21605b261ecSmrg#define PCI_CHIP_R300_NG		0x4E47
21735c4bbdfSmrg#define PCI_CHIP_R350_NH                0x4E48
21835c4bbdfSmrg#define PCI_CHIP_R350_NI                0x4E49
21935c4bbdfSmrg#define PCI_CHIP_R360_NJ                0x4E4A
22035c4bbdfSmrg#define PCI_CHIP_R350_NK                0x4E4B
22105b261ecSmrg#define PCI_CHIP_RV350_NP               0x4E50
22205b261ecSmrg#define PCI_CHIP_RV350_NQ               0x4E51
22305b261ecSmrg#define PCI_CHIP_RV350_NR               0x4E52
22405b261ecSmrg#define PCI_CHIP_RV350_NS               0x4E53
22505b261ecSmrg#define PCI_CHIP_RV350_NT               0x4E54
22605b261ecSmrg#define PCI_CHIP_RV350_NV               0x4E56
22705b261ecSmrg#define PCI_CHIP_RAGE128PA		0x5041
22805b261ecSmrg#define PCI_CHIP_RAGE128PB		0x5042
22905b261ecSmrg#define PCI_CHIP_RAGE128PC		0x5043
23005b261ecSmrg#define PCI_CHIP_RAGE128PD		0x5044
23105b261ecSmrg#define PCI_CHIP_RAGE128PE		0x5045
23205b261ecSmrg#define PCI_CHIP_RAGE128PF		0x5046
23305b261ecSmrg#define PCI_CHIP_RAGE128PG		0x5047
23405b261ecSmrg#define PCI_CHIP_RAGE128PH		0x5048
23505b261ecSmrg#define PCI_CHIP_RAGE128PI		0x5049
23605b261ecSmrg#define PCI_CHIP_RAGE128PJ		0x504A
23705b261ecSmrg#define PCI_CHIP_RAGE128PK		0x504B
23805b261ecSmrg#define PCI_CHIP_RAGE128PL		0x504C
23905b261ecSmrg#define PCI_CHIP_RAGE128PM		0x504D
24005b261ecSmrg#define PCI_CHIP_RAGE128PN		0x504E
24105b261ecSmrg#define PCI_CHIP_RAGE128PO		0x504F
24205b261ecSmrg#define PCI_CHIP_RAGE128PP		0x5050
24305b261ecSmrg#define PCI_CHIP_RAGE128PQ		0x5051
24405b261ecSmrg#define PCI_CHIP_RAGE128PR		0x5052
24505b261ecSmrg#define PCI_CHIP_RAGE128PS		0x5053
24605b261ecSmrg#define PCI_CHIP_RAGE128PT		0x5054
24705b261ecSmrg#define PCI_CHIP_RAGE128PU		0x5055
24805b261ecSmrg#define PCI_CHIP_RAGE128PV		0x5056
24905b261ecSmrg#define PCI_CHIP_RAGE128PW		0x5057
25005b261ecSmrg#define PCI_CHIP_RAGE128PX		0x5058
25105b261ecSmrg#define PCI_CHIP_RADEON_QD		0x5144
25205b261ecSmrg#define PCI_CHIP_RADEON_QE		0x5145
25305b261ecSmrg#define PCI_CHIP_RADEON_QF		0x5146
25405b261ecSmrg#define PCI_CHIP_RADEON_QG		0x5147
25505b261ecSmrg#define PCI_CHIP_R200_QH		0x5148
25605b261ecSmrg#define PCI_CHIP_R200_QI		0x5149
25705b261ecSmrg#define PCI_CHIP_R200_QJ		0x514A
25805b261ecSmrg#define PCI_CHIP_R200_QK		0x514B
25905b261ecSmrg#define PCI_CHIP_R200_QL		0x514C
26005b261ecSmrg#define PCI_CHIP_R200_QM		0x514D
26105b261ecSmrg#define PCI_CHIP_R200_QN		0x514E
26205b261ecSmrg#define PCI_CHIP_R200_QO		0x514F
26305b261ecSmrg#define PCI_CHIP_RV200_QW		0x5157
26405b261ecSmrg#define PCI_CHIP_RV200_QX		0x5158
26505b261ecSmrg#define PCI_CHIP_RV100_QY		0x5159
26605b261ecSmrg#define PCI_CHIP_RV100_QZ		0x515A
26705b261ecSmrg#define PCI_CHIP_RN50_515E		0x515E
26805b261ecSmrg#define PCI_CHIP_RAGE128RE		0x5245
26905b261ecSmrg#define PCI_CHIP_RAGE128RF		0x5246
27005b261ecSmrg#define PCI_CHIP_RAGE128RG		0x5247
27105b261ecSmrg#define PCI_CHIP_RAGE128RK		0x524B
27205b261ecSmrg#define PCI_CHIP_RAGE128RL		0x524C
27305b261ecSmrg#define PCI_CHIP_RAGE128SE		0x5345
27405b261ecSmrg#define PCI_CHIP_RAGE128SF		0x5346
27505b261ecSmrg#define PCI_CHIP_RAGE128SG		0x5347
27605b261ecSmrg#define PCI_CHIP_RAGE128SH		0x5348
27705b261ecSmrg#define PCI_CHIP_RAGE128SK		0x534B
27805b261ecSmrg#define PCI_CHIP_RAGE128SL		0x534C
27905b261ecSmrg#define PCI_CHIP_RAGE128SM		0x534D
28005b261ecSmrg#define PCI_CHIP_RAGE128SN		0x534E
28105b261ecSmrg#define PCI_CHIP_RAGE128TF		0x5446
28205b261ecSmrg#define PCI_CHIP_RAGE128TL		0x544C
28305b261ecSmrg#define PCI_CHIP_RAGE128TR		0x5452
28405b261ecSmrg#define PCI_CHIP_RAGE128TS		0x5453
28505b261ecSmrg#define PCI_CHIP_RAGE128TT		0x5454
28605b261ecSmrg#define PCI_CHIP_RAGE128TU		0x5455
28705b261ecSmrg#define PCI_CHIP_RV370_5460             0x5460
28805b261ecSmrg#define PCI_CHIP_RV370_5461             0x5461
28905b261ecSmrg#define PCI_CHIP_RV370_5462             0x5462
29005b261ecSmrg#define PCI_CHIP_RV370_5463             0x5463
29105b261ecSmrg#define PCI_CHIP_RV370_5464             0x5464
29205b261ecSmrg#define PCI_CHIP_RV370_5465             0x5465
29305b261ecSmrg#define PCI_CHIP_RV370_5466             0x5466
29405b261ecSmrg#define PCI_CHIP_RV370_5467             0x5467
29505b261ecSmrg#define PCI_CHIP_R423_UH                0x5548
29605b261ecSmrg#define PCI_CHIP_R423_UI                0x5549
29705b261ecSmrg#define PCI_CHIP_R423_UJ                0x554A
29805b261ecSmrg#define PCI_CHIP_R423_UK                0x554B
29905b261ecSmrg#define PCI_CHIP_R430_554C              0x554C
30005b261ecSmrg#define PCI_CHIP_R430_554D              0x554D
30105b261ecSmrg#define PCI_CHIP_R430_554E              0x554E
30205b261ecSmrg#define PCI_CHIP_R430_554F              0x554F
30305b261ecSmrg#define PCI_CHIP_R423_5550              0x5550
30405b261ecSmrg#define PCI_CHIP_R423_UQ                0x5551
30505b261ecSmrg#define PCI_CHIP_R423_UR                0x5552
30605b261ecSmrg#define PCI_CHIP_R423_UT                0x5554
30705b261ecSmrg#define PCI_CHIP_RV410_564A             0x564A
30805b261ecSmrg#define PCI_CHIP_RV410_564B             0x564B
30905b261ecSmrg#define PCI_CHIP_RV410_564F             0x564F
31005b261ecSmrg#define PCI_CHIP_RV410_5652             0x5652
31105b261ecSmrg#define PCI_CHIP_RV410_5653             0x5653
31205b261ecSmrg#define PCI_CHIP_MACH64VT		0x5654
31305b261ecSmrg#define PCI_CHIP_MACH64VU		0x5655
31405b261ecSmrg#define PCI_CHIP_MACH64VV		0x5656
31505b261ecSmrg#define PCI_CHIP_RS300_5834		0x5834
31605b261ecSmrg#define PCI_CHIP_RS300_5835		0x5835
31705b261ecSmrg#define PCI_CHIP_RS300_5836		0x5836
31805b261ecSmrg#define PCI_CHIP_RS300_5837		0x5837
31905b261ecSmrg#define PCI_CHIP_RS480_5954             0x5954
32005b261ecSmrg#define PCI_CHIP_RS480_5955             0x5955
32105b261ecSmrg#define PCI_CHIP_RV280_5960		0x5960
32205b261ecSmrg#define PCI_CHIP_RV280_5961		0x5961
32305b261ecSmrg#define PCI_CHIP_RV280_5962		0x5962
32405b261ecSmrg#define PCI_CHIP_RV280_5964		0x5964
32505b261ecSmrg#define PCI_CHIP_RV280_5965 		0x5965
32605b261ecSmrg#define PCI_CHIP_RN50_5969		0x5969
32705b261ecSmrg#define PCI_CHIP_RS482_5974             0x5974
32805b261ecSmrg#define PCI_CHIP_RS482_5975             0x5975
32905b261ecSmrg#define PCI_CHIP_RS400_5A41             0x5A41
33005b261ecSmrg#define PCI_CHIP_RS400_5A42             0x5A42
33105b261ecSmrg#define PCI_CHIP_RC410_5A61             0x5A61
33205b261ecSmrg#define PCI_CHIP_RC410_5A62             0x5A62
33305b261ecSmrg#define PCI_CHIP_RV370_5B60             0x5B60
33405b261ecSmrg#define PCI_CHIP_RV370_5B61             0x5B61
33505b261ecSmrg#define PCI_CHIP_RV370_5B62             0x5B62
33605b261ecSmrg#define PCI_CHIP_RV370_5B63             0x5B63
33705b261ecSmrg#define PCI_CHIP_RV370_5B64             0x5B64
33805b261ecSmrg#define PCI_CHIP_RV370_5B65             0x5B65
33905b261ecSmrg#define PCI_CHIP_RV370_5B66             0x5B66
34005b261ecSmrg#define PCI_CHIP_RV370_5B67             0x5B67
34105b261ecSmrg#define PCI_CHIP_RV280_5C61		0x5C61
34205b261ecSmrg#define PCI_CHIP_RV280_5C63		0x5C63
34305b261ecSmrg#define PCI_CHIP_R430_5D48              0x5D48
34405b261ecSmrg#define PCI_CHIP_R430_5D49              0x5D49
34505b261ecSmrg#define PCI_CHIP_R430_5D4A              0x5D4A
34605b261ecSmrg#define PCI_CHIP_R480_5D4C              0x5D4C
34705b261ecSmrg#define PCI_CHIP_R480_5D4D              0x5D4D
34805b261ecSmrg#define PCI_CHIP_R480_5D4E              0x5D4E
34905b261ecSmrg#define PCI_CHIP_R480_5D4F              0x5D4F
35005b261ecSmrg#define PCI_CHIP_R480_5D50              0x5D50
35105b261ecSmrg#define PCI_CHIP_R480_5D52              0x5D52
35205b261ecSmrg#define PCI_CHIP_R423_5D57              0x5D57
35305b261ecSmrg#define PCI_CHIP_RV410_5E48             0x5E48
35405b261ecSmrg#define PCI_CHIP_RV410_5E4A             0x5E4A
35505b261ecSmrg#define PCI_CHIP_RV410_5E4B             0x5E4B
35605b261ecSmrg#define PCI_CHIP_RV410_5E4C             0x5E4C
35705b261ecSmrg#define PCI_CHIP_RV410_5E4D             0x5E4D
35805b261ecSmrg#define PCI_CHIP_RV410_5E4F             0x5E4F
35905b261ecSmrg#define PCI_CHIP_RS350_7834             0x7834
36005b261ecSmrg#define PCI_CHIP_RS350_7835             0x7835
36105b261ecSmrg
36205b261ecSmrg/* ASPEED Technology (AST) */
36305b261ecSmrg#define PCI_CHIP_AST2000		0x2000
36405b261ecSmrg
36505b261ecSmrg/* Avance Logic */
36605b261ecSmrg#define PCI_CHIP_ALG2064		0x2064
36705b261ecSmrg#define PCI_CHIP_ALG2301		0x2301
36805b261ecSmrg#define PCI_CHIP_ALG2501		0x2501
36905b261ecSmrg
37005b261ecSmrg/* Tseng */
37105b261ecSmrg#define PCI_CHIP_ET4000_W32P_A		0x3202
37205b261ecSmrg#define PCI_CHIP_ET4000_W32P_B		0x3205
37305b261ecSmrg#define PCI_CHIP_ET4000_W32P_D		0x3206
37405b261ecSmrg#define PCI_CHIP_ET4000_W32P_C		0x3207
37505b261ecSmrg#define PCI_CHIP_ET6000			0x3208
37605b261ecSmrg#define PCI_CHIP_ET6300			0x4702
37705b261ecSmrg
37805b261ecSmrg/* Weitek */
37905b261ecSmrg#define PCI_CHIP_P9000			0x9001
38005b261ecSmrg#define PCI_CHIP_P9100			0x9100
38105b261ecSmrg
38205b261ecSmrg/* Digital */
38305b261ecSmrg#define PCI_CHIP_DC21050		0x0001
38405b261ecSmrg#define PCI_CHIP_DEC21030		0x0004
38505b261ecSmrg#define PCI_CHIP_TGA2			0x000D
38605b261ecSmrg
38705b261ecSmrg/* Cirrus Logic */
38805b261ecSmrg#define PCI_CHIP_GD7548			0x0038
38905b261ecSmrg#define PCI_CHIP_GD7555			0x0040
39005b261ecSmrg#define PCI_CHIP_GD5430			0x00A0
39105b261ecSmrg#define PCI_CHIP_GD5434_4		0x00A4
39205b261ecSmrg#define PCI_CHIP_GD5434_8		0x00A8
39305b261ecSmrg#define PCI_CHIP_GD5436			0x00AC
39405b261ecSmrg#define PCI_CHIP_GD5446			0x00B8
39505b261ecSmrg#define PCI_CHIP_GD5480			0x00BC
39605b261ecSmrg#define PCI_CHIP_GD5462			0x00D0
39705b261ecSmrg#define PCI_CHIP_GD5464			0x00D4
39805b261ecSmrg#define PCI_CHIP_GD5464BD		0x00D5
39905b261ecSmrg#define PCI_CHIP_GD5465			0x00D6
40005b261ecSmrg#define PCI_CHIP_6729			0x1100
40105b261ecSmrg#define PCI_CHIP_6832			0x1110
40205b261ecSmrg#define PCI_CHIP_GD7542			0x1200
40305b261ecSmrg#define PCI_CHIP_GD7543			0x1202
40405b261ecSmrg#define PCI_CHIP_GD7541			0x1204
40505b261ecSmrg
40605b261ecSmrg/* AMD */
40705b261ecSmrg#define PCI_CHIP_AMD761			0x700E
40805b261ecSmrg
40905b261ecSmrg/* Trident */
41005b261ecSmrg#define PCI_CHIP_2100			0x2100
41105b261ecSmrg#define PCI_CHIP_8400			0x8400
41205b261ecSmrg#define PCI_CHIP_8420			0x8420
41305b261ecSmrg#define PCI_CHIP_8500			0x8500
41405b261ecSmrg#define PCI_CHIP_8520			0x8520
41505b261ecSmrg#define PCI_CHIP_8600			0x8600
41605b261ecSmrg#define PCI_CHIP_8620			0x8620
41705b261ecSmrg#define PCI_CHIP_8820			0x8820
41805b261ecSmrg#define PCI_CHIP_9320			0x9320
41905b261ecSmrg#define PCI_CHIP_9388			0x9388
42005b261ecSmrg#define PCI_CHIP_9397			0x9397
42105b261ecSmrg#define PCI_CHIP_939A			0x939A
42205b261ecSmrg#define PCI_CHIP_9420			0x9420
42305b261ecSmrg#define PCI_CHIP_9440			0x9440
42405b261ecSmrg#define PCI_CHIP_9520			0x9520
42505b261ecSmrg#define PCI_CHIP_9525			0x9525
42605b261ecSmrg#define PCI_CHIP_9540			0x9540
42705b261ecSmrg#define PCI_CHIP_9660			0x9660
42805b261ecSmrg#define PCI_CHIP_9750			0x9750
42905b261ecSmrg#define PCI_CHIP_9850			0x9850
43005b261ecSmrg#define PCI_CHIP_9880			0x9880
43105b261ecSmrg#define PCI_CHIP_9910			0x9910
43205b261ecSmrg
43305b261ecSmrg/* ALI */
43405b261ecSmrg#define PCI_CHIP_M1435			0x1435
43505b261ecSmrg
43605b261ecSmrg/* Matrox */
43705b261ecSmrg#define PCI_CHIP_MGA2085		0x0518
43805b261ecSmrg#define PCI_CHIP_MGA2064		0x0519
43905b261ecSmrg#define PCI_CHIP_MGA1064		0x051A
44005b261ecSmrg#define PCI_CHIP_MGA2164		0x051B
44105b261ecSmrg#define PCI_CHIP_MGA2164_AGP		0x051F
44205b261ecSmrg#define PCI_CHIP_MGAG200_PCI		0x0520
44305b261ecSmrg#define PCI_CHIP_MGAG200		0x0521
44405b261ecSmrg#define PCI_CHIP_MGAG400		0x0525
44505b261ecSmrg#define PCI_CHIP_MGAG550		0x2527
44605b261ecSmrg#define PCI_CHIP_IMPRESSION		0x0D10
44705b261ecSmrg#define PCI_CHIP_MGAG100_PCI		0x1000
44805b261ecSmrg#define PCI_CHIP_MGAG100		0x1001
44905b261ecSmrg
45005b261ecSmrg#define PCI_CARD_G400_TH		0x2179
45105b261ecSmrg#define PCI_CARD_MILL_G200_SD		0xFF00
45205b261ecSmrg#define PCI_CARD_PROD_G100_SD		0xFF01
45305b261ecSmrg#define PCI_CARD_MYST_G200_SD		0xFF02
45405b261ecSmrg#define PCI_CARD_MILL_G200_SG		0xFF03
45505b261ecSmrg#define PCI_CARD_MARV_G200_SD		0xFF04
45605b261ecSmrg
45705b261ecSmrg/* Chips & Tech */
45805b261ecSmrg#define PCI_CHIP_65545			0x00D8
45905b261ecSmrg#define PCI_CHIP_65548			0x00DC
46005b261ecSmrg#define PCI_CHIP_65550			0x00E0
46105b261ecSmrg#define PCI_CHIP_65554			0x00E4
46205b261ecSmrg#define PCI_CHIP_65555			0x00E5
46305b261ecSmrg#define PCI_CHIP_68554			0x00F4
46405b261ecSmrg#define PCI_CHIP_69000			0x00C0
46505b261ecSmrg#define PCI_CHIP_69030			0x0C30
46605b261ecSmrg
46705b261ecSmrg/* Miro */
46805b261ecSmrg#define PCI_CHIP_ZR36050		0x5601
46905b261ecSmrg
47005b261ecSmrg/* NEC */
47105b261ecSmrg#define PCI_CHIP_POWER_VR		0x0046
47205b261ecSmrg
47305b261ecSmrg/* SiS */
47405b261ecSmrg#define PCI_CHIP_SG86C201		0x0001
47505b261ecSmrg#define PCI_CHIP_SG86C202		0x0002
47605b261ecSmrg#define PCI_CHIP_SG85C503		0x0008
47705b261ecSmrg#define PCI_CHIP_SIS5597		0x0200
47805b261ecSmrg/* Agregado por Carlos Duclos & Manuel Jander */
47905b261ecSmrg#define PCI_CHIP_SIS82C204		0x0204
48005b261ecSmrg#define PCI_CHIP_SG86C205		0x0205
48105b261ecSmrg#define PCI_CHIP_SG86C215		0x0215
48205b261ecSmrg#define PCI_CHIP_SG86C225		0x0225
48305b261ecSmrg#define PCI_CHIP_85C501			0x0406
48405b261ecSmrg#define PCI_CHIP_85C496			0x0496
48505b261ecSmrg#define PCI_CHIP_85C601			0x0601
48605b261ecSmrg#define PCI_CHIP_85C5107		0x5107
48705b261ecSmrg#define PCI_CHIP_85C5511		0x5511
48805b261ecSmrg#define PCI_CHIP_85C5513		0x5513
48905b261ecSmrg#define PCI_CHIP_SIS5571		0x5571
49005b261ecSmrg#define PCI_CHIP_SIS5597_2		0x5597
49105b261ecSmrg#define PCI_CHIP_SIS530			0x6306
49205b261ecSmrg#define PCI_CHIP_SIS6326		0x6326
49305b261ecSmrg#define PCI_CHIP_SIS7001		0x7001
49405b261ecSmrg#define PCI_CHIP_SIS300			0x0300
49505b261ecSmrg#define PCI_CHIP_SIS315H		0x0310
49605b261ecSmrg#define PCI_CHIP_SIS315PRO		0x0325
49705b261ecSmrg#define PCI_CHIP_SIS330			0x0330
49805b261ecSmrg#define PCI_CHIP_SIS630			0x6300
49905b261ecSmrg#define PCI_CHIP_SIS540			0x5300
50035c4bbdfSmrg#define PCI_CHIP_SIS550			0x5315
50135c4bbdfSmrg#define PCI_CHIP_SIS650			0x6325
50205b261ecSmrg#define PCI_CHIP_SIS730			0x7300
50305b261ecSmrg
50405b261ecSmrg/* Hewlett-Packard */
50505b261ecSmrg#define PCI_CHIP_ELROY			0x1054
50605b261ecSmrg#define PCI_CHIP_ZX1_SBA		0x1229
50705b261ecSmrg#define PCI_CHIP_ZX1_IOC		0x122A
50835c4bbdfSmrg#define PCI_CHIP_ZX1_LBA		0x122E  /* a.k.a. Mercury */
50935c4bbdfSmrg#define PCI_CHIP_ZX1_AGP8		0x12B4  /* a.k.a. QuickSilver */
51005b261ecSmrg#define PCI_CHIP_ZX2_LBA		0x12EE
51105b261ecSmrg#define PCI_CHIP_ZX2_SBA		0x4030
51205b261ecSmrg#define PCI_CHIP_ZX2_IOC		0x4031
51305b261ecSmrg#define PCI_CHIP_ZX2_PCIE		0x4037
51405b261ecSmrg
51505b261ecSmrg/* SGS */
51605b261ecSmrg#define PCI_CHIP_STG2000		0x0008
51705b261ecSmrg#define PCI_CHIP_STG1764		0x0009
51805b261ecSmrg#define PCI_CHIP_KYROII			0x0010
51905b261ecSmrg
52005b261ecSmrg/* Texas Instruments */
52105b261ecSmrg#define PCI_CHIP_TI_PERMEDIA		0x3D04
52205b261ecSmrg#define PCI_CHIP_TI_PERMEDIA2		0x3D07
52305b261ecSmrg
52405b261ecSmrg/* Oak */
52505b261ecSmrg#define PCI_CHIP_OTI107			0x0107
52605b261ecSmrg
52705b261ecSmrg/* Number Nine */
52805b261ecSmrg#define PCI_CHIP_I128			0x2309
52905b261ecSmrg#define PCI_CHIP_I128_2			0x2339
53005b261ecSmrg#define PCI_CHIP_I128_T2R		0x493D
53105b261ecSmrg#define PCI_CHIP_I128_T2R4		0x5348
53205b261ecSmrg
53305b261ecSmrg/* Sun */
53405b261ecSmrg#define PCI_CHIP_EBUS			0x1000
53505b261ecSmrg#define PCI_CHIP_HAPPY_MEAL		0x1001
53605b261ecSmrg#define PCI_CHIP_SIMBA			0x5000
53705b261ecSmrg#define PCI_CHIP_PSYCHO			0x8000
53805b261ecSmrg#define PCI_CHIP_SCHIZO			0x8001
53905b261ecSmrg#define PCI_CHIP_SABRE			0xA000
54005b261ecSmrg#define PCI_CHIP_HUMMINGBIRD		0xA001
54105b261ecSmrg
54205b261ecSmrg/* BrookTree */
54305b261ecSmrg#define PCI_CHIP_BT848			0x0350
54405b261ecSmrg#define PCI_CHIP_BT849			0x0351
54505b261ecSmrg
54605b261ecSmrg/* NVIDIA */
54705b261ecSmrg#define PCI_CHIP_NV1			0x0008
54805b261ecSmrg#define PCI_CHIP_DAC64			0x0009
54905b261ecSmrg#define PCI_CHIP_TNT			0x0020
55005b261ecSmrg#define PCI_CHIP_TNT2			0x0028
55105b261ecSmrg#define PCI_CHIP_UTNT2			0x0029
55205b261ecSmrg#define PCI_CHIP_VTNT2			0x002C
55305b261ecSmrg#define PCI_CHIP_UVTNT2			0x002D
55405b261ecSmrg#define PCI_CHIP_ITNT2			0x00A0
55505b261ecSmrg#define PCI_CHIP_GEFORCE_256		0x0100
55605b261ecSmrg#define PCI_CHIP_GEFORCE_DDR		0x0101
55705b261ecSmrg#define PCI_CHIP_QUADRO			0x0103
55805b261ecSmrg#define PCI_CHIP_GEFORCE2_MX		0x0110
55905b261ecSmrg#define PCI_CHIP_GEFORCE2_MX_100	0x0111
56005b261ecSmrg#define PCI_CHIP_GEFORCE2_GO		0x0112
56105b261ecSmrg#define PCI_CHIP_QUADRO2_MXR		0x0113
56205b261ecSmrg#define PCI_CHIP_GEFORCE2_GTS		0x0150
56305b261ecSmrg#define PCI_CHIP_GEFORCE2_TI		0x0151
56405b261ecSmrg#define PCI_CHIP_GEFORCE2_ULTRA		0x0152
56505b261ecSmrg#define PCI_CHIP_QUADRO2_PRO		0x0153
56605b261ecSmrg#define PCI_CHIP_GEFORCE4_MX_460	0x0170
56705b261ecSmrg#define PCI_CHIP_GEFORCE4_MX_440	0x0171
56805b261ecSmrg#define PCI_CHIP_GEFORCE4_MX_420	0x0172
56905b261ecSmrg#define PCI_CHIP_GEFORCE4_440_GO	0x0174
57005b261ecSmrg#define PCI_CHIP_GEFORCE4_420_GO	0x0175
57105b261ecSmrg#define PCI_CHIP_GEFORCE4_420_GO_M32	0x0176
57205b261ecSmrg#define PCI_CHIP_QUADRO4_500XGL		0x0178
57305b261ecSmrg#define PCI_CHIP_GEFORCE4_440_GO_M64	0x0179
57405b261ecSmrg#define PCI_CHIP_QUADRO4_200		0x017A
57505b261ecSmrg#define PCI_CHIP_QUADRO4_550XGL		0x017B
57605b261ecSmrg#define PCI_CHIP_QUADRO4_500_GOGL	0x017C
57705b261ecSmrg#define PCI_CHIP_IGEFORCE2		0x01A0
57805b261ecSmrg#define PCI_CHIP_GEFORCE3		0x0200
57905b261ecSmrg#define PCI_CHIP_GEFORCE3_TI_200	0x0201
58005b261ecSmrg#define PCI_CHIP_GEFORCE3_TI_500	0x0202
58105b261ecSmrg#define PCI_CHIP_QUADRO_DCC		0x0203
58205b261ecSmrg#define PCI_CHIP_GEFORCE4_TI_4600	0x0250
58305b261ecSmrg#define PCI_CHIP_GEFORCE4_TI_4400	0x0251
58405b261ecSmrg#define PCI_CHIP_GEFORCE4_TI_4200	0x0253
58505b261ecSmrg#define PCI_CHIP_QUADRO4_900XGL		0x0258
58605b261ecSmrg#define PCI_CHIP_QUADRO4_750XGL		0x0259
58705b261ecSmrg#define PCI_CHIP_QUADRO4_700XGL		0x025B
58805b261ecSmrg
58905b261ecSmrg/* NVIDIA & SGS */
59005b261ecSmrg#define PCI_CHIP_RIVA128		0x0018
59105b261ecSmrg
59205b261ecSmrg/* IMS */
59305b261ecSmrg#define PCI_CHIP_IMSTT128		0x9128
59405b261ecSmrg#define PCI_CHIP_IMSTT3D		0x9135
59505b261ecSmrg
59605b261ecSmrg/* Alliance Semiconductor */
59705b261ecSmrg#define PCI_CHIP_AP6410			0x3210
59805b261ecSmrg#define PCI_CHIP_AP6422			0x6422
59905b261ecSmrg#define PCI_CHIP_AT24			0x6424
60005b261ecSmrg#define PCI_CHIP_AT3D			0x643D
60105b261ecSmrg
60205b261ecSmrg/* 3dfx Interactive */
60305b261ecSmrg#define PCI_CHIP_VOODOO_GRAPHICS	0x0001
60405b261ecSmrg#define PCI_CHIP_VOODOO2		0x0002
60505b261ecSmrg#define PCI_CHIP_BANSHEE		0x0003
60605b261ecSmrg#define PCI_CHIP_VOODOO3		0x0005
60705b261ecSmrg#define PCI_CHIP_VOODOO5		0x0009
60805b261ecSmrg
60905b261ecSmrg#define PCI_CARD_VOODOO3_2000		0x0036
61005b261ecSmrg#define PCI_CARD_VOODOO3_3000		0x003A
61105b261ecSmrg
61205b261ecSmrg/* Rendition */
61305b261ecSmrg#define PCI_CHIP_V1000			0x0001
61405b261ecSmrg#define PCI_CHIP_V2x00			0x2000
61505b261ecSmrg
61605b261ecSmrg/* 3Dlabs */
61705b261ecSmrg#define PCI_CHIP_300SX			0x0001
61805b261ecSmrg#define PCI_CHIP_500TX			0x0002
61905b261ecSmrg#define PCI_CHIP_DELTA			0x0003
62005b261ecSmrg#define PCI_CHIP_PERMEDIA		0x0004
62105b261ecSmrg#define PCI_CHIP_MX			0x0006
62205b261ecSmrg#define PCI_CHIP_PERMEDIA2		0x0007
62305b261ecSmrg#define PCI_CHIP_GAMMA			0x0008
62405b261ecSmrg#define PCI_CHIP_PERMEDIA2V		0x0009
62505b261ecSmrg#define PCI_CHIP_PERMEDIA3		0x000A
62605b261ecSmrg#define PCI_CHIP_PERMEDIA4		0x000C
62705b261ecSmrg#define PCI_CHIP_R4			0x000D
62805b261ecSmrg#define PCI_CHIP_GAMMA2			0x000E
62905b261ecSmrg#define PCI_CHIP_R4ALT			0x0011
63005b261ecSmrg
63105b261ecSmrg/* S3 */
63205b261ecSmrg#define PCI_CHIP_PLATO			0x0551
63305b261ecSmrg#define PCI_CHIP_VIRGE			0x5631
63405b261ecSmrg#define PCI_CHIP_TRIO			0x8811
63505b261ecSmrg#define PCI_CHIP_AURORA64VP		0x8812
63605b261ecSmrg#define PCI_CHIP_TRIO64UVP		0x8814
63705b261ecSmrg#define PCI_CHIP_VIRGE_VX		0x883D
63805b261ecSmrg#define PCI_CHIP_868			0x8880
63905b261ecSmrg#define PCI_CHIP_928			0x88B0
64005b261ecSmrg#define PCI_CHIP_864_0			0x88C0
64105b261ecSmrg#define PCI_CHIP_864_1			0x88C1
64205b261ecSmrg#define PCI_CHIP_964_0			0x88D0
64305b261ecSmrg#define PCI_CHIP_964_1			0x88D1
64405b261ecSmrg#define PCI_CHIP_968			0x88F0
64505b261ecSmrg#define PCI_CHIP_TRIO64V2_DXGX		0x8901
64605b261ecSmrg#define PCI_CHIP_PLATO_PX		0x8902
64705b261ecSmrg#define PCI_CHIP_Trio3D			0x8904
64805b261ecSmrg#define PCI_CHIP_VIRGE_DXGX		0x8A01
64905b261ecSmrg#define PCI_CHIP_VIRGE_GX2		0x8A10
65005b261ecSmrg#define PCI_CHIP_Trio3D_2X		0x8A13
65105b261ecSmrg#define PCI_CHIP_SAVAGE3D		0x8A20
65205b261ecSmrg#define PCI_CHIP_SAVAGE3D_MV		0x8A21
65305b261ecSmrg#define PCI_CHIP_SAVAGE4		0x8A22
65405b261ecSmrg#define PCI_CHIP_PROSAVAGE_PM		0x8A25
65505b261ecSmrg#define PCI_CHIP_PROSAVAGE_KM		0x8A26
65605b261ecSmrg#define PCI_CHIP_VIRGE_MX		0x8C01
65705b261ecSmrg#define PCI_CHIP_VIRGE_MXPLUS		0x8C02
65805b261ecSmrg#define PCI_CHIP_VIRGE_MXP		0x8C03
65905b261ecSmrg#define PCI_CHIP_SAVAGE_MX_MV		0x8C10
66005b261ecSmrg#define PCI_CHIP_SAVAGE_MX		0x8C11
66105b261ecSmrg#define PCI_CHIP_SAVAGE_IX_MV		0x8C12
66205b261ecSmrg#define PCI_CHIP_SAVAGE_IX		0x8C13
66305b261ecSmrg#define PCI_CHIP_SUPSAV_MX128		0x8C22
66405b261ecSmrg#define PCI_CHIP_SUPSAV_MX64		0x8C24
66505b261ecSmrg#define PCI_CHIP_SUPSAV_MX64C		0x8C26
66605b261ecSmrg#define PCI_CHIP_SUPSAV_IX128SDR	0x8C2A
66705b261ecSmrg#define PCI_CHIP_SUPSAV_IX128DDR	0x8C2B
66805b261ecSmrg#define PCI_CHIP_SUPSAV_IX64SDR		0x8C2C
66905b261ecSmrg#define PCI_CHIP_SUPSAV_IX64DDR		0x8C2D
67005b261ecSmrg#define PCI_CHIP_SUPSAV_IXCSDR		0x8C2E
67105b261ecSmrg#define PCI_CHIP_SUPSAV_IXCDDR		0x8C2F
67205b261ecSmrg#define PCI_CHIP_S3TWISTER_P		0x8D01
67305b261ecSmrg#define PCI_CHIP_S3TWISTER_K		0x8D02
67405b261ecSmrg#define PCI_CHIP_PROSAVAGE_DDR		0x8D03
67505b261ecSmrg#define PCI_CHIP_PROSAVAGE_DDRK		0x8D04
67605b261ecSmrg#define PCI_CHIP_SAVAGE2000		0x9102
67705b261ecSmrg
67805b261ecSmrg/* ARK Logic */
67905b261ecSmrg#define PCI_CHIP_1000PV			0xA091
68005b261ecSmrg#define PCI_CHIP_2000PV			0xA099
68105b261ecSmrg#define PCI_CHIP_2000MT			0xA0A1
68205b261ecSmrg#define PCI_CHIP_2000MI			0xA0A9
68305b261ecSmrg
68405b261ecSmrg/* Tritech Microelectronics */
68505b261ecSmrg#define PCI_CHIP_TR25202		0xFC02
68605b261ecSmrg
68705b261ecSmrg/* Neomagic */
68805b261ecSmrg#define PCI_CHIP_NM2070			0x0001
68905b261ecSmrg#define PCI_CHIP_NM2090			0x0002
69005b261ecSmrg#define PCI_CHIP_NM2093			0x0003
69105b261ecSmrg#define PCI_CHIP_NM2097			0x0083
69205b261ecSmrg#define PCI_CHIP_NM2160			0x0004
69305b261ecSmrg#define PCI_CHIP_NM2200			0x0005
69405b261ecSmrg#define PCI_CHIP_NM2230			0x0025
69505b261ecSmrg#define PCI_CHIP_NM2360			0x0006
69605b261ecSmrg#define PCI_CHIP_NM2380			0x0016
69705b261ecSmrg
69805b261ecSmrg/* Intel */
69905b261ecSmrg#define PCI_CHIP_I815_BRIDGE		0x1130
70005b261ecSmrg#define PCI_CHIP_I815			0x1132
70105b261ecSmrg#define PCI_CHIP_82801_P2P		0x244E
70205b261ecSmrg#define PCI_CHIP_845_G_BRIDGE		0x2560
70305b261ecSmrg#define PCI_CHIP_845_G			0x2562
70405b261ecSmrg#define PCI_CHIP_I830_M_BRIDGE		0x3575
70505b261ecSmrg#define PCI_CHIP_I830_M			0x3577
70605b261ecSmrg#define PCI_CHIP_I810_BRIDGE		0x7120
70705b261ecSmrg#define PCI_CHIP_I810			0x7121
70805b261ecSmrg#define PCI_CHIP_I810_DC100_BRIDGE	0x7122
70905b261ecSmrg#define PCI_CHIP_I810_DC100		0x7123
71005b261ecSmrg#define PCI_CHIP_I810_E_BRIDGE		0x7124
71105b261ecSmrg#define PCI_CHIP_I810_E			0x7125
71205b261ecSmrg#define PCI_CHIP_I740_AGP		0x7800
71305b261ecSmrg#define PCI_CHIP_460GX_PXB		0x84CB
71405b261ecSmrg#define PCI_CHIP_460GX_SAC		0x84E0
71535c4bbdfSmrg#define PCI_CHIP_460GX_GXB_2		0x84E2  /* PCI function 2 */
71605b261ecSmrg#define PCI_CHIP_460GX_WXB		0x84E6
71735c4bbdfSmrg#define PCI_CHIP_460GX_GXB_1		0x84EA  /* PCI function 1 */
71805b261ecSmrg
71905b261ecSmrg/* Silicon Motion Inc. */
72005b261ecSmrg#define PCI_CHIP_SMI910			0x0910
72105b261ecSmrg#define PCI_CHIP_SMI810			0x0810
72205b261ecSmrg#define PCI_CHIP_SMI820			0x0820
72305b261ecSmrg#define PCI_CHIP_SMI710			0x0710
72405b261ecSmrg#define PCI_CHIP_SMI712			0x0712
72505b261ecSmrg#define PCI_CHIP_SMI720			0x0720
72605b261ecSmrg#define PCI_CHIP_SMI731			0x0730
72705b261ecSmrg
72805b261ecSmrg/* VMware */
72905b261ecSmrg#define PCI_CHIP_VMWARE0405		0x0405
73005b261ecSmrg#define PCI_CHIP_VMWARE0710		0x0710
73105b261ecSmrg
73235c4bbdfSmrg#endif                          /* _XF86_PCIINFO_H */
733