From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29753 invoked by alias); 19 Feb 2007 17:00:56 -0000 Received: (qmail 29737 invoked by uid 448); 19 Feb 2007 17:00:55 -0000 Date: Mon, 19 Feb 2007 17:00:00 -0000 Message-ID: <20070219170055.29735.qmail@sourceware.org> From: brolley@sourceware.org To: sid-cvs@sourceware.org Subject: src/sid/main/dynamic ChangeLog commonCfg.cxx c ... Mailing-List: contact sid-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00014.txt.bz2 CVSROOT: /cvs/src Module name: src Changes by: brolley@sourceware.org 2007-02-19 17:00:55 Modified files: sid/main/dynamic: ChangeLog commonCfg.cxx commonCfg.h mepCfg.cxx Log message: 2007-02-19 Dave Brolley * mepCfg.cxx (MepMemCfg::set_dynamic_config): Relate the gbmif as a client of the dynamic_configurator if it exists. (MepBoardCfg::map_mm_int): Removed. (MepBoardCfg::write_load): Call set_model_busses, if necessary. (MepBoardCfg::write_config): Call shared_main_mem->mep_mm_int, if necessary. Relate the gbif and lbif clients of the dynamic_configurator if they exist and may be wrapped. * commonCfg.cxx (SessionCfg): Initialize maybe_model_busses. (profile_config): Set maybe_model_busses, if necessary. * commonCfg.h (maybe_model_busses): New member of SessionCfg. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/ChangeLog.diff?cvsroot=src&r1=1.41&r2=1.42 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.cxx.diff?cvsroot=src&r1=1.21&r2=1.22 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/commonCfg.h.diff?cvsroot=src&r1=1.11&r2=1.12 http://sourceware.org/cgi-bin/cvsweb.cgi/src/sid/main/dynamic/mepCfg.cxx.diff?cvsroot=src&r1=1.1&r2=1.2