From owner-freebsd-current@FreeBSD.ORG Tue Jan 9 01:32:35 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB84216A47B; Tue, 9 Jan 2007 01:32:35 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id 6C3D313C44B; Tue, 9 Jan 2007 01:32:35 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l090uXGe030757; Mon, 8 Jan 2007 19:56:33 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Mon, 8 Jan 2007 19:56:24 -0500 User-Agent: KMail/1.6.2 References: <20070108171952.2f1a0c8d.dom@helenmarks.co.uk> In-Reply-To: <20070108171952.2f1a0c8d.dom@helenmarks.co.uk> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200701081956.26162.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88.6/2425/Mon Jan 8 18:48:07 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: davidch@FreeBSD.org, Dominic Marks Subject: Re: CURRENT from 04/01/07 + bge NIC panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jan 2007 01:32:35 -0000 On Monday 08 January 2007 12:19 pm, Dominic Marks wrote: > Hello, > > I have a PowerEdge SC440 which panics when I set an IP to its > bge interface. I have serial console and it is sitting a ddb > prompt. --- >8 SNIP!!! --- >8 --- FYI, this is a known problem: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/107257 Actually this chipset is not correctly supported yet. OpenBSD has added the support already, though: http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/mii/brgphy.c.diff?r1=1.58&r2=1.59 http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/mii/brgphy.c.diff?r1=1.61&r2=1.62 http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/mii/miidevs.diff?r1=1.82&r2=1.83 http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_bge.c.diff?r1=1.184&r2=1.185 http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_bgereg.h.diff?r1=1.62&r2=1.63 I think we can do something similar easily. Jung-uk Kim