From owner-svn-src-all@FreeBSD.ORG Thu Oct 27 12:44:07 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01A83106566B; Thu, 27 Oct 2011 12:44:07 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 694A48FC0A; Thu, 27 Oct 2011 12:44:06 +0000 (UTC) Received: from alf.home (alf.kiev.zoral.com.ua [10.1.1.177]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id p9RChxp7042730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 27 Oct 2011 15:43:59 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from alf.home (kostik@localhost [127.0.0.1]) by alf.home (8.14.5/8.14.5) with ESMTP id p9RChxhI002612; Thu, 27 Oct 2011 15:43:59 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by alf.home (8.14.5/8.14.5/Submit) id p9RChxBk002611; Thu, 27 Oct 2011 15:43:59 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: alf.home: kostik set sender to kostikbel@gmail.com using -f Date: Thu, 27 Oct 2011 15:43:59 +0300 From: Kostik Belousov To: "Kenneth D. Merry" Message-ID: <20111027124359.GQ50300@deviant.kiev.zoral.com.ua> References: <201110032032.p93KWufB026711@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gG1IGp5jubzDTXZ7" Content-Disposition: inline In-Reply-To: <201110032032.p93KWufB026711@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r225950 - in head: sbin/camcontrol share/examples/scsi_target share/misc sys/cam sys/cam/scsi sys/dev/ciss sys/dev/firewire sys/dev/iir sys/dev/iscsi/initiator sys/dev/isp sys/dev/mly s... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2011 12:44:07 -0000 --gG1IGp5jubzDTXZ7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Oct 03, 2011 at 08:32:56PM +0000, Kenneth D. Merry wrote: > Author: ken > Date: Mon Oct 3 20:32:55 2011 > New Revision: 225950 > URL: http://svn.freebsd.org/changeset/base/225950 Before this commit, scsi_extract_sense() was static inline. Since now it is made not-inlined, the consumers of it that previously not depended on cam.ko need an explicit MODULE_DEPEND() for cam. E.g., on HEAD and stable/9, mfi is no longer loadable as module, showing errors link_elf_obj: symbol scsi_extract_sense undefined linker_load_file: Unsupported file type on load attempt. --gG1IGp5jubzDTXZ7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk6pUg8ACgkQC3+MBN1Mb4j7fwCfSl14Pj61/38PpQko5rxiJIpg H8YAoLsqhjYrez19VsxY6ZJlsLvmYSyX =3Us1 -----END PGP SIGNATURE----- --gG1IGp5jubzDTXZ7--