summaryrefslogtreecommitdiff
path: root/sys/i386/boot/biosboot/boot.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-06-11 19:33:05 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-06-11 19:33:05 +0000
commitd3628763db3974826e46a036aa54333147fbe238 (patch)
treeba998dfb4fcad03e00a5cbf58e2a0ad648bab6e6 /sys/i386/boot/biosboot/boot.c
parent67eb1e0ed1fb11c703392e562440c67d3b44b094 (diff)
Notes
Diffstat (limited to 'sys/i386/boot/biosboot/boot.c')
-rw-r--r--sys/i386/boot/biosboot/boot.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/boot/biosboot/boot.c b/sys/i386/boot/biosboot/boot.c
index 8ff7d8e34c51..723a829b9031 100644
--- a/sys/i386/boot/biosboot/boot.c
+++ b/sys/i386/boot/biosboot/boot.c
@@ -24,7 +24,7 @@
* the rights to redistribute these changes.
*
* from: Mach, [92/04/03 16:51:14 rvb]
- * $Id: boot.c,v 1.42 1995/04/21 22:20:34 julian Exp $
+ * $Id: boot.c,v 1.43.2.1 1995/05/31 21:42:38 jkh Exp $
*/
@@ -76,6 +76,7 @@ boot(int drive)
int ret;
char *t;
+#if 0
#ifndef FORCE_COMCONSOLE
if (probe_keyboard()) {
init_serial();
@@ -87,6 +88,7 @@ boot(int drive)
loadflags |= RB_SERIAL;
printf("\nSerial console forced.");
#endif
+#endif
/* Pick up the story from the Bios on geometry of disks */