Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2009 21:02:55 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 machdep.c src/sys/boot/i386/libi386 smbios.c src/sys/i386/i386 machdep.c
Message-ID:  <200903312104.n2VL4KHO097736@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2009-03-31 21:02:55 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      machdep.c 
    sys/boot/i386/libi386 smbios.c 
    sys/i386/i386        machdep.c 
  Log:
  SVN rev 190599 on 2009-03-31 21:02:55Z by jkim
  
  Probe size of installed memory modules from loader and display it
  as 'real memory' instead of Maxmem if the value is available.
  Note amd64 displayed physmem as 'usable memory' since machdep.c r1.640
  to unconfuse users.  Now it is consistent across amd64 and i386 again.
  While I am here, clean up smbios.c a bit and update copyright date.
  
  Reviewed by:    jhb
  
  Revision  Changes    Path
  1.695     +13 -3     src/sys/amd64/amd64/machdep.c
  1.8       +52 -6     src/sys/boot/i386/libi386/smbios.c
  1.679     +12 -2     src/sys/i386/i386/machdep.c



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