Commit b7b558cd authored by Dave Jones's avatar Dave Jones

[AGPGART] Announce Intel 460GX when found.

Most AGP chipset drivers announce the bridge found, and i460gx used
to, but it seems to have gotten dropped somewhere along the way.
Signed-off-by: default avatarBjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 5804277e
......@@ -585,6 +585,8 @@ static int __devinit agp_intel_i460_probe(struct pci_dev *pdev,
bridge->dev = pdev;
bridge->capndx = cap_ptr;
printk(KERN_INFO PFX "Detected Intel 460GX chipset\n");
pci_set_drvdata(pdev, bridge);
return agp_add_bridge(bridge);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment