From owner-freebsd-stable@FreeBSD.ORG Thu Jul 17 06:49:52 2014 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3D629E for ; Thu, 17 Jul 2014 06:49:52 +0000 (UTC) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D2D02382 for ; Thu, 17 Jul 2014 06:49:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=mime-version :content-type:content-transfer-encoding:date:from:to:subject :in-reply-to:references:message-id; s=default; bh=eCprIHnP8Qr1ny BrGHaFNbVNUG0=; b=tRkvapIZeuf1yY3a0+aTcEjRO/b3yYPvh9GBAYBbLfE+kQ gxMNpdNeoxEfvrZMmRC+3bW1bn2pGVkC1guYaCgPhzoM8bXfCYkFqVzIaDlp9U/Z PogdjEh6Dls+78tFAtUX3eRz7/cLhcQWsCHAvTLPKdchkKPey0F4sd9l/MxGU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=mime-version :content-type:content-transfer-encoding:date:from:to:subject :in-reply-to:references:message-id; q=dns; s=default; b=dLJE5y0n 5VmktPg1YuKupVZueyOT7Sq/FxdGwNpfJB+Pk5hcAKTmUZJu2FElyjUwAn7xSNjO /1pwYVEyWGV5I8JciuZb+UANESvUtLDJ/sLhkWXHfVptPD5GpLxNQVv44OjO6SMJ Bk+xd7skXB9wdyoIWi7anzCbZURlpBnStcc= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 17 Jul 2014 08:49:47 +0200 From: "Herbert J. Skuhra" To: stable@FreeBSD.org Subject: Re: svn commit: r267935 - head/sys/dev/e1000 In-Reply-To: <201406262133.s5QLXXP8029811@svn.freebsd.org> References: <201406262133.s5QLXXP8029811@svn.freebsd.org> Message-ID: X-Sender: hskuhra@eumx.net User-Agent: Roundcube Webmail X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2014 06:49:53 -0000 Den 26.06.2014 23:33, skrev Jack F Vogel: > Author: jfv > Date: Thu Jun 26 21:33:32 2014 > New Revision: 267935 > URL: http://svnweb.freebsd.org/changeset/base/267935 > > Log: > Sync the E1000 shared code with Intel internal, this adds fixes, > and more importantly, new I218 adapter support to the em driver. > > MFC after: 1 week Does anyone know when this will be commited to stable/10? Any open issues with this change? Thanks. -- Herbert