From owner-cvs-src@FreeBSD.ORG Fri Dec 15 20:35:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC52D16A4A7; Fri, 15 Dec 2006 20:35:09 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.NUXI.org (trang.nuxi.org [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF26443CA7; Fri, 15 Dec 2006 20:33:22 +0000 (GMT) (envelope-from obrien@NUXI.org) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.8/8.13.8) with ESMTP id kBFKZ5Iw055259; Fri, 15 Dec 2006 12:35:05 -0800 (PST) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.8/8.13.7/Submit) id kBFKZ5iZ055258; Fri, 15 Dec 2006 12:35:05 -0800 (PST) (envelope-from obrien) Date: Fri, 15 Dec 2006 12:35:05 -0800 From: "David O'Brien" To: John Polstra Message-ID: <20061215203505.GA55141@dragon.NUXI.org> References: <200612150027.kBF0R6t2057127@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200612150027.kBF0R6t2057127@repoman.freebsd.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Dec 2006 20:35:10 -0000 On Fri, Dec 15, 2006 at 12:27:06AM +0000, John Polstra wrote: > jdp 2006-12-15 00:27:06 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bge if_bge.c > Log: > Disable bge MSI support for now. A couple of people warned me that there > are problems with it on several revisions of this chip. I'll > re-enable it after I've sorted out which chip revisions work and which > don't. I wonder if enabling MSI is what killed bge(4) for me. The booted kernel would establish 1000Mbit link, but would see and wouldn't send any packets. I have a Tyan K8W (s2885) which I experienced this on: bge0: mem 0xfd7e0000-0xfd7effff irq 24 a t device 9.0 on pci2 miibus0: on bge0 brgphy0: on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto bge0: Ethernet address: 00:e0:81:27:a1:b8 -- -- David (obrien@FreeBSD.org)