summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2010-06-30 21:05:51 +0000
committerjfv <jfv@FreeBSD.org>2010-06-30 21:05:51 +0000
commit1b5972d2abfb5cb5cc10995525d2e6a67bc6d0b0 (patch)
tree983502f00d6c7473378965b56fdca1e888a7e596 /sys/modules
parent0cae6dc51c8e4832d940b7ae2b89e3196c26c400 (diff)
downloadFreeBSD-src-1b5972d2abfb5cb5cc10995525d2e6a67bc6d0b0.zip
FreeBSD-src-1b5972d2abfb5cb5cc10995525d2e6a67bc6d0b0.tar.gz
OK, I was a bit sleep this morning and checked in
the core changes but left out the shared code, lol. Well, and a couple fixes to the core... hopefully this will all be complete now. Happy happy joy joy :)
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/igb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/igb/Makefile b/sys/modules/igb/Makefile
index 7b30390..4d375e5 100644
--- a/sys/modules/igb/Makefile
+++ b/sys/modules/igb/Makefile
@@ -6,7 +6,7 @@ SRCS += if_igb.c $(SHARED_SRCS)
SHARED_SRCS = e1000_api.c e1000_phy.c e1000_nvm.c e1000_mac.c e1000_manage.c
SHARED_SRCS += e1000_80003es2lan.c e1000_82542.c e1000_82541.c e1000_82543.c
SHARED_SRCS += e1000_82540.c e1000_ich8lan.c e1000_82571.c e1000_osdep.c
-SHARED_SRCS += e1000_82575.c
+SHARED_SRCS += e1000_82575.c e1000_vf.c e1000_mbx.c
CFLAGS += -I${.CURDIR}/../../dev/e1000 -DSMP
OpenPOWER on IntegriCloud