From df5c8317e6243e75110a2e8b8252f1b1778eb461 Mon Sep 17 00:00:00 2001 From: Alexander Bluhm Date: Thu, 21 Oct 2021 18:36:43 +0000 Subject: 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. --- sys/arch/i386/conf/GENERIC | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/arch/i386') 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 -- cgit v1.2.3