From owner-freebsd-current@FreeBSD.ORG Mon Oct 10 06:04:06 2005 Return-Path: X-Original-To: current@freebsd.org 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 52AFA16A41F for ; Mon, 10 Oct 2005 06:04:06 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3C7E43D46 for ; Mon, 10 Oct 2005 06:04:05 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so111707nzd for ; Sun, 09 Oct 2005 23:04:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=H8NlYZOzB8irmtow1HFEJol2rcBRoQ1KYxfcsyynw4daTOZFetnSt5WFGaoU0GewjJ0qQh0+x9lL2Z16BGPoEKIz/SwkzLUYgnIdXtEeZp4G95vjJJu3EFzhKrC/N7wAM+Rbm7dtVM8rf/iJuVmq49lmqDPeGREgflEdgwlNPlI= Received: by 10.36.20.8 with SMTP id 8mr3544892nzt; Sun, 09 Oct 2005 23:04:05 -0700 (PDT) Received: from michelle.rndsoft.co.kr ( [211.32.202.217]) by mx.gmail.com with ESMTP id 17sm8375nzo.2005.10.09.23.04.01; Sun, 09 Oct 2005 23:04:05 -0700 (PDT) Received: from michelle.rndsoft.co.kr (localhost.rndsoft.co.kr [127.0.0.1]) by michelle.rndsoft.co.kr (8.13.1/8.13.1) with ESMTP id j9A639A6002240 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Oct 2005 15:03:09 +0900 (KST) (envelope-from yongari@gmail.com) Received: (from yongari@localhost) by michelle.rndsoft.co.kr (8.13.1/8.13.1/Submit) id j9A630bN002239; Mon, 10 Oct 2005 15:03:00 +0900 (KST) (envelope-from yongari@gmail.com) Date: Mon, 10 Oct 2005 15:03:00 +0900 From: Pyun YongHyeon To: Gavin Atkinson Message-ID: <20051010060300.GA740@rndsoft.co.kr> References: <200510061139.37825.lists@jnielsen.net> <1128704293.29031.5.camel@buffy.york.ac.uk> <200510071557.50553.lists@jnielsen.net> <20051008172037.O56323@ury.york.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051008172037.O56323@ury.york.ac.uk> User-Agent: Mutt/1.4.2.1i Cc: John Nielsen , current@freebsd.org Subject: Re: Broadcom BCM5751 not attaching on IBM ThinkCentre A51 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 06:04:06 -0000 On Sat, Oct 08, 2005 at 07:14:21PM +0100, Gavin Atkinson wrote: > On Fri, 7 Oct 2005, John Nielsen wrote: > >On Friday 07 October 2005 12:58, Gavin Atkinson wrote: > >>Can you post the output of pciconf -l please? > > > >Attached, along with dmesg output and kernel config file (basically a > >stripped-down GENERIC). > > Can you try applying the attached patch, and the patch in > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/79139 and if the latter > patch makes no difference, show the output of the extra line? > > You could also try http://people.freebsd.org/~yongari/bge.patch.0908 - but > I don't believe it will help in this case. (it's actually to fix endian > issues on other platforms, but it does change the way the driver talks to > the chip subtly) > I don't think the above patch would help here too. The patch will fix endian issues and add a lock to protect jumbo frame handling. Stock bge(4) had no locking for jumbo frame handling such that the use of jumbo frame always paniced entire system. It also try to fix unloading issues observed on sparc64. I'm still waiting for report on ia64. BTW, the lastest patch for HEAD is available at: http://people.freebsd.org/~yongari/bge.patch.1010 -- Regards, Pyun YongHyeon