From owner-svn-src-head@FreeBSD.ORG Sun Dec 15 16:40:22 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17E543DB; Sun, 15 Dec 2013 16:40:22 +0000 (UTC) Received: from smtpauth2.wiscmail.wisc.edu (wmauth2.doit.wisc.edu [144.92.197.222]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D914B1037; Sun, 15 Dec 2013 16:40:21 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0MXU00M00TIFWH00@smtpauth2.wiscmail.wisc.edu>; Sun, 15 Dec 2013 09:40:12 -0600 (CST) X-Spam-PmxInfo: Server=avs-2, Version=6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.12.15.152715, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from comporellon.tachypleus.net (adsl-76-208-69-44.dsl.mdsnwi.sbcglobal.net [76.208.69.44]) by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MXU00FKQU6ZU100@smtpauth2.wiscmail.wisc.edu>; Sun, 15 Dec 2013 09:40:12 -0600 (CST) Message-id: <52ADCD5B.5000401@freebsd.org> Date: Sun, 15 Dec 2013 09:40:11 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 To: Konstantin Belousov Subject: Re: svn commit: r259397 - in head/sys/cam: . scsi References: <201312142207.rBEM7fnW075560@svn.freebsd.org> <20131215140115.GM59496@kib.kiev.ua> In-reply-to: <20131215140115.GM59496@kib.kiev.ua> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 16:40:22 -0000 On 12/15/13 08:01, Konstantin Belousov wrote: > On Sat, Dec 14, 2013 at 10:07:41PM +0000, Nathan Whitehorn wrote: >> Author: nwhitehorn >> Date: Sat Dec 14 22:07:40 2013 >> New Revision: 259397 >> URL: http://svnweb.freebsd.org/changeset/base/259397 >> >> Log: >> Widen lun_id_t to 64 bits. This is a follow-on to r257345 to let the kernel >> support all valid SAM-5 LUN IDs. CAM_VERSION is bumped, as the CAM ABI >> (though not API) is changed. No behavior is changed relative to r257345 >> except that LUNs with non-zero high 32 bits will no longer be ignored >> during device enumeration for SIMs that have set PIM_EXTLUNS. > Does libcam.so version need to be bumped ? It wasn't the last time. Maybe it should have been? -Nathan