<?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>5b3b7a2d - iwm: Add device configuration definitions for 9000-series chips.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/iwm/Makefile#5b3b7a2d</link>
        <description>iwm: Add device configuration definitions for 9000-series chips.Match such chips using the device ID.  We should really be checking thesubdevice as well, since a smaller number of 9460 and 9560 devicesactually belong to a new series of devices and require differentfirmware, but that will require some extra logic in iwm_attach().Submitted by:	lwhsu, Guo Wen Jun &lt;blockk2000@gmail.com&gt;MFC after:	2 weeks

            List of files:
            /freebsd-13.1/sys/modules/iwm/Makefile</description>
        <pubDate>Thu, 07 Nov 2019 23:35:54 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cd684dec - [iwm] Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/iwm/Makefile#cd684dec</link>
        <description>[iwm] Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi.* This change also fixes a possible issue in the existing smart-fifo code,  which set the IWM_SF_CFG_DUMMY_NOTIF_OFF bit on AC8260 chipsets, although  that&apos;s only used in iwlwifi for Family 8000 chipsets connected via SDIO  interface.Obtained from:	Dragonflybsd.git cb650b01526b0aeef3c4307d926e7f1428997d50

            List of files:
            /freebsd-13.1/sys/modules/iwm/Makefile</description>
        <pubDate>Sun, 04 Jun 2017 21:05:58 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f48f6960 - [iwm] Factor out firmware station handling into if_iwm_sta.c.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/iwm/Makefile#f48f6960</link>
        <description>[iwm] Factor out firmware station handling into if_iwm_sta.c.* This adds iwm_mvm_rm_sta(), which will be used to tear down firmware  state for better/cleaner iwm_newstate() handling.* Makes iwm_enable_txq() and iwm_mvm_flush_tx_path() non-static, add  the declarations to if_iwm_util.h for now.Obtained from:	dragonflybsd.git 85d1c6190c4c3564b1a347f253e823aa95c202b2

            List of files:
            /freebsd-13.1/sys/modules/iwm/Makefile</description>
        <pubDate>Fri, 12 May 2017 06:03:23 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/iwm/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-13.1/sys/modules/iwm/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ad35d471 - [iwm] Add support for Firmware paging, needed for newer 8000C firmware.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/iwm/Makefile#ad35d471</link>
        <description>[iwm] Add support for Firmware paging, needed for newer 8000C firmware.* Uses the IWM_FW_PAGING_BLOCK_CMD firmware command to tell the firmware  what memory ranges to use for paging.Obtained from:	dragonflybsd.git 8a5b199964f8e7bdb00039f0b48817a01b402f18

            List of files:
            /freebsd-13.1/sys/modules/iwm/Makefile</description>
        <pubDate>Fri, 24 Feb 2017 07:07:58 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6233db9f - Unbreak if_iwm.ko after r314076</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/iwm/Makefile#6233db9f</link>
        <description>Unbreak if_iwm.ko after r314076Add if_iwm_7000.c/if_iwm_8000.c to SRCS to match similar additions madeto sys/conf/files after refactoring done in the commit noted.PR:		217308Pointyhat to:	adrianSubmitted by:	Andreas Nilsson &lt;andrnils@gmail.com&gt;Reported by:	Jakob Alvermark &lt;jakob@alvermark.net&gt;, Juan Ram&#243;mon Molina Menor &lt;listjm@club.fr&gt;Sponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-13.1/sys/modules/iwm/Makefile</description>
        <pubDate>Thu, 23 Feb 2017 17:44:06 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e39c650 - [iwm] Add implementation of the notification wait api from iwlwifi.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/iwm/Makefile#6e39c650</link>
        <description>[iwm] Add implementation of the notification wait api from iwlwifi.Obtained from:	Linux iwlwifiObtained from:	DragonflyBSD commit 94dc1dadceb57b688036211262d678bc6bbdde37

            List of files:
            /freebsd-13.1/sys/modules/iwm/Makefile</description>
        <pubDate>Mon, 06 Feb 2017 05:27:07 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>00d6aaed - [iwm] add if_iwm_led.c into the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/iwm/Makefile#00d6aaed</link>
        <description>[iwm] add if_iwm_led.c into the build.

            List of files:
            /freebsd-13.1/sys/modules/iwm/Makefile</description>
        <pubDate>Thu, 02 Jun 2016 04:42:45 +0000</pubDate>
        <dc:creator>Adrian Chadd &lt;adrian@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>444e7e3d - Build the iwm and iwmfw modules by default on x86.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/iwm/Makefile#444e7e3d</link>
        <description>Build the iwm and iwmfw modules by default on x86.

            List of files:
            /freebsd-13.1/sys/modules/iwm/Makefile</description>
        <pubDate>Sat, 08 Aug 2015 21:09:41 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d4886179 - Import OpenBSD&apos;s iwm WiFi driver for Intel 3160/7260/7265.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/sys/modules/iwm/Makefile#d4886179</link>
        <description>Import OpenBSD&apos;s iwm WiFi driver for Intel 3160/7260/7265.There are still several bugs, but I&apos;ve been using it for a while now.Thanks to all the testers and to Adrian for his help with thisdriver.This driver isn&apos;t connected to the build yet, but it will be soon.There&apos;s no MFC planned because the driver isn&apos;t very stable yet.Reviewed by:	adrianObtained from:	https://github.com/rpaulo/iwmTested by:	adrian, gjb, dumbbell (others that I forgot).Relnotes:	yes

            List of files:
            /freebsd-13.1/sys/modules/iwm/Makefile</description>
        <pubDate>Sat, 08 Aug 2015 06:06:48 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
