agp: Add device id for P4M900 to via-agp module

Signed-off-by: Dave Airlie <airlied@linux.ie>

authored by Xavier Bachelot and committed by Dave Airlie 32ddef98 db7f3ded

+6
+5
drivers/char/agp/via-agp.c
··· 399 .device_id = PCI_DEVICE_ID_VIA_P4M890, 400 .chipset_name = "P4M890", 401 }, 402 { }, /* dummy final entry, always present */ 403 }; 404
··· 399 .device_id = PCI_DEVICE_ID_VIA_P4M890, 400 .chipset_name = "P4M890", 401 }, 402 + /* P4M900 */ 403 + { 404 + .device_id = PCI_DEVICE_ID_VIA_VT3364, 405 + .chipset_name = "P4M900", 406 + }, 407 { }, /* dummy final entry, always present */ 408 }; 409
+1
include/linux/pci_ids.h
··· 1287 #define PCI_DEVICE_ID_VIA_VT3324 0x0324 1288 #define PCI_DEVICE_ID_VIA_VT3336 0x0336 1289 #define PCI_DEVICE_ID_VIA_VT3351 0x0351 1290 #define PCI_DEVICE_ID_VIA_8371_0 0x0391 1291 #define PCI_DEVICE_ID_VIA_8501_0 0x0501 1292 #define PCI_DEVICE_ID_VIA_82C561 0x0561
··· 1287 #define PCI_DEVICE_ID_VIA_VT3324 0x0324 1288 #define PCI_DEVICE_ID_VIA_VT3336 0x0336 1289 #define PCI_DEVICE_ID_VIA_VT3351 0x0351 1290 + #define PCI_DEVICE_ID_VIA_VT3364 0x0364 1291 #define PCI_DEVICE_ID_VIA_8371_0 0x0391 1292 #define PCI_DEVICE_ID_VIA_8501_0 0x0501 1293 #define PCI_DEVICE_ID_VIA_82C561 0x0561