From owner-freebsd-stable@FreeBSD.ORG Sat Aug 12 04:03:05 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD28216A4DA for ; Sat, 12 Aug 2006 04:03:05 +0000 (UTC) (envelope-from lnelson@naxostech.com) Received: from willow.nelsonsoftware.com (86.d8bed1.client.atlantech.net [209.190.216.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id B066E43D5F for ; Sat, 12 Aug 2006 04:02:59 +0000 (GMT) (envelope-from lnelson@naxostech.com) Received: from localhost (localhost [127.0.0.1]) by willow.nelsonsoftware.com (Postfix) with ESMTP id A98BA7A1E for ; Sat, 12 Aug 2006 00:02:58 -0400 (EDT) Received: from willow.nelsonsoftware.com ([127.0.0.1]) by localhost (willow.nelsonsoftware.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27471-03 for ; Sat, 12 Aug 2006 00:02:55 -0400 (EDT) Received: from naxostech.com (localhost [127.0.0.1]) by willow.nelsonsoftware.com (Postfix) with ESMTP id 020D379EB for ; Sat, 12 Aug 2006 00:02:54 -0400 (EDT) From: "lnelson" To: freebsd-stable@FreeBSD.org Date: Sat, 12 Aug 2006 00:02:54 -0400 Message-Id: <20060812040016.M6252@naxostech.com> In-Reply-To: <20060811092303.GV96644@FreeBSD.org> References: <20060811051959.M95805@naxostech.com> <20060811092303.GV96644@FreeBSD.org> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 69.139.144.77 (lnelson@naxostech.com) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Virus-Scanned: amavisd-new at naxostech.com Cc: Subject: Re: Odd problem with Intel em driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 04:03:05 -0000 (sorry if this ends up as a dupe, it I think I sent it wrong the first time) On Fri, 11 Aug 2006 13:23:03 +0400, Gleb Smirnoff wrote > On Fri, Aug 11, 2006 at 01:27:42AM -0400, lnelson wrote: > l> I'm having an odd problem with the Intel em driver. It's > l> built into the kernel by default, but it won't recognize > l> the part. > l> > l> However, if I grab the driver source from the Intel website, > l> compile it as a KLD, and put it in loader.conf, it works. > l> The odd thing is that it complains that it is already loaded, > l> and acts as if it is refusing to load the module. > FreeBSD is always a bit behind in the version of the driver. First driver > appears on Intel website, and later is merged to FreeBSD. > > Currently in 6-STABLE we've got version 6.0.5 driver. First you > should try to update to 6-STABLE. If this doesn't help you should > wait few weeks until driver 6.1.4 will be present in 6-STABLE. Hi, Thanks for the info. What I ended up doing was updating to RELENG_6_1 (6.1 p3) and recompiling the kernel without the stock em driver. Now I am loading and using the intel 6.1.4 KLD. So far it seems to work but it hasn't been hammered on yet. You recommended waiting until 6.1.4 hits STABLE. Is there a problem with the Intel 6.1.4? Do you guys make a lot of changes to the Intel driver before it gets integrated? Is there anywhere I can go to read up on the diffs between RELENG_6_1 and 6-STABLE? This machine is going in production as our primary database server so I want run as little experimental stuff on it as possible. Lastly I'm a little concerned that stock 6.1 RELEASE would load and run the KLD, after giving an error that it couldn't load it because it was already compiled in. Do you think that qualifies as a bug? Should I report it? Thanks again, Lee -- Naxos Technology