aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Bachelot <xavier@bachelot.org>2007-08-25 04:10:52 -0400
committerDave Airlie <airlied@optimus.(none)>2007-08-25 04:10:52 -0400
commit32ddef98f232585f20bc8bdb891029a6a5f633d0 (patch)
treeeb80f0b4095fa9130f0763778f350c2b8e5b79ab
parentdb7f3ded8d42c60b0d0a4f71d621e105790b872b (diff)
agp: Add device id for P4M900 to via-agp module
Signed-off-by: Dave Airlie <airlied@linux.ie>
-rw-r--r--drivers/char/agp/via-agp.c5
-rw-r--r--include/linux/pci_ids.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/drivers/char/agp/via-agp.c b/drivers/char/agp/via-agp.c
index 9aaf401a897..0ecc54d327b 100644
--- a/drivers/char/agp/via-agp.c
+++ b/drivers/char/agp/via-agp.c
@@ -399,6 +399,11 @@ static struct agp_device_ids via_agp_device_ids[] __devinitdata =
399 .device_id = PCI_DEVICE_ID_VIA_P4M890, 399 .device_id = PCI_DEVICE_ID_VIA_P4M890,
400 .chipset_name = "P4M890", 400 .chipset_name = "P4M890",
401 }, 401 },
402 /* P4M900 */
403 {
404 .device_id = PCI_DEVICE_ID_VIA_VT3364,
405 .chipset_name = "P4M900",
406 },
402 { }, /* dummy final entry, always present */ 407 { }, /* dummy final entry, always present */
403}; 408};
404 409
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 07fc57429b5..0d58a39017d 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1287,6 +1287,7 @@
1287#define PCI_DEVICE_ID_VIA_VT3324 0x0324 1287#define PCI_DEVICE_ID_VIA_VT3324 0x0324
1288#define PCI_DEVICE_ID_VIA_VT3336 0x0336 1288#define PCI_DEVICE_ID_VIA_VT3336 0x0336
1289#define PCI_DEVICE_ID_VIA_VT3351 0x0351 1289#define PCI_DEVICE_ID_VIA_VT3351 0x0351
1290#define PCI_DEVICE_ID_VIA_VT3364 0x0364
1290#define PCI_DEVICE_ID_VIA_8371_0 0x0391 1291#define PCI_DEVICE_ID_VIA_8371_0 0x0391
1291#define PCI_DEVICE_ID_VIA_8501_0 0x0501 1292#define PCI_DEVICE_ID_VIA_8501_0 0x0501
1292#define PCI_DEVICE_ID_VIA_82C561 0x0561 1293#define PCI_DEVICE_ID_VIA_82C561 0x0561