Subject: Re: L2CR_CONFIG in cpu.c
To: None <port-macppc@netbsd.org>
From: Donald Lee <donlee@icompute.com>
List: port-macppc
Date: 01/07/2001 21:28:47
You may recall that I reported a few days ago that I could not get the
L2 cahce to work.
For the record...
I'm running a PowerCenter 132 with a Sonnett 300Mhz/512Kb G3 card.
options L2CR_CONFIG="(L2SIZ_512K|L2CLK_20|L2RAM_PIPELINE_BURST)"
works great. My previous attempt(s) were marred by some apparent
brain farts or possibly bad drugs. (too much sugar?)
I _think_ I neglected some step in the build:
change config_file
-> config config_file
-> make depend
-> make
-> install kernel
'tworks now! Tastes good, lasts a long time.
-dgl-