diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2005-05-31 19:50:49 +0100 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2005-06-07 12:35:42 -0700 |
commit | d0de98fa16169562bd74913c6c9b3857f9065c79 (patch) | |
tree | 5a81c4e8e8ef76addec655f1edbf6abaa09acfb0 /include/linux/pci_ids.h | |
parent | 3f5948fa2cbbda1261eec9a39ef3004b3caf73fb (diff) | |
download | blackbird-obmc-linux-d0de98fa16169562bd74913c6c9b3857f9065c79.tar.gz blackbird-obmc-linux-d0de98fa16169562bd74913c6c9b3857f9065c79.zip |
[PATCH] i945G patch for agpgart
Attached is a small patch for i945G support against 2.6.11.11.
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 b0d6134e1ee6..18f734ec9181 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2382,6 +2382,8 @@ #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_82945G_HB 0x2770 +#define PCI_DEVICE_ID_INTEL_82945G_IG 0x2772 #define PCI_DEVICE_ID_INTEL_ICH6_0 0x2640 #define PCI_DEVICE_ID_INTEL_ICH6_1 0x2641 #define PCI_DEVICE_ID_INTEL_ICH6_2 0x2642 |