From owner-svn-src-all@freebsd.org Fri Feb 5 18:26:19 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAB7DA9DBDB; Fri, 5 Feb 2016 18:26:18 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A21C734B; Fri, 5 Feb 2016 18:26:18 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-ob0-x232.google.com with SMTP id wb13so97186939obb.1; Fri, 05 Feb 2016 10:26:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=O60aX5ENCAY/QrZ73jkmZdKpOIah48rc9pV4MpStZ6s=; b=uyVHHlGiD0Bqd8cTif/8bTqYIRuhXsViU2ydSEFi1HPOKBtAsudr+29vHQsBCFcvu0 z0x/PAPA0Sv8kFk0crqZ/WchoaXNqZJ2njxyE1y4BaxEv+eWv3LjTi7V4Jye/zuUecag N819Eah6c/3llaOtwTVMhNXp63LVzxU/l9/sL5C/QApNSQ4HflhA4Ppgjy07YXxJ05zk XngkGdV91oSmECBXyhdC3KCDlNqcRHRtEK5I6MamAcNpwdTnW0wvMkBIg+ysyjNEMWha xv9K69xucxBIaBIJqxFovbhUdcM22rr4JtO9LqOFNe9V8w9Uly7uWtZuYbSgROHSEqtC +zgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=O60aX5ENCAY/QrZ73jkmZdKpOIah48rc9pV4MpStZ6s=; b=P1bBpsKfMCZQwRwdbGWK/v2CANLWdHjE4lXyZvMrvaJpM1bChAf54LvcVZ5GNF5IIU Gik5plc9U9vFmIDbFp4daIpTGIgGYak4gGVHnI/cJ7okER42DbB2ntAydRDmBgRthJ8B GzDW0Az0it4lmHhe3WGV5/6HTvswFAYG62OUlu/A0JzPFXxylcNmQqu6OukFNu2h3+Bg OwSDrCtQU4emcCAwV9sRs5q2IWuo1LBda6KHdKv/+ABf/77pA77k8T58qNnjcFONWD7u p9920fZzMMmgLOv8dyKcSd07DPlTBE4Kt3QEbSpBWpqyjGyROVVUrZDtCfzsvkZPO2PM 4TeQ== X-Gm-Message-State: AG10YOTQUMZssBweRPs8JDHBBByRvyZ1Cron5xlXGrgQusDcvkk/cO35LlQdEyt8ou9nzMjzxQ3WaQN3AYeFOA== MIME-Version: 1.0 X-Received: by 10.60.127.166 with SMTP id nh6mr13183822oeb.64.1454696777851; Fri, 05 Feb 2016 10:26:17 -0800 (PST) Sender: asomers@gmail.com Received: by 10.202.210.79 with HTTP; Fri, 5 Feb 2016 10:26:17 -0800 (PST) In-Reply-To: <201602051714.u15HEbRD088498@repo.freebsd.org> References: <201602051714.u15HEbRD088498@repo.freebsd.org> Date: Fri, 5 Feb 2016 11:26:17 -0700 X-Google-Sender-Auth: YUSfK95QudE6vUKvYiu2btCt4aY Message-ID: Subject: Re: svn commit: r295323 - head/sys/dev/e1000 From: Alan Somers To: Eric Joyner Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 05 Feb 2016 18:26:19 -0000 On Fri, Feb 5, 2016 at 10:14 AM, Eric Joyner wrote: > Author: erj > Date: Fri Feb 5 17:14:37 2016 > New Revision: 295323 > URL: https://svnweb.freebsd.org/changeset/base/295323 > > Log: > Update em(4) to 7.6.1; update igb(4) to 2.5.3. > > Major changes: > > - Add i219/i219(2) hardware support. (Found on Skylake generation and newer > chipsets.) > - Further to the last Skylake support diff, this one also includes support for > the Lewisburg chipset (i219(3)). > > - Add a workaround to an igb hardware errata. > All 1G server products need to have IPv6 extension header parsing turned off. > This should be listed in the specification updates for current 1G server > products, e.g. for i350 it's errata #37 in this document: > http://www.intel.com/content/dam/www/public/us/en/documents/specification-updates/ethernet-controller-i350-spec-update.pdf > > - Avoton (i354) PHY errata workaround added > > And a bunch of minor fixes, as well as #defines for things that the current > em(4)/igb(4) drivers don't implement. > > Differential Revision: https://reviews.freebsd.org/D3162 > Reviewed by: sbruno, marius, gnn > Approved by: gnn > MFC after: 2 weeks > Sponsored by: Intel Corporation > > Modified: > head/sys/dev/e1000/e1000_80003es2lan.c > head/sys/dev/e1000/e1000_82540.c > head/sys/dev/e1000/e1000_82541.c > head/sys/dev/e1000/e1000_82542.c > head/sys/dev/e1000/e1000_82543.c > head/sys/dev/e1000/e1000_82571.h > head/sys/dev/e1000/e1000_82575.c > head/sys/dev/e1000/e1000_82575.h > head/sys/dev/e1000/e1000_api.c > head/sys/dev/e1000/e1000_defines.h > head/sys/dev/e1000/e1000_hw.h > head/sys/dev/e1000/e1000_i210.c > head/sys/dev/e1000/e1000_ich8lan.c > head/sys/dev/e1000/e1000_ich8lan.h > head/sys/dev/e1000/e1000_mac.h > head/sys/dev/e1000/e1000_mbx.c > head/sys/dev/e1000/e1000_nvm.h > head/sys/dev/e1000/e1000_osdep.h > head/sys/dev/e1000/e1000_phy.c > head/sys/dev/e1000/e1000_regs.h > head/sys/dev/e1000/if_em.c > head/sys/dev/e1000/if_em.h > head/sys/dev/e1000/if_igb.c > By any chance, might this change fix https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205759 ?