From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20446 invoked by alias); 10 Apr 2002 19:48:25 -0000 Mailing-List: contact sid-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-cvs-owner@sources.redhat.com Received: (qmail 20405 invoked by uid 448); 10 Apr 2002 19:48:23 -0000 Date: Wed, 10 Apr 2002 12:48:00 -0000 Message-ID: <20020410194823.20403.qmail@sources.redhat.com> From: brolley@sources.redhat.com To: sid-cvs@sources.redhat.com Subject: src/sid/component/mapper ChangeLog compMapper. ... X-SW-Source: 2002-q2/txt/msg00001.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: brolley@sources.redhat.com 2002-04-10 12:48:23 Modified files: sid/component/mapper: ChangeLog compMapper.cxx hw-mapper-basic.txt hw-mapper-basic.xml Log message: 2002-04-09 Dave Brolley * hw-mapper-basic.xml: Describe usage. * compMapper.cxx (struct mapping_record): New field, 'mapped_base'. (class generic_mapper_bus): Remove 'transparent_t' parameter, 'low_multiplier' member and 'is_transparent' member. (generic_mapper_bus::write_strideoffset_any): Compute mapped_address relative to mapped_base. (generic_mapper_bus::read_strideoffset_any): Ditto. (generic_mapper_bus::write_any): Ditto. (generic_mapper_bus::read_any): Ditto. (make_name_mapping): Remove 'garbage1' -- not used. Detect wordsize and mapped_base specifications using their operators. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/mapper/ChangeLog.diff?cvsroot=src&r1=1.12&r2=1.13 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/mapper/compMapper.cxx.diff?cvsroot=src&r1=1.10&r2=1.11 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/mapper/hw-mapper-basic.txt.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/mapper/hw-mapper-basic.xml.diff?cvsroot=src&r1=1.3&r2=1.4