Subject: Re: L2 CACHE
To: None <port-macppc@NetBSD.org>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: port-macppc
Date: 12/21/2004 12:41:46
>> This option turns into the following line in opt_ppcparam.h:

>> #define  L2CR_CONFIG     (L2SIZ_1M|L2CLK_20|L2RAM_PIPELINE_BURST|L2CR_L2WT)

> Ok, thanks :-)  How do I know when to use the " " and when not to?

My understanding of that is that you need the quotes whenever (a) you
specify a value and (b) that value is not just a number.

Thus,
	options FOO
and
	options	BAR=69
but
	options BAZ="(BAZ_BIT_A|BAZ_BIT_B)"

/~\ The ASCII				der Mouse
\ / Ribbon Campaign
 X  Against HTML	       mouse@rodents.montreal.qc.ca
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B