summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazutaka YOKOTA <yokota@FreeBSD.org>1998-01-31 01:20:56 +0000
committerKazutaka YOKOTA <yokota@FreeBSD.org>1998-01-31 01:20:56 +0000
commitdaf09234ece5accf1a3d368a7749cc0280cab165 (patch)
tree740d11baa5c1babeaf9f25f2bd100a207b81d1f3
parentd09a16d804d6e4c7dd07098dd1febf3131d100a3 (diff)
Notes
-rw-r--r--sys/i386/boot/rawboot/Makefile20
1 files changed, 4 insertions, 16 deletions
diff --git a/sys/i386/boot/rawboot/Makefile b/sys/i386/boot/rawboot/Makefile
index e29cffb0ebac..a7e142b25188 100644
--- a/sys/i386/boot/rawboot/Makefile
+++ b/sys/i386/boot/rawboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1997/02/22 09:31:30 peter Exp $
+# $Id: Makefile,v 1.7 1997/04/25 19:38:01 bde Exp $
#
PROG= boot
@@ -19,26 +19,14 @@ CFLAGS+= -DBOOTSEG=${BOOTSEG} -DBOOTSTACK=${BOOTSTACK}
CFLAGS+= -I${.CURDIR}/../../..
CFLAGS+= ${CWARNFLAGS}
-# Probe the keyboard and use the serial console if the keyboard isn't found.
-.if defined(BOOT_PROBE_KEYBOARD)
-CFLAGS+= -DPROBE_KEYBOARD
-.endif
-
-# Probe the keyboard lock and use the serial console if the keyboard is locked.
-.if defined(BOOT_PROBE_KEYBOARD_LOCK)
-CFLAGS+= -DPROBE_KEYBOARD_LOCK
-.endif
-
-# Force use of the serial console.
-.if defined(BOOT_FORCE_COMCONSOLE)
-CFLAGS+= -DFORCE_COMCONSOLE
-.endif
-
# By default, if a serial port is going to be used as console, use COM1
# (aka /dev/ttyd0).
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