From owner-cvs-all@FreeBSD.ORG Fri Apr 22 19:00:06 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D15816A4CE; Fri, 22 Apr 2005 19:00:06 +0000 (GMT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A8E43D39; Fri, 22 Apr 2005 19:00:05 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id j3MJ00LM022341; Fri, 22 Apr 2005 20:00:00 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id j3MJ00Rw057943; Fri, 22 Apr 2005 20:00:00 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)j3MJ00nm057940; Fri, 22 Apr 2005 20:00:00 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Fri, 22 Apr 2005 20:00:00 +0100 (BST) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Warner Losh In-Reply-To: <200504180331.j3I3VTcZ052748@repoman.freebsd.org> Message-ID: <20050422195732.G57706@ury.york.ac.uk> References: <200504180331.j3I3VTcZ052748@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/pci if_dc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 19:00:06 -0000 On Mon, 18 Apr 2005, Warner Losh wrote: > Modified files: > sys/pci if_dc.c > Log: > Fix newer Xircom CBE2-100 cards that were reporting > dc0: MII without any PHY! > We have to enable the connection to the MII first. Doing so fixes the > problem cards without breaking the older, working cards. Thanks! This also fixes the RBE-100 cards and therefore fixes a problem I've had for over three years... http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1068910+0+/usr/local/www/db/text/2002/freebsd-current/20020331.freebsd-current :) Gavin