From Joerg.Lehners@Informatik.Uni-Oldenburg.DE  Sat Sep  8 12:52:54 2001
Return-Path: <Joerg.Lehners@Informatik.Uni-Oldenburg.DE>
Received: from arbi.Informatik.Uni-Oldenburg.DE (co2.Informatik.Uni-Oldenburg.DE [134.106.11.107])
	by hub.freebsd.org (Postfix) with ESMTP id D1E4937B40B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  8 Sep 2001 12:52:53 -0700 (PDT)
Received: from lesebuch.Informatik.Uni-Oldenburg.DE ([134.106.1.50])
	by arbi.Informatik.Uni-Oldenburg.DE (Exim 3.16)
	id 15fo9r-0003Xz-00; Sat, 08 Sep 2001 21:52:51 +0200
Received: by lesebuch.Informatik.Uni-Oldenburg.DE (Exim 3.16)
	id 15fo9t-00007O-00; Sat, 08 Sep 2001 21:52:53 +0200
Message-Id: <E15fo9t-00007O-00@lesebuch.Informatik.Uni-Oldenburg.DE>
Date: Sat, 08 Sep 2001 21:52:53 +0200
From: "Joerg Lehners" <Lehners@Informatik.Uni-Oldenburg.DE>
Reply-To: "Joerg Lehners" <Lehners@Informatik.Uni-Oldenburg.DE>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: sio messages about fast interrupt mode is missing a newline
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30436
>Category:       i386
>Synopsis:       sio messages about fast interrupt mode is missing a newline
>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:   Sat Sep 08 13:00:00 PDT 2001
>Closed-Date:    Sun Sep 9 07:48:57 PDT 2001
>Last-Modified:  Sun Sep 09 07:49:13 PDT 2001
>Originator:     Joerg Lehners
>Release:        FreeBSD 4.4-RC i386
>Organization:
private
>Environment:
System: FreeBSD lesebuch 4.4-RC FreeBSD 4.4-RC #5: Thu Sep 6 19:35:33 MEST 2001 root@lesebuch:/usr/src/sys/compile/LESEBUCH i386


>Description:
	The messages
Sep  8 21:40:07 lesebuch /kernel: sio1: unable to activate interrupt in fast mode - using normal mode
	is missing a new line at the end (see source file
	/sys/isa/sio.c around line 1356)

	I triggered the message using a PCMCIA Modem in a Card Bus
	compatible slot.

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:

From: Ulf Zimmermann <ulf@alameda.net>
To: freebsd-gnats-submit@FreeBSD.org,
	Lehners@Informatik.Uni-Oldenburg.DE
Cc:  
Subject: Re: i386/30436: sio messages about fast interrupt mode is missing a newline
Date: Sun, 09 Sep 2001 03:11:42 -0700

 This is a multi-part message in MIME format.
 --------------010005040300070009000308
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Attached is a patch to add the missing \n.
 
 --
 Regards, Ulf.
 
 ---------------------------------------------------------------------
 Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204
 
 
 
 --------------010005040300070009000308
 Content-Type: text/plain;
  name="patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch"
 
 *** sio.c	Sun Sep  9 03:06:18 2001
 --- sio-new.c	Sun Sep  9 03:07:17 2001
 ***************
 *** 1358,1364 ****
   					     com->irqres, INTR_TYPE_TTY,
   					     siointr, com, &com->cookie);
   			if (ret == 0)
 ! 				device_printf(dev, "unable to activate interrupt in fast mode - using normal mode");
   		}
   		if (ret)
   			device_printf(dev, "could not activate interrupt\n");
 --- 1358,1364 ----
   					     com->irqres, INTR_TYPE_TTY,
   					     siointr, com, &com->cookie);
   			if (ret == 0)
 ! 				device_printf(dev, "unable to activate interrupt in fast mode - using normal mode\n");
   		}
   		if (ret)
   			device_printf(dev, "could not activate interrupt\n");
 
 --------------010005040300070009000308--
 
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Sun Sep 9 07:48:57 PDT 2001 
State-Changed-Why:  
Fixed in -current, thanks.  I'll MFC some time after the release. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30436 
>Unformatted:
