diff options
| -rw-r--r-- | drivers/char/agp/via-agp.c | 5 | ||||
| -rw-r--r-- | include/linux/pci_ids.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/drivers/char/agp/via-agp.c b/drivers/char/agp/via-agp.c index 9aaf401a8975..0ecc54d327bc 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 07fc57429b58..0d58a39017de 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 |
