From owner-freebsd-net@FreeBSD.ORG Fri Feb 24 01:07:00 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEFE0106566C; Fri, 24 Feb 2012 01:07:00 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7BBD88FC16; Fri, 24 Feb 2012 01:07:00 +0000 (UTC) Received: by daec6 with SMTP id c6so2069546dae.13 for ; Thu, 23 Feb 2012 17:07:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=5Db2KrAr5uVt1mTgeeDDcMXKH2cXuQvShRsQVProa6I=; b=kXxtxpQzNzlW/5oNBYAfUBV643gbtUS8dkOke66jZFPakyBxhuGgH2/exp8TYgcQ1V e4jSOqi0duWrvGqdS7m0n8djk+gKFADsEBjp5XHSS9qUeBZCSrolQk8N+wDeG51KDOBS 3c8CpQR7gGc2Hm4CqctUu8ktnoY98SL9BWaDY= Received: by 10.68.212.3 with SMTP id ng3mr805325pbc.135.1330045620106; Thu, 23 Feb 2012 17:07:00 -0800 (PST) Received: from pyunyh@gmail.com ([114.111.62.249]) by mx.google.com with ESMTPS id x3sm2861512pbg.35.2012.02.23.17.06.57 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Feb 2012 17:06:59 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 24 Feb 2012 10:06:53 -0800 From: YongHyeon PYUN Date: Fri, 24 Feb 2012 10:06:53 -0800 To: Sean Bruno Message-ID: <20120224180653.GA18456@michelle.cdnetworks.com> References: <1329958728.78750.6.camel@powernoodle-l7.corp.yahoo.com> <20120223213344.GC13815@michelle.cdnetworks.com> <1330021403.3443.11.camel@powernoodle-l7.corp.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1330021403.3443.11.camel@powernoodle-l7.corp.yahoo.com> User-Agent: Mutt/1.4.2.3i Cc: "freebsd-net@freebsd.org" Subject: Re: bge(4) failure, Dell 12G hardware, BCM5720C X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 01:07:00 -0000 On Thu, Feb 23, 2012 at 10:23:23AM -0800, Sean Bruno wrote: > > > As you see ukphy(4) was attached to bge2 so it may cause various > > issues. > > Is bge2 ASF/IPMI enabled interface? It seems ASF handling in > > bge(4) causes more trouble on recent controllers. Unfortunately > > disabling ASF may also trigger other problems like NMI. > > I believe bge(4) should always honor ASF/IMPI firmware instead of > > relying on hw.bge.allow_asf tunable and have to strictly follow > > firmware handshake sequence. Just ignoring ASF/IMPI firmware seems > > to confuse firmware. > > Unfortunately all these information is undocumented and fixing it > > requires real hardware access. > > ASF/IPMI -- I've tried disabling things, but it just fails miserably. I > can at least get the host to a login via serial console and poke at > things. > > Do you want me to rig up a test for you on this box? I suspect I can do > something temporarily in the freebsd cluster with this box. > Hmm, I still have to understand what is correct handshake sequence for ASF/IPMI firmware. This handshake may be related with suspend/ resume as well as WOL. I'll let you know when I have experimental patch. > Sean >