Date: Sun, 9 Sep 2001 03:20:05 -0700 (PDT) From: Ulf Zimmermann <ulf@alameda.net> To: freebsd-bugs@FreeBSD.org Subject: Re: i386/30436: sio messages about fast interrupt mode is missing a newline Message-ID: <200109091020.f89AK5f88404@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/30436; it has been noted by GNATS. 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-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109091020.f89AK5f88404>