From owner-cvs-src@FreeBSD.ORG Thu Jul 12 00:29:31 2007 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4EB7516A469 for ; Thu, 12 Jul 2007 00:29:31 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 27E8213C44B for ; Thu, 12 Jul 2007 00:29:30 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wa-out-1112.google.com with SMTP id j37so2540197waf for ; Wed, 11 Jul 2007 17:29:30 -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=sqV2AKHv8AX8nMH/7mwVjq/WYCTeV9iW2cwKeyMTfT0A6TZYk0Kf9Gt4ynW8t7WAJ3WzwYuyR0ygcF6rjUXxvB+9LwaOqlSIY5E2plwu3K2kD5T/IXMn1QWPq9V6tSYjJ6vbNthsK2EOy81g/kf0lqwRbOd16Z9qPuBN0yBc1yo= 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=SY9hxT9kVpNh1Aq2rnj3s4L6Vo07X+yozWkgl2D02vIFQ6pqfAI4DbrSeBoNn6pPQOKUKUwCk8T7b92Qb3KkMpUe1Mhs7L9iH14TWhU2QSrl7aouF4d3wfCXUVsP7YjV21EMS5iP1cSnh0kAocf4s7qmeetV0a0StEK1a9aS380= Received: by 10.115.32.1 with SMTP id k1mr27820waj.1184198701659; Wed, 11 Jul 2007 17:05:01 -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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 00:29:31 -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