Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 1999 06:49:56 -0700 (PDT)
From:      KATO Takenori <kato@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pc98/i386 machdep.c
Message-ID:  <199906031349.GAA87095@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
kato        1999/06/03 06:49:55 PDT

  Modified files:
    sys/pc98/i386        machdep.c 
  Log:
  Sync with sys/i386/i386/machdep.c revision 1.339.
  
  New function getmemsize_pc98 is added in this commit, since PC98 is
  quite different in obtaining memory size from IBM-PC.  Many lines of
  this function is shareable with IBM-PC's getmemsize function, but
  sharing needs many #ifdef PC98 statements.  Therefore, I gave up
  sharing code with IBM-PC's and just added new function.
  
  Revision  Changes    Path
  1.118     +579 -315  src/sys/pc98/i386/machdep.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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