From owner-svn-src-head@FreeBSD.ORG Mon Aug 4 04:26:55 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4C0B6D6; Mon, 4 Aug 2014 04:26:55 +0000 (UTC) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E909429E9; Mon, 4 Aug 2014 04:26:54 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id k14so7148790wgh.32 for ; Sun, 03 Aug 2014 21:26:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=JKt+shygX2eBb3IaySpciWder9BOck7Eqm2cvxINB1g=; b=hxSV75aZnCpBRZaVD2gRUqXOuZSIzJ9uDQO1MVBJiB1B+UBWzxb7QKVxZk08yxL7jB RaSyS/fxr7arRWazTAOX6VX8LIZaeE8y3za94w8F4i24H2gmRxbTRp4SbvP9mhr5Uwld m37ptCEEsBK6LOUm4DmRpdq2bK7zGXPo2K3SxJ+WJ33+AWrXq4PsiXBa7tGt6GUwIF5n Uaady1WZFVn1jCB9Xg9L+06hgELoiSxxA4UC0yZ5bm1YGk6Otlfv2MQvwwbe/bsJC0HH V68aV4PSZmYQK1i9L5PeHiN2q8gKzv2Lc44BBd7uLNXx/6c7GhcZofYGIesRvxWoIkGH i5jg== MIME-Version: 1.0 X-Received: by 10.180.98.165 with SMTP id ej5mr25218242wib.37.1407126413334; Sun, 03 Aug 2014 21:26:53 -0700 (PDT) Received: by 10.216.159.136 with HTTP; Sun, 3 Aug 2014 21:26:53 -0700 (PDT) Reply-To: araujo@FreeBSD.org In-Reply-To: <53df0ad1.5af3.39c08940@svn.freebsd.org> References: <53df0ad1.5af3.39c08940@svn.freebsd.org> Date: Mon, 4 Aug 2014 12:26:53 +0800 Message-ID: Subject: Re: svn commit: r269501 - head/sys/modules/igb From: Marcelo Araujo To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2014 04:26:55 -0000 2014-08-04 12:23 GMT+08:00 Adrian Chadd : > Author: adrian > Date: Mon Aug 4 04:23:45 2014 > New Revision: 269501 > URL: http://svnweb.freebsd.org/changeset/base/269501 > > Log: > Make igb(4) build outside of the kernel build. > > Ths defaults to RSS being disabled. > > Modified: > head/sys/modules/igb/Makefile > > Modified: head/sys/modules/igb/Makefile > > ============================================================================== > --- head/sys/modules/igb/Makefile Mon Aug 4 04:21:32 2014 > (r269500) > +++ head/sys/modules/igb/Makefile Mon Aug 4 04:23:45 2014 > (r269501) > @@ -4,7 +4,7 @@ > > .PATH: ${.CURDIR}/../../dev/e1000 > KMOD = if_igb > -SRCS = device_if.h bus_if.h pci_if.h opt_inet.h opt_inet6.h > +SRCS = device_if.h bus_if.h pci_if.h opt_inet.h opt_inet6.h opt_rss.h > SRCS += if_igb.c $(SHARED_SRCS) > SHARED_SRCS = e1000_api.c e1000_phy.c e1000_nvm.c e1000_mac.c > e1000_manage.c > SHARED_SRCS += e1000_80003es2lan.c e1000_82542.c e1000_82541.c > e1000_82543.c > @@ -33,6 +33,10 @@ opt_inet.h: > opt_inet6.h: > @echo "#define INET6 1" > ${.TARGET} > .endif > + > +opt_rss.h: > + @echo "" > ${.TARGET} > + > .endif > > .include > Just for record, missed: Submitted by: araujo@ Best Regards, -- -- Marcelo Araujo (__)araujo@FreeBSD.org \\\'',)http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_)