diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/agp_backend.h | 1 | ||||
| -rw-r--r-- | include/linux/pci_ids.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h index e2f9cef26fcc..f250d4da587c 100644 --- a/include/linux/agp_backend.h +++ b/include/linux/agp_backend.h @@ -75,6 +75,7 @@ enum chipset_type { ALI_M1644, ALI_M1647, ALI_M1651, + ALI_M1671, ALI_GENERIC, SVWRKS_HE, SVWRKS_LE, diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index a652bbf6682d..69c782cef0da 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -852,6 +852,7 @@ #define PCI_DEVICE_ID_AL_M1644 0x1644 #define PCI_DEVICE_ID_AL_M1647 0x1647 #define PCI_DEVICE_ID_AL_M1651 0x1651 +#define PCI_DEVICE_ID_AL_M1671 0x1671 #define PCI_DEVICE_ID_AL_M1543 0x1543 #define PCI_DEVICE_ID_AL_M3307 0x3307 #define PCI_DEVICE_ID_AL_M4803 0x5215 |
