diff options
| author | Dave Jones <davej@redhat.com> | 2005-01-19 13:29:23 -0500 |
|---|---|---|
| committer | Dave Jones <davej@redhat.com> | 2005-01-19 13:29:23 -0500 |
| commit | c38ce1d5eb55526eabe5d9d1e064e59be2c4a05d (patch) | |
| tree | f8010568f11109bc6c91ebcf6400a3df49fcb503 /include/linux | |
| parent | 6750ed12a4cea56183736e92e1a9d93a142231dc (diff) | |
[AGPGART] i915GM support
From: Alan Hourihane
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/linux')
| -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 4ec82dce2f1c..7a387645120d 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2195,6 +2195,8 @@ #define PCI_DEVICE_ID_INTEL_82875_IG 0x257b #define PCI_DEVICE_ID_INTEL_82915G_HB 0x2580 #define PCI_DEVICE_ID_INTEL_82915G_IG 0x2582 +#define PCI_DEVICE_ID_INTEL_82915GM_HB 0x2590 +#define PCI_DEVICE_ID_INTEL_82915GM_IG 0x2592 #define PCI_DEVICE_ID_INTEL_ICH6_0 0x2640 #define PCI_DEVICE_ID_INTEL_ICH6_1 0x2641 #define PCI_DEVICE_ID_INTEL_ICH6_2 0x2642 |
