patch-2.3.99-pre6 linux/drivers/video/fbmem.c
Next file: linux/drivers/video/mdacon.c
Previous file: linux/drivers/video/fbcon-iplan2p8.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Apr 25 17:58:46 2000
- Orig file:
v2.3.99-pre5/linux/drivers/video/fbmem.c
- Orig date:
Tue Apr 11 15:09:21 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/video/fbmem.c linux/drivers/video/fbmem.c
@@ -160,15 +160,15 @@
#ifdef CONFIG_FB_ATY
{ "atyfb", atyfb_init, atyfb_setup },
#endif
+#ifdef CONFIG_FB_ATY128
+ { "aty128fb", aty128fb_init, aty128fb_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_ATY128
- { "aty128fb", aty128fb_init, aty128fb_setup },
#endif
#ifdef CONFIG_FB_IGA
{ "igafb", igafb_init, igafb_setup },
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)