Subject: Re: Working 1.6?
To: HAMAJIMA Katsuomi <hamajima@nagoya.ydc.co.jp>
From: Aymeric Vincent <Aymeric.Vincent@labri.fr>
List: port-amiga
Date: 06/05/2002 09:57:20
Ooops. I feel sorry. This is definitely a bug I introduced in my
recent changes.

You can commit that and request a pullup to the 1.6 branch.
I'm OK to do it myself if you prefer.

 Aymeric

HAMAJIMA Katsuomi <hamajima@nagoya.ydc.co.jp> writes:

> > Any other ideas?
> 
> check this patch.
> 
> --- sys/arch/amiga/amiga/amiga_init.c.orig      Fri May 31 06:00:23 2002
> +++ sys/arch/amiga/amiga/amiga_init.c   Wed Jun  5 01:20:29 2002
> @@ -249,7 +249,6 @@
>  	RELOC(boot_cphysize, u_long) = cphysize;
>  
>  	RELOC(machineid, int) = id;
> -	RELOC(chipmem_start, vaddr_t) = cphysize;
>  	RELOC(chipmem_end, vaddr_t) = cphysize;
>  	RELOC(esym, char *) = esym_addr;
>  	RELOC(boot_flags, u_long) = flags;