<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3e6deb33 - Rip off target mode support for parallel SCSI QLogic adapters.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ispfw/Makefile#3e6deb33</link>
        <description>Rip off target mode support for parallel SCSI QLogic adapters.Hacks to enable target mode there complicated code, while didn&apos;t reallywork.  And for outdated hardware fixing it is not really interesting.Initiator mode tested with Qlogic 1080 adapter is still working fine.

            List of files:
            /freebsd-12.1/sys/modules/ispfw/Makefile</description>
        <pubDate>Mon, 23 Nov 2015 10:06:19 +0000</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21c2207f - Update firmware images for Qlogic 24xx/25xx from 5.5.0 to 7.3.0.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ispfw/Makefile#21c2207f</link>
        <description>Update firmware images for Qlogic 24xx/25xx from 5.5.0 to 7.3.0.This also removes separate &quot;_multi&quot; images, since this funcationality isnow in base, and there is simply no new images without it for years.

            List of files:
            /freebsd-12.1/sys/modules/ispfw/Makefile</description>
        <pubDate>Tue, 20 Oct 2015 12:27:59 +0000</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b9655887 - Add 8Gb card firmware. Update some 2Gb and 4Gb f/w sets.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ispfw/Makefile#b9655887</link>
        <description>Add 8Gb card firmware. Update some 2Gb and 4Gb f/w sets.Split 4Gb and 8Gb into pieces that can be either multi_idcapable or not.Reviewed by:	scottl, kenApproved by:	re

            List of files:
            /freebsd-12.1/sys/modules/ispfw/Makefile</description>
        <pubDate>Sat, 01 Aug 2009 00:57:34 +0000</pubDate>
        <dc:creator>Matt Jacob &lt;mjacob@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>07f35f4b - Don&apos;t build unused SBus front-ends for sun4v, don&apos;t build EBus front-ends</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ispfw/Makefile#07f35f4b</link>
        <description>Don&apos;t build unused SBus front-ends for sun4v, don&apos;t build EBus front-endswhich are also likely to be irrelevant for sun4v (there&apos;s no SBus on sun4vand only some EBus devices). While at it fix some style bugs according tostyle.Makefile(5) where appropriate.MFC after:	3 days

            List of files:
            /freebsd-12.1/sys/modules/ispfw/Makefile</description>
        <pubDate>Sun, 04 May 2008 14:59:25 +0000</pubDate>
        <dc:creator>Marius Strobl &lt;marius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77b1a4d6 - Add 2400 f/w support.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ispfw/Makefile#77b1a4d6</link>
        <description>Add 2400 f/w support.

            List of files:
            /freebsd-12.1/sys/modules/ispfw/Makefile</description>
        <pubDate>Sat, 26 Aug 2006 18:40:25 +0000</pubDate>
        <dc:creator>Matt Jacob &lt;mjacob@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a5af410 - Convert isp(4) and ispfw(4) to use firmware(9) to manage firmware</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ispfw/Makefile#9a5af410</link>
        <description>Convert isp(4) and ispfw(4) to use firmware(9) to manage firmwareloading for the QLogic cards.Because isp(4) exists before the root is mounted, it&apos;s not reallypossible for us to use the kernel&apos;s linker to load modules directlyfrom disk- that&apos;s really too bad.However, the this is still a net win in in that the firmware hasbeen split up on a per chip (and in some cases, functionality)basis, so the amount of stuff loaded *can* be substantially lessthan the 1.5MB of firmware images that ispfw now manages. That is,each specific f/w set is now also built as a module. For example,QLogic 2322 f/w is built as isp_2322.ko and Initiator/Target 1080firmware is built as isp_1080_it.ko.For compatibility purposes (i.e., to perturb folks the least), wealso still build all of the firmware as one ispfw.ko module.This allows us to let &apos;ispfw_LOAD&apos; keep on working in existingloader.conf files. If you now want to strip this down to justthe firmware for your h/w, you can then change loader.conf toload the f/w you specifically want.We also still allow for ispfw to be statically built (e.g., forPAE and sparc64).Future changes will look at f/w unloading and also role switchingthat then uses the kernel linker to load different ips f/w sets.MFC after:	2 months

            List of files:
            /freebsd-12.1/sys/modules/ispfw/Makefile</description>
        <pubDate>Sun, 09 Jul 2006 17:50:20 +0000</pubDate>
        <dc:creator>Matt Jacob &lt;mjacob@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68159a6 - Use a consistent style and one much closer to the rest of /usr/src</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ispfw/Makefile#c68159a6</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd-12.1/sys/modules/ispfw/Makefile</description>
        <pubDate>Sat, 06 Jan 2001 14:00:42 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>24e83068 - add ispfw module</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/sys/modules/ispfw/Makefile#24e83068</link>
        <description>add ispfw module

            List of files:
            /freebsd-12.1/sys/modules/ispfw/Makefile</description>
        <pubDate>Sun, 18 Jun 2000 05:08:36 +0000</pubDate>
        <dc:creator>Matt Jacob &lt;mjacob@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
