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

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

Diff for /src/sys/arch/sun3/sun3/pmap.c between version 1.171 and 1.172

version 1.171, 2016/12/22 14:47:59 version 1.172, 2021/08/02 12:56:23
Line 1537  pmap_bootstrap(vaddr_t nextva)
Line 1537  pmap_bootstrap(vaddr_t nextva)
   
         /*          /*
          * On the Sun3/50, the video frame buffer is located at           * On the Sun3/50, the video frame buffer is located at
          * physical addres 1MB so we must step over it.           * physical address 1MB so we must step over it.
          */           */
         if (cpu_machine_id == ID_SUN3_50) {          if (cpu_machine_id == ID_SUN3_50) {
                 hole_start = m68k_trunc_page(OBMEM_BW50_ADDR);                  hole_start = m68k_trunc_page(OBMEM_BW50_ADDR);

Legend:
Removed from v.1.171  
changed lines
  Added in v.1.172

CVSweb <webmaster@jp.NetBSD.org>