From owner-freebsd-stable@FreeBSD.ORG Wed Feb 24 02:13:28 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C825D106566C for ; Wed, 24 Feb 2010 02:13:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-gx0-f211.google.com (mail-gx0-f211.google.com [209.85.217.211]) by mx1.freebsd.org (Postfix) with ESMTP id 762098FC12 for ; Wed, 24 Feb 2010 02:13:28 +0000 (UTC) Received: by gxk3 with SMTP id 3so943855gxk.13 for ; Tue, 23 Feb 2010 18:13:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=u28CBqDP0uMOtOUtk4DcWPWQ2kEQXLCxRvJ0iSJTXeo=; b=Qv2kopvzRGqNTaR2y0C5LhNKuWAnEqbRr8EKMV2ftbQCjnpfh37KBkEnEbRpXmu56M 52lgNoLavw7zFO8+eGo6eKujsQiiMgbkgG5Xz+1PKuZLdYKvEZ2gUWWIpXTbDnwAldt/ 9VqAcucBisDsPx3vRHHa7U7naYSc63ewC+WEk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=nGtgHVKR6JV21y55/KgFu8p3VtZswDYm3QjTmUVfCYtklmlxtH71cv4O5qmmuxAPmG BbLzcl12cWhh9yMtxGizAfbI6i83w+Oru61XDz8hXrP3I0k9ZryBKSpKV0Rdo03z1L6z CJ3apvPTXu/kZxTWuKSdGkHOcqej0HC6xC3Wo= Received: by 10.150.119.13 with SMTP id r13mr1465683ybc.238.1266977601933; Tue, 23 Feb 2010 18:13:21 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 4sm521691yxd.34.2010.02.23.18.13.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 23 Feb 2010 18:13:20 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 23 Feb 2010 18:12:42 -0800 From: Pyun YongHyeon Date: Tue, 23 Feb 2010 18:12:42 -0800 To: Christof Schulze Message-ID: <20100224021242.GL1251@michelle.cdnetworks.com> References: <201002240247.22141.christof.schulze@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201002240247.22141.christof.schulze@gmx.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: intel h55 chipset + 8_RELENG X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Feb 2010 02:13:28 -0000 On Wed, Feb 24, 2010 at 02:47:16AM +0100, Christof Schulze wrote: > Hello world, > > I also have a board with the H55 chipset (see below for dmesg, uname -a and > pciconf -lv). > The specific board is an Intel DH55HC > > > The network interface card - I tried with em - will not attach to a driver and > the intel driver for Xorg does not recognize the graphics chip of the core i5. > All in all it is rather unpleasant. What might be a different problem is that > the driver for a 3com3c905B and for a Realtek RTL8139 will not attach either. > > I am not sure what information is missing but I sure would love to use the > network card in there. Video is yet a different story. > > Regards > > Christof > > =============== > uname -a: > FreeBSD eri 8.0-STABLE FreeBSD 8.0-STABLE #0: Wed Feb 24 08:33:43 CET 2010 > root@eri:/usr/obj/usr/src/sys/GENERIC amd64 > [...] > none2@pci0:0:25:0: class=0x020000 card=0x00378086 chip=0x10f08086 > rev=0x06 hdr=0x00 > vendor = 'Intel Corporation' > class = network > subclass = ethernet It seems the support for i5 chipset was made in r200243. But it seems it wasn't MFCed to stable/8. I guess you can download files in sys/dev/e1000/* of HEAD and can built it on stable/8.