[BACK]Return to cpu.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / pmax / pmax

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/pmax/pmax/cpu.c between version 1.18 and 1.19

version 1.18, 2001/06/27 08:20:45 version 1.19, 2001/08/24 00:22:53
Line 113  cpuattach(parent, dev, aux)
Line 113  cpuattach(parent, dev, aux)
                     mips_L1ICacheSize/1024, mips_L1DCacheSize/1024);                      mips_L1ICacheSize/1024, mips_L1DCacheSize/1024);
                 printf("%s: ", dev->dv_xname);                  printf("%s: ", dev->dv_xname);
   
   #ifdef MIPS3
                 if (!mips_L2CachePresent)                  if (!mips_L2CachePresent)
                         printf("no L2 cache\n");                          printf("no L2 cache\n");
                 else                  else
Line 120  cpuattach(parent, dev, aux)
Line 121  cpuattach(parent, dev, aux)
                             mips_L2CacheSize/1024, mips_L2CacheLSize,                              mips_L2CacheSize/1024, mips_L2CacheLSize,
                             mips_L2CacheMixed ? "mixed" : "separated",                              mips_L2CacheMixed ? "mixed" : "separated",
                             mips_L2CacheIsSnooping? "snooping" : "no snooping");                              mips_L2CacheIsSnooping? "snooping" : "no snooping");
   #endif
         }          }
 }  }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb <webmaster@jp.NetBSD.org>