diff options
author | Dave Jones <davej@redhat.com> | 2006-02-12 21:05:32 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-02-12 21:05:32 -0500 |
commit | cf5e40221bc509e13e22dc83c77c0c115eab531f (patch) | |
tree | 1203ab413a83f8ae13e4a97273d653b2de3bd106 /drivers/char/agp | |
parent | 1311c24fad3b2acad5c6545d2107c226774f02e8 (diff) |
[AGPGART] Improve the error message shown when we detect a ServerWorks CNB20HE
This chipset is unsupported, and likely to remain that way.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/char/agp')
-rw-r--r-- | drivers/char/agp/sworks-agp.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/char/agp/sworks-agp.c b/drivers/char/agp/sworks-agp.c index 268f78d926d..efef9999f1c 100644 --- a/drivers/char/agp/sworks-agp.c +++ b/drivers/char/agp/sworks-agp.c @@ -468,9 +468,7 @@ static int __devinit agp_serverworks_probe(struct pci_dev *pdev, switch (pdev->device) { case 0x0006: - /* ServerWorks CNB20HE - Fail silently.*/ - printk (KERN_ERR PFX "Detected ServerWorks CNB20HE chipset: No AGP present.\n"); + printk (KERN_ERR PFX "ServerWorks CNB20HE is unsupported due to lack of documentation.\n"); return -ENODEV; case PCI_DEVICE_ID_SERVERWORKS_HE: |