summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-14 12:37:47 +0000
committerbde <bde@FreeBSD.org>1996-10-14 12:37:47 +0000
commit860a9cbd8e5def1fa7f3b5070b1b1c83ad99d630 (patch)
tree0abe43458330b2a008faf42773f2b756de6cd2d2
parent8310fffb27f8d2ab3c969bbb2c61ad10581b61d3 (diff)
downloadFreeBSD-src-860a9cbd8e5def1fa7f3b5070b1b1c83ad99d630.zip
FreeBSD-src-860a9cbd8e5def1fa7f3b5070b1b1c83ad99d630.tar.gz
Oops, PROBE_KEYBOARD_LOCK wasn't supposed to be enabled by default.
-rw-r--r--sys/i386/boot/biosboot/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/i386/boot/biosboot/Makefile b/sys/i386/boot/biosboot/Makefile
index f74113b..85cde18 100644
--- a/sys/i386/boot/biosboot/Makefile
+++ b/sys/i386/boot/biosboot/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.47 1996/10/08 22:35:48 bde Exp $
+# $Id: Makefile,v 1.48 1996/10/08 22:41:31 bde Exp $
#
PROG= boot
@@ -18,10 +18,9 @@ CFLAGS+= ${CWARNFLAGS}
#CFLAGS+= -DPROBE_KEYBOARD
# Probe the keyboard lock and use the serial console if the keyboard is locked.
-CFLAGS+= -DPROBE_KEYBOARD_LOCK
+#CFLAGS+= -DPROBE_KEYBOARD_LOCK
-# Force use of the serial console (after probing the keyboard if
-# PROBE_KEYBOARD is defined).
+# Force use of the serial console.
#CFLAGS+= -DFORCE_COMCONSOLE
# Enable code to take the default boot string from a fixed location on the
OpenPOWER on IntegriCloud