summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-05-13 15:39:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-05-13 15:39:28 +0000
commit55c37b576f488eb17df5eff986709ece85ab0de7 (patch)
tree8f19d81ae8338d5ed924bea05d572bef6230c7c4 /sys/arch/i386/conf
parentb0c05dd06457f702f762c15cfb37a5563a02e3a5 (diff)
initial cut at /dev/crypto support. takes original mbuf "try, and discard
if we fail" semantics and extends to two varients of data movement: mbuf, or an iovec style block.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r--sys/arch/i386/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 8437ffcc456..c1bdf4ffc92 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.258 2001/05/07 19:13:42 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.259 2001/05/13 15:39:26 deraadt Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -441,3 +441,5 @@ pseudo-device sequencer 1
pseudo-device wsmux 2
#option DEBUG_ISAPNP
+
+pseudo-device crypto 1