From owner-svn-src-all@FreeBSD.ORG Thu Nov 11 20:25:25 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DA6A106564A; Thu, 11 Nov 2010 20:25:25 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id BBA888FC19; Thu, 11 Nov 2010 20:25:24 +0000 (UTC) Received: by qyk5 with SMTP id 5so1193394qyk.13 for ; Thu, 11 Nov 2010 12:25:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.196.67 with SMTP id ef3mr1187473qab.160.1289505403073; Thu, 11 Nov 2010 11:56:43 -0800 (PST) Received: by 10.220.16.199 with HTTP; Thu, 11 Nov 2010 11:56:43 -0800 (PST) X-Originating-IP: [128.95.133.119] In-Reply-To: <20101111191900.GC17566@michelle.cdnetworks.com> References: <201011111808.oABI8olX079570@svn.freebsd.org> <20101111183409.GA1011@pluto.vnode.local> <20101111191900.GC17566@michelle.cdnetworks.com> Date: Thu, 11 Nov 2010 11:56:43 -0800 Message-ID: From: Rob Farmer To: pyunyh@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Pyun YongHyeon , Joel Dahl Subject: Re: svn commit: r215132 - head/sys/dev/nfe X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 20:25:25 -0000 On Thu, Nov 11, 2010 at 11:19, Pyun YongHyeon wrote: > On Thu, Nov 11, 2010 at 07:34:09PM +0100, Joel Dahl wrote: >> 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: >> > =A0 Add basic WOL support for MCP ethernet controllers. It seems the >> > =A0 controller does not perform automatic switching from 1000Mbps link >> > =A0 to 10/100Mbps link when WOL is activated. Implement establishing >> > =A0 10/100Mps link with auto-negotiation in driver. Link status change >> > =A0 handler was modified to remove taskqueue based approach since driv= er >> > =A0 now needs synchronous handling for link establishment. >> >> Somewhat unrelated but this commit reminds me of something: why do we st= ill >> keep the nve driver? =A0I thought nfe was written as a replacement years= ago? >> > > Perhaps to address edge cases not covered by nfe(4)? > Personally I don't know any of them. amd64/115126 ? Its even assigned to you. --=20 Rob Farmer