From owner-svn-src-all@freebsd.org Fri Aug 19 06:21:08 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9BB1BBF0DA for ; Fri, 19 Aug 2016 06:21:08 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 714A91E32; Fri, 19 Aug 2016 06:21:07 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id u7J6L4f9079880; Fri, 19 Aug 2016 08:21:04 +0200 (CEST) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (titan.inop.mo1.omnilan.net [IPv6:2001:a60:f0bb:1::3:1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 4980E5DE; Fri, 19 Aug 2016 08:21:04 +0200 (CEST) Message-ID: <57B6A54F.5020505@omnilan.de> Date: Fri, 19 Aug 2016 08:21:03 +0200 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: John Baldwin CC: src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r298950 - head/sys/dev/pci References: <201605030035.u430ZBkH006797@repo.freebsd.org> In-Reply-To: <201605030035.u430ZBkH006797@repo.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Fri, 19 Aug 2016 08:21:04 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 06:21:08 -0000 Bezüglich John Baldwin's Nachricht vom 03.05.2016 02:35 (localtime): > Author: jhb > Date: Tue May 3 00:35:11 2016 > New Revision: 298950 > URL: https://svnweb.freebsd.org/changeset/base/298950 > > Log: > Fix an off by one error when remapping MSI-X vectors. > > pci_remap_msix() can be used to alter the mapping of allocated > MSI-X vectors to the MSI-X table. The code had an off by one error > when adding the IRQ resources after performing a remap. This was > fatal for any vectors in the table that used the "last" valid IRQ as > those vectors were assigned a garbage IRQ value. > > MFC after: 3 days Was this superseded by any other merge? As far as I saw, it's missing in stable/10? Thanks, -Harry