From owner-freebsd-current@freebsd.org Sun Mar 20 21:14:53 2016 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 5D19EAD7966 for ; Sun, 20 Mar 2016 21:14:53 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E9D71257 for ; Sun, 20 Mar 2016 21:14:52 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3qSsD340SXzZs9 for ; Sun, 20 Mar 2016 22:14:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:mime-version :user-agent:date:date:message-id:subject:subject:from:from :received:received; s=mail; t=1458508482; x=1460322883; bh=N6HB8 kiB2XQ1iXV3GGV7+yzAFtGYNTITFhR+k/Ih/PY=; b=c/oGMbXNrzr+S5C7RHT+b TDk60Zcnb2ZnpnzwFD/jb9AZRHP4TRh4G/sX7txvtdibEjijzlFZa+0mpncn0BUS LuuT6KFkQqd0ZZVJ/W9wrr7U+Zfjxu0Vl+hUS6BdksCFxf1J14n1D2Hz4dvdYyfZ Z93B/J9vrGEDCiy/xKY1bU= Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id aclkGBpQUFqI for ; Sun, 20 Mar 2016 22:14:42 +0100 (CET) Received: from tommy.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA for ; Sun, 20 Mar 2016 22:14:42 +0100 (CET) To: freebsd-current@freebsd.org From: Guido Falsi Subject: sdhci_pci.ko fails to load Message-ID: <56EF12C1.1020202@madpilot.net> Date: Sun, 20 Mar 2016 22:14:41 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.21 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: Sun, 20 Mar 2016 21:14:53 -0000 Hi, I've just noticed a regression. I have been using mmc.ko, mmcsd.ko and sdhci.ko to use the integrated SSD card reader on my laptop. I have actively used it during a trip at the start of December, so I'm sure it did work as expected then with a kernel from the end of November. Today with rr296993 I noticed it was not working, the device was not being attached by the kernel. doing "kldload sdhci_pci" retirns this error: link_elf_obj: symbol mmc_driver undefined linker_load_file: Unsupported file type I tried with the modules mentioned above already loaded. Compiling a kernel with the devices statically linked in works as expected. Is this some kind of regression? -- Guido Falsi