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/amd64/conf/GENERIC | |
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/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 8235404bd47..2821a47f4a3 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.502 2021/09/14 08:19:58 jan Exp $ +# $OpenBSD: GENERIC,v 1.503 2021/10/21 18:36:42 bluhm Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -672,11 +672,6 @@ radio* at bktr? #wdt0 at pci? # Ind Computer Source PCI-WDT50x driver -# 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 - xspd0 at pci? # XenSource Platform Device # 1-Wire devices |