From fa03459efbb9e712c1982ac6e5a61e557fa37899 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 9 Jun 1997 05:38:41 +0000 Subject: [PATCH] Updated serial console options. --- etc/defaults/make.conf | 21 ++++++--------------- etc/make.conf | 21 ++++++--------------- share/examples/etc/make.conf | 21 ++++++--------------- 3 files changed, 18 insertions(+), 45 deletions(-) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 387d3c181b1..d935024185b 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/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 diff --git a/etc/make.conf b/etc/make.conf index 387d3c181b1..d935024185b 100644 --- a/etc/make.conf +++ b/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 diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 387d3c181b1..d935024185b 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