summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>1999-06-01 18:25:26 +0000
committerjlemon <jlemon@FreeBSD.org>1999-06-01 18:25:26 +0000
commit91a6d42ba0db00e8c993ea7b50fa1cf1543e21f1 (patch)
treef8d65c51eb791926a39f133980e474f657480a8a /sys
parentb5d4171ff60677d883a8f4fdf912b23d5de9a433 (diff)
downloadFreeBSD-src-91a6d42ba0db00e8c993ea7b50fa1cf1543e21f1.zip
FreeBSD-src-91a6d42ba0db00e8c993ea7b50fa1cf1543e21f1.tar.gz
Null commit; note that there is a new memory sizing routine that uses
the BIOS calls to determine the memory configuration. This should fix problems with >64M for good. Reviewed by: Mike Smith
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/machdep.c2
-rw-r--r--sys/i386/i386/machdep.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 22c7290..4b7cf94 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.336 1999/05/31 18:35:53 dfr Exp $
+ * $Id: machdep.c,v 1.337 1999/06/01 18:19:40 jlemon Exp $
*/
#include "apm.h"
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 22c7290..4b7cf94 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.336 1999/05/31 18:35:53 dfr Exp $
+ * $Id: machdep.c,v 1.337 1999/06/01 18:19:40 jlemon Exp $
*/
#include "apm.h"
OpenPOWER on IntegriCloud