2009-02-09 Bart Veer <[email protected]>
* 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);