From owner-freebsd-net@FreeBSD.ORG Tue Mar 28 20:38:49 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 BFB6316A400; Tue, 28 Mar 2006 20:38:49 +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 10F8243D6B; Tue, 28 Mar 2006 20:38:42 +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; 28 Mar 2006 12:38:09 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.11) with ESMTP id k2SKcgem014227; Tue, 28 Mar 2006 12:38:42 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id k2SKcguE014226; Tue, 28 Mar 2006 12:38:42 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200603282038.k2SKcguE014226@ambrisko.com> In-Reply-To: <20060328202525.GA60718@lath.rinet.ru> To: Oleg Bulyzhin Date: Tue, 28 Mar 2006 12:38:42 -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: "Stephen P. Cravey" , ambrisko@freebsd.org, freebsd-net@freebsd.org 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: Tue, 28 Mar 2006 20:38:49 -0000 Oleg Bulyzhin writes: | On Tue, Mar 28, 2006 at 11:24:06AM -0600, Stephen P. Cravey wrote: | > Does anyone have chip documentation on the broadcom BGE chips? I'm having an ongoing issue with IPMI that I'd really like to get resolved. The issue seems to be that during the driver start sequence, a flag is getting set in the chip that's disabling the IPMI passthrough that I need in order for data destined for a second mac address on the interface to recieve packets. Or, a flag that this process needs isn't getting set. Not sure which, but I could really use some help here. | > | > Or should I ask the frequent committers to the driver directly? | > | > Thank you. | > | > PR: | > kern/79143 | > kern/88741 | > _______________________________________________ | | Could you please test attached patch (RELENG_6 version)? It's slightly | modified version of Doug Ambrisko | (ambrisko@FreeBSD.org) patch (original version didnt work for me: | bcm5721 @ hp proliant dl145g2 server). I don't see it attached. I'd like to see your changes and I'd like know of your plans about getting it in. Thanks, Doug A.