summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-06-23 13:28:04 +0000
committerbde <bde@FreeBSD.org>1996-06-23 13:28:04 +0000
commit890f295931d629a64ab62ebaf699f34eac04e6b1 (patch)
tree1091e9c8e5116cdbc9348f17f9a3e25a337d7cee /sys
parent34b72c7bccdd583680abd45e7297cb9534fc7aaa (diff)
downloadFreeBSD-src-890f295931d629a64ab62ebaf699f34eac04e6b1.zip
FreeBSD-src-890f295931d629a64ab62ebaf699f34eac04e6b1.tar.gz
Describe MAXMEM better. Enable it by default. (It's a positive option.
Only negative options in LINT should be enabled.)
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES11
-rw-r--r--sys/i386/conf/LINT11
-rw-r--r--sys/i386/conf/NOTES11
3 files changed, 18 insertions, 15 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 1ed2c0c..02bba47 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.267 1996/06/18 23:21:28 nate Exp $
+# $Id: LINT,v 1.268 1996/06/19 15:37:52 nate Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -466,9 +466,10 @@ controller isa0
# Some broken EISA and VLB hardware may need this, too.
#
# MAXMEM specifies the amount of RAM on the machine; if this is not
-# specified, only the first 64MB will be used. The amount is in kilobytes,
-# so for a machine with 128MB of RAM, it would be 131072 (128 * 1024).
-# Not needed if you have 64MB or less.
+# specified, FreeBSD will read the amount of memory from the CMOS RAM,
+# so the amount of memory will be limited to 64MB or 16MB depending on
+# the BIOS. The amount is in kilobytes, so for a machine with 128MB of
+# RAM, it would be 131072 (128 * 1024).
#
# TUNE_1542 enables the automatic ISA bus speed selection for the
# Adaptec 1542 boards. Does not work for all boards, use it with caution.
@@ -482,7 +483,7 @@ controller isa0
options "AUTO_EOI_1"
#options "AUTO_EOI_2"
options BOUNCE_BUFFERS
-#options "MAXMEM=(128*1024)"
+options "MAXMEM=(128*1024)"
#options "TUNE_1542"
#options BROKEN_KEYBOARD_RESET
#options PAS_JOYSTICK_ENABLE
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 1ed2c0c..02bba47 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.267 1996/06/18 23:21:28 nate Exp $
+# $Id: LINT,v 1.268 1996/06/19 15:37:52 nate Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -466,9 +466,10 @@ controller isa0
# Some broken EISA and VLB hardware may need this, too.
#
# MAXMEM specifies the amount of RAM on the machine; if this is not
-# specified, only the first 64MB will be used. The amount is in kilobytes,
-# so for a machine with 128MB of RAM, it would be 131072 (128 * 1024).
-# Not needed if you have 64MB or less.
+# specified, FreeBSD will read the amount of memory from the CMOS RAM,
+# so the amount of memory will be limited to 64MB or 16MB depending on
+# the BIOS. The amount is in kilobytes, so for a machine with 128MB of
+# RAM, it would be 131072 (128 * 1024).
#
# TUNE_1542 enables the automatic ISA bus speed selection for the
# Adaptec 1542 boards. Does not work for all boards, use it with caution.
@@ -482,7 +483,7 @@ controller isa0
options "AUTO_EOI_1"
#options "AUTO_EOI_2"
options BOUNCE_BUFFERS
-#options "MAXMEM=(128*1024)"
+options "MAXMEM=(128*1024)"
#options "TUNE_1542"
#options BROKEN_KEYBOARD_RESET
#options PAS_JOYSTICK_ENABLE
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 1ed2c0c..02bba47 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.267 1996/06/18 23:21:28 nate Exp $
+# $Id: LINT,v 1.268 1996/06/19 15:37:52 nate Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -466,9 +466,10 @@ controller isa0
# Some broken EISA and VLB hardware may need this, too.
#
# MAXMEM specifies the amount of RAM on the machine; if this is not
-# specified, only the first 64MB will be used. The amount is in kilobytes,
-# so for a machine with 128MB of RAM, it would be 131072 (128 * 1024).
-# Not needed if you have 64MB or less.
+# specified, FreeBSD will read the amount of memory from the CMOS RAM,
+# so the amount of memory will be limited to 64MB or 16MB depending on
+# the BIOS. The amount is in kilobytes, so for a machine with 128MB of
+# RAM, it would be 131072 (128 * 1024).
#
# TUNE_1542 enables the automatic ISA bus speed selection for the
# Adaptec 1542 boards. Does not work for all boards, use it with caution.
@@ -482,7 +483,7 @@ controller isa0
options "AUTO_EOI_1"
#options "AUTO_EOI_2"
options BOUNCE_BUFFERS
-#options "MAXMEM=(128*1024)"
+options "MAXMEM=(128*1024)"
#options "TUNE_1542"
#options BROKEN_KEYBOARD_RESET
#options PAS_JOYSTICK_ENABLE
OpenPOWER on IntegriCloud