Subject: sun-lamp CVS commits
To: None <source-changes>
From: The Source Master <srcmastr>
List: source-changes
Date: 07/31/1994 01:30:04
lkestel
Sun Jul 31 01:22:37 PDT 1994
Update of /b/source/CVS/src/sys/arch/mac68k/mac68k
In directory sun-lamp.cs.berkeley.edu:/e/users/lkestel/src/sys/arch/mac68k/mac68k

Modified Files:
	machdep.c 
Log Message:
Added get_physical() to get physical address from logical address according
to MMU; get_mapping() to figure out how RAM and NuBus space is mapped;
remap_kernel() to remap the kernel page tables in case they were split
across memory banks; remap_nubus() to map internal video into NuBus space
where MacOS had it; and remap_MMU() to call the above.


lkestel
Sun Jul 31 01:27:40 PDT 1994
Update of /b/source/CVS/src/sys/arch/mac68k/mac68k
In directory sun-lamp.cs.berkeley.edu:/e/users/lkestel/src/sys/arch/mac68k/mac68k

Modified Files:
	pmap.c 
Log Message:
Added support for MACHINE_NONCONTIG for IIsi and IIci machines.  Similar
to i386's, but more flexible to handle awkward MacOS maps.  pmap_collect()
is noop'ed out for now.


lkestel
Sun Jul 31 01:28:35 PDT 1994
Update of /b/source/CVS/src/sys/arch/mac68k/mac68k
In directory sun-lamp.cs.berkeley.edu:/e/users/lkestel/src/sys/arch/mac68k/mac68k

Modified Files:
	pmap.c 
Log Message:
Removed two useless variables.  (hole_start, hole_end)


------------------------------------------------------------------------------