From owner-freebsd-stable@FreeBSD.ORG Thu Oct 11 17:39:26 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 377F116A4CC for ; Thu, 11 Oct 2007 17:39:26 +0000 (UTC) (envelope-from dyeske@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id C9ADA13C455 for ; Thu, 11 Oct 2007 17:39:25 +0000 (UTC) (envelope-from dyeske@gmail.com) Received: by ug-out-1314.google.com with SMTP id a2so588196ugf for ; Thu, 11 Oct 2007 10:39:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; 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; bh=C3uzCeDg+GoiNkTUCXFjEQb4jEamJGIbEOcjXCm0v1I=; b=n0EdMjAO2QvQpEUcVYJGVRwf+NZS4/uti3+Jq9+uxAzrfGYiRfH3tVrznN7QcW1dUEex6C5TKTqSjLNFAU+4WaP5NjZEYdk+Vy07HYSiK3qlD1tiyJenZgY9QCFHBaSwBbZKuYEMK9RPe9V1IYx/1PdEzxarzwPskPUVYhmrxy4= 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=oFj480+O7sFpb8JwpHRq5KSgXt3H3MZeAaAuHCefl9QCgk76AOiMnMkLw6gZDe4FUj1jFnQvC/MxYxmgAADSNG+jsVkM8melT6gvzK87JSsZm7IvMEapH0nRZkPt9bMD0kBmlrB0x+5xyvCAPuSZMvGxZ0g80oDWcs4OdrZ1n5g= Received: by 10.66.221.18 with SMTP id t18mr3375329ugg.1192124363161; Thu, 11 Oct 2007 10:39:23 -0700 (PDT) Received: by 10.66.218.20 with HTTP; Thu, 11 Oct 2007 10:39:23 -0700 (PDT) Message-ID: <85bdae4e0710111039h23aa2113wefbdcbadeced9700@mail.gmail.com> Date: Thu, 11 Oct 2007 13:39:23 -0400 From: "David Yeske" To: "Jack Vogel" In-Reply-To: <2a41acea0710111020w460125d6sf28563d57266cc3e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a41acea0710111020w460125d6sf28563d57266cc3e@mail.gmail.com> Cc: FreeBSD Stable List Subject: Re: EM MFC and 6.2 RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Oct 2007 17:39:26 -0000 On 10/11/07, Jack Vogel wrote: > I have had a couple questions about using the driver that I just put > into STABLE on 6.2 RELEASE. > > Right now it won't compile, this is because I put the MSI/X support > in the clear, figuring 'well, this is STABLE so why should I #ifdef :)'. > > I should have known better, and of course the driver code that will > be in the Intel-published form DOES have the stuff #ifdef EM_MSI, > so it will compile on 6.2... > > I am considering a compromise but I don't know exactly how you > do it, what I will do is put in a #if __FreeBSD_version around the > couple of places that matter... so here is the question: what is > the numeric way of designating RELEASE vs STABLE?? > > I could also just do this as EM_MSI_SUPPORT and then define > that in the Makefiles, but this seemed like the simplest way. > > If someone can tell me how to do it I will check that change in > today... > > Cheers, > > Jack > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > It looks like 6.2-R is #define __FreeBSD_version 602000 and RELENG_6 as of today is #define __FreeBSD_version 602112