Date: Mon, 10 Oct 2011 13:44:56 -0700 From: YongHyeon PYUN <pyunyh@gmail.com> To: Sean Bruno <seanbru@yahoo-inc.com> Cc: "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>, David Christensen <davidch@broadcom.com>, "davidch@freebsd.org" <davidch@freebsd.org>, Pyun YongHyeon <yongari@freebsd.org> Subject: Re: bce(4) with IPMI Message-ID: <20111010204456.GD1781@michelle.cdnetworks.com> In-Reply-To: <1318278905.1236.18.camel@hitfishpass-lx.corp.yahoo.com> References: <5D267A3F22FD854F8F48B3D2B523819385F35B4738@IRVEXCHCCR01.corp.ad.broadcom.com> <1317683178.15510.25.camel@hitfishpass-lx.corp.yahoo.com> <20111007191154.GB11808@michelle.cdnetworks.com> <1318018310.27029.10.camel@hitfishpass-lx.corp.yahoo.com> <20111007205254.GC11808@michelle.cdnetworks.com> <1318264942.1236.6.camel@hitfishpass-lx.corp.yahoo.com> <20111010174749.GA1781@michelle.cdnetworks.com> <1318271046.1236.11.camel@hitfishpass-lx.corp.yahoo.com> <20111010190609.GB1781@michelle.cdnetworks.com> <1318278905.1236.18.camel@hitfishpass-lx.corp.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 10, 2011 at 01:35:05PM -0700, Sean Bruno wrote: > On Mon, 2011-10-10 at 12:06 -0700, YongHyeon PYUN wrote: > > Did you capture this message generated after disabling IPMI/DRAC in > > BIOS? I thought you had to use Broadcom's separate program to > > disable management firmware. > > > > Does the last patch solve the problem? > > It's still not clear to me. The last patch allows accessing PHY > > status when there is a management firmware regardless of its > > running state. > > The latest patchset you sent me does indeed allow IPMI to function. So, > awesome! > Thanks for testing! :-) > I attempted to disable IPMI via the Dell BIOS tool (DRAC) and I couldn't > see any driver detection of this status. So, when I add this: > > > if ((ifp->if_flags & IFF_UP) == 0 && > > (sc->bce_flags & BCE_MFW_PRESENT_FLAG) == 0){ > > printf("%s: BCE detected MFW not present\n", __func__); > > > I don't see any change in behavior with IPMI enabled or disabled via the > Dell "DRAC" ROM Menu. > I thought you may have seen "MFW(NOT RUNNING)" if management firmware is present and you disabled IPMI in device attach time. You may have to enable bootverbose to see it. If management firmware is present and running you may have seen actual management firmware version string. > Sean >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111010204456.GD1781>