summaryrefslogtreecommitdiff
path: root/shared-core
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2007-04-17 16:08:26 +0100
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2007-04-17 16:08:26 +0100
commit32b5616cc681e404f671b4bc3b030ee24b753d4a (patch)
treebe4cdcb6cbfec93877af889b16e69924d4ab83eb /shared-core
parent1a5e647f63f083788a7fe43c2367d2e022c48588 (diff)
Correct PCI ID for i845
Diffstat (limited to 'shared-core')
-rw-r--r--shared-core/i915_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/i915_init.c b/shared-core/i915_init.c
index 2ed7a822..5872aeb3 100644
--- a/shared-core/i915_init.c
+++ b/shared-core/i915_init.c
@@ -45,7 +45,7 @@ int i915_probe_agp(struct pci_dev *pdev, unsigned long *aperture_size,
switch (pdev->device) {
case PCI_DEVICE_ID_INTEL_82830_CGC:
- case PCI_DEVICE_ID_INTEL_82845G_HB:
+ case PCI_DEVICE_ID_INTEL_82845G_IG:
case PCI_DEVICE_ID_INTEL_82855GM_IG:
case PCI_DEVICE_ID_INTEL_82865_IG:
if ((tmp & INTEL_GMCH_MEM_MASK) == INTEL_GMCH_MEM_64M)