Subject: Re: sys/arch/sparc/dev/ts102.c
To: None <port-sparc@netbsd.org>
From: Sean Davis <dive-nb@endersgame.net>
List: port-sparc
Date: 07/13/2005 03:53:48
On Tue, Jul 12, 2005 at 05:38:44PM -0700, Hisashi T Fujinaka wrote:
> I think we're compiling with -Werror? Anyway, on line 760 "i" is
> declared as an int but it's not used if NTCTRL <= 0 (there's an ifdef).
> That breaks the build and I haven't looked into what NTCTRL is yet.

tctrl is the tadpole sparcbook's controller, used for things like:
tctrl0: LOW POWER WARNING! (among other things.)

I can only assume that NTRCTL is related.

-Sean