[BACK]Return to tsarm_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / evbarm / tsarm

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

Diff for /src/sys/arch/evbarm/tsarm/tsarm_machdep.c between version 1.4 and 1.4.8.1

version 1.4, 2006/05/17 04:22:46 version 1.4.8.1, 2007/01/12 01:00:46
Line 450  initarm(void *arg)
Line 450  initarm(void *arg)
 #endif  #endif
   
         /* Fake bootconfig structure for the benefit of pmap.c */          /* Fake bootconfig structure for the benefit of pmap.c */
         /* XXX must make the memory description h/w independant */          /* XXX must make the memory description h/w independent */
         bootconfig.dramblocks = 4;          bootconfig.dramblocks = 4;
         bootconfig.dram[0].address = 0x0UL;          bootconfig.dram[0].address = 0x0UL;
         bootconfig.dram[0].pages = 0x800000UL / PAGE_SIZE;          bootconfig.dram[0].pages = 0x800000UL / PAGE_SIZE;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.8.1

CVSweb <webmaster@jp.NetBSD.org>