1/*
2 * Copyright (c) 1995-2003 by The XFree86 Project, Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
10 *
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
13 *
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 * OTHER DEALINGS IN THE SOFTWARE.
21 *
22 * Except as contained in this notice, the name of the copyright holder(s)
23 * and author(s) shall not be used in advertising or otherwise to promote
24 * the sale, use or other dealings in this Software without prior written
25 * authorization from the copyright holder(s) and author(s).
26 */
27
28
29/* VENDOR */
30#define PCI_VENDOR_NVIDIA               0x10DE
31#define PCI_VENDOR_NVIDIA_SGS           0x12D2
32
33/* DEVICE */
34#define PCI_CHIP_NV1                    0x0008
35#define PCI_CHIP_DAC64                  0x0009
36#define PCI_CHIP_TNT                    0x0020
37#define PCI_CHIP_TNT2                   0x0028
38#define PCI_CHIP_UTNT2                  0x0029
39#define PCI_CHIP_VTNT2                  0x002C
40#define PCI_CHIP_UVTNT2                 0x002D
41#define PCI_CHIP_ITNT2                  0x00A0
42#define PCI_CHIP_GEFORCE_256            0x0100
43#define PCI_CHIP_GEFORCE_DDR            0x0101
44#define PCI_CHIP_QUADRO                 0x0103
45#define PCI_CHIP_GEFORCE2_MX            0x0110
46#define PCI_CHIP_GEFORCE2_MX_100        0x0111
47#define PCI_CHIP_GEFORCE2_GO            0x0112
48#define PCI_CHIP_QUADRO2_MXR            0x0113
49#define PCI_CHIP_GEFORCE2_GTS           0x0150
50#define PCI_CHIP_GEFORCE2_TI            0x0151
51#define PCI_CHIP_GEFORCE2_ULTRA         0x0152
52#define PCI_CHIP_QUADRO2_PRO            0x0153
53#define PCI_CHIP_GEFORCE4_MX_460        0x0170
54#define PCI_CHIP_GEFORCE4_MX_440        0x0171
55#define PCI_CHIP_GEFORCE4_MX_420        0x0172
56#define PCI_CHIP_GEFORCE4_440_GO        0x0174
57#define PCI_CHIP_GEFORCE4_420_GO        0x0175
58#define PCI_CHIP_GEFORCE4_420_GO_M32    0x0176
59#define PCI_CHIP_QUADRO4_500XGL         0x0178
60#define PCI_CHIP_GEFORCE4_440_GO_M64    0x0179
61#define PCI_CHIP_QUADRO4_200            0x017A
62#define PCI_CHIP_QUADRO4_550XGL         0x017B
63#define PCI_CHIP_QUADRO4_500_GOGL       0x017C
64#define PCI_CHIP_IGEFORCE2              0x01A0
65#define PCI_CHIP_GEFORCE3               0x0200
66#define PCI_CHIP_GEFORCE3_TI_200        0x0201
67#define PCI_CHIP_GEFORCE3_TI_500        0x0202
68#define PCI_CHIP_QUADRO_DCC             0x0203
69#define PCI_CHIP_GEFORCE4_TI_4600       0x0250
70#define PCI_CHIP_GEFORCE4_TI_4400       0x0251
71#define PCI_CHIP_GEFORCE4_TI_4200       0x0253
72#define PCI_CHIP_QUADRO4_900XGL         0x0258
73#define PCI_CHIP_QUADRO4_750XGL         0x0259
74#define PCI_CHIP_QUADRO4_700XGL         0x025B
75
76/* NVIDIA & SGS */
77#define PCI_CHIP_RIVA128                0x0018
78