From owner-freebsd-net@FreeBSD.ORG Wed Mar 29 21:53:39 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A664B16A400; Wed, 29 Mar 2006 21:53:39 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail2.ambrisko.com (mail2.ambrisko.com [64.174.51.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31F5443D78; Wed, 29 Mar 2006 21:53:37 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by mail2.ambrisko.com with ESMTP; 29 Mar 2006 13:53:03 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.11) with ESMTP id k2TLraPI093659; Wed, 29 Mar 2006 13:53:36 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id k2TLraFw093658; Wed, 29 Mar 2006 13:53:36 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200603292153.k2TLraFw093658@ambrisko.com> In-Reply-To: <20060328213220.GA61480@lath.rinet.ru> To: Oleg Bulyzhin Date: Wed, 29 Mar 2006 13:53:36 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: freebsd-net@freebsd.org, "Stephen P. Cravey" Subject: Re: IPMI and bge (again) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2006 21:53:39 -0000 Oleg Bulyzhin writes: | On Tue, Mar 28, 2006 at 02:51:48PM -0600, Stephen P. Cravey wrote: | > I don't see the patch either. Does it require pxe booting like Dougs? | > I actually have pulled a system out of service specifically to use for | > testing BGE patches, so it's fairly easy for me to test new versions. | > I eagerly await a copy of your patch. | | PXE boot is not required (Doug's version he gave me didnt require it either). | Actually, it's almost identical to original version - only thing has changed: | asf enable code was move past bge_reset call. He was referring to my very first cut I posted which did :-( I had only tested with a netboot version. I had since fixed and posted an update that didn't require it. FWIW, the version I sent you had the ASF heart beat added and another thing fixed. So this version should be even better. I'm about ready to boot with your update. Doug A.