aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.mips
diff options
context:
space:
mode:
authorMichael Zhilin <mizhka@FreeBSD.org>2016-07-24 08:35:45 +0000
committerMichael Zhilin <mizhka@FreeBSD.org>2016-07-24 08:35:45 +0000
commit334453c5a9a9e7c48ff251cea6d86c2c342d5169 (patch)
treea247fd27add0fc399851f0af6b0d67a3343667fd /sys/conf/files.mips
parent285e3c3ea95af771e410bc34cda03509ecd5f2a7 (diff)
downloadsrc-334453c5a9a9e7c48ff251cea6d86c2c342d5169.tar.gz
src-334453c5a9a9e7c48ff251cea6d86c2c342d5169.zip
[nvram2env] split implementation into generic & MIPS-based code
Split implementation of nvram2env to generic (MI) & MIPS-based code: - removed includes like "*siba*", because they are unused - added nvram2env_mips.c file with MIPS-specific code, code moved from nvram2env.c - added header file to shared defines/structures/function prototypes between MI and MIPS code Also this fix allows to implement own nvram2env drivers. Reviewed by: ray, adrian (mentor) Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D6513
Notes
Notes: svn path=/head/; revision=303258
Diffstat (limited to 'sys/conf/files.mips')
-rw-r--r--sys/conf/files.mips1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.mips b/sys/conf/files.mips
index 0fe07953c24b..8d1cf7d5858c 100644
--- a/sys/conf/files.mips
+++ b/sys/conf/files.mips
@@ -86,6 +86,7 @@ crypto/blowfish/bf_enc.c optional crypto | ipsec
crypto/des/des_enc.c optional crypto | ipsec | netsmb
# AP common nvram interface MIPS specific, but maybe should be more generic
+dev/nvram2env/nvram2env_mips.c optional nvram2env
dev/nvram2env/nvram2env.c optional nvram2env
# hwpmc support