Hi, I''m trying to BFU my own build of ON onto a snv_104 installation and I''m hitting problems with bnx driver; which is coming from a set of snv_105 closed bins: WARNING: bnx0: Failed to allocate GLD MAC memory. I believe bnx is a closed source GLDv3 driver. Were there any incompatible changes due to the crossbow integration that went in after snv_105? (opensolaris.org appears to be down at the moment so I can''t check flag-days). Paul
On Fri, 2009-01-09 at 11:55 +0000, Paul Durrant wrote:> I''m trying to BFU my own build of ON onto a snv_104 installation and > I''m hitting problems with bnx driver; which is coming from a set of > snv_105 closed bins: > > WARNING: bnx0: Failed to allocate GLD MAC memory. > > I believe bnx is a closed source GLDv3 driver. Were there any > incompatible changes due to the crossbow integration that went in after > snv_105?Yes, there were. Nicolas integrated a follow-up change to bump the GLDv3 version number to make this more apparent to drivers trying to register from an older version, and that''s in build 106. -Seb
Sebastien Roy wrote:> > Yes, there were. Nicolas integrated a follow-up change to bump the > GLDv3 version number to make this more apparent to drivers trying to > register from an older version, and that''s in build 106. >Ok. So bnx is still supplying a MAC version of 1 and the framework is expecting 2, so the mac_alloc() fails. I guess I''ll suck a debug bnx out of one of the nightly closed-bins files then. Thanks, Paul