Subject: Re: Porting Netbsd on PowerPC
To: None <matt@3am-software.com>
From: derek godfrey <derek0godfrey@netscape.net>
List: port-powerpc
Date: 03/11/2003 17:54:39
matt@3am-software.com wrote:
> At 06:32 PM 3/10/2003, Prasad T.N.S wrote:
>
>> Hi Guys,
>>
>> I have few questions regarding porting the Netbsd on PowerPC 750
>> CXe, 600 Mhz clock, 256k Cache, 512Mb SDRAM, Boot flash( 1 MB), User
>> flash(64Mb).
>
>
>
The Cxe has an internal 256K L2 cache that has a simple enable/disable bit
rather than the rest of the 750 series.
cpu_subr.c (1.6 and 1.6.1) needs something like:
(or better than :-) )
466a474,479
> return;
> }
> if ((vers == MPC750) && (maj == 3)&&(min == 1)) {
> printf(": 256KB internal L2 cache "
> "shared data/instruction");
> printf("\n");