diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-06-10 23:50:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-06-10 23:50:35 +0000 |
commit | a6226230728755228277a3fa7f03b803c8a24606 (patch) | |
tree | 3016cdea5e525c4e69b50dd1e5a6ab1f72e481d3 | |
parent | a1a0736f23b5ce4c230a703804442c26095daed6 (diff) |
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 |