# HG changeset patch # User bartv # Date 1234214152 0 # Node ID 533d4be34048ab1f42fcc8e022e2dea5d17c4ff2 # Parent 60a9c9b2506063f0f1eeda12cc3034e544ed1c1f Update another init priority diff --git a/packages/devs/framebuf/synth/current/ChangeLog b/packages/devs/framebuf/synth/current/ChangeLog --- a/packages/devs/framebuf/synth/current/ChangeLog +++ b/packages/devs/framebuf/synth/current/ChangeLog @@ -1,3 +1,7 @@ +2009-02-09 Bart Veer + + * src/synthfb_init.cxx: initialize at DEV_CHAR priority, not IO + 2009-02-07 John Dallaway * cdl/framebuf_synth.tcl: Pass gen_synthfb.tcl to tclsh directly. diff --git a/packages/devs/framebuf/synth/current/src/synthfb_init.cxx b/packages/devs/framebuf/synth/current/src/synthfb_init.cxx --- a/packages/devs/framebuf/synth/current/src/synthfb_init.cxx +++ b/packages/devs/framebuf/synth/current/src/synthfb_init.cxx @@ -8,7 +8,7 @@ // ####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 2008 Free Software Foundation, Inc. +// Copyright (C) 2008, 2009 Free Software Foundation, Inc. // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free @@ -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);