diff options
author | Dave Airlie <[email protected]> | 2007-04-09 22:03:31 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2007-04-09 22:03:31 +1000 |
commit | 6461e91ac3ce6160107d5df7468572c6e943f442 (patch) | |
tree | bcbc9c9ba7a4ff8d0b055e8fd8870629586d2023 | |
parent | af807a4696866a4ee08bb2a4e95b9c02011db530 (diff) |
the RS400 definitely doesn't work at this point so don't let it init
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_screen.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_screen.c b/src/mesa/drivers/dri/radeon/radeon_screen.c index abb14faaa13..b0c8fae2859 100644 --- 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: |