diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-01-19 14:08:40 +0000 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-01-19 16:19:35 -0800 |
commit | 3b0e8eadc511eaceba6d6b8d0743359a34ee23c6 (patch) | |
tree | d4382c3c6f9cd7b3d11e21d0b6307153d2f8c919 /include/linux/pci_ids.h | |
parent | 168678233ca45af3f74fef60c4265fa5dd217e29 (diff) |
[AGPGART] 945GM support for agpgart
Here's a very small diff for 945GM support for agpgart.
Patch against 2.6.15.
From: Alan Hourihane <alanh@fairlite.demon.co.uk>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 5403257ae3e7..2726140a6732 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2084,6 +2084,8 @@ #define PCI_DEVICE_ID_INTEL_82915GM_IG 0x2592 #define PCI_DEVICE_ID_INTEL_82945G_HB 0x2770 #define PCI_DEVICE_ID_INTEL_82945G_IG 0x2772 +#define PCI_DEVICE_ID_INTEL_82945GM_HB 0x27A0 +#define PCI_DEVICE_ID_INTEL_82945GM_IG 0x27A2 #define PCI_DEVICE_ID_INTEL_ICH6_0 0x2640 #define PCI_DEVICE_ID_INTEL_ICH6_1 0x2641 #define PCI_DEVICE_ID_INTEL_ICH6_2 0x2642 |