From owner-freebsd-bugs Sun Sep 9 3:20:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 880DF37B401 for ; Sun, 9 Sep 2001 03:20:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f89AK5f88404; Sun, 9 Sep 2001 03:20:05 -0700 (PDT) (envelope-from gnats) Date: Sun, 9 Sep 2001 03:20:05 -0700 (PDT) Message-Id: <200109091020.f89AK5f88404@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ulf Zimmermann Subject: Re: i386/30436: sio messages about fast interrupt mode is missing a newline Reply-To: Ulf Zimmermann Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/30436; it has been noted by GNATS. From: Ulf Zimmermann 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-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message