Actions
Regression #13779
closedSafeXcel support is built into the aarch64 kernel on snapshots instead of being a module
Start date:
Due date:
% Done:
100%
Estimated time:
Release Notes:
Force Exclusion
Affected Plus Version:
Affected Architecture:
arm64
Description
SafeXcel is selected in System > Advanced , Miscellaneous tab but dashboard system status shows SafeXcel present but inactive
This is because it's built into the kernel and is not a loadable module.
The device is present and active:
safexcel0: <SafeXcel EIP-97 crypto accelerator> mem 0x90000-0xaffff irq 18,19,20,21,22,23 on simplebus1
But no module:
: kldstat | grep -c safexcel 0
However, it is compiled in:
: kldstat -v | grep -c safexcel 1
So we either need to move it back into a module or we need to update the detection code in /usr/local/www/includes/functions.inc.php
to recognize that it is built into the kernel now.
Actions