Intel DQ57TM

Michael Fuckner michael at fuckner.net
Sun Mar 21 08:22:07 UTC 2010


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: <Intel(R) PRO/1000 Network Connection 6.9.14> 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<SSE3,<b1>,DTES64,MON,DS_CPL,VMX,SMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,<b25>>

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<b25>"
---
>                               "\032AES"
-----------------------
VGA: Graphics integrated into CPU are still not working- even with xorg 
7.5 :(
------------------------------

Serial devices for IAMT?

c64# dmesg|grep atta
pci0: <simple comms> at device 22.0 (no driver attached)
pci0: <simple comms, UART> at device 22.3 (no driver attached)
c64#

Probably unneeded.

Regards,
  Michael!


More information about the freebsd-hardware mailing list