From owner-freebsd-current@FreeBSD.ORG Mon Apr 29 17:02:42 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A12FBE50; Mon, 29 Apr 2013 17:02:42 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7BDAD107D; Mon, 29 Apr 2013 17:02:42 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E8882B94F; Mon, 29 Apr 2013 13:02:41 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: FreeBSD & Intel AMT Date: Mon, 29 Apr 2013 12:21:19 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201304291221.19725.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 29 Apr 2013 13:02:42 -0400 (EDT) Cc: Kamil Czekirda , jfv@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 29 Apr 2013 17:02:42 -0000 On Friday, April 26, 2013 5:17:34 pm Kamil Czekirda wrote: > We have a problem with Intel AMT and FreeBSD. We have AMT version: > 8.1.20-build 1336. AMT stop responding about five minutes after booting > FreeBSD, it's FreeBSD 9.1-STABLE, 64 bit. > On Linux AMT works fine. We suspect driver, but it's similar like on Linux. > Can you show us the way to resolve this problem? While the e1000 drivers share the same common code, there are some differences in the OS-dependent bits (e.g. if_igb.c, etc.). I've cc'd Jack Vogel who maintains the e1000 drivers in FreeBSD. -- John Baldwin