On 11/13/24 14:29, Justin Hibbits wrote:
The branch main has been updated by jhibbits:
URL:
https://cgit.FreeBSD.org/src/commit/?id=f6efccaa35fe07f5659dd5d84769f56453f12169
commit f6efccaa35fe07f5659dd5d84769f56453f12169
Author: Justin Hibbits <jhibb...@freebsd.org>
AuthorDate: 2024-11-08 19:42:19 +0000
Commit: Justin Hibbits <jhibb...@freebsd.org>
CommitDate: 2024-11-13 19:31:20 +0000
IfAPI: Remove temporary inclusion of if_private.h
Summary:
The kernel is now fully migrated to the IfAPI, so remove the temporary
inclusion of the private structure definition.
Reviewed By: #network, melifaro
Differential Revision: https://reviews.freebsd.org/D39621
This has broken many kmods in ports. Are you planning to fix those? So far I
count
emulators/parallels-tools
net/aoe
net/aquantia-atlantic-kmod
net/intel-iavf-kmod
net/intel-ice-kmod
net/intel-igb-kmod
net/intel-ix-kmod
net/intel-ixl-kmod
net/ndproxy
net/vether-kmod
--
John Baldwin