From owner-svn-src-projects@FreeBSD.ORG Wed Apr 29 17:40:00 2015 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F782CEB; Wed, 29 Apr 2015 17:40:00 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2B41E1EEC; Wed, 29 Apr 2015 17:40:00 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 1083CB98C; Wed, 29 Apr 2015 13:39:58 -0400 (EDT) From: John Baldwin To: Sean Bruno Cc: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: Re: svn commit: r282234 - projects/em_mq/sys/dev/e1000 Date: Wed, 29 Apr 2015 13:39:51 -0400 Message-ID: <2153914.PBmIINthoT@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <201504291631.t3TGV5HT095491@svn.freebsd.org> References: <201504291631.t3TGV5HT095491@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 29 Apr 2015 13:39:58 -0400 (EDT) X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2015 17:40:00 -0000 On Wednesday, April 29, 2015 04:31:05 PM Sean Bruno wrote: > Author: sbruno > Date: Wed Apr 29 16:31:04 2015 > New Revision: 282234 > URL: https://svnweb.freebsd.org/changeset/base/282234 > > Log: > bus_describe_intr() will stop at the first whitespace it encounters, remove space > so the intr thread is identified correctly. Hmm, that requirement is probably worth noting in the manpage. Can you either take a stab at it or open a PR and assign it to me? -- John Baldwin