Fix attach message, make separate line for it

(old version assumed that line is probe line)
This commit is contained in:
Andrey A. Chernov 1993-11-17 23:38:23 +00:00
parent 35089dd415
commit aa0028f8cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=779
3 changed files with 9 additions and 3 deletions

View File

@ -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)) {

View File

@ -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)) {

View File

@ -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)) {