svn commit: r279471 - stable/10/sys/dev/pci
Ryan Stone
rysto32 at gmail.com
Sun Mar 1 04:30:48 UTC 2015
On Sat, Feb 28, 2015 at 11:26 PM, Ryan Stone <rstone at freebsd.org> wrote:
> Author: rstone
> Date: Sun Mar 1 04:26:47 2015
> New Revision: 279471
> URL: https://svnweb.freebsd.org/changeset/base/279471
>
> Log:
> MFC r264091
>
> Correct a PCI enumeration bug introduced in r264011
>
> Ensure that first_func is set to 0 on every iteration of the PCI slot
> enumeration loop after the first. There is a continue statement that would
> cause first_func to stay at 1 any PCI device where slot 0 has no functions
> until we find a slot that does have a function. This would cause us to
> not enumerate the first PCI function on the device.
>
> Credit to markj@ for spotting the bug.
>
> X-MFC-With: r264011
So I didn't get an MFC notice for this one (and I very nearly forgot
to MFC it, which would have been fairly disastrous for somebody :( ).
Is my understanding of the X-MFC-With: tag incorrect? I thought that
setting it would cause me to get a reminder at the same time as
r264011
More information about the svn-src-all
mailing list