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

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

Diff for /src/sys/arch/i386/i386/machdep.c between version 1.682 and 1.683

version 1.682, 2010/02/08 19:02:29 version 1.683, 2010/03/01 01:15:23
Line 481  cpu_startup(void)
Line 481  cpu_startup(void)
   
 #if NCARDBUS > 0  #if NCARDBUS > 0
         /* Tell RBUS how much RAM we have, so it can use heuristics. */          /* Tell RBUS how much RAM we have, so it can use heuristics. */
         rbus_min_start_hint(ptoa(physmem));          rbus_min_start_hint(ctob((psize_t)physmem));
 #endif  #endif
   
         minaddr = 0;          minaddr = 0;

Legend:
Removed from v.1.682  
changed lines
  Added in v.1.683

CVSweb <webmaster@jp.NetBSD.org>