summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.pre.mk
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2007-05-04 00:00:12 +0000
committerjfv <jfv@FreeBSD.org>2007-05-04 00:00:12 +0000
commit0eab9692b55624688d6a271bf08293f710b7bb9d (patch)
tree241fab48e3dc6309360be4b31eb5c20f54432389 /sys/conf/kern.pre.mk
parent25f570bc482092b6c3eab07fc4881fdd1b8b8f05 (diff)
downloadFreeBSD-src-0eab9692b55624688d6a271bf08293f710b7bb9d.zip
FreeBSD-src-0eab9692b55624688d6a271bf08293f710b7bb9d.tar.gz
Merge in the new driver (6.5.0) of Intel. This has a new
shared code infrastructure that is family specific and modular. There is also support for our latest gigabit nic, the 82575 that is MSI/X and multiqueue capable. The new shared code changes some interfaces to the core code but testing at Intel has been going on for months, it is fairly stable. I have attempted to be careful in retaining any fixes that CURRENT had and we did not, I apologize in advance if any thing gets clobbered, I'm sure I'll hear about it :) Approved by pdeuskar
Diffstat (limited to 'sys/conf/kern.pre.mk')
-rw-r--r--sys/conf/kern.pre.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index 5206526..4aaa687 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -76,6 +76,9 @@ INCLUDES+= -I$S/contrib/ngatm
# .. and the same for twa
INCLUDES+= -I$S/dev/twa
+# .. and the same for em
+INCLUDES+= -I$S/dev/em
+
# ... and XFS
INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs
OpenPOWER on IntegriCloud