Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 2009 22:58:05 +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/i386/i386 machdep.c
Message-ID:  <200908202258.n7KMwe9J013591@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2009-08-20 22:58:05 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      machdep.c 
    sys/i386/i386        machdep.c 
  Log:
  SVN rev 196412 on 2009-08-20 22:58:05Z by jkim
  
  Check whether the SMBIOS reports reasonable amount of memory.  If it is
  less than "avail memory", fall back to Maxmem to avoid user confusion.
  We use SMBIOS information to display "real memory" since r190599 but
  some broken SMBIOS implementation reported only half of actual memory.
  
  Tested by:      bz
  Approved by:    re (kib)
  
  Revision  Changes    Path
  1.709     +12 -10    src/sys/amd64/amd64/machdep.c
  1.690     +12 -10    src/sys/i386/i386/machdep.c



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