aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm/if_iwm_pcie_trans.c
Commit message (Expand)AuthorAgeFilesLines
* iwm: Sync device initialization and reset code with iwlwifi.Mark Johnston2019-11-071-1/+23
* iwm: Implement the new receive path.Mark Johnston2019-11-071-6/+14
* iwm: Explicitly enable MSI on newer chipsets.Mark Johnston2019-11-071-0/+4
* iwm: Use the same delays as iwlwifi when resetting the device.Mark Johnston2019-11-071-1/+1
* iwm: Add a device family definition for 9000 chips.Mark Johnston2019-11-071-2/+2
* iwm: Add a few _prph functions needed for 9000-series chips.Mark Johnston2019-11-071-0/+21
* if_iwm - Configure the PCIe LTR, fix PCI express capability accesses.Kyle Evans2019-01-241-5/+26
* [iwm] Add iwm_nic_unlock() calls missing from previous commit.Adrian Chadd2017-05-091-0/+4
* [iwm] iwm_{read,write}_prph() don't grab the nic lock in iwm themselves.Adrian Chadd2017-05-091-10/+18
* [iwm] include opt_iwm.h and opt_wlan.h consistently in all files.Adrian Chadd2017-05-091-0/+1
* [iwm] Move struct iwm_cfg chipset configs to if_iwm_7000.c and _8000.cAdrian Chadd2017-02-221-0/+1
* [iwm] Implement apmg_wake_up_wa workaround properly for 7000 family.Adrian Chadd2017-02-081-0/+58
* [iwm] Get rid of iwm_disable_rx_dma, just use iwm_pcie_rx_stop directly.Adrian Chadd2017-02-081-6/+10
* [iwm] Use chipset configuration structs like iwlwifi does.Adrian Chadd2017-02-061-4/+4
* iwm(4) synchronize driver to DragonFlyBSD version and recent f/w update.Sean Bruno2016-07-261-18/+31
* [iwm] Fix several nitpicks in iwm(4).Adrian Chadd2016-06-021-1/+3
* iwm: add 'opt_wlan.h' include into source files.Andriy Voskoboinyk2016-05-191-0/+2
* iwm: use the proper include path for iwm headers.Rui Paulo2015-08-081-5/+4
* Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.Rui Paulo2015-08-081-0/+565