Subject: Re: CVS commit: src/sys/arch/news68k
To: Izumi Tsutsui <tsutsui@NetBSD.org>
From: James Chacon <jmc@NetBSD.org>
List: source-changes
Date: 12/15/2004 08:47:07
On Wed, Dec 15, 2004 at 02:03:52PM +0000, Izumi Tsutsui wrote:
> 
> Module Name:	src
> Committed By:	tsutsui
> Date:		Wed Dec 15 14:03:52 UTC 2004
> 
> Modified Files:
> 	src/sys/arch/news68k/include: cpu.h
> 	src/sys/arch/news68k/news68k: genassym.cf locore.s
> 
> Log Message:
> Backout previous because:
> - we should fix genassym.sh to generate proper unsigned values rather than
>   remove use of such values in each source
> - 0xe0dc0000 is port to control LED so INTIOBASE1700_OFF is not proper name
> - these LED debug code didn't work on news1200 and it should be fixed anyway
> 

So instead you'll just leave the port in a non-buildable state?

Granted genassym.sh should be fixed, but as this particular issue w. gas
affected only 3 files among all ports (and 1 was bogus) this was the simpler
and more localized fix. 

I can easily update genassym.sh and test builds across all ports today.

James