From owner-freebsd-current@FreeBSD.ORG Tue Jan 12 00:34:27 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C1B11065676 for ; Tue, 12 Jan 2010 00:34:27 +0000 (UTC) (envelope-from jaz@goatcse.cx) Received: from mail-qy0-f203.google.com (mail-qy0-f203.google.com [209.85.221.203]) by mx1.freebsd.org (Postfix) with ESMTP id 2FFDF8FC13 for ; Tue, 12 Jan 2010 00:34:27 +0000 (UTC) Received: by qyk41 with SMTP id 41so10647566qyk.29 for ; Mon, 11 Jan 2010 16:34:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.14.93 with SMTP id f29mr8748355qca.90.1263256464463; Mon, 11 Jan 2010 16:34:24 -0800 (PST) In-Reply-To: <60a0e8261001080746x4445d45dmbc218c49245eaeb7@mail.gmail.com> References: <58c737d70907082058s4e97223fuc0bdbdfaabc3a0a5@mail.gmail.com> <20090709153940.4544bfa8.stas@FreeBSD.org> <58c737d70907091052g7a6f962jf87e94974f7e46aa@mail.gmail.com> <2a41acea0907091135j12f4c0efn963859f8def1d9cd@mail.gmail.com> <2a41acea0907091713v6291f7dbt33b61c10ee7db893@mail.gmail.com> <58c737d70907100058u263ab795g442c62d67ba2345f@mail.gmail.com> <2a41acea0907101026j65c16017kfb57cbd77c72577c@mail.gmail.com> <4A5B06B3.5020004@gmx.net> <60a0e8261001080746x4445d45dmbc218c49245eaeb7@mail.gmail.com> Date: Tue, 12 Jan 2010 11:34:24 +1100 Message-ID: <60a0e8261001111634k5540c2b4u27f940b48581118c@mail.gmail.com> From: Jaz To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: no em0 with r195477 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 12 Jan 2010 00:34:27 -0000 Looks like this problem has been reported, and 1 person has a work-around. Could someone make Korba's solution into a patch? From: Korba Date: Mon, 30 Nov 2009 19:52:45 +0100 I had the same problem. I changed the e1000_read_mac_addr_generic() function in /usr/src/sys/dev/e1000/e1000_nvm.c to the 7.2 version. It works for me.