From owner-cvs-src@FreeBSD.ORG Wed May 9 03:09:51 2007 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 47E4B16A404 for ; Wed, 9 May 2007 03:09:51 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id 0233113C459 for ; Wed, 9 May 2007 03:09:50 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nz-out-0506.google.com with SMTP id s1so58643nze for ; Tue, 08 May 2007 20:09:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ubZdku2WhlchTqtg+h2tGNuH7XjfVplxbbNKhk4Losa2U0bbyh7a+IXHDBrE+pxZ/zixuDxEjDbwcwmFv0pzsGiXarXI3ELOoojItJ9ffV4/DYI6wVkjw52zd3WqntkriU2qiOZJ4VmPhGW+maKzT4Na4hJFrI9JdchyQ18j0XM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fYEN2DTI9EGkc2IZgNLrgPREdLEyXH1HkH917YSJYKu89Fi3dQc334KtAKYTEnfTmpK2ERZJbIFZi6M2IQvqXhnkoA8xY5Bw7+7qaEWLD66ZpdfWplNn/SIEhGKw+1jeVEAJ0uueogf3Bk6UtdyrBWx3gxdUO2h3TqHXoyzGS5I= Received: by 10.114.79.1 with SMTP id c1mr14531wab.1178680189894; Tue, 08 May 2007 20:09:49 -0700 (PDT) Received: by 10.114.126.10 with HTTP; Tue, 8 May 2007 20:09:49 -0700 (PDT) Message-ID: <2a41acea0705082009m5f675e00x51baf947c7bddc3a@mail.gmail.com> Date: Tue, 8 May 2007 20:09:49 -0700 From: "Jack Vogel" To: "Rong-en Fan" In-Reply-To: <6eb82e0705081926q6e5ffb5en4454c8e1e74f03cc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705040000.l4400CtD088050@repoman.freebsd.org> <6eb82e0705081926q6e5ffb5en4454c8e1e74f03cc@mail.gmail.com> Cc: Jack F Vogel , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/em LICENSE README e1000_80003es2lan.c e1000_80003es2lan.h e1000_82540.c e1000_82541.c e1000_82541.h e1000_82542.c e1000_82543.c e1000_82543.h e1000_82571.c e1000_82571.h e1000_82575.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 03:09:51 -0000 On 5/8/07, Rong-en Fan wrote: > > Thank you for updating the driver. I see the workaround for > the Lenovo X60 em(4) eeprom problem is included > in the new driver. > > Regards, > Rong-En Fan Yes, there are a number of fixes in the code that I didn't list. Other than one reported problem with NFS that I am trying to track down I believe it will be a gain to all. There are constant fixes and changes going into all the shared code, those files that begin e1000* here at Intel, but I am not sure right now how often to update those in this tree. Enjoy, Jack