diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2017-01-29 09:43:51 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2017-01-29 09:43:51 +0000 |
commit | c104f1ba75c03342569955e7463de31535122417 (patch) | |
tree | 4f6073a19ff4e57482f4256a1f4e4a4cfdc50e0d /sys/dev/pci | |
parent | 28a2cec79988810d5357a71c0b2afdf785c2d8c5 (diff) |
Remove a couple of definitions from if_iwmreg.h which were never
used and which were removed from iwlwifi in Linux git commit
76f8c0e17edc6eba43f84952e5a87c7f50f69370.
Patch by Imre Vadasz.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_iwmreg.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/dev/pci/if_iwmreg.h b/sys/dev/pci/if_iwmreg.h index 173c9fa1d88..908a04fdac6 100644 --- a/sys/dev/pci/if_iwmreg.h +++ b/sys/dev/pci/if_iwmreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwmreg.h,v 1.22 2017/01/29 09:41:36 stsp Exp $ */ +/* $OpenBSD: if_iwmreg.h,v 1.23 2017/01/29 09:43:50 stsp Exp $ */ /****************************************************************************** * @@ -414,23 +414,12 @@ #define IWM_CSR_SECURE_BOOT_CPU_STATUS_SIGN_VERF_FAIL 0x00000010 #define IWM_FH_UCODE_LOAD_STATUS 0x1af0 -#define IWM_CSR_UCODE_LOAD_STATUS_ADDR 0x1e70 - -#define IWM_LMPM_CPU_UCODE_LOADING_STARTED 0x00000001 -#define IWM_LMPM_CPU_HDRS_LOADING_COMPLETED 0x00000003 -#define IWM_LMPM_CPU_UCODE_LOADING_COMPLETED 0x00000007 -#define IWM_LMPM_CPU_STATUS_NUM_OF_LAST_COMPLETED 0x000000F8 -#define IWM_LMPM_CPU_STATUS_NUM_OF_LAST_LOADED_BLOCK 0x0000FF00 #define IWM_FH_MEM_TB_MAX_LENGTH 0x20000 -#define IWM_LMPM_SECURE_INSPECTOR_CODE_ADDR 0x1e38 -#define IWM_LMPM_SECURE_INSPECTOR_DATA_ADDR 0x1e3c #define IWM_LMPM_SECURE_UCODE_LOAD_CPU1_HDR_ADDR 0x1e78 #define IWM_LMPM_SECURE_UCODE_LOAD_CPU2_HDR_ADDR 0x1e7c -#define IWM_LMPM_SECURE_INSPECTOR_CODE_MEM_SPACE 0x400000 -#define IWM_LMPM_SECURE_INSPECTOR_DATA_MEM_SPACE 0x402000 #define IWM_LMPM_SECURE_CPU1_HDR_MEM_SPACE 0x420000 #define IWM_LMPM_SECURE_CPU2_HDR_MEM_SPACE 0x420400 |