From c27bff78be1c1c193953698566c446557d109cb3 Mon Sep 17 00:00:00 2001 From: Jack F Vogel Date: Wed, 11 Jul 2007 22:59:57 +0000 Subject: [PATCH] New driver for Intel 10G PCI-Express adapter (82598), driver is still in Beta, but we want early users to have access to it in 7.0, Feedback welcome. Enjoy. -Jack Approved by: re --- sys/conf/files | 10 ++++++++++ sys/conf/kern.pre.mk | 3 +++ 2 files changed, 13 insertions(+) diff --git a/sys/conf/files b/sys/conf/files index 82151ba32d6c..b5d3c8ad69d5 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -739,6 +739,16 @@ dev/iwi/if_iwi.c optional iwi dev/ixgb/if_ixgb.c optional ixgb dev/ixgb/ixgb_ee.c optional ixgb dev/ixgb/ixgb_hw.c optional ixgb +dev/ixgbe/ixgbe.c optional ixgbe \ + compile-with "${NORMAL_C} -I$S/dev/ixgbe" +dev/ixgbe/ixgbe_phy.c optional ixgbe \ + compile-with "${NORMAL_C} -I$S/dev/ixgbe" +dev/ixgbe/ixgbe_api.c optional ixgbe \ + compile-with "${NORMAL_C} -I$S/dev/ixgbe" +dev/ixgbe/ixgbe_common.c optional ixgbe \ + compile-with "${NORMAL_C} -I$S/dev/ixgbe" +dev/ixgbe/ixgbe_82598.c optional ixgbe \ + compile-with "${NORMAL_C} -I$S/dev/ixgbe" dev/joy/joy.c optional joy dev/joy/joy_isa.c optional joy isa dev/joy/joy_pccard.c optional joy pccard diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk index dad0f4264d94..5014be3b083c 100644 --- a/sys/conf/kern.pre.mk +++ b/sys/conf/kern.pre.mk @@ -79,6 +79,9 @@ INCLUDES+= -I$S/dev/twa # .. and the same for em INCLUDES+= -I$S/dev/em +# .. and ixgbe +INCLUDES+= -I$S/dev/ixgbe + # ... and XFS INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs