From owner-freebsd-net@FreeBSD.ORG Thu May 1 04:55:12 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 9C3FB106576E for ; Thu, 1 May 2008 04:55:12 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5D28FC1F for ; Thu, 1 May 2008 04:55:12 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so1024345wah.3 for ; Wed, 30 Apr 2008 21:55:12 -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=J/606VzPkogvjVUtARUZyUiV6Lv/aRa+Vx2f1L3tFb0=; b=wERId1k9n/Xq9LWMmj8B/Zi6icW3JpUWN9/FqwkUKFFkQ796f7SOS89pBrhGo/x2bvLagJdlOt/ZAotwlxuQnethXnfPjZxpLN4x8LWkq6v7F1+xkyaMR6YzvhIiAKu/zil0IrogNT4qooo2unfx8gSk30XVNbSz2zZElTF0gbA= 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=Eeop02alF1UBcDTtgv+r8UEaIAnOU2iHBXxLH0ujzXfLqU8mYE6NomiXSWOBLw4a6qTAkteQ5X+Z0Erjnwv9ozHPIKA6nAi+FcuPtJYzWEx7FtYDlNzX6rK1p/VaGGFrbntJWmQrxAh/EEDCA3ptC3UvECNsYD/zeeGTYR1t+y8= Received: by 10.114.191.1 with SMTP id o1mr1662843waf.66.1209617711838; Wed, 30 Apr 2008 21:55:11 -0700 (PDT) Received: by 10.114.177.4 with HTTP; Wed, 30 Apr 2008 21:55:11 -0700 (PDT) Message-ID: <2a41acea0804302155x3d2a1ee0lbda2085fb0d347fe@mail.gmail.com> Date: Wed, 30 Apr 2008 21:55:11 -0700 From: "Jack Vogel" To: jonathan@kc8onw.net In-Reply-To: <62563.214.13.212.26.1209617363.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> 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 04:55:12 -0000 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? Jack