video_card       1910 drivers/video/fbdev/aty/aty128fb.c 	char video_card[50];
video_card       1917 drivers/video/fbdev/aty/aty128fb.c 	strcpy(video_card, "Rage128 XX ");
video_card       1918 drivers/video/fbdev/aty/aty128fb.c 	video_card[8] = ent->device >> 8;
video_card       1919 drivers/video/fbdev/aty/aty128fb.c 	video_card[9] = ent->device & 0xFF;
video_card       1923 drivers/video/fbdev/aty/aty128fb.c 		strlcat(video_card, r128_family[ent->driver_data],
video_card       1924 drivers/video/fbdev/aty/aty128fb.c 			sizeof(video_card));
video_card       1926 drivers/video/fbdev/aty/aty128fb.c 	printk(KERN_INFO "aty128fb: %s [chip rev 0x%x] ", video_card, chip_rev);
video_card       2047 drivers/video/fbdev/aty/aty128fb.c 		info->fix.id, video_card);