summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/biosboot/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-11-02 02:24:39 +0000
committerpst <pst@FreeBSD.org>1996-11-02 02:24:39 +0000
commitb5efba1f8e4525fef985a81c966c5025d9843181 (patch)
tree12cf2c6c0d5aa26763266b4c023a15e3fbfbfbbf /sys/i386/boot/biosboot/Makefile
parent00b583335403b0d2981ea31dc2875d886ecc0af8 (diff)
downloadFreeBSD-src-b5efba1f8e4525fef985a81c966c5025d9843181.zip
FreeBSD-src-b5efba1f8e4525fef985a81c966c5025d9843181.tar.gz
Rationalize support for serial consoles running at baud rates other than 9600
baud. This isn't particularly beautiful, but neither is it disgustingly gross.
Diffstat (limited to 'sys/i386/boot/biosboot/Makefile')
-rw-r--r--sys/i386/boot/biosboot/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index 6590d27..23d505e 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.49 1996/10/14 12:37:47 bde Exp $
+# $Id: Makefile,v 1.50 1996/10/14 17:25:52 pst Exp $
#
PROG= boot
@@ -33,6 +33,9 @@ CFLAGS+= -DFORCE_COMCONSOLE
BOOT_COMCONSOLE_PORT?=0x3F8
CFLAGS+= -DCOMCONSOLE=${BOOT_COMCONSOLE_PORT}
+BOOT_COMCONSOLE_SPEED?=9600
+CFLAGS+= -DCONSPEED=${BOOT_COMCONSOLE_SPEED}
+
# Enable code to take the default boot string from a fixed location on the
# disk. See nextboot(8) and README.386BSD for more info.
#CFLAGS+= -DNAMEBLOCK
OpenPOWER on IntegriCloud