From owner-svn-src-head@FreeBSD.ORG Thu Nov 11 18:52:37 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C518B106566C; Thu, 11 Nov 2010 18:52:37 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id 2F3928FC1D; Thu, 11 Nov 2010 18:52:36 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id 037CAE3F07C; Thu, 11 Nov 2010 19:34:15 +0100 (CET) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vW33uNxJCKza; Thu, 11 Nov 2010 19:34:12 +0100 (CET) Received: from pluto.vnode.local (unknown [83.223.1.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 89255E3F079; Thu, 11 Nov 2010 19:34:11 +0100 (CET) Date: Thu, 11 Nov 2010 19:34:09 +0100 From: Joel Dahl To: Pyun YongHyeon Message-ID: <20101111183409.GA1011@pluto.vnode.local> References: <201011111808.oABI8olX079570@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201011111808.oABI8olX079570@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r215132 - head/sys/dev/nfe X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 18:52:37 -0000 On 11-11-2010 18:08, Pyun YongHyeon wrote: > Author: yongari > Date: Thu Nov 11 18:08:50 2010 > New Revision: 215132 > URL: http://svn.freebsd.org/changeset/base/215132 > > Log: > Add basic WOL support for MCP ethernet controllers. It seems the > controller does not perform automatic switching from 1000Mbps link > to 10/100Mbps link when WOL is activated. Implement establishing > 10/100Mps link with auto-negotiation in driver. Link status change > handler was modified to remove taskqueue based approach since driver > now needs synchronous handling for link establishment. Somewhat unrelated but this commit reminds me of something: why do we still keep the nve driver? I thought nfe was written as a replacement years ago? -- Joel