diff options
| author | Dave Jones <davej@codemonkey.org.uk> | 2002-10-07 19:50:37 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-07 19:50:37 -0700 |
| commit | 56aba639596147e63da38c4060c456ea675f0a82 (patch) | |
| tree | 142087569789242240699cfc38cd2f7df1960181 /include | |
| parent | 9faf0b63192770cd94a2509c62c57805c4099418 (diff) | |
[PATCH] Add ALI 1671 support to AGPGART
Diffstat (limited to 'include')
| -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 |
