]> git.hungrycats.org Git - linux/commitdiff
[AGPGART] Really add Intel i915 AGPGART Support.
authorDave Jones <davej@redhat.com>
Wed, 6 Oct 2004 08:03:45 +0000 (04:03 -0400)
committerDave Jones <davej@delerium.kernelslacker.org>
Wed, 6 Oct 2004 08:03:45 +0000 (04:03 -0400)
Whoops. Missing entry in the PCI ID tables.

Spotted and fixed by someone at SuSE.
Fished out of SuSE's kernel tree by Christoph Hellwig
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/char/agp/intel-agp.c

index 8420a3b6767834c1ba714d9bcf0cbd90e098df5c..df0b4b72a4ab219a8dacc2cf6f767cf3119c70df 100644 (file)
@@ -1768,6 +1768,7 @@ static struct pci_device_id agp_intel_pci_table[] = {
        ID(PCI_DEVICE_ID_INTEL_82875_HB),
        ID(PCI_DEVICE_ID_INTEL_7505_0),
        ID(PCI_DEVICE_ID_INTEL_7205_0),
+       ID(PCI_DEVICE_ID_INTEL_82915G_HB),
        { }
 };