public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* initialize synth frame buffer at char device priority
@ 2009-02-09 21:15 Bart Veer
  0 siblings, 0 replies; only message in thread
From: Bart Veer @ 2009-02-09 21:15 UTC (permalink / raw)
  To: ecos-patches

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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-09 21:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-09 21:15 initialize synth frame buffer at char device priority Bart Veer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).