[Midnightbsd-cvs] src [9517] stable/0.9/sys/modules: update makefiles for new driver version
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Aug 16 09:52:17 EDT 2017
Revision: 9517
http://svnweb.midnightbsd.org/src/?rev=9517
Author: laffer1
Date: 2017-08-16 09:52:17 -0400 (Wed, 16 Aug 2017)
Log Message:
-----------
update makefiles for new driver version
Modified Paths:
--------------
stable/0.9/sys/modules/em/Makefile
stable/0.9/sys/modules/igb/Makefile
Modified: stable/0.9/sys/modules/em/Makefile
===================================================================
--- stable/0.9/sys/modules/em/Makefile 2017-08-16 13:51:40 UTC (rev 9516)
+++ stable/0.9/sys/modules/em/Makefile 2017-08-16 13:52:17 UTC (rev 9517)
@@ -1,11 +1,12 @@
# $MidnightBSD$
-# $FreeBSD: src/sys/modules/em/Makefile,v 1.9.2.2.6.1 2010/02/10 00:26:20 kensmith Exp $
+# $FreeBSD: stable/10/sys/modules/em/Makefile 284522 2015-06-17 18:50:57Z sbruno $
.include <bsd.own.mk>
.PATH: ${.CURDIR}/../../dev/e1000
KMOD = if_em
-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_ddb.h opt_em.h opt_inet.h \
+ opt_inet6.h
SRCS += $(CORE_SRC) $(LEGACY_SRC)
SRCS += $(COMMON_SHARED) $(LEGACY_SHARED) $(PCIE_SHARED)
CORE_SRC = if_em.c e1000_osdep.c
Modified: stable/0.9/sys/modules/igb/Makefile
===================================================================
--- stable/0.9/sys/modules/igb/Makefile 2017-08-16 13:51:40 UTC (rev 9516)
+++ stable/0.9/sys/modules/igb/Makefile 2017-08-16 13:52:17 UTC (rev 9517)
@@ -1,5 +1,5 @@
# $MidnightBSD$
-# $FreeBSD: src/sys/modules/igb/Makefile,v 1.3.2.2.6.1 2010/02/10 00:26:20 kensmith Exp $
+#$FreeBSD: stable/10/sys/modules/igb/Makefile 253303 2013-07-12 22:36:26Z jfv $
.include <bsd.own.mk>
@@ -18,6 +18,12 @@
# not advisable since MSIX gives better results
#CFLAGS += -DDEVICE_POLLING
+# IGB_LEGACY_TX will override the stack if_transmit path and
+# instead use the older if_start non-multiqueue capable interface.
+# This might be desireable for testing, or to enable the use of
+# ALTQ.
+#CFLAGS += -DIGB_LEGACY_TX
+
.if !defined(KERNBUILDDIR)
.if ${MK_INET_SUPPORT} != "no"
opt_inet.h:
More information about the Midnightbsd-cvs
mailing list