git: sys/conf: continue to build kernel despite removal of devices
Michael Neumann
mneumann at crater.dragonflybsd.org
Tue Sep 30 12:57:14 PDT 2025
commit 496f6de5c6bd4726fda9e6061a4b99184299eb46
Author: Michael Neumann <mneumann at ntecs.de>
Date: Sat Sep 27 12:18:39 2025 +0200
sys/conf: continue to build kernel despite removal of devices
Commit 980dc6f5ee469df858eb285322bf689882073b07 removed the hifn(4),
safe(4), ubsec(4) and padlock(4) drivers. With this change, every
KERNELCONF that still refers to any of those devices or related options
like for example "device hifn" or "options HIFN_RNDTEST" would no longer
build.
Obsolete these devices and emit a warning, but do not break the build.
Suggested-by: Aaron Li
Summary of changes:
sys/conf/files | 21 +++++++++++++++++++++
sys/conf/options | 12 ++++++++++++
2 files changed, 33 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/496f6de5c6bd4726fda9e6061a4b99184299eb46
--
DragonFly BSD source repository
More information about the Commits
mailing list