Re: svn commit: r298950 - head/sys/dev/pci

2016-08-19 Thread John Baldwin
On Friday, August 19, 2016 08:21:03 AM Harry Schmalzbauer wrote: > 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

Re: svn commit: r298950 - head/sys/dev/pci

2016-08-19 Thread Harry Schmalzbauer
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

svn commit: r298950 - head/sys/dev/pci

2016-05-02 Thread John Baldwin
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