Ticket #7584: radeon_disable_XPRESS_200M.diff

File radeon_disable_XPRESS_200M.diff, 1.2 KB (added by diver, 13 years ago)
  • src/add-ons/kernel/drivers/graphics/radeon/detect.c

     
    228228
    229229// rs410
    230230#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
    232232
    233233// rs480/82
    234234#define DEVICE_ID_RS480_5954    0x5954
     
    458458
    459459    // rs410
    460460    { 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
    462462
    463463    // rs480
    464464    { DEVICE_ID_RS480_5954, rt_rv380, STD_RADEON, "Radeon XPRESS 200 5954" }, // X.org people unsure what this is for now
     
    634634
    635635                // rs410
    636636                case DEVICE_ID_RS410_5a61:
    637                 case DEVICE_ID_RS410_5a62:
     637//              case DEVICE_ID_RS410_5a62: // black screen on Toshiba Satellite L30-134
    638638
    639639                // r430
    640640                case DEVICE_ID_RADEON_UM: