diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2021-10-21 18:36:43 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2021-10-21 18:36:43 +0000 |
commit | df5c8317e6243e75110a2e8b8252f1b1778eb461 (patch) | |
tree | 67e1f835ae213bf6ff67d41fd5ffc145429084c2 /sys/arch/i386 | |
parent | 18960ff2e017ac05bdd238bfc816ea28cefaf3f3 (diff) |
Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They require
the asynchronous crypto API which makes progress in MP difficult.
The hardware is rarely available. They support only obsolete crypto
algorithms. Scheduling crypto tasks via PCI is probably slower
than the CPU, especailly as modern CPUs have their own accelerators.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index d82693d7f36..a8535059e60 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.857 2021/08/20 05:23:18 anton Exp $ +# $OpenBSD: GENERIC,v 1.858 2021/10/21 18:36:42 bluhm Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -742,9 +742,6 @@ radio* at fms? joy* at isapnp? # crypto support -hifn* at pci? # Hi/fn 7751 crypto card -ubsec* at pci? # Bluesteel Networks 5xxx crypto card -safe* at pci? # SafeNet SafeXcel 1141/1741 glxsb* at pci? # AMD Geode LX series processor security block # GPIO ``pin bus'' drivers |