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.
Updated by Jim Pingle almost 2 years ago
- Copied from Regression #13670: AES-NI support is built into the kernel on snapshots instead of being a module added
Updated by Jim Pingle almost 2 years ago
- File deleted (
Screenshot 2022-11-16 at 3.05.04 PM.png)
Updated by Jim Pingle almost 2 years ago
- File deleted (
Screenshot 2022-11-16 at 3.02.59 PM.png)
Updated by Jim Pingle almost 2 years ago
- Copied from deleted (Regression #13670: AES-NI support is built into the kernel on snapshots instead of being a module)
Updated by Jim Pingle almost 2 years ago
- Project changed from pfSense to pfSense Plus
- Category changed from Dashboard to Dashboard
- Target version changed from 2.7.0 to 23.01
- Plus Target Version deleted (
23.01)
Updated by Brad Davis almost 2 years ago
- Affected Architecture arm64 added
- Affected Architecture deleted (
amd64)
Updated by Jim Pingle almost 2 years ago
- Status changed from New to Resolved
This change was merged in and is present on current snapshots. It's a module again and the dashboard detects it correctly.
Actions