diff options
| author | Dave Jones <davej@redhat.com> | 2004-12-15 15:26:04 -0500 |
|---|---|---|
| committer | Dave Jones <davej@redhat.com> | 2004-12-15 15:26:04 -0500 |
| commit | b7b558cdef4caeb001fb1d651ce1000bad29f6cb (patch) | |
| tree | 2daf992a3e108757b318d1456ddddcd543e17bd0 | |
| parent | 5804277e41a9be368e6b944e644e686a545627af (diff) | |
[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: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Dave Jones <davej@redhat.com>
| -rw-r--r-- | drivers/char/agp/i460-agp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/agp/i460-agp.c b/drivers/char/agp/i460-agp.c index 57d041d4bf4e..defee5a94725 100644 --- a/drivers/char/agp/i460-agp.c +++ b/drivers/char/agp/i460-agp.c @@ -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); } |
