Home | History | Annotate | Download | only in pci
History log of /src/sys/dev/pci/if_iwmvar.h
RevisionDateAuthorComments
 1.20  22-May-2020  thorpej This driver sleeps during iwm_media_change(), and thus requires an
adaptive mutex for the media lock.
 1.19  05-Oct-2019  mrg remove __packed attribute from struct ieee80211_radiotap_header
and all the structures that include it.

this should not change anything while avoiding packed vs alignment
warnings from GCC 8, and potentially pessimised code generation
due to the packed marker (there are no misaligned members, just
that the per-device parts may end unaligned.)

all consumers of these members are done from the properly aligned
packet members directly, or, as a union with a 64 byte member,
also properly aligned. codegen didn't appear to change, except
for the definition of sizeof(struct driver_[rt]x_radiotap_header)
in debug info, which is not directly used anywhere.
 1.18  14-Mar-2017  nonaka branches: 1.18.10; 1.18.14; 1.18.18;
iwm(4): update firmware to maintained core release.

firmware from https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git/tree/?id=4b9559fb0565f582a21a4070a81a3b6a7d77610b
 1.17  02-Feb-2017  nonaka wlan interfaces make interrupt routine running on softint context.

see http://mail-index.netbsd.org/tech-kern/2016/12/06/msg021281.html

tested device:
* ath at pci: AR5212, AR5424
* athn at pci: AR9287
* ipw at pci: 2100BG
* iwi at pci: 2915ABG
* iwm at pci: 3165, 7260, 8260
* iwn at pci: 4945, 6235
* ral at pci: RT2560
* rtwn at pci: RTL8192CE
 1.16  21-Jan-2017  nonaka Remove unused iwm_softc member.
 1.15  13-Jan-2017  nonaka branches: 1.15.2;
iwm(4): 3165 works fine with iwlwifi-7265D-17.ucode firmware.

firmware from http://git.kernel.org/cgit/linux/kernel/git/iwlwifi/linux-firmware.git/tree/?id=be8a6fcba2e48e00674d1f35e6def56e2268039c
 1.14  10-Jan-2017  nonaka check LAR support in NVM for 8260/4165.
 1.13  10-Jan-2017  nonaka Add apmg_wake_up_wa support from DragonFly BSD.
 1.12  10-Jan-2017  nonaka iwm(4): 8260 works now. 4165 may works too.
 1.11  08-Jan-2017  nonaka iwm(4): make interrupt routine running on softint context.

see http://mail-index.netbsd.org/tech-kern/2016/12/06/msg021281.html
 1.10  18-Dec-2016  nonaka iwm(4): Sync with OpenBSD.

7265 works fine.
7260 and 3160 maybe work.
7265D, 3165 and 8260 not work yet.

if_iwm.c: r1.147.
if_iwmreg.h: r1.19 without r1.16.
if_iwmvar.h: r1.24.

firmware is taken from https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi
- iwlwifi-7260-ucode-16.242414.0.tgz
- iwlwifi-3160-ucode-16.242414.0.tgz
- iwlwifi-7265-ucode-16.242414.0.tgz
- iwlwifi-8000-ucode-16.242414.0.tgz
 1.9  06-Nov-2015  nonaka branches: 1.9.2;
Always use pci_intr_alloc(9)/pci_intr_release(9).
 1.8  22-Jul-2015  nonaka iwm(4) can read the firmware image from disk when interface up.
This change is useful for full-disk encryption environment.
 1.7  15-May-2015  knakahara if_iwm use unified establish API.
 1.6  28-Apr-2015  nonaka Use MSI instead of legacy INTx, if available.

should fix PR/49663.
 1.5  03-Mar-2015  nonaka branches: 1.5.2;
workaround for interrupt coalescing bug not needed on 7265.
From OpenBSD if_iwm.c rev.1.25, if_iwmvar.h rev.1.7.
 1.4  16-Feb-2015  nonaka whitespace
 1.3  13-Feb-2015  nonaka iwm(4) works now, but 2.4GHz only.

> iwm0 at pci2 dev 0 function 0: Intel Dual Band Wireless AC 3160 (rev. 0x83)
> iwm0: interrupting at ioapic0 pin 18
> iwm0: hw rev: 0x160, fw ver 25.228 (API ver 9), address XX:XX:XX:XX:XX:XX
> iwm0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
> iwm0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
 1.2  13-Feb-2015  nonaka Sync with OpenBSD if_iwm.c rev.1.18.
 1.1  07-Feb-2015  pooka Add a driver for Intel Centrino 7260 and similar wireless cards.
Supported devices should more or less match ones supported
by the Linux iwlwifi mvm driver. Sponsored by genua mbh for OpenBSD.

This is probably the world's first Canadian cross device driver: it was
created for OpenBSD by writing and porting a NetBSD driver which was
developed in a rump kernel in Linux userspace.

Note: I don't have access to the hardware anymore, so this version is
not tested and not enabled by default. While I tried to be careful in
adding the NetBSD bits back, it's probable that there's a snafu or two.
Feel free to send private email in case you have the hardware and there
are issues.
 1.5.2.7  28-Aug-2017  skrll Sync with HEAD
 1.5.2.6  05-Feb-2017  skrll Sync with HEAD
 1.5.2.5  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.5.2.4  22-Sep-2015  skrll Sync with HEAD
 1.5.2.3  06-Jun-2015  skrll Sync with HEAD
 1.5.2.2  06-Apr-2015  skrll Sync with HEAD
 1.5.2.1  03-Mar-2015  skrll file if_iwmvar.h was added on branch nick-nhusb on 2015-04-06 15:18:10 +0000
 1.9.2.2  20-Mar-2017  pgoyette Sync with HEAD
 1.9.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.15.2.1  21-Apr-2017  bouyer Sync with HEAD
 1.18.18.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.18.14.2  03-Dec-2017  jdolecek update from HEAD
 1.18.14.1  14-Mar-2017  jdolecek file if_iwmvar.h was added on branch tls-maxphys on 2017-12-03 11:37:08 +0000
 1.18.10.2  25-Jul-2017  snj Apply patch (requested by nonaka in ticket #1413):
iwm(4): Add a driver for Intel Wireless 726x, 316x, 826x and 416x series.
Ported from OpenBSD.
 1.18.10.1  14-Mar-2017  snj file if_iwmvar.h was added on branch netbsd-7 on 2017-07-25 19:43:03 +0000

RSS XML Feed