From owner-freebsd-net@FreeBSD.ORG Thu May 1 08:17:11 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 529FE106564A for ; Thu, 1 May 2008 08:17:11 +0000 (UTC) (envelope-from jonathan@kc8onw.net) Received: from mail-out1.fuse.net (mail-out1.fuse.net [216.68.8.175]) by mx1.freebsd.org (Postfix) with ESMTP id 15EF28FC24 for ; Thu, 1 May 2008 08:17:10 +0000 (UTC) (envelope-from jonathan@kc8onw.net) X-CNFS-Analysis: v=1.0 c=1 a=CIbuFNFJbHUA:15 a=tlCHpfXle7AA:10 a=R_1Sod5e6hMA:10 a=xUvkYoQocQKi/8Los98NoQ==:17 a=w3szO6ePOsQmPpjjKsMA:9 a=bdHGeDJskG5BQflIolQT7zbkHroA:4 a=jtOyKYpszwUA:10 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Received: from [208.102.162.227] ([208.102.162.227:50672] helo=mail.kc8onw.net) by mail-out1.fuse.net (ecelerity 2.1.1.22 r(17669)) with ESMTP id D8/1E-13383-58C79184 for ; Thu, 01 May 2008 04:17:10 -0400 Received: from www.kc8onw.net (localhost [127.0.0.1]) by mail.kc8onw.net (Postfix) with ESMTP id 2153528415; Thu, 1 May 2008 04:17:09 -0400 (EDT) Received: from 80.91.220.50 (SquirrelMail authenticated user jonathan) by www.kc8onw.net with HTTP; Thu, 1 May 2008 04:17:09 -0400 (EDT) Message-ID: <55561.80.91.220.50.1209629829.squirrel@www.kc8onw.net> In-Reply-To: <2a41acea0804302155x3d2a1ee0lbda2085fb0d347fe@mail.gmail.com> References: <58369.214.13.212.26.1209607888.squirrel@www.kc8onw.net> <48192D55.2080604@modulus.org> <2a41acea0804302109r35051d6rcfa99676b392310a@mail.gmail.com> <62563.214.13.212.26.1209617363.squirrel@www.kc8onw.net> <2a41acea0804302155x3d2a1ee0lbda2085fb0d347fe@mail.gmail.com> Date: Thu, 1 May 2008 04:17:09 -0400 (EDT) From: jonathan@kc8onw.net To: "Jack Vogel" User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-net@freebsd.org, Andrew Snow Subject: Re: em1: Unable to allocate bus resource: memory X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2008 08:17:11 -0000 On Thu, May 1, 2008 00:55, Jack Vogel wrote: > On Wed, Apr 30, 2008 at 9:49 PM, wrote: > >> On Thu, May 1, 2008 00:09, Jack Vogel wrote: >> >>> I am hoping to MFC the em/igb drivers in HEAD soon, it would be >>> helpful to me, and to everyone, if as many get out and test that >>> driver as possible. >> >> Can we just "csup -i src/sys/dev/em/ supfile" on a 7-stable system or >> are there other changes that need to happen as well? >> >> Jonathan >> > > hmmm, I'm not sure, I don't usually do that on a small directory, there > are changes to files and Makefile. It depends if you are going to build as > a module or static in the kernel? I grabbed the dev/em folder for current, commented out the missing file in the makefile and would up with a bunch of errors like ": undefined reference to `e1000_pci_set_mwi'". Not as simple as I hoped :P Any ideas short of migrating the entire system to -head? I'd rather stay on 7 with patches if needed as this system needs to be reliable for extended periods of time. Thanks, Jonathan