Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153391421
D4759.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
406 B
Referenced Files
None
Subscribers
None
D4759.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D4759: Fix ixl(4) compilation with PCI_IOV pre-r266974
Attached
Detach File
Event Timeline
Log In to Comment