aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2005-11-21 09:53:16 -0500
committerDave Jones <davej@redhat.com>2005-11-21 09:53:16 -0500
commitc243f1f1f6545985afcc6adf1fc085729029c3ee (patch)
tree6cc10f5552f8ee46118f983f2b29fbfa1b84870b
parenta42ab7f2349a72ecf5c3b1b7c836dc4249a71c0c (diff)
[AGPGART] Support VIA P4M800CE bridge.
Signed-off-by: Dave Jones <davej@redhat.com>
-rw-r--r--drivers/char/agp/via-agp.c6
-rw-r--r--include/linux/pci_ids.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/drivers/char/agp/via-agp.c b/drivers/char/agp/via-agp.c
index c847df575cf5..97b0a890ba7f 100644
--- a/drivers/char/agp/via-agp.c
+++ b/drivers/char/agp/via-agp.c
@@ -371,6 +371,11 @@ static struct agp_device_ids via_agp_device_ids[] __devinitdata =
371 .device_id = PCI_DEVICE_ID_VIA_3296_0, 371 .device_id = PCI_DEVICE_ID_VIA_3296_0,
372 .chipset_name = "P4M800", 372 .chipset_name = "P4M800",
373 }, 373 },
374 /* P4M800CE */
375 {
376 .device_id = PCI_DEVICE_ID_VIA_P4M800CE,
377 .chipset_name = "P4M800CE",
378 },
374 379
375 { }, /* dummy final entry, always present */ 380 { }, /* dummy final entry, always present */
376}; 381};
@@ -511,6 +516,7 @@ static struct pci_device_id agp_via_pci_table[] = {
511 ID(PCI_DEVICE_ID_VIA_3269_0), 516 ID(PCI_DEVICE_ID_VIA_3269_0),
512 ID(PCI_DEVICE_ID_VIA_83_87XX_1), 517 ID(PCI_DEVICE_ID_VIA_83_87XX_1),
513 ID(PCI_DEVICE_ID_VIA_3296_0), 518 ID(PCI_DEVICE_ID_VIA_3296_0),
519 ID(PCI_DEVICE_ID_VIA_P4M800CE),
514 { } 520 { }
515}; 521};
516 522
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index d4c1c8fd2925..c99a83f88dc9 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1198,6 +1198,7 @@
1198#define PCI_DEVICE_ID_VIA_3269_0 0x0269 1198#define PCI_DEVICE_ID_VIA_3269_0 0x0269
1199#define PCI_DEVICE_ID_VIA_K8T800PRO_0 0x0282 1199#define PCI_DEVICE_ID_VIA_K8T800PRO_0 0x0282
1200#define PCI_DEVICE_ID_VIA_8363_0 0x0305 1200#define PCI_DEVICE_ID_VIA_8363_0 0x0305
1201#define PCI_DEVICE_ID_VIA_P4M800CE 0x0314
1201#define PCI_DEVICE_ID_VIA_8371_0 0x0391 1202#define PCI_DEVICE_ID_VIA_8371_0 0x0391
1202#define PCI_DEVICE_ID_VIA_8501_0 0x0501 1203#define PCI_DEVICE_ID_VIA_8501_0 0x0501
1203#define PCI_DEVICE_ID_VIA_82C561 0x0561 1204#define PCI_DEVICE_ID_VIA_82C561 0x0561