Ticket #7584: radeon_disable_XPRESS_200M.diff
File radeon_disable_XPRESS_200M.diff, 1.2 KB (added by , 13 years ago) |
---|
-
src/add-ons/kernel/drivers/graphics/radeon/detect.c
228 228 229 229 // rs410 230 230 #define DEVICE_ID_RS410_5a61 0x5a61 231 #define DEVICE_ID_RS410_5a62 0x5a62 231 //#define DEVICE_ID_RS410_5a62 0x5a62 // black screen on Toshiba Satellite L30-134 232 232 233 233 // rs480/82 234 234 #define DEVICE_ID_RS480_5954 0x5954 … … 458 458 459 459 // rs410 460 460 { DEVICE_ID_RS410_5a61, rt_rv380, STD_RADEON, "Radeon XPRESS 200 5A61" }, // X.org people unsure what this is for now 461 { DEVICE_ID_RS410_5a62, rt_rv380, ISMOBILITY, "Radeon XPRESS 200M 5A62" }, 461 // { DEVICE_ID_RS410_5a62, rt_rv380, ISMOBILITY, "Radeon XPRESS 200M 5A62" }, // black screen on Toshiba Satellite L30-134 462 462 463 463 // rs480 464 464 { DEVICE_ID_RS480_5954, rt_rv380, STD_RADEON, "Radeon XPRESS 200 5954" }, // X.org people unsure what this is for now … … 634 634 635 635 // rs410 636 636 case DEVICE_ID_RS410_5a61: 637 case DEVICE_ID_RS410_5a62: 637 // case DEVICE_ID_RS410_5a62: // black screen on Toshiba Satellite L30-134 638 638 639 639 // r430 640 640 case DEVICE_ID_RADEON_UM: