diff options
| -rw-r--r-- | drivers/char/agp/via-agp.c | 5 | ||||
| -rw-r--r-- | include/linux/agp_backend.h | 1 | ||||
| -rw-r--r-- | include/linux/pci_ids.h | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/drivers/char/agp/via-agp.c b/drivers/char/agp/via-agp.c index ea301edbaa00..b9ec5981f6ce 100644 --- a/drivers/char/agp/via-agp.c +++ b/drivers/char/agp/via-agp.c @@ -202,6 +202,11 @@ static struct agp_device_ids via_agp_device_ids[] __initdata = .chipset = VIA_VT8605, .chipset_name = "Apollo ProSavage PM133" }, + { + .device_id = PCI_DEVICE_ID_VIA_8235_0, + .chipset = VIA_P4X400, + .chipset_name = "P4X400" + }, { }, /* dummy final entry, always present */ }; diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h index 3771ff917895..90890f4e9e6d 100644 --- a/include/linux/agp_backend.h +++ b/include/linux/agp_backend.h @@ -63,6 +63,7 @@ enum chipset_type { VIA_APOLLO_KT400_3, VIA_APOLLO_PRO_266, VIA_VT8605, + VIA_P4X400, SIS_GENERIC, AMD_GENERIC, AMD_IRONGATE, diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index f9945ae00d7a..89874d8eeee7 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1092,6 +1092,7 @@ #define PCI_DEVICE_ID_VIA_8233C_0 0x3109 #define PCI_DEVICE_ID_VIA_8361 0x3112 #define PCI_DEVICE_ID_VIA_8233A 0x3147 +#define PCI_DEVICE_ID_VIA_8235_0 0x3168 #define PCI_DEVICE_ID_VIA_8235 0x3177 #define PCI_DEVICE_ID_VIA_8377_0 0x3189 #define PCI_DEVICE_ID_VIA_86C100A 0x6100 |
