On Sat, Feb 28, 2015 at 11:26 PM, Ryan Stone <rst...@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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"