Subject: Re: initfini build problem
To: None <rafal.boni@eDial.com>
From: Havard Eidnes <he@netbsd.org>
List: port-sgimips
Date: 07/30/2001 10:30:27
> -> cpu0 at mainbus0: MIPS R4400 CPU (0x460) Rev. 6.0 with MIPS R401=
0 FPC Rev. 0.0
> -> cpu0: L1 cache: 16KB/16B instruction, 16KB/16B data, direct mapp=
ed
> -> cpu0: L2 cache: 1024KB/128B mixed, no snooping
> -> cpu0: disabling IP22 SysAD L2 cache
> ->
> -> The L2 cache is actually 2MB. The disabling is because the cache =
code
> -> isn't quite there yet, right?
>
> The cache size is currently hardcoded to 1MB for the Fullhouse; the S=
ysAD
> cache it's disabling is the R4600/R5000 cache which there isn't any c=
ode
> to drive yet. So you should probably change the hardcoded 1MB to 2MB=
.=
Hm, so does that mean that the L2 cache is actually being used? Even
though I have "options MIPS3_L2CACHE_ABSENT" in my config file? I
thought there were still problems driving the 128B/line L2 cache?
- H=E5vard