From owner-freebsd-net@FreeBSD.ORG Fri Aug 24 12:40:03 2012 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D9CA106566C for ; Fri, 24 Aug 2012 12:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D31E8FC12 for ; Fri, 24 Aug 2012 12:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7OCe3LH014078 for ; Fri, 24 Aug 2012 12:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7OCe3CY014077; Fri, 24 Aug 2012 12:40:03 GMT (envelope-from gnats) Date: Fri, 24 Aug 2012 12:40:03 GMT Message-Id: <201208241240.q7OCe3CY014077@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Theodor-Iulian Ciobanu Cc: Subject: Re: kern/157418: [em] em driver lockup during boot on Supermicro X9SCM-F X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Theodor-Iulian Ciobanu List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2012 12:40:03 -0000 The following reply was made to PR kern/157418; it has been noted by GNATS. From: Theodor-Iulian Ciobanu To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/157418: [em] em driver lockup during boot on Supermicro X9SCM-F Date: Fri, 24 Aug 2012 15:37:39 +0300 Hello, I've stumbled upon this problem while deploying a custom kernel for an Optiplex 990 with Intel 82579LM onboard. I then thought of testing the driver available from intel.com, as it's newer than the one in src (I'm using 9.0-p4, which has version 7.2.3 of the driver, download center provides em-7.2.4), but compilation fails with two errors. While I was able to find a fix for the first one here: http://lists.freebsd.org/pipermail/freebsd-current/2011-March/023529.html I wasn't able to find anything for the second: if_em.c: In function 'em_enable_wakeup': if_em.c:4769: warning: implicit declaration of function 'e1000_disable_gig_wol_ich8lan' if_em.c:4769: warning: nested extern declaration of 'e1000_disable_gig_wol_ich8lan' [-Wnested-externs] *** Error code 1 That function is provided by e1000_ich8lan.c which the download is missing, but I don't know if it's ok to just copy it from /usr/src. As I have no idea if this version of the driver will actually fix my problem, this is where I stopped. If anyone can help me out with this, I'm willing to test patches to get the issue fixed. Thank you and regards, -- Theo