From owner-svn-src-all@FreeBSD.ORG Wed Jan 27 09:28:43 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 E85F91065672; Wed, 27 Jan 2010 09:28:43 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 883A78FC1B; Wed, 27 Jan 2010 09:28:42 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA22768; Wed, 27 Jan 2010 11:28:40 +0200 (EET) (envelope-from avg@freebsd.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Na4CW-000N28-GZ; Wed, 27 Jan 2010 11:28:40 +0200 Message-ID: <4B600747.4060109@freebsd.org> Date: Wed, 27 Jan 2010 11:28:39 +0200 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.23 (X11/20091128) MIME-Version: 1.0 To: Jack F Vogel References: <201001262232.o0QMWMIk022933@svn.freebsd.org> In-Reply-To: <201001262232.o0QMWMIk022933@svn.freebsd.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r203049 - head/sys/dev/e1000 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: Wed, 27 Jan 2010 09:28:44 -0000 on 27/01/2010 00:32 Jack F Vogel said the following: > Author: jfv > Date: Tue Jan 26 22:32:22 2010 > New Revision: 203049 > URL: http://svn.freebsd.org/changeset/base/203049 > > Log: > Update the 1G drivers, shared code sync with Intel, > igb now has a queue notion that has a single interrupt > with an RX/TX pair, this will reduce the total interrupts > seen on a system. Both em and igb have a new watchdog > method. igb has fixes from Pyun Yong-Hyeon that have > improved stability, thank you :) > > I wish to MFC this for 7.3 asap, please test if able. Looks like this commit has broken the build. I can not build GENERIC and the tinderbox complains too. -- Andriy Gapon