Subject: Re: Cleaning up arm32 port
To: None <imago@kabel065011.kabel.utwente.nl, port-arm32@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: port-arm32
Date: 02/16/2001 18:12:03
In article <Pine.NEB.4.30.0102161815260.12224-100000@rangerover.kasbah> you write:
>1b) allow multiple memory freelists to allow DMA/non-DMA division etc.

From my looking at it, it looks like the right way to handle this is to move 
the calls to uvm_page_physload() from pmap_bootstrap() to initarm(), so that 
the bootconfig structure isn't needed there.  If the pmap needs to know the 
physical memory layout, it can get it back from UVM.
 
>3) merge podulebus code so arm32 and arm26 can use the same podulebus code
>   -> if posible, move shared code to ../sys/dev/podulebus
 
Once I've got a Risc PC, I'll work on this myself.
                                                         
>4) big one? : implementing wscons for RiscPC/rc7500     
>   -> cleans vidc directory and attachments too
 
It might be possible to share some of this with arm26, too.          

-- 
Ben Harris                                                   <bjh21@netbsd.org>
Portmaster, NetBSD/arm26               <URL:http://www.netbsd.org/Ports/arm26/>