projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1311c24
)
[AGPGART] Improve the error message shown when we detect a ServerWorks CNB20HE
author
Dave Jones
<davej@redhat.com>
Mon, 13 Feb 2006 02:05:32 +0000
(21:05 -0500)
committer
Dave Jones
<davej@redhat.com>
Mon, 13 Feb 2006 02:05:32 +0000
(21:05 -0500)
This chipset is unsupported, and likely to remain that way.
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/char/agp/sworks-agp.c
patch
|
blob
|
history
diff --git
a/drivers/char/agp/sworks-agp.c
b/drivers/char/agp/sworks-agp.c
index 268f78d926d33726b1fc4305b1d162e69cc54fb7..efef9999f1cfaf95f3e96913e6721b19e211e465 100644
(file)
--- 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: