comparison drivers/radeon/radeonfb.c @ 2046:db1880f741d4

sorry for english
author nick
date Tue, 02 Oct 2001 16:04:45 +0000
parents 11cae7a32291
children 94617874ed1c
comparison
equal deleted inserted replaced
2045:deb4aff05c44 2046:db1880f741d4
1186 if(rinfo->theatre_num >= 0) { 1186 if(rinfo->theatre_num >= 0) {
1187 printk("radeonfb: Device %d on VIP bus ids as %x\n",i,tmp); 1187 printk("radeonfb: Device %d on VIP bus ids as %x\n",i,tmp);
1188 theatre_read(rinfo,VIP_VIP_REVISION_ID, &tmp); 1188 theatre_read(rinfo,VIP_VIP_REVISION_ID, &tmp);
1189 printk("radeonfb: Detected Rage Theatre revision %8.8X\n", tmp); 1189 printk("radeonfb: Detected Rage Theatre revision %8.8X\n", tmp);
1190 } 1190 }
1191 else printk("radeonfb: Rage Theatre not detected\n"); 1191 else printk("radeonfb: Rage Theatre was not detected\n");
1192 return 0; 1192 return 0;
1193 } 1193 }
1194 1194
1195 1195
1196 1196