mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Fix attach message, make separate line for it
(old version assumed that line is probe line)
This commit is contained in:
parent
35089dd415
commit
aa0028f8cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=779
@ -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)) {
|
||||
|
@ -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)) {
|
||||
|
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user