aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2007-01-28 17:58:33 -0500
committerDave Jones <davej@redhat.com>2007-01-28 17:58:33 -0500
commit43ed41f648554c9fecaf7597d25e05da63ec7290 (patch)
tree69259722842cd94adfe0c1372c0077788d368aed
parent7707ea3b784195315366e6e4b5c73ca6933ff9b0 (diff)
[AGPGART] Add new IDs to VIA AGP.
Culled from the VIA codedrop. Also fixes up one ID used in amd64-agp to use the VIA part number instead of the board name in its ID. Signed-off-by: Dave Jones <davej@redhat.com>
-rw-r--r--drivers/char/agp/amd64-agp.c2
-rw-r--r--drivers/char/agp/via-agp.c21
-rw-r--r--include/linux/pci_ids.h3
3 files changed, 22 insertions, 4 deletions
diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c
index 979300405c0e..93d2209fee4c 100644
--- a/drivers/char/agp/amd64-agp.c
+++ b/drivers/char/agp/amd64-agp.c
@@ -655,7 +655,7 @@ static struct pci_device_id agp_amd64_pci_table[] = {
655 .class = (PCI_CLASS_BRIDGE_HOST << 8), 655 .class = (PCI_CLASS_BRIDGE_HOST << 8),
656 .class_mask = ~0, 656 .class_mask = ~0,
657 .vendor = PCI_VENDOR_ID_VIA, 657 .vendor = PCI_VENDOR_ID_VIA,
658 .device = PCI_DEVICE_ID_VIA_K8M890CE, 658 .device = PCI_DEVICE_ID_VIA_VT3336,
659 .subvendor = PCI_ANY_ID, 659 .subvendor = PCI_ANY_ID,
660 .subdevice = PCI_ANY_ID, 660 .subdevice = PCI_ANY_ID,
661 }, 661 },
diff --git a/drivers/char/agp/via-agp.c b/drivers/char/agp/via-agp.c
index c149ac9ce9a7..2ded7a280d7f 100644
--- a/drivers/char/agp/via-agp.c
+++ b/drivers/char/agp/via-agp.c
@@ -380,9 +380,23 @@ static struct agp_device_ids via_agp_device_ids[] __devinitdata =
380 /* P4M800CE */ 380 /* P4M800CE */
381 { 381 {
382 .device_id = PCI_DEVICE_ID_VIA_P4M800CE, 382 .device_id = PCI_DEVICE_ID_VIA_P4M800CE,
383 .chipset_name = "P4M800CE", 383 .chipset_name = "VT3314",
384 },
385 /* CX700 */
386 {
387 .device_id = PCI_DEVICE_ID_VIA_CX700,
388 .chipset_name = "CX700",
389 },
390 /* VT3336 */
391 {
392 .device_id = PCI_DEVICE_ID_VIA_VT3336,
393 .chipset_name = "VT3336",
394 },
395 /* P4M890 */
396 {
397 .device_id = PCI_DEVICE_ID_VIA_P4M890,
398 .chipset_name = "P4M890",
384 }, 399 },
385
386 { }, /* dummy final entry, always present */ 400 { }, /* dummy final entry, always present */
387}; 401};
388 402
@@ -524,6 +538,9 @@ static const struct pci_device_id agp_via_pci_table[] = {
524 ID(PCI_DEVICE_ID_VIA_83_87XX_1), 538 ID(PCI_DEVICE_ID_VIA_83_87XX_1),
525 ID(PCI_DEVICE_ID_VIA_3296_0), 539 ID(PCI_DEVICE_ID_VIA_3296_0),
526 ID(PCI_DEVICE_ID_VIA_P4M800CE), 540 ID(PCI_DEVICE_ID_VIA_P4M800CE),
541 ID(PCI_DEVICE_ID_VIA_CX700),
542 ID(PCI_DEVICE_ID_VIA_VT3336),
543 ID(PCI_DEVICE_ID_VIA_P4M890),
527 { } 544 { }
528}; 545};
529 546
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 5c87cd8a56fd..083ad66e6528 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1273,7 +1273,8 @@
1273#define PCI_DEVICE_ID_VIA_3296_0 0x0296 1273#define PCI_DEVICE_ID_VIA_3296_0 0x0296
1274#define PCI_DEVICE_ID_VIA_8363_0 0x0305 1274#define PCI_DEVICE_ID_VIA_8363_0 0x0305
1275#define PCI_DEVICE_ID_VIA_P4M800CE 0x0314 1275#define PCI_DEVICE_ID_VIA_P4M800CE 0x0314
1276#define PCI_DEVICE_ID_VIA_K8M890CE 0x0336 1276#define PCI_DEVICE_ID_VIA_P4M890 0x0327
1277#define PCI_DEVICE_ID_VIA_VT3336 0x0336
1277#define PCI_DEVICE_ID_VIA_8371_0 0x0391 1278#define PCI_DEVICE_ID_VIA_8371_0 0x0391
1278#define PCI_DEVICE_ID_VIA_8501_0 0x0501 1279#define PCI_DEVICE_ID_VIA_8501_0 0x0501
1279#define PCI_DEVICE_ID_VIA_82C561 0x0561 1280#define PCI_DEVICE_ID_VIA_82C561 0x0561