New file missed vimagification.

This commit is contained in:
Julian Elischer 2008-09-03 19:23:01 +00:00
parent 59ca51adba
commit ad34e48415
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182741

View File

@ -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();