From owner-freebsd-current@FreeBSD.ORG Thu Apr 1 06:29:43 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D97CC1065672 for ; Thu, 1 Apr 2010 06:29:43 +0000 (UTC) (envelope-from ehrmann@gmail.com) Received: from mxout-07.mxes.net (mxout-07.mxes.net [216.86.168.182]) by mx1.freebsd.org (Postfix) with ESMTP id B531F8FC14 for ; Thu, 1 Apr 2010 06:29:43 +0000 (UTC) Received: from [10.0.0.24] (unknown [64.9.238.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id E811E22E1F1 for ; Thu, 1 Apr 2010 02:29:41 -0400 (EDT) Message-ID: <4BB43D4B.7060507@gmail.com> Date: Wed, 31 Mar 2010 23:29:31 -0700 From: David Ehrmann User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Intel H55 and em0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2010 06:29:43 -0000 I recently picked up a H55-based motherboard, and the ethernet interface isn't autodetected. dmesg lists it as the following: pci0: at device 25.0 (no driver attached) And pciconf lists this: none1@pci0:0:25:0: class=0x020000 card=0x00008086 chip=0x10ef8086 rev=0x06 hdr=0x00 vendor = 'Intel Corporation' class = network subclass = ethernet I'm actually not sure it's an em device, but it's definitely gigabit, and googling suggests that others have recently run into the same issue. Since I'll probably have to recompile, is this currently working in recent builds of 8.0? This was just a vanilla 8.0 release image. Would some simple change tell the driver to recognize this card? Thanks in advance.