From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 21 08:22:07 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AB7E106566B for ; Sun, 21 Mar 2010 08:22:07 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id 19CB38FC1B for ; Sun, 21 Mar 2010 08:22:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id F28E31A3E2 for ; Sun, 21 Mar 2010 09:23:17 +0100 (CET) X-Virus-Scanned: amavisd-new at example.com Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id tqYl2kpMQBrX for ; Sun, 21 Mar 2010 09:23:09 +0100 (CET) Received: from c64.rebootking.de (e176132022.adsl.alicedsl.de [85.176.132.22]) by dedihh.fuckner.net (Postfix) with ESMTPA id B86CD1A3D7 for ; Sun, 21 Mar 2010 09:23:09 +0100 (CET) Message-ID: <4BA5D725.4040706@fuckner.net> Date: Sun, 21 Mar 2010 09:21:57 +0100 From: Michael Fuckner User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.8) Gecko/20100318 Thunderbird/3.0.3 MIME-Version: 1.0 To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Intel DQ57TM X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2010 08:22:07 -0000 Hi all, I have new HW to play with and I like to add support for FreeBSD-STABLE AMD64. It is an Intel DQ57TM with i5-660 CPU. There are some parts working with the following patches LAN: 82578DM (8086:10ef) /usr/src/sys/dev/e1000/if_em.c 213a214,217 > { 0x8086, E1000_DEV_ID_PCH_M_HV_LM, PCI_ANY_ID, PCI_ANY_ID, 0}, > { 0x8086, E1000_DEV_ID_PCH_M_HV_LC, PCI_ANY_ID, PCI_ANY_ID, 0}, > { 0x8086, E1000_DEV_ID_PCH_D_HV_DM, PCI_ANY_ID, PCI_ANY_ID, 0}, > { 0x8086, E1000_DEV_ID_PCH_D_HV_DC, PCI_ANY_ID, PCI_ANY_ID, 0}, em0: port 0xf040-0xf05f mem 0xfe700000-0xfe71ffff,0xfe728000-0xfe728fff irq 20 at device 25.0 on pci0 em0: Using MSI interrupt em0: Setup of Shared code failed device_attach: em0 attach returned 6 This seems to be not enough, I'll keep trying. ---------------------------------------- CPU: i5-660 Features2=0x298e3ff,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,> bit1 is PCLMULQDQ which is probably too long to be put in the cpuflags header? bit25 is AES /usr/src/sys/amd64/amd64/identcpu.c 265c265 < "\032" --- > "\032AES" ----------------------- VGA: Graphics integrated into CPU are still not working- even with xorg 7.5 :( ------------------------------ Serial devices for IAMT? c64# dmesg|grep atta pci0: at device 22.0 (no driver attached) pci0: at device 22.3 (no driver attached) c64# Probably unneeded. Regards, Michael!