patch-2.3.37 linux/drivers/video/fbmem.c
Next file: linux/drivers/video/imsttfb.c
Previous file: linux/drivers/video/clgenfb.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Thu Jan 6 10:31:38 2000
- Orig file:
v2.3.36/linux/drivers/video/fbmem.c
- Orig date:
Wed Dec 29 13:13:20 1999
diff -u --recursive --new-file v2.3.36/linux/drivers/video/fbmem.c linux/drivers/video/fbmem.c
@@ -143,14 +143,18 @@
#ifdef CONFIG_FB_CLGEN
{ "clgen", clgenfb_init, clgenfb_setup },
#endif
+#ifdef CONFIG_FB_ATY
+ { "atyfb", atyfb_init, atyfb_setup },
+#endif
#ifdef CONFIG_FB_OF
+ /*
+ * Offb must be initialized _after_ all other frame buffer devices
+ * that use PCI probing and PCI resources! [ Geert ]
+ */
{ "offb", offb_init, offb_setup },
#endif
#ifdef CONFIG_FB_SBUS
{ "sbus", sbusfb_init, sbusfb_setup },
-#endif
-#ifdef CONFIG_FB_ATY
- { "atyfb", atyfb_init, atyfb_setup },
#endif
#ifdef CONFIG_FB_ATY128
{ "aty128fb", aty128fb_init, aty128fb_setup },
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)