This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

initialize synth frame buffer at char device priority


2009-02-09  Bart Veer  <bartv@ecoscentric.com>

	* src/synthfb_init.cxx: initialize at DEV_CHAR priority, not IO

Index: src/synthfb_init.cxx
===================================================================
RCS file: /cvs/ecos/ecos/packages/devs/framebuf/synth/current/src/synthfb_init.cxx,v
retrieving revision 1.2
diff -u -p -r1.2 synthfb_init.cxx
--- src/synthfb_init.cxx	29 Jan 2009 17:48:32 -0000	1.2
+++ src/synthfb_init.cxx	9 Feb 2009 21:15:16 -0000
@@ -70,4 +70,4 @@ class _synth_fb_init {
     }
 };
 
-static _synth_fb_init _synth_fb_init_object CYGBLD_ATTRIB_INIT_PRI(CYG_INIT_IO);
+static _synth_fb_init _synth_fb_init_object CYGBLD_ATTRIB_INIT_PRI(CYG_INIT_DEV_CHAR);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]