diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1993-11-17 23:38:23 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1993-11-17 23:38:23 +0000 |
| commit | aa0028f8cf0dd1754115ebaca11379fb56ddf6ff (patch) | |
| tree | 65966f299067a1a74364132f345b221e999d06cf /sys/dev/sio/sio.c | |
| parent | 35089dd4156b4aca553c9dadd76732702250f7b4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
| -rw-r--r-- | sys/dev/sio/sio.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 0e43187cc558..45596ed631d5 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.13 1993/11/08 19:36:32 ache Exp $ + * $Id: sio.c,v 1.14 1993/11/14 23:29:01 ache Exp $ */ #include "sio.h" @@ -446,6 +446,7 @@ sioattach(isdp) #endif /* COM_BIDIR */ /* attempt to determine UART type */ + printf("sio%d: type", unit); #ifdef COM_MULTIPORT if (!COM_ISMULTIPORT(isdp)) #endif @@ -505,6 +506,7 @@ determined_type: ; else com->multiport = FALSE; #endif /* COM_MULTIPORT */ + printf("\n"); #ifdef KGDB if (kgdb_dev == makedev(commajor, unit)) { |
