diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-05-15 21:39:51 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-05-15 21:39:51 +0000 |
commit | d8efd7b95c0fa04ad8215eda9286c6d19b21b8b4 (patch) | |
tree | 120631d88a1a73b7fb05d81c2bdb8d8e6588a676 | |
parent | fe73ed6eefd4b47b0f5f1be8349206ea8c003799 (diff) |
add lofn and nofn
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 7fd663c9d9e..cda1cc8b5e7 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.298 2002/05/09 15:06:29 nate Exp $ +# $OpenBSD: GENERIC,v 1.299 2002/05/15 21:39:50 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -476,6 +476,8 @@ joy* at isapnp? # crypto support hifn* at pci? dev ? function ? # Hi/fn 7751 crypto card +lofn* at pci? dev ? function ? # Hi/fn 6500 crypto card +nofn* at pci? dev ? function ? # Hi/fn 7814/7851/7854 crypto card ubsec* at pci? dev ? function ? # Bluesteel Networks 5xxx crypto card #ises* at pci? dev ? function ? # Pijnenburg PCC-ISES |