From owner-freebsd-net@FreeBSD.ORG Mon Sep 26 17:34:32 2005 Return-Path: X-Original-To: net@freebsd.org Delivered-To: freebsd-net@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D63E16A41F for ; Mon, 26 Sep 2005 17:34:32 +0000 (GMT) (envelope-from sferris@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64E7E43D48 for ; Mon, 26 Sep 2005 17:34:31 +0000 (GMT) (envelope-from sferris@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so69993nzd for ; Mon, 26 Sep 2005 10:34:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oVPueGUJNcAMitCyA8nN4nRbKFeJOs4JFzhTnOvHETeyYZn+JpmoL9hQAmSFHpuVdYVWtRqqGaHZHmFkh9+Qf19NmM2phZ0I2G9yteJLxVxBRxQbcGT48MmgVQyLwwJ0d/fPpGXidq2fU3VuAWMQJZePLDSx0Wm9fTKjbPJUQN4= Received: by 10.36.75.12 with SMTP id x12mr1707857nza; Mon, 26 Sep 2005 10:34:30 -0700 (PDT) Received: by 10.36.25.4 with HTTP; Mon, 26 Sep 2005 10:34:30 -0700 (PDT) Message-ID: <1eea89cd05092610348e5963b@mail.gmail.com> Date: Mon, 26 Sep 2005 12:34:30 -0500 From: "Scott M. Ferris" To: Petri Helenius In-Reply-To: <43380FDF.90706@he.iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050926142907.GI91328@cell.sick.ru> <43380F05.3070005@benswebs.com> <43380FDF.90706@he.iki.fi> Cc: Benjamin Rosenblum , net@freebsd.org Subject: Re: em(4) receive part wedging randomly at moderate load X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Scott M. Ferris" List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 17:34:32 -0000 On 9/26/05, Petri Helenius wrote: > > Does anyone have the programming data for the chipsets so the driver > could be taken further? I've been unable to obtain them from Intel > despite of repeated attempts. Intel released the 8254x Developer Manual in late July, so some information is now available. You can download a PDF from SourceForge: http://www.sourceforge.net/projects/e1000/ Unfortunately that document doesn't appear to have any chip errata in it, so you may have to search the Linux driver for the work-arounds it's using, but it's better than having no documentation at all. -- Scott M. Ferris