From owner-freebsd-net@FreeBSD.ORG Tue Feb 1 22:04:26 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8602E106566B; Tue, 1 Feb 2011 22:04:26 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.re1.yahoo.com (mrout1-b.corp.re1.yahoo.com [69.147.107.20]) by mx1.freebsd.org (Postfix) with ESMTP id 32CEF8FC0A; Tue, 1 Feb 2011 22:04:25 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.re1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id p11M3lCl058130; Tue, 1 Feb 2011 14:03:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=yahoo-inc.com; s=cobra; t=1296597828; bh=HVxtNRXvELUI7evCZkOlsk8CQ0yuVmL8huppodBysyg=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=rnViGl4M+4u35KP+ze0jSxjlCcgQI58VrkyPpMTIVc+BeSQUCDeh5CcZBFMSOEflJ 61JQDS0+MJnhLux3IHLfE5XrLJtYl4Lrw7LvI+ElyRuRm5kiGGYe1D3MoFSchqXGfn yAMa287rjySK5Q1LSnkhyJVQ02k1Tnr30yMXVkdg= From: Sean Bruno To: Jack Vogel In-Reply-To: References: <1290533941.3173.50.camel@home-yahoo> <4CEC0548.1080801@sentex.net> <4D2C636B.5040003@sentex.net> <4D3C4795.40205@sentex.net> <4D42EA74.4090807@sentex.net> <1296590190.2326.6.camel@hitfishpass-lx.corp.yahoo.com> <1296591565.2326.7.camel@hitfishpass-lx.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 01 Feb 2011 14:03:47 -0800 Message-ID: <1296597827.2326.12.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 (2.32.1-1.fc14) Content-Transfer-Encoding: 7bit Cc: "freebsd-net@freebsd.org" , "freebsd-hardware@freebsd.org" , Ivan Voras , Jan Koum , Mike Tancsa Subject: Re: em driver, 82574L chip, and possibly ASPM X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2011 22:04:26 -0000 On Tue, 2011-02-01 at 13:43 -0800, Jack Vogel wrote: > To those who are going to test, here is the if_em.c, based on head, > with my > changes, I have to leave for the afternoon, and have not had a chance > to build > this, but it should work. I will check back in the later evening. > > Any blatant problems Sean, feel free to fix them :) > > Jack > I suspect that line 1490 should be: if (more_rx || (ifp->if_drv_flags & IFF_DRV_OACTIVE)) { Sean