<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/iwm, branch release/13.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2019-11-07T23:35:54Z</updated>
<entry>
<title>iwm: Add device configuration definitions for 9000-series chips.</title>
<updated>2019-11-07T23:35:54Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2019-11-07T23:35:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5b3b7a2df1d126177fcd451f88d20e3483f47382'/>
<id>urn:sha1:5b3b7a2df1d126177fcd451f88d20e3483f47382</id>
<content type='text'>
Match such chips using the device ID.  We should really be checking the
subdevice as well, since a smaller number of 9460 and 9560 devices
actually belong to a new series of devices and require different
firmware, 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
</content>
</entry>
<entry>
<title>[iwm] Move Smart Fifo handling into if_iwm_sf.c, sync with Linux iwlwifi.</title>
<updated>2017-06-04T21:05:58Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2017-06-04T21:05:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd684deca9360b81fd2e83aa0d6d50e01e38768c'/>
<id>urn:sha1:cd684deca9360b81fd2e83aa0d6d50e01e38768c</id>
<content type='text'>
* 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's only used in iwlwifi for Family 8000 chipsets connected via SDIO
  interface.

Obtained from:	Dragonflybsd.git cb650b01526b0aeef3c4307d926e7f1428997d50
</content>
</entry>
<entry>
<title>[iwm] Factor out firmware station handling into if_iwm_sta.c.</title>
<updated>2017-05-12T06:03:23Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2017-05-12T06:03:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f48f69608752f7adbc77321fdae613b3b26047df'/>
<id>urn:sha1:f48f69608752f7adbc77321fdae613b3b26047df</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
<updated>2017-03-04T10:10:17Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-03-04T10:10:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=193d9e768ba63fcfb187cfd17f461f7d41345048'/>
<id>urn:sha1:193d9e768ba63fcfb187cfd17f461f7d41345048</id>
<content type='text'>
This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>[iwm] Add support for Firmware paging, needed for newer 8000C firmware.</title>
<updated>2017-02-24T07:07:58Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2017-02-24T07:07:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ad35d471389c2667573b16978175f87c337d8314'/>
<id>urn:sha1:ad35d471389c2667573b16978175f87c337d8314</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Unbreak if_iwm.ko after r314076</title>
<updated>2017-02-23T17:44:06Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-02-23T17:44:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6233db9fac73c061ad895a74971f8baff6881766'/>
<id>urn:sha1:6233db9fac73c061ad895a74971f8baff6881766</id>
<content type='text'>
Add if_iwm_7000.c/if_iwm_8000.c to SRCS to match similar additions made
to sys/conf/files after refactoring done in the commit noted.

PR:		217308
Pointyhat to:	adrian
Submitted by:	Andreas Nilsson &lt;andrnils@gmail.com&gt;
Reported by:	Jakob Alvermark &lt;jakob@alvermark.net&gt;, Juan Ramómon Molina Menor &lt;listjm@club.fr&gt;
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>[iwm] Add implementation of the notification wait api from iwlwifi.</title>
<updated>2017-02-06T05:27:07Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2017-02-06T05:27:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6e39c6502539d05ba1d9d30ed6cb52afce59ba26'/>
<id>urn:sha1:6e39c6502539d05ba1d9d30ed6cb52afce59ba26</id>
<content type='text'>
Obtained from:	Linux iwlwifi
Obtained from:	DragonflyBSD commit 94dc1dadceb57b688036211262d678bc6bbdde37
</content>
</entry>
<entry>
<title>[iwm] add if_iwm_led.c into the build.</title>
<updated>2016-06-02T04:42:45Z</updated>
<author>
<name>Adrian Chadd</name>
<email>adrian@FreeBSD.org</email>
</author>
<published>2016-06-02T04:42:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=00d6aaedf928e96024381cb947315434947850c0'/>
<id>urn:sha1:00d6aaedf928e96024381cb947315434947850c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build the iwm and iwmfw modules by default on x86.</title>
<updated>2015-08-08T21:09:41Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2015-08-08T21:09:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=444e7e3d82e62922be8246ad205bc1a2a16ddbc5'/>
<id>urn:sha1:444e7e3d82e62922be8246ad205bc1a2a16ddbc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.</title>
<updated>2015-08-08T06:06:48Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2015-08-08T06:06:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4886179cbebc2985084fb55240f87dbeb7909a3'/>
<id>urn:sha1:d4886179cbebc2985084fb55240f87dbeb7909a3</id>
<content type='text'>
There are still several bugs, but I've been using it for a while now.
Thanks to all the testers and to Adrian for his help with this
driver.

This driver isn't connected to the build yet, but it will be soon.

There's no MFC planned because the driver isn't very stable yet.

Reviewed by:	adrian
Obtained from:	https://github.com/rpaulo/iwm
Tested by:	adrian, gjb, dumbbell (others that I forgot).
Relnotes:	yes
</content>
</entry>
</feed>
