From owner-freebsd-net@FreeBSD.ORG Tue Mar 28 17:36:27 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 0ADD116A420 for ; Tue, 28 Mar 2006 17:36:27 +0000 (UTC) (envelope-from cravey@gotbrains.org) Received: from www.gotbrains.org (www2.gotbrains.org [206.180.149.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 854DB44064 for ; Tue, 28 Mar 2006 17:24:18 +0000 (GMT) (envelope-from cravey@gotbrains.org) Received: from pwn.gotbrains.org (206.180.154.175.adsl.hal-pc.org [206.180.154.175]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by www.gotbrains.org (Postfix) with ESMTP id CC3F57E85C for ; Tue, 28 Mar 2006 17:24:05 +0000 (UTC) Date: Tue, 28 Mar 2006 11:24:06 -0600 From: "Stephen P. Cravey" To: freebsd-net@freebsd.org Message-Id: <20060328112406.dafa0d4a.cravey@gotbrains.org> X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 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 17:36:27 -0000 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