From owner-freebsd-net@FreeBSD.ORG Thu May 1 16:34:59 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 D38961065673 for ; Thu, 1 May 2008 16:34:59 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.186]) by mx1.freebsd.org (Postfix) with ESMTP id 893AA8FC0C for ; Thu, 1 May 2008 16:34:59 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by rn-out-0910.google.com with SMTP id j40so520559rnf.12 for ; Thu, 01 May 2008 09:34:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=DhqVz5yTuAF8dnYyYMw3xkfDt5caS/yntjbbIHkyVhw=; b=G0ugGe8EGYA6w8aG5xZxnaOgWHedr54ITQdnprWU3/6KGZm2H6RSAcqZg1Capy3SJbV+v52qZfO1KLBszGvjf6VT8Ip0U7v4LNn7CzJbYRwMiQm3B8mjLvF9mVzSBsmBduLz3c1kUaUz/a70G59iiOlg1kJtUPRA3J6dMNGdgqw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=wIx5DC/PAPQsAvSEBs8kuawN2eVV5gTfTkSf+RUZxJKzPm8Uqu5b8P/haH/Et5QgeGv8/SgNLfiZKayyYPFMI4JS0Cbc7n13oAAzFAvmGsEGUGxP84ySt4ZbzJOAuEa3CDuc7paOX9SzAiV2L1L28BWmNBEs8p6W9ak//d28Agg= Received: by 10.114.158.1 with SMTP id g1mr2075621wae.111.1209659698290; Thu, 01 May 2008 09:34:58 -0700 (PDT) Received: by 10.114.177.4 with HTTP; Thu, 1 May 2008 09:34:58 -0700 (PDT) Message-ID: <2a41acea0805010934k4e3980b7w3927b57f9dd54ef6@mail.gmail.com> Date: Thu, 1 May 2008 09:34:58 -0700 From: "Jack Vogel" To: jonathan@kc8onw.net In-Reply-To: <55561.80.91.220.50.1209629829.squirrel@www.kc8onw.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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> <55561.80.91.220.50.1209629829.squirrel@www.kc8onw.net> 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 16:34:59 -0000 On Thu, May 1, 2008 at 1:17 AM, wrote: > > 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 If you can wait a week I should get to the MFC, if its urgent let me know and we can see, are you sure you got everything, that routine was something that got dropped out of osdep because the shared code no longer uses it. Jack