From owner-svn-src-head@freebsd.org Tue Oct 20 15:02:33 2015 Return-Path: Delivered-To: svn-src-head@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 D8BFCA1A719; Tue, 20 Oct 2015 15:02:33 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id B0DD8894; Tue, 20 Oct 2015 15:02:33 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from marvin.beer.town (unknown [76.164.8.130]) by smtp.vangyzen.net (Postfix) with ESMTPSA id C865F565A3; Tue, 20 Oct 2015 10:02:25 -0500 (CDT) Subject: Re: svn commit: r289626 - in head/sys: dev/isp dev/ispfw modules/ispfw modules/ispfw/isp_2400_multi modules/ispfw/isp_2500_multi To: Alexander Motin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201510201227.t9KCRxax014039@repo.freebsd.org> From: Eric van Gyzen Message-ID: <5626577B.1030004@vangyzen.net> Date: Tue, 20 Oct 2015 10:02:19 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <201510201227.t9KCRxax014039@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 20 Oct 2015 15:02:34 -0000 On 10/20/2015 07:27, Alexander Motin wrote: > Author: mav > Date: Tue Oct 20 12:27:59 2015 > New Revision: 289626 > URL: https://svnweb.freebsd.org/changeset/base/289626 > > Log: > Update firmware images for Qlogic 24xx/25xx from 5.5.0 to 7.3.0. > > This also removes separate "_multi" images, since this funcationality is > now in base, and there is simply no new images without it for years. Thank you for updating the firmware! I use these cards in practically all of my FreeBSD systems at work. Does this warrant an entry in UPDATING and/or the Release Notes? Users that load a "multi" kernel module via loader.conf might be astonished. Cheers, Eric