Subject: Re: CVS commit: src/sys/arch
To: None <kiyohara@kk.iij4u.or.jp>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 10/17/2006 18:46:15
kiyohara@kk.iij4u.or.jp wrote:

> > Modified Files:
> > 	src/sys/arch/evbppc/explora: machdep.c
> > 	src/sys/arch/evbppc/obs405: obs200_locore.S obs200_machdep.c
> > 	    obs266_machdep.c
> > 	src/sys/arch/evbppc/walnut: machdep.c walnut_start.S
> > 	src/sys/arch/powerpc/ibm4xx: pmap.c
> > 	src/sys/arch/powerpc/ibm4xx/dev: emacreg.h if_emac.c
> > 	src/sys/arch/powerpc/ibm4xx/openbios: locore.S
> > 	src/sys/arch/powerpc/include/ibm4xx: tlb.h
> > 
> > Log Message:
> > Fix following problems from FUKAUMI Naoki.
> >  - change arch/powerpc/ibm4xx/openbios/locore.S too for OBS266
> >  - use OBS405_CONADDR instead of 0xef000000
> >  - don't call consinit() in obs2{00,66}_machdep.c because consinit() is
> >    already called in ibm4xx_init() (but I'm not sure which place is good)
> >  - do bus_space_map() to get bus space handle in emacs_attach() (!!!)
> 
> Sorry. I mistook commit log, forgot to write your name.

I'm not sure if you consult freza@ about this change,
but you should mention not only his name but also the original
intention of the change:
http://mail-index.netbsd.org/port-powerpc/2006/09/24/0000.html

Also could you please change explora/machdep.c to use a proper
macro as hannken@ suggested?
http://mail-index.netbsd.org/port-powerpc/2006/09/24/0005.html
---
Izumi Tsutsui