Subject: Re: L2 CACHE
To: Bill Studenmund <wrstuden@netbsd.org>
From: Tim Kelly <hockey@dialectronics.com>
List: port-macppc
Date: 12/21/2004 09:47:58
Hi Bill,

>This option turns into the following line in opt_ppcparam.h:
>
>#define  L2CR_CONFIG     (L2SIZ_1M|L2CLK_20|L2RAM_PIPELINE_BURST|L2CR_L2WT)
>
>Thus by the time the C compiler is involved, this will turn into an
>integer. :-)

Ok, thanks :-) How do I know when to use the " " and when not to? It seems
to me that when I do things like

options         LOCKDEBUG
options         MCDEBUG

in the conf file either the problem is nowhere near where I think it is, or
these options aren't getting compiled in, because I'm not getting the
debugging messages I expect to see.

thanks,
tim