From owner-freebsd-net@FreeBSD.ORG Thu Jul 8 20:42:38 2010 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0002106564A for ; Thu, 8 Jul 2010 20:42:38 +0000 (UTC) (envelope-from cbuechler@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id C4B178FC08 for ; Thu, 8 Jul 2010 20:42:37 +0000 (UTC) Received: by gyd8 with SMTP id 8so917746gyd.13 for ; Thu, 08 Jul 2010 13:42:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=M5ZAZfQU05/WXQMP3eCRC4Od43tlpl8nGIW8kM6zZLw=; b=C4R0/XkWzgquRGBEP0uDEZTx0dw6S361sBaeHtQ4euVAYdaT0wFuhWKKJLbmPl/h6V 2ZWCFrwoQukrz//3cYLZOlGWQNumTy4twmt7BMz879GVSs6K1Al5QjfTWy50mnE8Klrj wIVZL2sfJehN+d2YeFntRYubFN3NxKiCK/0fI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Y4pcBhvSazUCLV/eqYrEhznVRjYA7+Q9Xza5G7ABnQQF678XcSOeEZVK80EGUWeBq8 rK513niw/9JkosNwfgF6KjKq1N+QPDbKjR8CMpMyRVJc1m5nCzZcBPXHnNP0ZkbnGfa6 DM4OCBE1uG3l3AXIW18SzyU14QjZFNDSlF7QE= Received: by 10.101.134.6 with SMTP id l6mr10627164ann.91.1278620153859; Thu, 08 Jul 2010 13:15:53 -0700 (PDT) Received: from [10.0.64.48] ([74.132.207.152]) by mx.google.com with ESMTPS id l6sm687519ang.38.2010.07.08.13.15.52 (version=SSLv3 cipher=RC4-MD5); Thu, 08 Jul 2010 13:15:52 -0700 (PDT) Message-ID: <4C3631F4.4090504@gmail.com> Date: Thu, 08 Jul 2010 16:15:48 -0400 From: Chris Buechler User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: page fault in igb on 8.1 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: Thu, 08 Jul 2010 20:42:38 -0000 I'm seeing what appears to be the problem described in this thread with the latest RELENG_8_1, reportedly fixed by this diff. http://lists.freebsd.org/pipermail/freebsd-current/2009-November/013258.html Except that fix was reverted in r206211. http://svn.freebsd.org/viewvc/base/releng/8.1/sys/dev/e1000/if_igb.c?view=log Was that accidental, or is the first link above no longer applicable and this is a different problem? Chris