From owner-freebsd-current@freebsd.org Thu Feb 23 14:32:41 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62A61CEBC5E for ; Thu, 23 Feb 2017 14:32:41 +0000 (UTC) (envelope-from listjm@club.fr) Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.20]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 245236D4 for ; Thu, 23 Feb 2017 14:32:40 +0000 (UTC) (envelope-from listjm@club.fr) Received: from [192.168.1.51] (241.158.6.84.rev.sfr.net [84.6.158.241]) by msfrf2628.sfr.fr (SMTP Server) with ESMTP id 1A2861C03306B for ; Thu, 23 Feb 2017 15:32:31 +0100 (CET) Received: from [192.168.1.51] (241.158.6.84.rev.sfr.net [84.6.158.241]) (Authenticated sender: juanmolina@sfr.fr) by msfrf2628.sfr.fr (SMTP Server) with ESMTPA for ; Thu, 23 Feb 2017 15:32:29 +0100 (CET) Authentication-Results: sfr.fr; auth=pass (PLAIN) smtp.auth=juanmolina@sfr.fr Subject: r314131: link_elf_obj: symbol iwm7265_cfg undefined To: FreeBSD-Current From: Juan =?iso-8859-1?b?UmFt824=?= Molina Menor Message-ID: Date: Thu, 23 Feb 2017 15:32:26 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 X-sfr-mailing: LEGIT Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2017 14:32:41 -0000 > On Thu, Feb 23, 2017 at 1:56 PM, Andreas Nilsson > wrote: > > >//>//>/On Thu, Feb 23, 2017 at 1:29 PM, Jakob Alvermark alvermark.net > > />/wrote: />//>>/Hi, />>//>>/Updated to r314131 and my iwm no longer works. (It is a 7265) />>/Dmesg says: />>/link_elf_obj: symbol iwm7265_cfg undefined />>/linker_load_file: Unsupported file type />>//>>/Jakob />>//>>/_______________________________________________ />>/freebsd-current at freebsd.org > mailing > list />>/https://lists.freebsd.org/mailman/listinfo/freebsd-current />>/To unsubscribe, send any mail to "freebsd-current-unsubscribe at > freebsd.org />>/" />>//>//>/Hello, />//>/I can second that, although I'm on FreeBSD 12.0-CURRENT #3 />/bb6561e09c3(drm-next) with an ac8260. />//>/Best regards />/Andreas />// > It would seem a simple mistake in a Makefile: see attached diff. > > The module loads for me with that patch applied. > > Best regards > Andreas > -------------- next part -------------- > diff --git a/sys/modules/iwm/Makefile b/sys/modules/iwm/Makefile > index 2d076906ce9..f8ae70650cb 100644 > --- a/sys/modules/iwm/Makefile > +++ b/sys/modules/iwm/Makefile > @@ -7,6 +7,7 @@ KMOD= if_iwm > SRCS= if_iwm.c if_iwm_binding.c if_iwm_util.c if_iwm_phy_db.c > SRCS+= if_iwm_mac_ctxt.c if_iwm_phy_ctxt.c if_iwm_time_event.c > SRCS+= if_iwm_power.c if_iwm_scan.c if_iwm_led.c if_iwm_notif_wait.c > +SRCS+= if_iwm_7000.c if_iwm_8000.c > # bus layer > SRCS+= if_iwm_pcie_trans.c > SRCS+= device_if.h bus_if.h pci_if.h opt_wlan.h Hi! Please add your findings to the PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217308