summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1993-11-17 23:38:23 +0000
committerache <ache@FreeBSD.org>1993-11-17 23:38:23 +0000
commit8d34e09677ace456376d841cd09fa8fb4079c71c (patch)
tree65966f299067a1a74364132f345b221e999d06cf /sys/dev/sio
parent029f1ccc6f8e22c6a3d5145a07ffd03751e41424 (diff)
downloadFreeBSD-src-8d34e09677ace456376d841cd09fa8fb4079c71c.zip
FreeBSD-src-8d34e09677ace456376d841cd09fa8fb4079c71c.tar.gz
Fix attach message, make separate line for it
(old version assumed that line is probe line)
Diffstat (limited to 'sys/dev/sio')
-rw-r--r--sys/dev/sio/sio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 0e43187..45596ed 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)) {
OpenPOWER on IntegriCloud