diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-03-20 17:37:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-03-20 17:37:35 +0000 |
commit | 72c535ee11d79146ad5fb11e38f6a05fe0f7dac4 (patch) | |
tree | d7b370cd6395bbcf70780e0736ad1af41cc1379c | |
parent | 318331968c582c261b009c8a3345122327eff5a8 (diff) |
An complete lack of peer review before this is commited means it gets pulled.
No exceptions.
-rw-r--r-- | sys/dev/ic/com_subr.c | 6 |
1 files changed, 1 insertions, 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); |