rstone 250b084dd5 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
2014-04-03 22:32:12 +00:00
..
2013-09-04 18:42:05 +00:00
MFC
2013-02-26 21:09:35 +00:00
2013-10-29 11:17:49 +00:00
2013-02-19 18:22:25 +00:00
2013-10-29 11:17:49 +00:00
2014-03-02 07:39:37 +00:00
2013-08-28 14:49:36 +00:00
2014-02-18 21:29:30 +00:00
2013-10-28 23:34:05 +00:00
2014-04-02 23:07:15 +00:00
2013-02-19 19:25:50 +00:00
2013-07-07 19:47:22 +00:00
2014-02-20 04:56:55 +00:00
2013-05-10 16:41:26 +00:00
2013-09-05 23:14:27 +00:00
2013-10-08 19:07:48 +00:00
2013-10-29 11:17:49 +00:00
2014-03-13 15:57:25 +00:00
2013-05-10 16:41:26 +00:00
2013-10-29 11:17:49 +00:00
2014-02-04 20:52:33 +00:00