Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146198078
D35202.id107330.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
576 B
Referenced Files
None
Subscribers
None
D35202.id107330.diff
View Options
diff --git a/net/intel-ixl-kmod/files/patch-if__ixl.c b/net/intel-ixl-kmod/files/patch-if__ixl.c
new file mode 100644
--- /dev/null
+++ b/net/intel-ixl-kmod/files/patch-if__ixl.c
@@ -0,0 +1,15 @@
+--- if_ixl.c.orig 2022-05-13 22:17:15 UTC
++++ if_ixl.c
+@@ -142,8 +142,12 @@ static driver_t ixl_driver = {
+ "ixl", ixl_methods, sizeof(struct ixl_pf),
+ };
+
++#if __FreeBSD_version >= 1400058
++DRIVER_MODULE(ixl, pci, ixl_driver, 0, 0);
++#else
+ devclass_t ixl_devclass;
+ DRIVER_MODULE(ixl, pci, ixl_driver, ixl_devclass, 0, 0);
++#endif
+
+ MODULE_VERSION(ixl, 2);
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 1, 4:30 PM (8 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29107232
Default Alt Text
D35202.id107330.diff (576 B)
Attached To
Mode
D35202: net/intel-ixl-kmod: Remove unused DRIVER_MODULE devclass on recent main.
Attached
Detach File
Event Timeline
Log In to Comment