From 72c535ee11d79146ad5fb11e38f6a05fe0f7dac4 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 20 Mar 2007 17:37:35 +0000 Subject: An complete lack of peer review before this is commited means it gets pulled. No exceptions. --- sys/dev/ic/com_subr.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/dev/ic/com_subr.c b/sys/dev/ic/com_subr.c index 02c8bf92f62..177e043e0a6 100644 --- a/sys/dev/ic/com_subr.c +++ b/sys/dev/ic/com_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com_subr.c,v 1.9 2007/03/20 10:34:52 mickey Exp $ */ +/* $OpenBSD: com_subr.c,v 1.10 2007/03/20 17:37:34 deraadt Exp $ */ /* * Copyright (c) 1997 - 1999, Jason Downs. All rights reserved. @@ -323,10 +323,6 @@ com_attach_subr(sc) default: panic("comattach: bad fifo type"); } -#ifdef COM_CONSOLE - if (ISSET(sc->sc_hwflags, COM_HW_CONSOLE)) - delay(10000); /* wait for output to finish */ -#endif #ifdef notyet com_fifo_probe(sc); -- cgit v1.2.3