Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 1995 01:31:21 -0700
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/i386/i386 machdep.c pmap.c
Message-ID:  <199509150831.BAA02496@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      95/09/15 01:31:20

  Modified:    sys/i386/i386  machdep.c pmap.c
  Log:
  1) Killed 'BSDVM_COMPAT'.
  2) Killed i386pagesperpage as it is not used by anything.
  3) Fixed benign miscalculations in pmap_bootstrap().
  4) Moved allocation of ISA DMA memory to machdep.c.
  5) Removed bogus vm_map_find()'s in pmap_init() - the entire range was
     already allocated kmem_init().
  6) Added some comments.
  
  virual_avail is still miscalculated NKPT*NBPG too large, but in order to
  fix this properly requires moving the variable initialization into locore.s.
  Some other day.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509150831.BAA02496>