My Intel 7260 wireless, which was working perfectly before r314082, stops working with r314082 since the if_iwm module does not load: link_elf_obj: symbol iwm7265_cfg undefined linker_load_file: Unsupported file type The iwm7260fw module loads as before.
Created attachment 180242 [details] Patch for missing symbols I had the same problem and the attached patch fixed it for me.
(In reply to andrnils from comment #1) Thanks! Your patch resolves the issue for me.
A commit references this bug: Author: ngie Date: Thu Feb 23 17:44:06 UTC 2017 New revision: 314151 URL: https://svnweb.freebsd.org/changeset/base/314151 Log: Unbreak if_iwm.ko after r314076 Add if_iwm_7000.c/if_iwm_8000.c to SRCS to match similar additions made to sys/conf/files after refactoring done in the commit noted. PR: 217308 Pointyhat to: adrian Submitted by: Andreas Nilsson <andrnils@gmail.com> Reported by: Jakob Alvermark <jakob@alvermark.net>, Juan Ram?mon Molina Menor <listjm@club.fr> Sponsored by: Dell EMC Isilon Changes: head/sys/modules/iwm/Makefile
Thank you for the patch. adrian@: FYI.
A commit references this bug: Author: eadler Date: Thu Mar 1 06:19:13 UTC 2018 New revision: 330189 URL: https://svnweb.freebsd.org/changeset/base/330189 Log: MFC 314151: Unbreak if_iwm.ko after r314076 Add if_iwm_7000.c/if_iwm_8000.c to SRCS to match similar additions made to sys/conf/files after refactoring done in the commit noted. PR: 217308 Pointyhat to: adrian Submitted by: Andreas Nilsson <andrnils@gmail.com> Reported by: Jakob Alvermark <jakob@alvermark.net>, Juan Ram?mon Molina Menor <listjm@club.fr> Changes: _U stable/11/ stable/11/sys/modules/iwm/Makefile