This is the mail archive of the sid-cvs@sources.redhat.com mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/sid bsp/ChangeLog bsp/configrun-sid.in com ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	fche@sources.redhat.com	2001-03-13 13:39:21

Modified files:
	sid/bsp        : ChangeLog configrun-sid.in 
	sid/component/memory: ChangeLog generic.cxx generic.h 
	                      hw-memory-ram_rom-basic.txt 
	sid/component/testsuite: ChangeLog 
	sid/component/testsuite/sidcomp.mapper: busif.exp 
	sid/component/testsuite/sidcomp.memory: genericmemory.exp 

Log message:
	* mmap support
	
	[bsp/ChangeLog]
	2001-03-13  Frank Ch. Eigler  <fche@redhat.com>
	
	* configrun-sid.in: Add "mmap" memory region option.
	Document it and others in "--help" text.
	
	[component/memory/ChangeLog]
	2001-03-13  Frank Ch. Eigler  <fche@redhat.com>
	
	Adding support for memory-mapped files and pin-based error signalling.
	* generic.cxx (generic_memory ctor): Add three new pins.
	(generic_memory dtor): munmap if mapping.
	(attempt_resize): Drive error pin when needed.  munmap if mapping.
	(imageload_handler, imagestore_handler): Drive error pin when needed.
	(imagemsync_handler, imagemmap_handler): New functions.
	* generic.h: Corresponding changes.
	* hw-memory-ram_rom-basic.txt: Document extensions.
	
	[component/testsuite/ChangeLog]
	2001-03-13  Frank Ch. Eigler  <fche@redhat.com>
	
	* sidcomp.mapper/busif.exp: Disable if !enable_shared.
	* sidcomp.memory/genericmemory.exp: Add tests for mmap functions.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/ChangeLog.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/bsp/configrun-sid.in.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/memory/ChangeLog.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/memory/generic.cxx.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/memory/generic.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/memory/hw-memory-ram_rom-basic.txt.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/ChangeLog.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.mapper/busif.exp.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sid/component/testsuite/sidcomp.memory/genericmemory.exp.diff?cvsroot=src&r1=1.1&r2=1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]