From owner-cvs-all@FreeBSD.ORG Thu Jul 12 00:30:36 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 07DA716A421 for ; Thu, 12 Jul 2007 00:30:36 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id BAB0D13C487 for ; Thu, 12 Jul 2007 00:30:35 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so1370069nzf for ; Wed, 11 Jul 2007 17:30:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=tpE9Hxr4iLB+R3WJ58YdHbCVA4rm6S8BcApOD/1QLgbRkH7r/TLDqqdjMgihFm7G2qS5AI+z9CDOLbx91h5f1UUdUq6jC85bnbuJf3rTPAQz5qq3yz2OCSZzVjBYlZ0KJop7rEf7Bs7GUrigS5n5T5/Ufo7cn5AHya67F95vMT0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QRr6+668UCqlAZvfr/8SChMq9y9gJa2xyzzfEGjrBUV9vReweMMhXdwS28xkKqzzPQXJv5aThrx/FAdZ2xaKeCwcwLacB8EwDhppHTOIA9H3SWO7nFnjMf/AEur4gZ68QKeU9zgXZMX27JZhRt53xUgwP8iQq9tRSM0O2nOtv1w= Received: by 10.114.144.1 with SMTP id r1mr35398wad.1184198674665; Wed, 11 Jul 2007 17:04:34 -0700 (PDT) Received: by 10.114.103.14 with HTTP; Wed, 11 Jul 2007 17:04:34 -0700 (PDT) Message-ID: <2a41acea0707111704u27554bfay41bf728c25cd6081@mail.gmail.com> Date: Wed, 11 Jul 2007 17:04:34 -0700 From: "Jack Vogel" To: "Max Laier" In-Reply-To: <200707120116.00434.max@love2party.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200707112259.l6BMxwrU008684@repoman.freebsd.org> <200707120116.00434.max@love2party.net> Cc: Jack F Vogel , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files kern.pre.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 00:30:36 -0000 On 7/11/07, Max Laier wrote: > On Thursday 12 July 2007, Jack F Vogel wrote: > > jfv 2007-07-11 22:59:57 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/conf files kern.pre.mk > > Log: > > New driver for Intel 10G PCI-Express adapter (82598), driver is > > still in Beta, but we want early users to have access to it in > > 7.0, Feedback welcome. Enjoy. -Jack > > > > Approved by: re > > > > Revision Changes Path > > 1.1235 +10 -0 src/sys/conf/files > > 1.89 +3 -0 src/sys/conf/kern.pre.mk > > Just wondering: Why are we pulling in the INCLUDES for the whole kernel? > You can specify per file CFLAGS in conf/files as well. Thanks for prodding me Max, I found builds for both em and ixgbe worked fine without that include, the build didnt work in the past, not sure what fixed it :) Jack