On Wed, May 06, 2015 at 02:37:06PM -0700, Stephen Hemminger wrote: > From: Stephen Hemminger <shemming at brocade.com> > > Some drivers need ability to access PCI config (for example for power > management). This adds an abstraction to do this; only implemented > on Linux, but should be possible on BSD. > You didn't test this with shared libraries. Not having added these new symbols to the version map will cause a build break. Also I think you need to implement this on BSD, its not ok to just have bnx2x break on non-linux platforms.
Thanks Neil