From owner-freebsd-current@FreeBSD.ORG Tue Apr 26 06:02:10 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C871E16A4CE for ; Tue, 26 Apr 2005 06:02:10 +0000 (GMT) Received: from sb.santaba.com (sb.santaba.com [207.154.84.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E21D43D1D for ; Tue, 26 Apr 2005 06:02:10 +0000 (GMT) (envelope-from jbehl@fastclick.com) Received: from [192.168.1.2] (ip68-6-38-163.sb.sd.cox.net [68.6.38.163]) by sb.santaba.com (Postfix) with ESMTP id 58C4F2848B; Mon, 25 Apr 2005 23:02:10 -0700 (PDT) Message-ID: <426DD965.4010106@fastclick.com> Date: Mon, 25 Apr 2005 23:02:13 -0700 From: Jeff Behl User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Julian Elischer References: <426D4179.1020508@fastclick.com> <426D59F5.4070601@elischer.org> <426D5C93.4020802@fastclick.com> <426D5F94.1000302@elischer.org> In-Reply-To: <426D5F94.1000302@elischer.org> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: serial/ether console & ramblings X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 06:02:10 -0000 Julian Elischer wrote: > > > Jeff Behl wrote: > >>>> but my whole point is that nothing in 1) works remotely (out of band) >>>> when the system and the BMC share the same ethernet controller, at >>>> least >>>> with the bge driver. as i mentioned in the thread, i can power cycle >>>> and see the serial console remotely (number 2 from above) all the >>>> way up >>>> to the point where the kernel loads. as soon as it does, the bge >>>> driver >>>> no longer shunts off RMCP packets (what IPMI uses) to the Baseboard >>>> Management Controller, so no IPMI... >>>> >>>> >>>> >>> >>> the intel MBs allow you to share the 10/100 ethernet with the IPMI >>> controller. >>> >>> >> >> >> as do the motherboards with the e325s. we can to everything out of band >> when running linux, but that's because the driver for the broadcom nics >> in linux are aware of the BMC... >> >> > > I run the intels with FreeBSD OOB without any problems. what interface driver is being used? that'd be nifty if the motherboard had first dibs on a packet, but i didn't realize that was the way it could work. the linux bge driver certainly has code in it specifically for RMCP packets...