Commit 640987e4 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] New PCI idents for new VIA GARTs

parent 2f24f2ab
......@@ -332,7 +332,7 @@ static struct agp_device_ids via_agp_device_ids[] __initdata =
/* VT8753A */
{
.device_id = PCI_DEVICE_ID_VIA_8753_0, // 0x3128
.device_id = PCI_DEVICE_ID_VIA_8753_0,
.chipset_name = "P4X266",
},
......@@ -350,13 +350,13 @@ static struct agp_device_ids via_agp_device_ids[] __initdata =
/* KM266 / PM266 */
{
.device_id = PCI_DEVICE_ID_VIA_KM266, // 0x3116
.device_id = PCI_DEVICE_ID_VIA_KM266,
.chipset_name = "KM266/PM266",
},
/* CLE266 */
{
.device_id = PCI_DEVICE_ID_VIA_CLE266, // 0x3123
.device_id = PCI_DEVICE_ID_VIA_CLE266,
.chipset_name = "CLE266",
},
......@@ -375,13 +375,13 @@ static struct agp_device_ids via_agp_device_ids[] __initdata =
/* VT8752*/
{
.device_id = PCI_DEVICE_ID_VIA_8752, // 0x3148
.device_id = PCI_DEVICE_ID_VIA_8752,
.chipset_name = "ProSavage DDR P4M266",
},
/* KN266/PN266 */
{
.device_id = PCI_DEVICE_ID_KN266, // 0x3156
.device_id = PCI_DEVICE_ID_VIA_KN266,
.chipset_name = "KN266/PN266",
},
......@@ -393,25 +393,25 @@ static struct agp_device_ids via_agp_device_ids[] __initdata =
/* P4N333 */
{
.device_id = PCI_DEVICE_ID_VIA_P4N333, // 0x3178
.device_id = PCI_DEVICE_ID_VIA_P4N333,
.chipset_name = "P4N333",
},
/* P4X600 */
{
.device_id = PCI_DEVICE_ID_VIA_P4X600, // 0x0198
.device_id = PCI_DEVICE_ID_VIA_P4X600,
.chipset_name = "P4X600",
},
/* KM400 */
{
.device_id = PCI_DEVICE_ID_VIA_KM400, // 0x3205
.device_id = PCI_DEVICE_ID_VIA_KM400,
.chipset_name = "KM400",
},
/* P4M400 */
{
.device_id = PCI_DEVICE_ID_VIA_P4M400, // 0x3209
.device_id = PCI_DEVICE_ID_VIA_P4M400,
.chipset_name = "PM400",
},
......
......@@ -1070,6 +1070,7 @@
#define PCI_DEVICE_ID_TTI_HPT374 0x0008
#define PCI_VENDOR_ID_VIA 0x1106
#define PCI_DEVICE_ID_VIA_P4X600 0x0198
#define PCI_DEVICE_ID_VIA_8363_0 0x0305
#define PCI_DEVICE_ID_VIA_8371_0 0x0391
#define PCI_DEVICE_ID_VIA_8501_0 0x0501
......@@ -1109,11 +1110,19 @@
#define PCI_DEVICE_ID_VIA_8653_0 0x3101
#define PCI_DEVICE_ID_VIA_8622 0x3102
#define PCI_DEVICE_ID_VIA_8233C_0 0x3109
#define PCI_DEVICE_ID_VIA_8361 0x3112
#define PCI_DEVICE_ID_VIA_8361 0x3112
#define PCI_DEVICE_ID_VIA_KM266 0x3116
#define PCI_DEVICE_ID_VIA_CLE266 0x3123
#define PCI_DEVICE_ID_VIA_8753_0 0x3128
#define PCI_DEVICE_ID_VIA_8233A 0x3147
#define PCI_DEVICE_ID_VIA_8752 0x3148
#define PCI_DEVICE_ID_VIA_KN266 0x3156
#define PCI_DEVICE_ID_VIA_8754 0x3168
#define PCI_DEVICE_ID_VIA_8235 0x3177
#define PCI_DEVICE_ID_VIA_P4N333 0x3178
#define PCI_DEVICE_ID_VIA_8377_0 0x3189
#define PCI_DEVICE_ID_VIA_KM400 0x3205
#define PCI_DEVICE_ID_VIA_P4M400 0x3209
#define PCI_DEVICE_ID_VIA_86C100A 0x6100
#define PCI_DEVICE_ID_VIA_8231 0x8231
#define PCI_DEVICE_ID_VIA_8231_4 0x8235
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment