Page MenuHomeFreeBSD

D4759.diff
No OneTemporary

D4759.diff

Index: head/sys/dev/ixl/if_ixl.c
===================================================================
--- head/sys/dev/ixl/if_ixl.c
+++ head/sys/dev/ixl/if_ixl.c
@@ -6606,7 +6606,11 @@
pf->veb_seid = 0;
}
+#if __FreeBSD_version > 1100022
if ((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0)
+#else
+ if ((ifp->if_drv_flags & IFF_DRV_RUNNING) == 0)
+#endif
ixl_disable_intr(vsi);
vfs = pf->vfs;

File Metadata

Mime Type
text/plain
Expires
Tue, Apr 21, 9:35 PM (18 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31934660
Default Alt Text
D4759.diff (406 B)

Event Timeline