summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2008-09-03 19:23:01 +0000
committerjulian <julian@FreeBSD.org>2008-09-03 19:23:01 +0000
commit52d64a67809b9b3716f8368d552bd5fca8efdd32 (patch)
tree8b13d67a6e681fb22a68342617db7d8954bdf626 /sys/dev/cxgb
parent6bb93e188cd52e460f98be21d1c7a98536eb1276 (diff)
downloadFreeBSD-src-52d64a67809b9b3716f8368d552bd5fca8efdd32.zip
FreeBSD-src-52d64a67809b9b3716f8368d552bd5fca8efdd32.tar.gz
New file missed vimagification.
Diffstat (limited to 'sys/dev/cxgb')
-rw-r--r--sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c
index b198904..887d892 100644
--- a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c
+++ b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c
@@ -53,6 +53,7 @@ __FBSDID("$FreeBSD$");
#include <sys/taskqueue.h>
#include <sys/proc.h>
#include <sys/eventhandler.h>
+#include <sys/vimage.h>
#include <net/if.h>
#include <net/if_var.h>
@@ -237,7 +238,7 @@ iwch_init_module(void)
/* Register existing TOE interfaces by walking the ifnet chain */
IFNET_RLOCK();
- TAILQ_FOREACH(ifp, &ifnet, if_link) {
+ TAILQ_FOREACH(ifp, &V_ifnet, if_link) {
(void)ifaddr_event_handler(NULL, ifp);
}
IFNET_RUNLOCK();
OpenPOWER on IntegriCloud