Commit e72dde5a authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] Print banner on detecting AMD64 GART.

All the other GART drivers display what they've found, so make this
one follow suit.
parent 8156ad49
......@@ -340,6 +340,8 @@ static int __init agp_amdk8_probe (struct pci_dev *dev, const struct pci_device_
if (cap_ptr == 0)
return -ENODEV;
printk (KERN_INFO PFX "Detected AMD64 on-CPU GART\n");
agp_bridge->dev = dev;
agp_bridge->capndx = cap_ptr;
......
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