patch-2.3.18 linux/drivers/video/sbusfb.c
Next file: linux/fs/binfmt_misc.c
Previous file: linux/drivers/video/p9100fb.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed Sep 8 11:14:32 1999
- Orig file:
v2.3.17/linux/drivers/video/sbusfb.c
- Orig date:
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.17/linux/drivers/video/sbusfb.c linux/drivers/video/sbusfb.c
@@ -1088,7 +1088,8 @@
#endif
#ifdef CONFIG_FB_P9100
case FBTYPE_P9100COLOR:
- p = p9100fb_init(fb); break;
+ /* Temporary crock. For now we are a cg3 */
+ p = p9100fb_init(fb); type->fb_type = FBTYPE_SUN3COLOR; break;
#endif
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)