- zfs doesn't actually depend on cryptodev, and most arm64 kernel configs include std.dev, which includes "device crypto" anyway.
- This config works around a problem with kldxref, not with the loader, and this is believed to be fixed.
- Loading cryptodev creates /dev/crypto, which gives unprivileged users access to the kernel's opencrypto framework. Very few applications need it, so we're needlessly increasing the kernel's surface area.
Thus, stop auto-loading cryptodev.