diff options
author | 2000-06-10 23:50:34 +0000 | |
---|---|---|
committer | 2000-06-10 23:50:34 +0000 | |
commit | 9e4b2a670723e894581f56ebb5e11b018d1e58d8 (patch) | |
tree | 025c70dbe4698e951e7305cb6b3ae779379fe524 | |
parent | More (diff) | |
download | wireguard-openbsd-9e4b2a670723e894581f56ebb5e11b018d1e58d8.tar.xz wireguard-openbsd-9e4b2a670723e894581f56ebb5e11b018d1e58d8.zip |
add ubsec, since it will work soon enough
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 642f82195fe..1b961fb3b34 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.188 2000/06/08 00:16:02 mickey Exp $ +# $OpenBSD: GENERIC,v 1.189 2000/06/10 23:50:34 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -370,6 +370,7 @@ joy* at isapnp? # crypto support hifn* at pci? dev ? function ? # Hi/fn 7751 crypto card +ubsec* at pci? dev ? function ? # Bluesteel Networks 5xxx crypto card pseudo-device pctr 1 pseudo-device mtrr 1 # Memory range attributes control |