From seggers@semyam.dinoco.de  Tue Oct  6 08:08:45 1998
Received: from tim.xenologics.com (tim.xenologics.com [194.77.5.24])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA02795
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 6 Oct 1998 08:08:44 -0700 (PDT)
          (envelope-from seggers@semyam.dinoco.de)
Received: (from uucp@localhost)
	by tim.xenologics.com (8.8.5/8.8.8) with UUCP id RAA10246
	for FreeBSD-gnats-submit@freebsd.org; Tue, 6 Oct 1998 17:05:06 +0200 (MET DST)
Received: (from seggers@localhost)
	by semyam.dinoco.de (8.9.1/8.8.8) id RAA00825;
	Tue, 6 Oct 1998 17:03:48 +0200 (CEST)
	(envelope-from seggers)
Message-Id: <199810061503.RAA00825@semyam.dinoco.de>
Date: Tue, 6 Oct 1998 17:03:48 +0200 (CEST)
From: Stefan Eggers <seggers@semyam.dinoco.de>
Reply-To: seggers@semyam.dinoco.de
To: FreeBSD-gnats-submit@freebsd.org
Cc: seggers@semyam.dinoco.de
Subject: ppbus plip boot message misses \n
X-Send-Pr-Version: 3.2

>Number:         8168
>Category:       kern
>Synopsis:       ppbus plip boot message misses \n
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct  6 08:10:01 PDT 1998
>Closed-Date:    Wed Oct 7 07:43:00 PDT 1998
>Last-Modified:  Wed Oct  7 07:43:13 PDT 1998
>Originator:     Stefan Eggers
>Release:        FreeBSD 3.0-BETA i386
>Organization:
none
>Environment:

	-current cvsup'ed last Saturday.

>Description:

	A message used during verbose booting is missing a newline
which makes the output look uglier than necessary.  This affects the
ppbus plip.

>How-To-Repeat:

	Reboot with verbose messages a kernel with ppbus and plip.
Look at the dmesg output.

>Fix:
	
	Untested.  I hope this complicated patch works.  ;-)

Index: if_plip.c
===================================================================
RCS file: /usr2/FreeBSD/CVSROOT/src/sys/dev/ppbus/if_plip.c,v
retrieving revision 1.3
diff -u -r1.3 if_plip.c
--- if_plip.c	1998/08/17 01:05:23	1.3
+++ if_plip.c	1998/10/06 14:59:05
@@ -212,7 +212,7 @@
 	lp->lp_unit = nlp;
 
 	if (bootverbose)
-		printf("plip: irq %d", ppb->ppb_link->id_irq);
+		printf("plip: irq %d\n", ppb->ppb_link->id_irq);
 
 	/*
 	 * ppbus dependent initialisation.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: des 
State-Changed-When: Wed Oct 7 07:43:00 PDT 1998 
State-Changed-Why:  
Patch applied, thanks! 
>Unformatted:
