Re: svn commit: r269500 - head/sys/modules/ixgbe

2014-08-03 Thread Marcelo Araujo
2014-08-04 12:21 GMT+08:00 Adrian Chadd :

> Author: adrian
> Date: Mon Aug  4 04:21:32 2014
> New Revision: 269500
> URL: http://svnweb.freebsd.org/changeset/base/269500
>
> Log:
>   Make the ixgbe(4) module buildable outside of the tree.
>
>   It defaults to RSS not being enabled.
>
> Modified:
>   head/sys/modules/ixgbe/Makefile
>
> Modified: head/sys/modules/ixgbe/Makefile
>
> ==
> --- head/sys/modules/ixgbe/Makefile Mon Aug  4 04:00:48 2014
>  (r269499)
> +++ head/sys/modules/ixgbe/Makefile Mon Aug  4 04:21:32 2014
>  (r269500)
> @@ -6,7 +6,7 @@
>
>  KMOD= if_ixgbe
>  SRCS= device_if.h bus_if.h pci_if.h
> -SRCS   += opt_inet.h opt_inet6.h
> +SRCS   += opt_inet.h opt_inet6.h opt_rss.h
>  SRCS+= ixgbe.c ixv.c
>  # Shared source
>  SRCS+= ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
> @@ -24,6 +24,10 @@ opt_inet.h:
>  opt_inet6.h:
> @echo "#define INET6 1" > ${.TARGET}
>  .endif
> +
> +opt_rss.h:
> +   @echo "" > ${.TARGET}
> +
>  .endif
>
>  .include 
>

This one, Just for record, missed:

Submitted by: araujo@


Best Regards,
-- 

-- 
Marcelo Araujo(__)ara...@freebsd.org
\\\'',)http://www.FreeBSD.org    \/  \ ^
Power To Server. .\. /_)
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r269500 - head/sys/modules/ixgbe

2014-08-03 Thread Adrian Chadd
Author: adrian
Date: Mon Aug  4 04:21:32 2014
New Revision: 269500
URL: http://svnweb.freebsd.org/changeset/base/269500

Log:
  Make the ixgbe(4) module buildable outside of the tree.
  
  It defaults to RSS not being enabled.

Modified:
  head/sys/modules/ixgbe/Makefile

Modified: head/sys/modules/ixgbe/Makefile
==
--- head/sys/modules/ixgbe/Makefile Mon Aug  4 04:00:48 2014
(r269499)
+++ head/sys/modules/ixgbe/Makefile Mon Aug  4 04:21:32 2014
(r269500)
@@ -6,7 +6,7 @@
 
 KMOD= if_ixgbe
 SRCS= device_if.h bus_if.h pci_if.h
-SRCS   += opt_inet.h opt_inet6.h
+SRCS   += opt_inet.h opt_inet6.h opt_rss.h
 SRCS+= ixgbe.c ixv.c
 # Shared source
 SRCS+= ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
@@ -24,6 +24,10 @@ opt_inet.h:
 opt_inet6.h:
@echo "#define INET6 1" > ${.TARGET}
 .endif
+
+opt_rss.h:
+   @echo "" > ${.TARGET}
+
 .endif
 
 .include 
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"