From aa0028f8cf0dd1754115ebaca11379fb56ddf6ff Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 17 Nov 1993 23:38:23 +0000 Subject: [PATCH] Fix attach message, make separate line for it (old version assumed that line is probe line) --- sys/dev/sio/sio.c | 4 +++- sys/i386/isa/sio.c | 4 +++- sys/isa/sio.c | 4 +++- 3 files changed, 9 insertions(+), 3 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)) { diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c index 0e43187cc558..45596ed631d5 100644 --- a/sys/i386/isa/sio.c +++ b/sys/i386/isa/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)) { diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 0e43187cc558..45596ed631d5 100644 --- a/sys/isa/sio.c +++ b/sys/isa/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)) {