projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af807a4
)
the RS400 definitely doesn't work at this point so don't let it init
author
Dave Airlie
<airlied@linux.ie>
Mon, 9 Apr 2007 12:03:31 +0000
(22:03 +1000)
committer
Dave Airlie
<airlied@linux.ie>
Mon, 9 Apr 2007 12:03:31 +0000
(22:03 +1000)
src/mesa/drivers/dri/radeon/radeon_screen.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/radeon/radeon_screen.c
b/src/mesa/drivers/dri/radeon/radeon_screen.c
index abb14faaa130f996176396f59252144f4f3e40ad..b0c8fae2859487d729d5b3484cd22df828b509fa 100644
(file)
--- a/
src/mesa/drivers/dri/radeon/radeon_screen.c
+++ b/
src/mesa/drivers/dri/radeon/radeon_screen.c
@@
-656,7
+656,8
@@
radeonCreateScreen( __DRIscreenPrivate *sPriv )
case PCI_CHIP_RC410_5A61:
case PCI_CHIP_RC410_5A62:
screen->chip_family = CHIP_FAMILY_RS400;
- fprintf(stderr, "Warning, xpress200 detected. Probably won't work.\n");
+ fprintf(stderr, "Warning, xpress200 detected. Won't work.\n");
+ return NULL;
break;
default: