summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-06-09 05:38:41 +0000
committerbde <bde@FreeBSD.org>1997-06-09 05:38:41 +0000
commit1cd3c44a3b4fe80607d37353e7f17a3e551a7859 (patch)
treea1e87ef6029f4cdd6eb9213470856fc8ac7daa03 /share
parentedf78e2f3f539f2058ba131e4a045dc08f1d2e3d (diff)
downloadFreeBSD-src-1cd3c44a3b4fe80607d37353e7f17a3e551a7859.zip
FreeBSD-src-1cd3c44a3b4fe80607d37353e7f17a3e551a7859.tar.gz
Updated serial console options.
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf21
1 files changed, 6 insertions, 15 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 387d3c1..d935024 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.47 1997/04/15 08:16:44 asami Exp $
+# $Id: make.conf,v 1.48 1997/05/03 19:58:39 andreas Exp $
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing
@@ -65,28 +65,19 @@
#BOOTWAIT=30000
#
# By default, the system will always use the keyboard/video card as system
-# console. However, the boot blocks may be configured to use a serial port
-# or probe the hardware to determine if the serial port or kbd/video should
-# be used.
+# console. However, the boot blocks may be dynamically configured to use a
+# serial port in addition to or instead of the keyboard/video console.
#
# By default we use COM1 as our serial console port *if* we're going to use
# a serial port as our console at all. (0x3E8 = COM2)
#
#BOOT_COMCONSOLE_PORT= 0x3F8
#
-# Uncomment the following line to test if a keyboard is present. If the
-# keyboard isn't there, use the serial port as console.
+# The default serial console speed is 9600. Set the speed to a larger value
+# for better interactive response.
#
-#BOOT_PROBE_KEYBOARD= true
+#BOOT_COMCONSOLE_SPEED= 115200
#
-# Uncomment the following line to read the keyboard lock switch. If the
-# keyboard is locked, use the serial port as console.
-#
-#BOOT_PROBE_KEYBOARD_LOCK= true
-#
-# Uncomment the following line to always force the use of a serial console.
-#
-#BOOT_FORCE_COMCONSOLE= true
#
# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
# If you have a XFree86 from before 3.0 that has the X distribution in
OpenPOWER on IntegriCloud