git: if_iwm - Add support for Firmware paging, needed for newer 8000C firmware.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Mon Sep 26 01:50:09 PDT 2016


commit 8a5b199964f8e7bdb00039f0b48817a01b402f18
Author: Imre Vadász <imre at vdsz.com>
Date:   Sun Sep 25 02:32:05 2016 +0200

    if_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.
    
    Taken-From: Linux iwlwifi

Summary of changes:
 sys/conf/files                                  |   1 +
 sys/dev/netif/iwm/Makefile                      |   2 +-
 sys/dev/netif/iwm/if_iwm.c                      |  22 +-
 sys/dev/netif/iwm/if_iwm_debug.h                |   1 +
 sys/dev/netif/iwm/if_iwm_fw.c                   | 330 ++++++++++++++++++++++++
 sys/dev/netif/iwm/{if_iwm_led.h => if_iwm_fw.h} |  75 +++---
 sys/dev/netif/iwm/if_iwmreg.h                   |  68 +++--
 sys/dev/netif/iwm/if_iwmvar.h                   |  18 ++
 8 files changed, 454 insertions(+), 63 deletions(-)
 create mode 100644 sys/dev/netif/iwm/if_iwm_fw.c
 copy sys/dev/netif/iwm/{if_iwm_led.h => if_iwm_fw.h} (61%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8a5b199964f8e7bdb00039f0b48817a01b402f18


-- 
DragonFly BSD source repository


More information about the Commits mailing list