svn commit: r311990 - head/sys/conf
Sean Bruno
sbruno at FreeBSD.org
Thu Jan 12 17:18:26 UTC 2017
Author: sbruno
Date: Thu Jan 12 17:18:25 2017
New Revision: 311990
URL: https://svnweb.freebsd.org/changeset/base/311990
Log:
Purge surprise change to sys/conf/files for ixgbe(4).
Reported by: imp
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Thu Jan 12 17:02:29 2017 (r311989)
+++ head/sys/conf/files Thu Jan 12 17:18:25 2017 (r311990)
@@ -2139,8 +2139,6 @@ dev/ixgbe/ix_txrx.c optional ix inet |
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ixgbe_osdep.c optional ix inet | ixv inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
-dev/ixgbe/ixgbe_sysctl.c optional ix inet | ixv inet \
- compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ixgbe_phy.c optional ix inet | ixv inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ixgbe_api.c optional ix inet | ixv inet \
More information about the svn-src-all
mailing list